Pinned Repositories
560_parse
Quick and dirty utility to parse output from Hadoop app in CS560
args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
circt
Circuit IR Compilers and Tools
fakeNews
The repo for our Fake News competition in Spring 2018
json
JSON for Modern C++
primes
Calculate prime numbers up to N
qwopml
Automatically exported from code.google.com/p/qwopml
rpi_workshop
IEEE Raspberry Pi Workshop demo code
rustboot
A multi-platform kernel written in Rust
spdlog
Super fast C++ logging library.
jptech's Repositories
jptech/560_parse
Quick and dirty utility to parse output from Hadoop app in CS560
jptech/args
A simple header-only C++ argument parser library. Supposed to be flexible and powerful, and attempts to be compatible with the functionality of the Python standard argparse library (though not necessarily the API).
jptech/circt
Circuit IR Compilers and Tools
jptech/fakeNews
The repo for our Fake News competition in Spring 2018
jptech/json
JSON for Modern C++
jptech/primes
Calculate prime numbers up to N
jptech/qwopml
Automatically exported from code.google.com/p/qwopml
jptech/rpi_workshop
IEEE Raspberry Pi Workshop demo code
jptech/rustboot
A multi-platform kernel written in Rust
jptech/spdlog
Super fast C++ logging library.
jptech/web_server
A Basic C++ Web Server for COSC 560