| Programming Language | Information Source Code | Category |
 | Crypt32 - crypt32.zip This source is a quite fast implementation of simple 8-bit xor encryption on files for the Win32 platform. Actually, it so fast, it took less than a second to crypt a 15MB file on Pentium II 266Mhz pr... Language: Assembler - Size: 3,19 KB
| Data Compress / Encryption |
|
 | Translation of the processor in protected mode - translation-of-the-processor-in-protected-mode.zip ASM-program the CPU into protected mode, starts the task of the ring 0, at the touch of a switch between tasks: "1" task-level 3, "2"-problem level 3, "0"-level task 0, V... Language: Assembler - Size: 8,53 KB
| System |
|
 | Error-handling in Win32 - errorhandling-in-win32.zip Source of program show how to use FormatMessage to translate the error codes returned by GetLastError into more human-friendly message strings. Language: Assembler - Size: 4,61 KB
| System |
|
 | Clipboard Viewer - clipboard-viewer.zip Source of program demonstrates the use of clipboard. It puts the command line into the clipboard. Language: Assembler - Size: 1,93 KB
| System |
|
 | GetSeg library - getseg-library.zip Source of a static library that contains a function to parse a string into segments. It then allows the user to extract a segment from the string. Language: Assembler - Size: 6,60 KB
| Text |
|
 | libdisasm - libdisasm.zip Source of a libdisasm project provides C (and SWIG Python/Perl bindings) for disassembling x86 opcode streams into instruction and operand details. Language: C, C++ - Size: 456,78 KB
| Miscellaneous |
|
 | audio combine - audio-combine-.zip Source of a simple utility for combining multiple audio files together into larger multi-channel files. For example, if you have 2 mono WAV files and you want a single stereo WAV file, you can use aud... Language: C, C++ - Size: 14,59 KB
| Multimedia |
|
 | Byte2C - byte2c.zip Source of a tool for converting files into 8, 16, 32 and 64 bit numbers and float and double types too. Language: C, C++ - Size: 3,23 KB
| Miscellaneous |
|
 | Hex2byte - hex2byte.zip Source of a converts any hex char like 0x61, \x61 or just 61 from a file/stdin into the relative bytes. Language: C, C++ - Size: 2,59 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 |
|