Pinned Repositories
andydevs.github.io
New portfolio website
andys-notebook
My Jupyter notebooks created for exploration and education
auto-create-files
Atom Package. Automatically creates project files (like .gitignores and LICENSE files). Uses GitHub API.
blockys-adventure-in-blockworld
Me trying to make a video game
cudafractal
Fractal Generator using Nvidia's CUDA framework
fractal-generator
A program that generates fractal images.
fractool
Generic fractal image generator
general
General is a simple templating system in ruby that allows you to create templates from both pure strings and files (with the extension .general), as well as create new strings and files with these created objects.
gravity-golf
Golf but with gravity mechanics!
velocibox-clock-ui
A fancy looking clock display.
andydevs's Repositories
andydevs/fractal-generator
A program that generates fractal images.
andydevs/jump
An experiment in writing interpreted languages in C++
andydevs/binary-time
A pebble watchface that displays the time and date in binary format
andydevs/gitignores
Atom package that creates .gitignore files using GitHub's .gitignore api
andydevs/java-calc
A calculator written in Java (which follows the MVC design pattern)
andydevs/javamvc
This is a simple program written in Java that demonstrates the Model-View-Controller (MVC) application design pattern.
andydevs/language-jump
Language definition for Jump
andydevs/linear-differential-modeler
A 2'nd order linear differential equation numerical solver written in Haskell
andydevs/opengl-first-project
Learning the basics of OpenGL
andydevs/optimat
Optimization algorithms written in MATLAB
andydevs/optipy
Optimization algorithms written in python
andydevs/password-generator
Generates random passwords
andydevs/roject
Roject is a programming project manager written in Ruby. With Roject, you can create and edit projects based on templates using simple commands without a heavy IDE.
andydevs/shuffle-experiment
This is an experiment to determine how many times a sorted array of arbitrary length must be shuffled (two random numbers in the array swapped) to produce the maximum disorder in the array.