Pinned Repositories
an-interpreter
In preparation for an upcoming course of compilers, I'm building a Pascal interpreter in Python following an online guide found here: https://ruslanspivak.com/
angular.js_app
My work on the Codeschool Angular.js app tutorial
Audio_Snowflake
A music-data visualization using Processing.js; inspired by Spirograph
datastructs_algorithms_exercises
My work using the book "Problem Solving with Algorithms and Data Structures Using Python"
flipstar
Result of my team's project at the #neohack14 hackathon
FrasierLebowski
Uses Markov chains and the Twitter API to create a bot that tweets mash-up quotes from Frasier Crane in the ’90s show "Frasier" and the Dude in "The Big Lebowski."
gatsby-p5-starter
Gatsby starter website template for use with p5.js; view live at https://gatsby-p5-gallery-starter.herokuapp.com/
my_compiler
A Python project that takes a grammar I've defined, lexes it, parses it into an abstract syntax tree, and does semantic analysis. To come: generate bytecode and feed it to a stack-based virtual machine. Maybe will throw in some optimization for good measure.
perlin_noise_flower
Generative art using the P5.js library
streakin
Silly retro game using steering behaviors of p5.js
doubledherin's Repositories
doubledherin/Audio_Snowflake
A music-data visualization using Processing.js; inspired by Spirograph
doubledherin/gatsby-p5-starter
Gatsby starter website template for use with p5.js; view live at https://gatsby-p5-gallery-starter.herokuapp.com/
doubledherin/perlin_noise_flower
Generative art using the P5.js library
doubledherin/streakin
Silly retro game using steering behaviors of p5.js
doubledherin/Advanced-React
Starter Files and Solutions for Full Stack Advanced React and GraphQL
doubledherin/again
doubledherin/apollo-fullstack-tutorial
doubledherin/audio-snowflake
v2 of the Audio Snowflake app
doubledherin/audio-snowflake_archived
v2 of the Audio Snowflake app
doubledherin/coact
website for Thelan Nguyen's coaching business
doubledherin/css-grid-gallery
doubledherin/depot
Project for learning Rails
doubledherin/gatsby
Build blazing fast, modern apps and websites with React
doubledherin/hacker-news-clone
doubledherin/hapi-blacklist-ip
A small app that uses hapi to blacklist a block of IP addresses, to understand the hapi request/response lifecycle
doubledherin/hapi-crypto
A tiny app that decrypts messages, in order to understand prerequisite handlers
doubledherin/hapi-joi-webform-validation-sample
Built following along with Hapi.js in Action
doubledherin/iOSTextFieldsApp
A toy app focused on text field delegates; part of the Udacity iOS Development Nanodegree
doubledherin/make_p5
Exercises from the Make: Getting Started with p5.js book
doubledherin/nature-of-code
doubledherin/p5_play
Various fun p5.js scripts
doubledherin/pingoo
A hapi-js app meant for exploring modularity with hapi plugins, following the Hapi.js in Action book
doubledherin/PitchPerfect
An audio-distortion iOS app, built as part of the Udacity iOS Developer Nanodegree
doubledherin/portfolio-website-starter
A Gatsby skeleton for simple portfolio website
doubledherin/responsive-header
Following this: https://www.youtube.com/watch?v=mEtmJ2xk16g
doubledherin/RockTheJVM
Follows the Udemy course, RockTheJVM: https://www.udemy.com/course/rock-the-jvm-scala-for-beginners/
doubledherin/Roshambo
A toy iOS Swift app where you can play Rock, Scissors, Paper (Roshambo)
doubledherin/spiffy
doubledherin/tetrapod22
doubledherin/web-api-auth-examples
Basic examples to authenticate and fetch data using the Spotify Web API