howerj's Stars
karpathy/llm.c
LLM training in simple, raw C/CUDA
princeton-nlp/SWE-agent
[NeurIPS 2024] SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It can also be employed for offensive cybersecurity or competitive coding challenges.
hneemann/Digital
A digital logic designer and circuit simulator.
ghdl/ghdl
VHDL 2008/93/87 simulator
weinberg/SQLToy
Learn SQL by creating a SQL database in JavaScript
tekknolagi/full-beans
philipplackner/TodoList
sleepybishop/nanorq
fast compact raptorq (rfc6330) codec in c
obolo/freeRaptor
A free and open implementation of Raptor codes
zdimension/macro-forth
Compile-time const Forth evaluation with macros
seniorjoinu/reliable-udp
Multiplexed, coroutine-powered reliable UDP for Kotlin using fountain codes
Biorn1950/EzShare-SdcardWifi-Downloader
JCOvergaar/CPAP-data-from-EZShare-SD
Collects CPAP data from an EZShare wireless SD card, negating the need to remove the card to import the data into programs like OSCAR.
chriscamacho/cLogicFun
create logic circuits with nodes and wires
howerj/muxleq
A two instruction set computer that greatly speeds things up over SUBLEQ
jimbrake/cpu_soft_cores
An Inventory of mostly open-source Soft Core Processors. Although many have FPGA stats, many do not.
moyesw/TT02-M0
M0: A 16-bit SUBLEQ Microprocessor
howerj/ffs
Forth File System using the BLOCK word-set
howerj/ascii
Just making an experimental VM that uses only ASCII printable characters for instruction ops, might port into to an FPGA
howerj/lisp
A small (~1000LoC) embeddable LISP interpreter
howerj/tile
Stupid maze generator
howerj/unit
Tiny Unit Test "Framework" in C
pondahai/my_oisc_subleq
chriscamacho/clist
simple double linked list
howerj/crud
A python web based CRUD application; sort of a skeleton and proof of concept project
howerj/fifo
A simple FIFO written in C
howerj/lfsr
A VM that uses LFSR instead of a normal program counter that runs Forth
howerj/lzp
LZP Data compression CODEC
howerj/monte-pl
A silly Monte Carlo method script to calculate Pi in Perl
howerj/subleq-rust
SUBLEQ VM for rust with an eForth image