Stars
Algorithms, 4th edition textbook code and libraries
Open source version of Google Authenticator (except the Android app)
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Clear implementation of arithmetic coding for educational purposes in Java, Python, C++.
A hobby jvm, just want to know how a java virtual machine works.
Clear implementation of Huffman coding for educational purposes in Java, Python, C++.
A simple VM for a talk on building VMs
Jasmin is an assembler for the Java Virtual Machine ⛺
Complete collection of code files (*.java/js/py/cpp/etc.) published on Project Nayuki website.
Simple compliant DEFLATE decompressor in Java, Python, C++, TypeScript.
Simulation platform for the Multi-Agent Programming Contest 2016 - 2018
The Circular ListView for Android
Object oriented top down parser in Java that translates every TinyPL program into an equivalent sequence of byte-codes for a Java virtual machine.This included implementing lexers and tokenizers al…
BlogPost: dynamic-programming problems