Occultus Terra
William Welna's code and things on GitHub
Java
- FastLZ-Java - The FastLZ Compression Algorithm in Java
- Crypto-Java - Cryptological Things in Native Java of a lesser known variety
- jSQLITE3 - A light minimalistic wrapper to SQLite3 using JNA
- jCURL - A light minimalistic wrapper to libcurl using JNA
- jMarkov - Markov Implementation in Java for amusement and emulation of my daily messages
- jtar - Simple pure Java implementation of manipulating tar files
- SieveEratosthenes - Sieve of Eratosthenes in java, you can download the generated primes here.
C/Win32
- memdrv-win32 - Read/Write blocks of memory w/dynamic allocation
- cidr-rdns - Mass rdns of ip blocks by cidr using c-ares
ANSI C
- MessagePack-C - My Implementation of Message Pack in C
- lzh-improved - Improved version of an old lzh compression library to allow safe threading
- Base32 - Base32 Encoding / Decoding in C
ASM
- asmutil - Generic 32-bit ASM Algorithms