Pinned Repositories
Advent-of-Code-Solutions
anh
Personal Python package with various convenience functions.
antlr-slp
A simple example of the "single line program" in ANTLR
b-tree-in-c
brewing
A proof of concept to document brewing recipes and possibly perform calculations.
c-os-learning
Basic C programs written in the course of learning the Linux programming interface.
dbvcs
Database Version Control System
deu
Data Engineering Utility
enigma-decryptor
A Java program to decrypt English text files encrypted with a particular Engima machine rotor configuration using frequency analysis.
MiniJava-compiler
Compiles a variant MiniJava to Python, x86 Assembly and MIPS (SPIM) assembly.
AndrewHancock's Repositories
AndrewHancock/MiniJava-compiler
Compiles a variant MiniJava to Python, x86 Assembly and MIPS (SPIM) assembly.
AndrewHancock/Advent-of-Code-Solutions
AndrewHancock/anh
Personal Python package with various convenience functions.
AndrewHancock/antlr-slp
A simple example of the "single line program" in ANTLR
AndrewHancock/b-tree-in-c
AndrewHancock/brewing
A proof of concept to document brewing recipes and possibly perform calculations.
AndrewHancock/c-os-learning
Basic C programs written in the course of learning the Linux programming interface.
AndrewHancock/dbvcs
Database Version Control System
AndrewHancock/deu
Data Engineering Utility
AndrewHancock/enigma-decryptor
A Java program to decrypt English text files encrypted with a particular Engima machine rotor configuration using frequency analysis.
AndrewHancock/flask-food-tracker
Example food tracker app as I learn flask
AndrewHancock/flask-question-and-answer
Question and Answer example app from Flask course
AndrewHancock/flask-workout-tracker
A basic workout tracker in Flask.
AndrewHancock/huffman-lisp
A Huffman encoder/decode written in Common Lisp
AndrewHancock/ipu
Investment Planning Utility
AndrewHancock/learning-spark
Learning about Spark
AndrewHancock/Mission-Python
Program created while working through the book "Mission Python"
AndrewHancock/python-lisp
A simple lisp interpreter in Python
AndrewHancock/python-slp
A simple parser and interpreter for the toy "single-line program" language.
AndrewHancock/scala-bytecode-disassembler
Assemble and disassemble JVM byte-code in binary .class files.
AndrewHancock/scala-parsing-examples
Various parsing exercises exploring Scala parsing combinators.
AndrewHancock/simple-scala-examples
Simple and short examples to practice different features of scala
AndrewHancock/tetris-clone
Tetris clone.
AndrewHancock/word-count-challenge
A simple challenge was posed: What is the fastest way to do word count on a file on a single machine in the language of your choice?