balmaz's Stars
kparc/ksimple
k/simple is a bare minimum k interpreter for learning purposes by arthur whitney
ktye/i
interpret
refaktor/rye
homoiconic dynamic programming language with some new ideas
jsoftware/jandroid
J for Android
h3rald/min
A small but practical concatenative programming language and shell
so-dang-cool/dt
dt - duct tape for your unix pipes
Lightning-AI/lit-llama
Implementation of the LLaMA language model based on nanoGPT. Supports flash attention, Int8 and GPTQ 4bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
ggerganov/llama.cpp
LLM inference in C/C++
zk-org/zk
A plain text note-taking assistant
Robert-van-Engelen/tinylisp
Lisp in 99 lines of C and how to write one yourself. Includes 20 Lisp primitives, garbage collection and REPL. Includes tail-call optimized versions for speed and reduced memory use.
cantino/mcfly
Fly through your shell history. Great Scott!
facebookresearch/fastText
Library for fast text representation and classification.
klauspost/compress
Optimized Go Compression Packages
ianthehenry/bauble
a playground for making 3D art with lisp and math
glouppe/info8010-deep-learning
Lectures for INFO8010 Deep Learning, ULiège
antirez/aocla
A small stack based, written to bring Advent of Code 2022 Day 13 puzzle to the extreme consequences
karpathy/randomfun
Notebooks and various random fun
tysam-code/hlb-CIFAR10
Train to 94% on CIFAR-10 in <6.3 seconds on a single A100. Or ~95.79% in ~110 seconds (or less!)
Cuis-Smalltalk/Cuis-Smalltalk-Dev
Active development of Cuis Smalltalk
mntmn/interim
The Interim Operating System
klange/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
norvig/paip-lisp
Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
oasislinux/oasis
a small statically-linked linux system
munificent/lisp2-gc
A simple implementation of the LISP2 mark-compact GC algorithm
jart/bestline
ANSI Standard X3.64 Teletypewriter Command Session Library
antirez/linenoise
A small self-contained alternative to readline and libedit
tboox/tbox
🎁 A glib-like multi-platform c library
susam/emacs4cl
A tiny DIY kit to set up vanilla Emacs for Common Lisp programming
susam/emfy
A dark and sleek Emacs setup for general purpose editing and programming
nineties/planckforth
Bootstrapping a Forth interpreter from hand-written tiny ELF binary. Just for fun.