Braden's public fiddles
-
Number Translation human benchmark thing
see how fast and accurate you are at translating between common number bases.
-
Colored tile message encoder
Encodes messages into a colored tile grid (or you can use it to make art). The colors and scale can easily be adjusted through the first few lines of the javascript code.
-
FPS counter proof of concept
just wanted to see if I could figure out how to do it
-
what ctx.clearRect is for
No-Library (pure JS), HTML, CSS, JavaScript
-
Trashy pendulum code
Thanks
-
rough rectangle dragging demo
No-Library (pure JS), HTML, CSS, JavaScript
-
Devil Daggers difficulty graph (meme)
every pixel on the X axis is 2 seconds
-
LesPride Flag Generator
renders arbitrary messages in the colors of the lesbian pride flag. Don't take it too seriously, it's based on a meme.
-
ddinfo User Settings form
No-Library (pure JS), HTML, CSS, JavaScript
-
Simple JSON editor
No-Library (pure JS), HTML, CSS, JavaScript
-
Color Chart Generator
Generates color charts from user input
-
Devil Daggers post_lut Generator
Postprocessing color look up table generator for devil daggers. Very rudimentary
-
Printing the letter E without typing "E"
No-Library (pure JS), HTML, CSS, JavaScript
-
collab test
hfhgfhdhjg
-
Steam BBCode table generator
For https://steamcommunity.com/sharedfiles/filedetails/?id=1329884761
-
Simple Grapher
Fooplot is down, but I'm a programmer so I can make my own plotter. Still annoyed, though.
-
Raster-drawing a circle without using PI
this fiddle draws a circle completely from scratch without using pi, Math.sqrt, Math.pow, etc.
-
Base64 encoder/decoder
It's not perfect, and doesn't handle erroneous base64 input gracefully (it will generate binary garbage), but it works.
-
Declarative-style key handler demonstration
Rather than managing a stupid-complicated event handler where every handled input is hard-coded in, and/or the pressed keys are mashed into a data structure, this puts all the handled inputs into a data structure and looks them up every time a key is pressed. Making it possible to modify at runtime, and greatly simplifying the process as a whole. It also makes it possible to automatically generate a list of the available key bindings, which would have to be hard-coded if the controls were themselves hard-coded.
-
Secret Santa Thing
Generates a Secret Santa list and tracks chaining.