Pinned Repositories
book-cv
detect book spines
check-for-duplicates
Check for duplicate files on your computer by comparing the md5sum of all the files. Uses Tkinter, os.walk, and other os calls.
cse-career-questions
http://www.reddit.com/r/cscareerquestions/comments/20ahfq/heres_a_pretty_big_list_of_programming_interview/
graphics
learning cinder
idea
International Data Encryption Algorithm (IDEA) with counter mode cipher block chaining in Python2.7
myGL
my opengl program
vector
I plan to make my own vector class to learn stuff.
rgkirch's Repositories
rgkirch/overTheWire
overTheWire
rgkirch/hacker-rank
my hacker rank challenges
rgkirch/scala
functional programming
rgkirch/project-euler-java
in java!
rgkirch/myGL
my opengl program
rgkirch/udacity-parallel-programming
Introduction to Parallel Programming class code
rgkirch/vector
I plan to make my own vector class to learn stuff.
rgkirch/synergy
Share one mouse and keyboard between multiple computers on your desk.
rgkirch/Particles
Particle Simulation
rgkirch/python-file-browser
umm, maybe...
rgkirch/automata-project
maybe ll(1) parser
rgkirch/python-dism-interpreter
python code that interprets and runs dism code
rgkirch/OpenCV
I'm going to play around with open cv and maybe make a video editor...
rgkirch/chat
probably just chat with python sockets
rgkirch/angularjs
going to learn angular
rgkirch/md5-hash
python implementation of the md5 hash as explained on the Wikipedia page
rgkirch/file-sync
I want to write a program that will sync the files between two computers.
rgkirch/degrees-of-separation
I want to write a program that parses wikipedia to find information about the degrees of separation between topics.
rgkirch/Choose-Your-Own-Adventure
Like the choose your own adventure books. You can read a segment of text and then select from a set of choices what to do. This leads to another segment of text. The users will be able to suggest a new action and resulting segment. The users will be able to report spam and what not. Should be totally user made.
rgkirch/N-Body-Particle-Simulation
I plan to create an n-body simulation and have at least one version mimic the solar system.
rgkirch/ppt-to-pdf
convert all your ppt to pdf
rgkirch/check-for-duplicates
Check for duplicate files on your computer by comparing the md5sum of all the files. Uses Tkinter, os.walk, and other os calls.
rgkirch/idea
International Data Encryption Algorithm (IDEA) with counter mode cipher block chaining in Python2.7
rgkirch/Matrix-Multiplication
A project to optimize matrix multiplication by increasing the peak performance utilization. Less memory access means the processor is working more often.
rgkirch/Parallelizing-Knapsack
Assignment number 3.
rgkirch/cpp-sorting
implement
rgkirch/project-euler
rgkirch/circular-buffer
a persistent circular buffer