|
K. Ranjith's Software repository This webpage contains some of my personal software projects which are available for download. Source code is included with some of them. |
| Contact Author Author's Resume |
| Note: These programs may be used and distributed freely. Users, however are restricted from selling these programs with out notice to the author. |
| Power Search |
| Power Search is a Delphi based program to find for files inside archive files
instead of on the file system like normal Windows find does. Supported archive formats include: ZIP, CAB, TAR, RAR, ARJ, ACE, ZOO, LZH, ARC & CAB Program Status: [FreeWare] View Screenshot Download Program |
| C2HTML |
| C2HTML Converts C or Turbo Pascal source code to HTML files in syntax highlighted form. This version of the program only partly supports newer dialects of pascal like Object Pascal (Delphi), GNU Pascal etc. Program Status: [FreeWare] View Screenshot Download Program |
| FE (Foreach) |
| FE / fe is a DOS based program that recursively scans the current directory matching files based on the a set of wild cards supplied by the user and applies a set of commands (given by the user) upon those matched files. DOS based command 'for' does has a similar functionality, but is limited to a single directory and does not scan its sub-directories. Again it converts filenames to uppercase which may not be acceptable for many programs, especially compilers. 'fe' overcomes all these and has many filename substitution facilities when used with commands. Program Status: [FreeWare] View Screenshot Download Program Including Source |
| Schuffle |
| A Java Based game with the source code.
Program Status: [FreeWare] View Screenshot Download Program Including Source |
| JMenuGen |
| Java menu generator is a DOS program that generates the necessary code to create and initialize menus and menu items from a given menu specification file for Java. Menu code can of course be typed by hand, however creating many menus (with sub-menus) or even multiple menu bars can be slow when done by hand. With JMenuGen it's a matter of specifying the hierarchy of menus along with the optional functions that need to be called for each of the menu items. Separate classes are created for each of the menu bars that are specified in the input file. Program Status: [FreeWare] Download Program |
| DOS Graphics programs |
|
Included are three graphical special effect routines for DOS: Fire, Plasma & Snow. Source code is pure C with no assembly language and requires the DJGPP or Watcom compiler. Program Status: [FreeWare] Screenshots here, here, and here Download Program with source |