-
Posted on Thursday October 1st, 2009 at 07:02 in misc, developer, gcc
The world is going towards 64 bits machines and operating system for personal computer, but there are still some libs and software only support 32 bits. Therefore in this transition period, there is a needs to support both 64 bits and 32 bits applica...
-
Posted on Friday September 18th, 2009 at 06:31 in admin, sshfs
After FUSE (Filesystem in Userspace) was invented, it opens up a lots of possibility to mount a remote filesystem on various protocol, such as FTP and SSH. FUSE is an API to implement a fully functional filesystem in a userspace program. I had wrote...
-
Posted on Sunday August 30th, 2009 at 00:17 in python, developer
A lots of configuration file is in the format of INI, if we manage to serialize INI configuration to python dictionary, we can write python scripts to analyse and generate back to INI files. Below is the sample of INI configuration: config.ini # # ...
-
Posted on Thursday May 28th, 2009 at 10:59 in python
SCons is a software construction tool (build tool, or make tool) implemented in Python, that uses Python scripts as “configuration files” for software builds. Based on the design that won the Software Carpentry build tool competition, SCo...
-
Posted on Thursday May 14th, 2009 at 19:39 in python
You do not need to setup apache server just to hosting your file for sharing. If you have python 2.5 and above, you can do this at the targeted directory to share. python -m SimpleHTTPServer 9914 9914 is the port number I choose to host my web, assum...
-
Posted on Tuesday April 14th, 2009 at 05:47 in scripting, text manipulation, grep
One thing that makes UNIXes command line so powerful is because of pipelines. Pipelines is a set of processes chained by their standard streams, so that the output of each process (stdout) feeds directly as input (stdin) of the next one. Simple words...
love this ....., please visit my blog at http://www.anand.net.in/blog
Posted: October 2nd, 2009 | More Reviews From ananddube | Report This Comment