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/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."
roukaour/ascii85
Ascii85 encode or decode FILE, or standard input, to standard output.
roukaour/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.
roukaour/TTSApp
A sample text-to-speech application from the Microsoft SAPI 5 SDK.
roukaour/sudoku
A Sudoku solver that uses human strategies.
roukaour/spectrogram
This program can render audio files as spectrograms and convert spectrograms back to audio.
roukaour/peg-solitaire
Search algorithms to solve Peg Solitaire for CSE 537 homework #1.
roukaour/disasm.py
Disassemble a GameBoy ROM into Z80 assembly code in rgbds syntax.
roukaour/birdiescript
A stack-oriented programming language intended for code golf. Based on GolfScript.
roukaour/reddit-recommender-systems
A comparison of recommender system algorithms applied to Reddit's database.
roukaour/votingsim
This program simulates elections using various electoral systems to compare the systems' relative merits.
roukaour/game-search
Adversarial game search algorithms for CSE 537 homework #2.
roukaour/alliance-p2p
Automatically exported from code.google.com/p/alliance-p2p
roukaour/ChanThreadWatch
Fork of the original discontinued ChanThreadWatch.
roukaour/frontier
Frontier: A Digital Terrain Data Generator
roukaour/gars
Graduate Application Review System (GARS)
roukaour/init-xml-input
A specification and parser for XML input files to the INIT stage of the Brain Organization Simulation System (BOSS) developed at Stony Brook University.
roukaour/kolamstudio
Implements a system for describing kolams as planar graphs.
roukaour/llvm-brainfuck
An LLVM-based compiler for Brainfuck.
roukaour/mandelbrot
Generates an image of the Mandelbrot set or certain related fractals.
roukaour/metafilter-user-makeup
Assigns each MetaFilter user a random but consistent color and symbol.
roukaour/minesniffer-sat
Minesniffer SAT solver problem for CSE 537 homework #4.
roukaour/ml-classifiers
Decision tree and naive Bayes classifiers for CSE 537 homework #5.
roukaour/nim-server
A text-based client and server for the game of Nim.
roukaour/notepad2-mod
Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
roukaour/s-your-reality-my-own
s/your reality/my own/
roukaour/single_file_libs
List of single-file C/C++ libraries.
roukaour/sudoku-csp
Sudoku constraint satisfaction problem for CSE 537 homework #3.
roukaour/synacor-challenge
Virtual machine for Synacor Challenge (challenge.synacor.com).
roukaour/trace
Distribution Ray Tracer