Starred repositories
AI-powered writing assistant for editing and world-building. Features multiple AI providers (Claude, GPT, Gemini), flexible context management at series, book, and chapter levels, and a privacy-fi…
cs01 / llvm-project
Forked from llvm/llvm-projectNullsafe Clang: Compile-time null safe checking for C, C++, ObjC
Explore how various settings can affect CPU and GPU performance in exchange for visual fidelity.
shows how to break large projects into multiple OBB files and upload them.
jeeb-pad is a Microsoft Notepad reskin as Microsoft added AI to Notepad and I feel it is not needed nor wanted (jeeb or jeebe is my dog also jeebe is pronounced jee-bee
It prints a cordinate to the console based on where you click on the gui, to help place guis
Source code for Game Physics Cookbook
emacs debugger mode for debugging node and v8 (d8)
abrady / node-supervisor
Forked from petruisfan/node-supervisorAdd debugging option to supervisor. if you want to remote debug in the context of a supervised process, say supervisor --debug 5858 node_file.js
networking, http server, file and directory handling, typed dynamic arrays, memory pool, timing code, custom allocator (hooked into google_perftools), etc. Utilities library I scraped together from…
Set of Applications that use Facebook APIs and Google App Engine. fb06_canvas works within Facebook and is a working prototype app that allows you to copy photos from friend albums to an album of y…
PHP and Javascript experiments: oath, drag and drop + file upload
testbed for learning UDK. Import this on top of the UDK to play with.
Google File System in Python. This uses TCP to communicate between master, chunkserver, and client. Based off of the eponymous paper and mostly true to it. It doesn't do any of the slow start or ne…
abrady / auto-complete
Forked from auto-complete/auto-completeEmacs auto-complete package. forked this off to fix some quirks and pushed that back. Currently I should probably move to tip, but I have integrated this with abscope, and it has the nice elisp too…
tags program for C. super fast loads and parses. I wrote this to integrate with emacs because every tag program out there is so bad. communicates instantly with emacs via stdio. See abscope.el for …
Tar reader in a single source file. I needed it once, you might too.
my hacked up version of cscope. Made this when the current maintainer of cscope didn't want my bug fixes.Comes with a Win32 VC project and also has some other changes, e.g. case-insensitive diction…