Pinned Repositories
ascii85
Ascii85 encode or decode FILE, or standard input, to standard output.
disasm.py
Disassemble a GameBoy ROM into Z80 assembly code in rgbds syntax.
peg-solitaire
Search algorithms to solve Peg Solitaire for CSE 537 homework #1.
reddit-recommender-systems
A comparison of recommender system algorithms applied to Reddit's database.
simrank
SimRank is a measure of similarity between nodes in a directed graph, based on the idea that "two objects are similar if they are related to similar objects."
spectrogram
This program can render audio files as spectrograms and convert spectrograms back to audio.
sudoku
A Sudoku solver that uses human strategies.
TTSApp
A sample text-to-speech application from the Microsoft SAPI 5 SDK.
viz-brain-visualizer
An interactive visualizer for large-scale 3D brain models. Part of the Brain Organization Simulation System (BOSS) developed at Stony Brook University.
votingsim
This program simulates elections using various electoral systems to compare the systems' relative merits.
roukaour's Repositories
roukaour/roukaour.github.io
Pages for my repositories
roukaour/lazy-iterators
Lightweight iterators for various sets where the elements are computed on demand.
roukaour/pixelcity
Shamus Young's procedural city project