davidedc
Technical Program Manager at Meta, ex-Amazon, ex-@shazam. Coder, MSc, MBA, Generalist.
MetaLondon
Pinned Repositories
A-thousand-notes
In Jan 2021 I moved around 29k notes from Evernote to markdown. These are the scripts I used to clean-up, validate, maintain the markdown notes.
Algebrite
Computer Algebra System in Javascript (Typescript)
Ascii-fluid-simulation-deobfuscated
the best de-obfuscated version of Yusuke Endoh's "Most complex ASCII fluid" obfuscated C code competition 2012 entry
Basic-fluid-simulation-in-the-browser
basic fluid simulations in the browser using the Smoothed-particle hydrodynamics (SPH) method. Based on Yusuke Endoh's "Most complex ASCII fluid" obfuscated C code competition 2012 entry.
Fizzygum
a new web framework, an entire platform really, designed from the ground up to handle complex things easily. Put the power of an entire Operating System at your fingertips.
Fizzylogo
an object-oriented logo made in Coffeescript (Javascript)
livecodelab
a web based livecoding environment
P5Nitro
P5Nitro turns your processing sketches into C++ code that runs at native speed
raspberry-pi-autoVj
automatic motion graphics for raspberry pi using pi3d framework
The-strangest-things-in-your-pics
finding strange objects in your pictures using Inception3 deep convolution neural network by Google
davidedc's Repositories
davidedc/raspberry-pi-autoVj
automatic motion graphics for raspberry pi using pi3d framework
davidedc/QR-and-JIRA-check-in-check-out-system
a QR system to make check-ins and check-out of things like mobile phones, laptops, any item really, using JIRA
davidedc/sketchPatch
online fun programming sketchbook
davidedc/The-Shazam-Equation
davidedc/Basic-fluid-simulation-in-the-browser
basic fluid simulations in the browser using the Smoothed-particle hydrodynamics (SPH) method. Based on Yusuke Endoh's "Most complex ASCII fluid" obfuscated C code competition 2012 entry.
davidedc/Scraping-the-web-directly-from-the-browser-with-YQL
Scraping the web directly from the browser with YQL - tiny version of https://github.com/codepo8/crossdomain-ajax-with-jquery-and-yql by Christian Heilmann
davidedc/JIRA-multi-board-view
shows issues spread across multiple JIRA boards
davidedc/using-dat-gui-with-processing-js
A simple example of using dat.GUI with Processing.js
davidedc/devart-template
davidedc/EigenMath-unofficial-clone-repo
EigenMath unofficial clone repo. Just a work area for Algebrite-related code. Please refer to official svn repo by Gerge Weigt instead.
davidedc/javascript4P5
a port of javascript4me for Processing i.e. a javascript interpreter for Processing
davidedc/The-strangest-things-in-your-pics
finding strange objects in your pictures using Inception3 deep convolution neural network by Google
davidedc/CellularAutomataOfxApp
a simple cellular automata app done in OpenFrameworks. Why not?
davidedc/Rapture-index-dashboard
essential dashboard of end-of-time activity
davidedc/tiny-renderer-coffee
port of Dmitry V. Sokolov's tiny renderer to CoffeeScript
davidedc/Algebrite-reference-generator
generates reference documentation for Algebrite
davidedc/Fizzygum-builds
Fizzygum builds ready to be served (via github or any other server). Builds include tests.
davidedc/floradavide.com
davidedc/jsonp-db-redux
JSON-P DB Redux is a minimal Google App Engine app to persist/retrieve JSON objects via simple client-side javascript JSON-P calls.
davidedc/livecodelang
davidedc/processing.as
A Processing interpreter in Flash.
davidedc/Rapture-index-cors-api
API for fetching the latest Rapture Index data (CORS-enabled so you can fetch directly from the browser, from any page you want served from any domain you want)
davidedc/Basic-JIRA-And-Wiki-automation-with-Python-And-Mechanize
basic JIRA and wiki automation with Python and Mechanize
davidedc/Customise-JIRA-Cards-Appearance
customise JIRA cards appearance via "announcement banner" javascript injection
davidedc/export_gr2evernote
Exports previously-starred articles from Google Reader to Evernote
davidedc/JIRA-composable-command-line-tools
composable (pipe-able) command line tools for JIRA
davidedc/LW-toy-imperative-language
an interpreter (in Java) for the LW didactic imperative language, sometimes used to teach the fundamentals of parsing, static checking, execution of imperative languages.
davidedc/minimal-jsonp-client-server-scaffold
A minimal hackable client/server scaffold to serve files and respond to jsonp requests.
davidedc/SmallWorld
Enhanced version of Tim Budd's SmallWorld (Smalltalk on JVM)
davidedc/svgToCanvas.coffee
svg rendered via canvas, done in coffeescript. Derived from canvg project at https://code.google.com/p/canvg/