Skip to content

Instantly share code, notes, and snippets.

View timbury's full-sized avatar
🏠
Working from home

snarkman timbury

🏠
Working from home
View GitHub Profile
@timbury
timbury / PY0101EN-1-1-Types.ipynb
Created October 3, 2019 00:18
Created on Cognitive Class Labs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@timbury
timbury / getdavewineropml.js
Created November 14, 2017 20:47 — forked from scripting/getdavewineropml.js
A PagePark page implemented in JavaScript that returns the JSON representation of an OPML outline. See the notes for v0.63 for more info.
var urlOpml = "http://davewiner.com/davewiner.opml";
opmlLib.readOpmlUrl (urlOpml, function (theOutline) {
httpResponse.writeHead (200, {"Content-Type": "application/json", "Access-Control-Allow-Origin": "*"});
httpResponse.end (utils.jsonStringify (theOutline));
});
@timbury
timbury / README.md
Created October 23, 2017 21:16 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet