Create your own GitHub profile
Join the platform over 36 million developers call home for hosting code, managing projects, and building their best software.
Sign up for free See pricing for teams and enterprises
Popular repositories
-
flocks.js
A radically simpler alternative to Flux - opinionated React state and rendering management
-
preact_ie7
Yes. Someone I know needs IE7 in 2019 and wants React. (dramatic lightning; thunder)
-
jssm
A Javascript finite state machine (FSM) with a simple API. Well tested, and typed with Flowtype. Generates visualizations w/ jssm-viz. MIT License.
-
rogue_demo
A simple build of a roguelike in JS
-
canvolver
Man I was bored, so I created a low quality canvas polygon evolver
-
htstub
The HtStub erlang webserver
2,023 contributions in the last year
Activity overview
Contribution activity
April 2019
- StoneCypher/ava JavaScript
- StoneCypher/dndGenerator TypeScript
- StoneCypher/jquery-easing JavaScript
Created a pull request in Cellule/dndGenerator that received 1 comment
Small grammar fix
Current generator says "Bob is a 65 years old person who"
Grammar wants no s on year
Created an issue in prettier/prettier that received 13 comments
Please add a CLI argument that shows me what the changes are
There are too many tutorials advising me that the way to handle prettier is to commit my code to git, then run prettier --write && git diff
That's …