Pinned Repositories
clozel
an example clojure project built with bazel
fq
a persistent queue library for Go
Java-Dice
Class Assignment: Dice game with GUI in Java. Written for intro to Java.
leveladt
Common data structures implemented on top of LevelDB
linguini
A generator for tongue-twisters (HackPotsdam Project)
python-sandbox
For teaching Miki and Eliza to code
resume
My Resume
rr-demo
simple demo program to motivate rr w/ docs
Scheme-Assignments
Class Assignments: Various class assignments written in Scheme for Programming Languages course. Includes homework assignments and more extensive labs.
trng
A Bad True Random Number Generator
lyonssp's Repositories
lyonssp/Java-Dice
Class Assignment: Dice game with GUI in Java. Written for intro to Java.
lyonssp/python-sandbox
For teaching Miki and Eliza to code
lyonssp/Scheme-Assignments
Class Assignments: Various class assignments written in Scheme for Programming Languages course. Includes homework assignments and more extensive labs.
lyonssp/trng
A Bad True Random Number Generator
lyonssp/BST-Maps-Implementation
Class Project: An implementation of C++ Maps using Binary Search Trees. Written for introductory Algorithms and Data Structures class.
lyonssp/clozel
an example clojure project built with bazel
lyonssp/fq
a persistent queue library for Go
lyonssp/leveladt
Common data structures implemented on top of LevelDB
lyonssp/linguini
A generator for tongue-twisters (HackPotsdam Project)
lyonssp/resume
My Resume
lyonssp/rr-demo
simple demo program to motivate rr w/ docs
lyonssp/vamos
A lightweight property testing library for Go
lyonssp/Cee-lo
Class Assignment: Java GUI for a game of Cee-lo. Written for intro to Java.
lyonssp/cortex
A horizontally scalable, highly available, multi-tenant, long term Prometheus.
lyonssp/crypto-paper
A paper on the McEliece cryptosystem that Palmer Lao and I co-authored at Clarkson
lyonssp/CS-444-Shell
A shell environment created for a class project. Has known bugs. Implements a number of common UNIX shell features.
lyonssp/dot
My dot files
lyonssp/ElGamal-Chat
Chat program that uses ElGamal key exchange with AES encrypted communication. Written for class project. Contains some minor known bugs that were fixed and submitted offline.
lyonssp/File-Viewer
Class Homework Assignment: Allows a user to navigate the contents of a text file. Written in class introduction to C++.
lyonssp/ForkManager
A Python module for configuring and managing processes in multi-process programs
lyonssp/lyonssp.github.io
My personal website
lyonssp/petstore-openapi-spec
An OpenAPI spec for a canonical "pet store" API
lyonssp/petstore-service
A Micronaut service supporting a canonical "pet store" API
lyonssp/Prolog-Assignments
Class Assignments: A variety of class assignments for introduction to Prolog
lyonssp/promdsl
A Scala DSL for building Prometheus configurations
lyonssp/Randomized-Select
Class Homework Assignment: An Implementation of the Randomized Select Algorithm in C++
lyonssp/Registration-Tool
Class Homework Assignment: Manages a file containing names and attributes of youth league soccer players. Written for introduction to C++.
lyonssp/Text-Formatter
Class Assignment: Takes text as input and produces a right-justified, formatted version of the text. Written for introduction to the C programming language.