An open API service indexing awesome lists of open source software.

Projects in Awesome Lists by davidedc

A curated list of projects in awesome lists by davidedc .

https://github.com/davidedc/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.

coffeescript dashboard data-visualization desktop dynamic framework javascript operating-system windowing

Last synced: 05 Apr 2025

https://github.com/davidedc/ascii-fluid-simulation-deobfuscated

the best de-obfuscated version of Yusuke Endoh's "Most complex ASCII fluid" obfuscated C code competition 2012 entry

Last synced: 21 Mar 2025

https://github.com/davidedc/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.

evernote markdown obsidian-md

Last synced: 21 Mar 2025

https://github.com/davidedc/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.

evernote markdown obsidian-md

Last synced: 17 Nov 2024

https://github.com/davidedc/p5nitro

P5Nitro turns your processing sketches into C++ code that runs at native speed

Last synced: 14 Feb 2025

https://github.com/davidedc/raspberry-pi-autovj

automatic motion graphics for raspberry pi using pi3d framework

Last synced: 14 Feb 2025

https://github.com/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

Last synced: 14 Feb 2025

https://github.com/davidedc/sketchpatch

online fun programming sketchbook

Last synced: 14 Feb 2025

https://github.com/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.

Last synced: 14 Feb 2025

https://github.com/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

Last synced: 05 Mar 2025

https://github.com/davidedc/fizzylogo

an object-oriented logo made in Coffeescript (Javascript)

dynamic-languages interpreter rosetta-smalltalk smalltalk smalltalk-72

Last synced: 14 Feb 2025

https://github.com/davidedc/using-dat-gui-with-processing-js

A simple example of using dat.GUI with Processing.js

Last synced: 05 Mar 2025

https://github.com/davidedc/jira-multi-board-view

shows issues spread across multiple JIRA boards

Last synced: 05 Mar 2025

https://github.com/davidedc/javascript4p5

a port of javascript4me for Processing i.e. a javascript interpreter for Processing

Last synced: 05 Mar 2025

https://github.com/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.

Last synced: 05 Mar 2025

https://github.com/davidedc/the-strangest-things-in-your-pics

finding strange objects in your pictures using Inception3 deep convolution neural network by Google

deep-convolutional-networks deep-learning deeplearning inception machine-learning tensorflow

Last synced: 05 Mar 2025

https://github.com/davidedc/die-and-matchsticks-simulator

A small simulator of the "die and matchsticks" game from Eliyahu M. Goldratt's "The Goal"

die-and-matchsticks goldratt the-goal

Last synced: 05 Mar 2025

https://github.com/davidedc/tiny-renderer-coffee

port of Dmitry V. Sokolov's tiny renderer to CoffeeScript

Last synced: 05 Mar 2025

https://github.com/davidedc/fizzygum-website

Fizzygum's website. Not much to star or follow here.

Last synced: 04 Apr 2025

https://github.com/davidedc/p5lint

processing syntax checker done in javascript

Last synced: 05 Mar 2025

https://github.com/davidedc/rapture-index-dashboard

essential dashboard of end-of-time activity

Last synced: 05 Mar 2025

https://github.com/davidedc/cellularautomataofxapp

a simple cellular automata app done in OpenFrameworks. Why not?

Last synced: 05 Mar 2025

https://github.com/davidedc/algebrite-reference-generator

generates reference documentation for Algebrite

Last synced: 05 Mar 2025

https://github.com/davidedc/smaller-screenshots

automatically get a range of smaller candidate formats/sizes for your (big) screenshots.

osx screenshot screenshot-utility screenshots

Last synced: 05 Mar 2025

https://github.com/davidedc/lovr-sketches

some sketches. Made with Lovr

Last synced: 05 Mar 2025

https://github.com/davidedc/vivarium

Last synced: 05 Mar 2025

https://github.com/davidedc/processing-ui-only-made-of-links

Attempt to build a UI that is only made of links.

Last synced: 05 Mar 2025

https://github.com/davidedc/pulover-macro-creator---useful-macros

a collection of macros for generic productivity improvement (improved windows management, Evernote, etc.)

Last synced: 05 Mar 2025

https://github.com/davidedc/little-text-desktop

Proof of concept for a little text desktop.

Last synced: 05 Mar 2025

https://github.com/davidedc/fizzygum-builds

Fizzygum builds ready to be served (via github or any other server). Builds include tests.

Last synced: 05 Mar 2025

https://github.com/davidedc/algebrite-website

website for the Algebrite Computer Algebra System

Last synced: 05 Mar 2025

https://github.com/davidedc/livecodelab-the-website

just the website. For LCL dev see the other dedicated repo.

Last synced: 05 Mar 2025

https://github.com/davidedc/coffeescript---simple-execution-pausing-and-resuming

Simple modifications to Coffeescript source to enable pausing of a program, and resuming based on simple conditions e.g. time period

Last synced: 05 Mar 2025

https://github.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.

Last synced: 05 Mar 2025

https://github.com/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)

Last synced: 05 Mar 2025

https://github.com/davidedc/simplified-shell-parser-in-js

Simplified shell parser demo. Parses roughly according to stash's "Shell Grammar Simplified" at https://github.com/ywangd/stash/blob/master/man/grammar.txt

Last synced: 05 Mar 2025

https://github.com/davidedc/fizzygum-videos-public

some example videos that can be played from the video player inside fizzygum

Last synced: 05 Mar 2025

https://github.com/davidedc/basic-jira-and-wiki-automation-with-python-and-mechanize

basic JIRA and wiki automation with Python and Mechanize

Last synced: 05 Mar 2025

https://github.com/davidedc/snake-game

simple snake game

Last synced: 05 Mar 2025

https://github.com/davidedc/js-lpc-speech-synthesizer---soundbank-v1

sound bank for JS LPC speech synthesizer - first version

Last synced: 05 Mar 2025

https://github.com/davidedc/customise-jira-cards-appearance

customise JIRA cards appearance via "announcement banner" javascript injection

Last synced: 05 Mar 2025

https://github.com/davidedc/js-lpc-speech-synthesizer

Linear predictive coding speech synthesizer in javascript

Last synced: 05 Mar 2025

https://github.com/davidedc/jira-composable-command-line-tools

composable (pipe-able) command line tools for JIRA

Last synced: 05 Mar 2025

https://github.com/davidedc/minimal-2d-js-software-renderer

a very simple js 2d software renderer

Last synced: 22 Mar 2025

https://github.com/davidedc/minimal-jsonp-client-server-scaffold

A minimal hackable client/server scaffold to serve files and respond to jsonp requests.

Last synced: 05 Mar 2025

https://github.com/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.

Last synced: 05 Mar 2025

https://github.com/davidedc/svgtocanvas.coffee

svg rendered via canvas, done in coffeescript. Derived from canvg project at https://code.google.com/p/canvg/

Last synced: 05 Mar 2025