Pinned Repositories
biometric-logins
A login system which uses biometric data to help verify you as the account owner.
chemify
Chemistry app for Android - chemistry tools & calculator
gameboyjam
2D Java videogame for GameboyJam
Indigo
A "programming language" with a compiler written in C
procgen
"Procedural generation" of terrain in C++
recitations
Dynamic Recitation V2, a free open source Recitation Management System
SoftScript
The SoftScript language, transpiler, and Apple II/AppleSoft BASIC utilities.
tqlite
tqlite is a pure typescript SQLite Client
voxel
A "Voxel game", or a "Minecraft clone" to further experiment with C++
visualmimo
Android Prototype for Visual MIMO.
Joeb3219's Repositories
Joeb3219/tqlite
tqlite is a pure typescript SQLite Client
Joeb3219/biometric-logins
A login system which uses biometric data to help verify you as the account owner.
Joeb3219/recitations
Dynamic Recitation V2, a free open source Recitation Management System
Joeb3219/systems
Utilities and projects I've written alongside my Systems Programming course
Joeb3219/tsgit
A pure TS git implementation, because I hate myself
Joeb3219/tsgit-testing-repo
Repo for testing tsgit
Joeb3219/SoftScript
The SoftScript language, transpiler, and Apple II/AppleSoft BASIC utilities.
Joeb3219/automata
Experiments in automata
Joeb3219/charm
A general purpose programming language for fun
Joeb3219/cs515-tinyl
Tiny-L compiler in YACC/BISON
Joeb3219/dynrec-issues
Bug & Issue Request Tracker for Rutgers Dynamic Recitation
Joeb3219/electron
:electron: Build cross-platform desktop apps with JavaScript, HTML, and CSS
Joeb3219/feedme
A bot that finds you places to eat, for Philosophy 329 (Minds, Machines, and Persons)
Joeb3219/gameboy-emulator
A gameboy emulator
Joeb3219/grad-compilers-polymorphic-type-reconstructor
Coursework for Graduate Compilers
Joeb3219/iloc-simulator
A Simulator for the ILOC Intermediate Representation
Joeb3219/isittimetoship
Joeb3219/it
coursework for cs352
Joeb3219/joeb3219.github.io
Joeb3219/LaTeX
A collection of LaTeX papers.
Joeb3219/mosaic
A Photo Mosaic Generator
Joeb3219/ngx-datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
Joeb3219/novascribe
A CMS that I created when I was 13
Joeb3219/reg-alloc
A Register Allocator for CS415 Compilers.
Joeb3219/simpledb
Simple DB
Joeb3219/speckle
The Speckle Programming Language
Joeb3219/timetracker
A quick and dirty command line tool to track how long you've been working.
Joeb3219/typeorm
ORM for TypeScript and JavaScript (ES7, ES6, ES5). Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, SAP Hana, WebSQL databases. Works in NodeJS, Browser, Ionic, Cordova and Electron platforms.
Joeb3219/Y86xx
C++ Port of the Y86 Emulator
Joeb3219/yacc-compiler
A Compiler written in YACC/Bison for CS415