Pinned Repositories
cpython
The Python programming language
docker-borg-server
A Docker image for a minimal SSH server with Borg Backup support
docker-git-server
A docker image of a Git HTTP server, that supports multiple Git repositories, each with different credentials.
git-deps
git commit dependency analysis tool
jsop
A way to store large amounts of JSON-style data on disk, and to access it very quickly
meanwhile
Very easy multithreading in Python
mex
A Python efficient implementation of the mex (minimum excluded) function.
modlinalg
A small python library for solving modular linear equation systems.
modulo
Pure Python library for working with modular arithmetic, congruence closures, and finite fields.
unionfind
A union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.
hagai-helman's Repositories
hagai-helman/unionfind
A union-find disjoint sets data structure implemented in Python with the "Weighted Quick Union with Path Compression" algorithm.
hagai-helman/jsop
A way to store large amounts of JSON-style data on disk, and to access it very quickly
hagai-helman/meanwhile
Very easy multithreading in Python
hagai-helman/docker-borg-server
A Docker image for a minimal SSH server with Borg Backup support
hagai-helman/modlinalg
A small python library for solving modular linear equation systems.
hagai-helman/modulo
Pure Python library for working with modular arithmetic, congruence closures, and finite fields.
hagai-helman/cpython
The Python programming language
hagai-helman/docker-git-server
A docker image of a Git HTTP server, that supports multiple Git repositories, each with different credentials.
hagai-helman/git-deps
git commit dependency analysis tool
hagai-helman/mex
A Python efficient implementation of the mex (minimum excluded) function.