This is a collection of my Open Source Works. These are projects I've developed throughout the years, to date. I'm currently working on releasing more from the vault.
BytecodeViewer - Java Reverse Engineering Suite for static analysis. | |
OpenIRCd - High performant Java IRC daemon. |
JVM-Sandbox - Override Java Classes during Runtime. | |
ObfSRC - Obfuscate Java source code through unicode escaping. | |
Malbolge.c4J - Malbolge '98 interpreter ported over to Java. | |
Gematria - Java library / CLI tool for calculating the Gematria value of strings. | |
InjectedCalculator - "Missing code, so it injects what its missing". |
DiskLib - Easy to use Disk Writer & Disk Reader with built in GZIP support. | |
Vortex-IO - Easy to use low-level non-blocking socket server API. | |
HTTPRequest - Java wrapper to read from a URL. Support for Cookies, proxies, UserAgent, post data and more. | |
HTTPdLib - Minimalistic embeddable HTTP server. | |
TaskManager - An easy to use task manager / task queue. | |
DSLBuilder - Domain specific language builder with it's own runtime. | |
DynVarMap - Easy and straight forward way to manage attribute-like runtime variables for Java. | |
HeadlessIRC - Tiny library for implementing your own NIO IRC Client / Bot / Crawler / Logger. |
StringVars - Adds support for recursive String variables such as %var%. | |
IterateINI - Adds support for iterating over the key-value pairs of any INI file. | |
FastStringUtils - Collection of very fast String utility functions. | |
ColorUtils - A small collection of utility functions to deal with coloring on Java. | |
Constants - Very small zero dependency Java library packed with constants. |