Welcome to freeware section, here are some of my freeware programs under GPL license mostly for Linux - UNIX and for other operating systems.
First of all, I apologize for my bad english.
I must say that I hate Windows in any formats (1.x,3.1x,9x,2000,ME,NT,XP,etc.)!
Most software I wrote for Linux, but few are ported to DOS/Windows. My
intention is to release source code under GPL license, so that you can modify
or port it on any platform.
However some of them I can only release in binary form, because I delete source
code. Depending on platform, there will be icon representing for what it can be
used, like Linux ()
, DOS/Windows ()
or other...
DOS/Windows software I wrote because some people who programming in Windows
told me that programming on Unix platforms is easier than on Windows.
So I try programming in Windows and I didn't find anything difficult in that.
When I find some time to write readme and manuals, more programs coming...
.
Miceks SAWMILL Theme | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
Miceks SAWMILL theme is addon to Miceks GTK theme. This theme is based and created for the Miceks gtk theme and it's perfectly fit to it. Use this theme on SAWMILL v0.20.1 (or higher?) window manager. This theme is under GPL license. Background from screenshot is not included in this theme. Of course I'm anime fan and I like this picture . |
Httpaccess | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
Httpaccess is command line program for scanning httpd log. It's used as opposite of similar cgi program which counts number of file downloads. If you intend to use this program be aware that it can not update access count number to html file instantly like cgi. You must manually or with some schedule program update html files. But you can track absolute anything, pictures, wrong requests, etc., in one word: everything what's in log file. News 2. Mar 2002:
|
CD Scan | |||||||||||||||||||||||||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||||||||||||||||||||||||
Cdscan is X based gtk program for scanning CD media. This program I wrote prior to scan just burn broken CD to determine what aren't recorded on it and if possible record again what missing. Requirements:
Fixed aliasing to cdrom device. Fixed loading config files and error exit. Add new options for user mounting and ignoring link in scanning. This is may first program of this kind and I don't have source code anymore. Originally is written for windows 95/98, but it can work on newer windows, however there is installation glitch with shorcut on new Windows (like XP). Problem is that you can't run program from these installed shortcuts on desktop or start menu. You must go to installation directory (default C:\Program Files\CD scan) and run program from there or create shortcut manually. These programs are discontinued from future development, because there are other programs to perform the same work, like CD/DVD check tools. Future version of CD scan program will be reprogrammed in fusion of CD/DVD check and catalog program. In this manner you can with one click test CD/DVD integrity and compare files on media with those in database. There will be also option for marking DC (Direct Connect) download lists to see what you already have on your CD/DVD media or HDD. |
Miceks GTK Theme | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
Miceks GTK Theme is final theme with some pieces of my Enlightenment and KDE themes. I didn't put Enlightenment theme because changes are too often and Enlightenment like KDE don't have nothing like what GTK and GNOME have. So I give up from Enlightenment and KDE theme and build this GTK theme. Why? Hm... I must say that GNOME and GTK are just better than Enlightenment or KDE, it's faster and you can work normally with some nice theme . This theme is under GPL license. Background from screenshot is not included in this theme and it's copyright by Satoshi "Toy" Igarashi/ToyBox Arts. You can download background picture at http://www.ToyBoxArts.com. You can run this theme with gtk 1.2 or higher. Of course I'm not mac fan, just like the picture. |
Tmount | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
Tmount is text based color/mono mount/unmount menu program. Why I wrote it? It's simple, while I have 7 partitions on disk, 5 all time mouted and 2 partitions for casual mounting (backup etc.), there was no problem with mounting. Now, after making new partitions, I have 13 partitions, 5 all time mounted and 8 for casual mounting. I really don't have intention to remember what partition goes to which mount point, of course I can solve that problem thru fstab file in /etc. But I like to have menu and just press key to mount/umount or scan partition for errors etc. In version 1.1 I fix all bugs and make better user interface. This version use ncurses library and it's 100% compatible with all terminals. |
Cgi search server | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
This is cgi search server, I made it universal for all. If someone want port it to Widnows, I wish him very good luck because database program depends on Unix program lynx. Cgi server must work 100% on all Unix platforms! Database program is optimized and cgi results are formatted to look nice (see screenshot on the left). Database program is integrated into robot which retrieves pages from urls and maintains database. Requirements: lynx program version >= 2.7.1. Type of search:AND, OR, NOT, Substring, Match/Ignore case Measured speed on Pentium 200 MMX under Debian GNU linux 2.0: Faster search (Match case, regular words of all types): 237 000 words per second - 1 713 900 letters per second Slower search (Ignore case, substring words of all types): 162 200 words per second - 1 172 600 letters per second |
Arena map | |||||||||||||||||||||||
Click on image to enlarge. |
| ||||||||||||||||||||||
This is dukematch level, for game Duke Nukem 3D. Some of my friends play this level and they thing it's great level. I make this level because I can't find level for death match that corresponding of my way playing death match. On this level it's lots of funny things, but see level info: Place for hide : None. Stop and shoot : Not recommend. Action : Run and kill. Weapons : Pistol, Shot gun and Machine gun. Items : Health, body armor, bullets. Required skill : Very good and Excellent. Longest living time with full traps activated: 11 seconds. |
MD5SUM |
What's that ??? Md5sum is program that checks some file and gives his 32 bit CRC check. It's useful when you download images, movies, splited or any other files to check they integrity. Md5sum can be used on all files of any type and structure. On Linux and most other Unix platforms you get it by default. How to use it? Type in terminal/dos prompt: md5sum and name of downloaded file. After checking file it returns his 32 bit crc hex number. If the numbers are identical then file was successfully downloaded, but if aren't then file is probably damaged or incomplete. If you need this for windows download it at http://www.md5summer.org/ Some other programs can also check it like Parchive, download from: http://parchive.sourceforge.net/ |