Pinned Repositories
coursegrabber
An Android application for University of Delaware students which downloads their course schedule and creates an Android CalendarContract. This allows the student to use their favorite calendar app to view their schedule.
cpp-calculator-isa
An 8-bit calculator with a 5-instruction ISA implemented in C++ for CPEG324: Computer Systems Design.
heartbeat
Keep your IP address static by pinging your LAN's gateway every minute. Perfect for working remote via SSH when your desktop computer has a dynamic IP address. Is your computer turned off? Turn it on with https://github.com/sean-krail/wake-comp-on-lan
kafka-on-k8s-demo
Apache Kafka running on Kubernetes - backed by Apache Zookeeper and used by Apache Tomcat producers and consumers. Kubernetes runs on CoreOS nodes which is run on Vagrant.
neural-networks-and-deep-learning
shell
Tcsh-like shell I made for a CISC361 project.
torus
Browser game built on HTML and JavaScript. You are a microorganism living on a torus. Eat food to grow in size.
vhdl-multi-cycle-pipelined-calculator
My multi-cycle pipelined 8-bit calculator that I designed in VHDL for CPEG324: Computer Systems Design. I used GHDL and GTKWave to simulate my designs.
website
My website
website-backend
My website's backend
sean-krail's Repositories
sean-krail/neural-networks-and-deep-learning
sean-krail/website
My website
sean-krail/website-backend
My website's backend
sean-krail/coursegrabber
An Android application for University of Delaware students which downloads their course schedule and creates an Android CalendarContract. This allows the student to use their favorite calendar app to view their schedule.
sean-krail/cpp-calculator-isa
An 8-bit calculator with a 5-instruction ISA implemented in C++ for CPEG324: Computer Systems Design.
sean-krail/heartbeat
Keep your IP address static by pinging your LAN's gateway every minute. Perfect for working remote via SSH when your desktop computer has a dynamic IP address. Is your computer turned off? Turn it on with https://github.com/sean-krail/wake-comp-on-lan
sean-krail/kafka-on-k8s-demo
Apache Kafka running on Kubernetes - backed by Apache Zookeeper and used by Apache Tomcat producers and consumers. Kubernetes runs on CoreOS nodes which is run on Vagrant.
sean-krail/shell
Tcsh-like shell I made for a CISC361 project.
sean-krail/torus
Browser game built on HTML and JavaScript. You are a microorganism living on a torus. Eat food to grow in size.
sean-krail/vhdl-multi-cycle-pipelined-calculator
My multi-cycle pipelined 8-bit calculator that I designed in VHDL for CPEG324: Computer Systems Design. I used GHDL and GTKWave to simulate my designs.
sean-krail/vhdl-single-cycle-calculator
My single-cycle 8-bit calculator that I designed in VHDL for CPEG324: Computer Systems Design. I used GHDL and GTKWave to simulate my designs.
sean-krail/wake-comp-on-lan
Turn on your computer by its MAC address and figure out its IP address while on a server on the same LAN as your computer. Don't have a static IP? Keep your dynamic IP static with https://github.com/sean-krail/heartbeat