I am currently interested in creating iphone apps.
| Name | Language | Description |
|---|---|---|
| RATINGS | Perl | Display iPhone app ratings and review comments all over the world. |
| PNGCROP | C | Command line tool to extract a rectangle region from png image. |
| SHUFFLE | C | shuffle text lines. shuffle.exe |
| CODE2PDF | C | Convert source code to PDF for printing or reading |
| CJSPELL | C/ELISP | Simple but helpful spell checker for use in emacs. cjspell-0.1.zip |
| NIFTY | CWEB | Generate rounded corner background images. For help message, type "nifty.exe --help" in command window. nifty.exe nifty.w |
| BINVIEW | ELISP | Emacs extension to inspect binary file content. |
| EXPORT | C/WIN32 | Export environment variable permanentally. |
| YESTERDAY | BATCH | A batch file to print yesterday in "yyyymmdd" format. |
| COMLOG | C | A combinational logic minimizer. A ZIP package with test cases is available here. |
| JSCONSOLE | Javascript | Javascript console. |
| WHICH | BATCH | In *x operating systems, there is a `which' program, which I find so helpful that I decide to write one for windows. And here is this batch program, which finds out the full path of an executable, by searching for it in directories in %PATH%. |
| COLOR-THEME-RANDOM | ELISP | Randomly select a color theme from your favorite theme list. |
| INTSQRT | C | Calculate integer square root without float operations |
| SPEAK | C++ | A command line tool to speak words. Use Microsoft Speech API. |
| MIXSIM/MIXAL | Perl | MIX Simulator and MIXAL Assembler |
| REAL-AUTO-SAVE | ELISP | Emacs extension to auto save file you're editing. |
| FORTUNE | Javascript | Good old fortune always says something wise. |
| BACKUP | C/WIN32 | Backup your working project efficiently. |
| VCSTYLE | C | Htmlize your c/c++ source code in visual studio style. |
| SELF-PRINT | Perl | A perl program that prints itself. |