Pinned Repositories
3D-US-Data-Map
3D US Data Map is an in-browser 3D map of the US, split by County or State, with geographies extruded and colored based on a user-chosen formula that can access US census data.
DieStatistician
A toolset for analyzing tabletop game dice outcomes.
django-filepicker
A django plugin to make integrating with Filepicker.io even easier
DogiAdmin
futilities
just like normal utilities, except probably useless, yet still mildly interesting.
Generic-Data-Collection-Infrastructure
An event-driven framework to collect data from networks of input processors, such as sensor systems and web interfaces.
godot_experiments
Experiments in Godot Game Engine.
maidsafe-test
prolog2sql
Convert Prolog scripts into a series of SQL queries
puredatatools
An exploration of PureData by making patches and abstractions
btbonval's Repositories
btbonval/DogiAdmin
btbonval/godot_experiments
Experiments in Godot Game Engine.
btbonval/prolog2sql
Convert Prolog scripts into a series of SQL queries
btbonval/puredatatools
An exploration of PureData by making patches and abstractions
btbonval/3D-US-Data-Map
3D US Data Map is an in-browser 3D map of the US, split by County or State, with geographies extruded and colored based on a user-chosen formula that can access US census data.
btbonval/DieStatistician
A toolset for analyzing tabletop game dice outcomes.
btbonval/django-filepicker
A django plugin to make integrating with Filepicker.io even easier
btbonval/futilities
just like normal utilities, except probably useless, yet still mildly interesting.
btbonval/Generic-Data-Collection-Infrastructure
An event-driven framework to collect data from networks of input processors, such as sensor systems and web interfaces.
btbonval/maidsafe-test
btbonval/mit-ocw-scraper
A scraper to grab video links and transcription data for MIT OCW videos
btbonval/MultipartPostHandler
Enables the use of multipart/form-data for posting forms. Modified from Will Holcomb's original by Brian Schneider and Bryan Bonvallet to support unicode files and file-like objects.
btbonval/onedimensionalcellularautomata
1D cellular automata in Python using itertools and dictionaries for speed, numpy and matplotlib for magic.