Simple Code

Simpler is Better

2012-07-01

Blog moved to Wordpress

›
I have moved all my posts to Wordpress.com. The new home is http://sunh11373.wordpress.com/
12 comments:
2012-04-25

Python multiprocessing configuration fix on Centos

›
The OS I am running is 2.6.27-chistyakov.1 #1 SMP Tue Dec 29 10:26:29 PST 2009 x86_64 x86_64 x86_64 GNU/Linux . The Python multiprocessing...
4 comments:
2011-10-18

How to Write a Spelling Corrector - The Haskell Version

›
Peter Norvig has an essay on How to Write a Spelling Corrector . There are implementations in many languages. However, the link to the Hask...
1 comment:
2008-03-20

Export emails from Outlook

›
""" Exports email address from MS Outlook from recent eemails """ from win32com.client import Dispatch, con...
3 comments:
2008-02-29

A few lessons learned on prototype.js and RoR

›
A few lessons learned from my recent work on prototype.js and Ruby on Rails 1) "class" is a reserved word for IE "class"...
1 comment:
2008-02-08

Web page smoke test script

›
#!/usr/local/bin python """ This script is used to check urls with a pattern. The configuration file has following format ...
8 comments:
2008-02-05

Email forwarding script

›
#!/usr/local/bin python """ This script is used to forward email """ import os , sys , poplib , getopt , ...
8 comments:
2008-02-02

Search text pattern in log files

›
#!/usr/local/bin python """ This script is used to analyze log file """ import os.path , time , re , getop...
2008-01-28

SlimFIX gets new life

›
I just found that a project I developed a few years back SlimFIX has been adopted by an open source project called ActiveQuant . I am glad i...
1 comment:
2007-04-11

ssl mutual authentication in perl

›
Here is a perl script to invoke web service using SSL mutual authentication. use LWP::UserAgent; use HTTP::Request::Common; my $request = ...
2 comments:
›
Home
View web version
Powered by Blogger.