Abscissa Software is temporarily off-line. But, we will resurface as SemiTwist!
Abscissa's Junk | I refuse to call it a blog. |
Contact | Contact page. |
GitHub | See my open-source activity on GitHub. |
SDLang-D | An SDL (Simple Declarative Language) library for D. |
Scriptlike | Utility library to aid writing script-like programs in D. |
gen-package-version | Generate a D module with version and timestamp information automatically-detected from git/hg/dub. |
safeArg | Passes a null-delimited list of command like args to a program. Much like Posix's "xargs -0", but simplified and readily-availiable in DUB for all D-supported platforms, even Windows. |
plainIf | Plain old if-statement support for Nemerle. No "else" required (but still allowed), no need for "when". |
DAuth | Salted Hased Password Library for D (Soon to be renamed "InstaUser"). |
libInputVisitor | Write D input range generators in a straightforward coroutine style. |
mysql-native | Native D driver for MySQL/MariaDB, works with or without Vibe.d. Does not rely on the official MySQL/MariaDB client libraries. I'm not the original creator, but I have assumed the role of primary project maintainter. |
SemiTwistWeb | A usable-but-unpolished Vibe.d/mustache-based web framework for D. |
SemiTwist D Tools | Misc grab-bag library for D. Also includes various tools written in D. |
Goldie Parsing System | Compatible with GOLD Parsing System and the D programming language. (GOLD D...Get it?) |
GOLD Wiki | A Wiki for GOLD Parsing System. |
HaxePreD | An implementation of the Haxe pre-processor (written in D) |
HaxeD (Incomplete) | Aims to compile Haxe code to D so you can use your existing Haxe code in D without reimplementing it. |
Dax (Incomplete) | Compile D code to Haxe. Haxe, in turn, can compile down to PHP, Flash, JavaScript, NekoVM and C++. |
Hydra | I wrote some of the demos/drivers that come with Nurve's Propeller-powered Hydra: Sound Driver, EEPROM Driver, Deep Cavern 3D, Piano Demo, and the overhead racing demo. Very fun device. |
My Robot (GBA) | Homebrew Game Boy Advance game with source. Third place in PDRoms Coding Competition #2.5. Direct Download |
NickSabalDemo (GBA) | Homebrew GBA ROM with My Robot and some crappy misc stuff. |
GBAForVS6 | Visual Studio 6 Project AppWizard for homebrew Game Boy Advance development. |