Pinned Repositories
abscope
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 examples. Also a hashtable and dynamic array modules in here.
ascope
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 dictionaries.
atar
Tar reader in a single source file. I needed it once, you might too.
auto-complete
Emacs 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 tooltips that I should probably push to tip as well.
fbpay
example of how to do payments on facebook
gfs
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 nearest rack tweaks mentioned. the metadata is written atomically on updates, but everything is written every time. also no checksumming is done of the metadata so it is certainly not fault tolerant in that sense. but does provide a basic block oriented server. See gfs.py for unit tests.
php
PHP and Javascript experiments: oath, drag and drop + file upload
rps
test facebook app
Vulk
The fancy vulkan rendering engine I'm building from scratch for educational purposes. based off of VulkanRenderer
VulkanRenderer
just writing a renderer from scracth
abrady's Repositories
abrady/VulkanRenderer
just writing a renderer from scracth
abrady/Vulk
The fancy vulkan rendering engine I'm building from scratch for educational purposes. based off of VulkanRenderer
abrady/1build
Frictionless way of managing project-specific commands
abrady/asciigraph
Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies.
abrady/CMakePlayground
we all love playing with cmake, right? let's make our own project to isolate the crazy shit we can't figure out!
abrady/diffusion-nbs
Getting started with diffusion
abrady/discreteopt
abrady/Dreo23GodotHack
DREO '23 Godot Hack
abrady/excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
abrady/excalidraw-room
abrady/fangame
abrady/glm
OpenGL Mathematics (GLM)
abrady/go
The Go programming language
abrady/go-1
A high-performance 100% compatible drop-in replacement of "encoding/json"
abrady/go-2
Stellar's public monorepo of go code
abrady/godot
Godot Engine – Multi-platform 2D and 3D game engine
abrady/ml_class
first coursera class
abrady/model_thinking
abrady/ModSimPy
Text and supporting code for Modeling and Simulation in Python
abrady/SQLAlchemySandox
exploring sqlalchemy
abrady/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
abrady/statistics1
a coursera class I took, I think
abrady/sympy
scratchpad for messing around with sympy
abrady/UnrealDelegates
quick and dirty unreal delegates example
abrady/UnrealGrabbable
very basic example of using unreal to grab components
abrady/vulkan
my experiments with vulkan
abrady/vulkan2
abrady/vulkan3
abrady/VulkBrownbag
abrady/ww3bot
discord bot made with Gareth