ilanschnell's Stars
python/cpython
The Python programming language
wagoodman/dive
A tool for exploring each layer in a docker image
astral-sh/uv
An extremely fast Python package and project manager, written in Rust.
pyodide/pyodide
Pyodide is a Python distribution for the browser and Node.js based on WebAssembly
numba/numba
NumPy aware dynamic Python compiler using LLVM
madler/zlib
A massively spiffy yet delicately unobtrusive compression library.
eliben/pycparser
:snake: Complete C99 parser in pure Python
tezc/sc
Common libraries and data structures for C.
ilanschnell/bitarray
efficient arrays of booleans for Python
pubgrub-rs/pubgrub
PubGrub version solving algorithm implemented in Rust
AutomationPanda/bulldoggy-reminders-app
A demo web app for reminders built in Python using FastAPI and HTMX
smontanaro/python-0.9.1
Upload and changes to Python 0.9.1 release (from 1991!) so that it would compile
alpinelinux/apk-tools
[MIRROR] Alpine package manager
conda-incubator/conda-tree
conda dependency tree helper
conda-incubator/conda-store
Data science environments, for collaboration. ✨
CheetahTemplate3/cheetah3
Cheetah3 is a free (MIT) and open source template engine for Python.
bkille/BitLib
Provides a bit-vector, an optimized replacement of the infamous std::vector<:b:ool>. In addition to the bit-vector, the library also provides implementations of STL algorithms tailored for bit-vectors.
ilanschnell/perfect-hash
Creating minimal perfect hash functions
almarklein/rocket_rust_py
The Rocket game, implemented in Rust, running in Python, via WASM
RoelAdriaans/yaplox
Yet Another Python implementation for Lox
ravi-chandran/dockerize-tutorial
Example of how to dockerize a software build system
vector-of-bool/pubgrub
Pubgrub dependency resolution algorithm for C++
argp-standalone/argp-standalone
terminal-labs/deep_collections
ilanschnell/pydsl
Small framework for a preprocessor/macro facility for Python to support small language syntax extensions and DSLs
ilanschnell/wfc
Word Frequency Count
charbeljc/pubgrub-pyo3
Python bindings to pubgrub-rs
ajr74/binomial_compression
Compression based on binomials and byte-space reduction
ilanschnell/mastermind
Solve Mastermind using Knuth's algorithm
ilanschnell/whole-program-llvm
A wrapper script to build whole-program LLVM bitcode files