Pinned Repositories
12Golf
A new spin on the card game Golf.
AirHockey
A two player, networked, air hockey game.
APQ049_GTAV
Solution to A Problem Sqaured Ep 049: GTA V Speedrun to 1 Billion
arducar
An AVR project to program an autonomous rc car.
Arduino
open-source electronics prototyping platform
Arduino-Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
challenger
A solver and arduino wrapper for the "Challenger" newspaper puzzle
CR-CPU
A simple FPGA cpu, assembler, and C compiler.
ThreeSidedCoin
Simulates the tossing of a three sided coin
watchy_from_scratch
A watchy implementation without use of the watchy base class
clayton-rogers's Repositories
clayton-rogers/ThreeSidedCoin
Simulates the tossing of a three sided coin
clayton-rogers/watchy_from_scratch
A watchy implementation without use of the watchy base class
clayton-rogers/CR-CPU
A simple FPGA cpu, assembler, and C compiler.
clayton-rogers/challenger
A solver and arduino wrapper for the "Challenger" newspaper puzzle
clayton-rogers/12Golf
A new spin on the card game Golf.
clayton-rogers/AirHockey
A two player, networked, air hockey game.
clayton-rogers/APQ049_GTAV
Solution to A Problem Sqaured Ep 049: GTA V Speedrun to 1 Billion
clayton-rogers/arducar
An AVR project to program an autonomous rc car.
clayton-rogers/Arduino
open-source electronics prototyping platform
clayton-rogers/Arduino-Makefile
Makefile for Arduino sketches. It defines the workflows for compiling code, flashing it to Arduino and even communicating through Serial.
clayton-rogers/ArduRTOS
A very simple RTOS sheduler for Arduino (328p).
clayton-rogers/budgit
Simple budgeting software using ncurses
clayton-rogers/dice
Proposed solution to three dice
clayton-rogers/fpga_vga
A simple VGA output for fpga
clayton-rogers/getup
A product to help get regular movement into your day.
clayton-rogers/gitextensions
GitExtensions is a shell extension, a Visual Studio 2008/2010/2012/2013 plugin and a standalone Git repository tool.
clayton-rogers/gitstats
git history statistics generator
clayton-rogers/homerc
A collection of useful rc files for your home directory.
clayton-rogers/ino
Command line toolkit for working with Arduino hardware
clayton-rogers/Life
A 2D physics engine with the intention of simulating simple life.
clayton-rogers/OpenGLEngine
A from scratch OpenGL game engine with example projects.
clayton-rogers/prisoner
Simulation of the prisoners puzzle
clayton-rogers/RiskDice
Calculates the chances of winning for any combination of dice rolls in Risk.
clayton-rogers/SimpleIM
A simple IM client and server in Java
clayton-rogers/SpinTable
Brute force solution to Stand Up Maths table spinning puzzle: https://www.youtube.com/watch?v=T29dydI97zY
clayton-rogers/SudBread
Finds all solutions to Sudoku puzzles using the breadcrumb method.
clayton-rogers/TrainFuel
Solution to Matt Parker Train Fuel: https://www.youtube.com/watch?v=kqQvS2MSlps
clayton-rogers/Watchy
Watchy - An Open Source E-Ink Smartwatch
clayton-rogers/word_exercise
Word exercises from think python 2
clayton-rogers/write_a_c_compiler
Test suite to help you write your own C compiler