September 2008
Upload large or big file in PHP using .htaccess
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200
July 2008
Creating Excel Files with Python and Django
Creating Excel Files with Python and Django
April 2008
Прокси-сервер, почтовый сервер - Eserv, Eproxy :: Просмотр темы - RoundCube webmail BETA
In case you have one installation of RoundCube to server multiple domains you can create host-specific config files. These files have to be named like [hostname].inc.php and also be located in the config directory.
Python Scripts and Examples
foo3.py - This example Python script will manipulate files and directories.
rf.py (rename files) - This example Python script will rename all files in a directory.
isup.py - A simple Python tkinter scripting example that will check if you are connected to the internet.
EasySSHnSCP - Example Python SSH and SCP script using the pExpect python Expect module.
January 2008
ASPN : Python Cookbook : sed/awk : Python script to rename subdirectories of a directory tree, replace strings in files
(via)I needed to write a sed/awk Python equivalent for walking into a directory tree and renaming certain subdirectories, while also looking into all xml files on the way and replacing/modifying certain strings in those files.
Frequently-Asked Questions about sed, the stream editor
(via)ssed and Perl solution
The best solution for multiple files in a single directory is to use ssed
Manually creating a .deb package for maemo
A .deb package is quite simple, at least in theory. It consists of a control.tar.gz archive with package control files, data.tar.gz archive of all files that will be installed and debian-binary file that indicates the deb version to use. These files are then placed within an ar archive.
December 2006
1
(9 marks)