| Programming Language | Information Source Code | Category |
 | AutoBoot - autoboot.zip Source of a utility program that monitors how long PC has been running since the last reboot. When system uptime reaches 2 days, AutoBoot will first notify that it will be rebooting in 10 minutes. Language: Assembler - Size: 10,60 KB
| Miscellaneous |
|
 | OneRun - onerun.zip Source of program to block multiple instances of the program passed to it via the command line (target program). It will check for a current instance of either itself or the target program, then execu... Language: Assembler - Size: 4,89 KB
| Miscellaneous |
|
 | File Encrypter - file-encrypter.zip This program will take in a variable length key and encrypt a file using it. The maximum key size is 256 bytes(2048 bits). The encryption is strong enough. It is written in win32 assembly. Language: Assembler - Size: 9,94 KB
| Data Compress / Encryption |
|
 | IceGhost - iceghost.zip IceGhost hides SoftIce from detection by other programs. If SoftIce can't be detected it will exit. Language: Assembler - Size: 15,42 KB
| Miscellaneous |
|
 | dvbyell - dvbyell.zip Source of a streaming solution for DVB(-S/-S2/-C/-T). It will read streams from Linux device nodes (/dev/dvb/*) associated with a DVB device and send them to the network using UDP multicast. Language: C, C++ - Size: 220,90 KB
| Multimedia |
|
 | Formatted tabs to spaces - formatted-tabs-to-spaces.zip Source of a tool to convert tab in spaces with the possibility of choosing the number of spaces which will substituite the tabs. Language: C, C++ - Size: 1,37 KB
| Miscellaneous |
|
 | Critterding - critterding.zip Source of a "Petri dish" universe in 3D that demonstrates evolving artificial life. Critters start out with completely random brains and bodies, but will automatically start evolving into so... Language: C, C++ - Size: 1,54 MB
| 3D |
|
 | WinInetd - wininetd.zip Source of a simple Windows service that offers the same (almost the same) functionalities that the Unix daemon inetd offers. The power of the Unix inetd is that it makes very simple for the developer ... Language: C, C++ - Size: 22,81 KB
| Network & Internet |
|
 | High Availability Port Monitor - high-availability-port-monitor.zip Source of a local port status checker. It is a simple, light, and fast daemon to check TCP/UDP ports. If one or more monitored ports (per IP) go down, then the heartbeat will be killed by HAPM. Language: C, C++ - Size: 14,99 KB
| Network & Internet |
|
 | synscan - synscan.zip Source of a fast asynchronous half-open TCP portscanner. This tool will send TCP packets with the SYN flag set to an arbitrary block of destination addresses. Language: C, C++ - Size: 67,62 KB
| Network & Internet |
|