LITCHIE
Welcome to my home page. Updated at Nov 30, 2009.
List of my articles ...
List of programs that I wrote time to time ...
| Name | Language | Description |
| 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.
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. |