Pinned Repositories
C_datastructures
A couple of data structures.
cpp-datastructures
DumbPy-v1
The worst implementation of a tiny subset of Python. The goal here is to learn C++.
elle-cli
command-line frontend to transactional consistency checkers for black-box databases
GrandTechAuto
A game in which you have free will (almost).
lc3-collection
A collection of LC3 programs, mostly compiled by the transmogrifier compiler.
LimeStyle
A Sublime plugin that performs Java Checkstyle on files and displays errors in the gutter.
TLA-trials
Small programs I'm writing to learn TLA+ and TLC.
transmogrifier
An LC-3 compiler; compiles a C-like language to the LC-3 ISA.
mongo
The MongoDB Database
kauboy26's Repositories
kauboy26/LimeStyle
A Sublime plugin that performs Java Checkstyle on files and displays errors in the gutter.
kauboy26/C_datastructures
A couple of data structures.
kauboy26/cpp-datastructures
kauboy26/DumbPy-v1
The worst implementation of a tiny subset of Python. The goal here is to learn C++.
kauboy26/elle-cli
command-line frontend to transactional consistency checkers for black-box databases
kauboy26/Evaluator
Evaluates a series of statements such as "a = 9 + (3 + 4) * 2, b = a + b", etc.
kauboy26/GrandTechAuto
A game in which you have free will (almost).
kauboy26/lc3-collection
A collection of LC3 programs, mostly compiled by the transmogrifier compiler.
kauboy26/TLA-trials
Small programs I'm writing to learn TLA+ and TLC.
kauboy26/transmogrifier
An LC-3 compiler; compiles a C-like language to the LC-3 ISA.
kauboy26/Historian
This library chronicles the state of an object via reflection.
kauboy26/IPC_attempt
A simple chat app
kauboy26/joshuaphilipose.github.io
kauboy26/lc3assembler
Converts an assembly file to opcodes. I'm really just trying to understand "flex", the lexical analyzer generator. This project is the means.
kauboy26/mongo-scripts
kauboy26/mongo-task-generator
Dynamically split evergreen tasks into subtasks for testing the mongodb/mongo project
kauboy26/package_control_channel
Default channel file for Package Control. Follow the directions at:
kauboy26/PyEvaluator
Evaluates function definitions and assignment statements. If a rock is a planet, this is a language. On this one, I'm building the lexer and parser by hand, in Python.
kauboy26/raytracing_tutorial
kauboy26/silent
A HackGT Android App
kauboy26/ThreeDV2
An attempt at a 3D rendering library. I'll probably rewrite it in C at some point.
kauboy26/understando