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 / MC Cheat Sheet
Created June 8, 2026 00:33 — forked from samiraguiar/MC Cheat Sheet
Midnight Commander Cheat Sheet / Shortcuts
Note for newcomers:
In the shortcuts below, "C" stands for CTRL and "A" stands for "ALT". This is a convention
used in the Midnight Commander documentation and was kept here.
You can also use "ESC" instead of "ALT", which is useful on Macbooks.
Main View
---------------------------------------------------------------
- File/directory operations
@timbury
timbury / MC Cheat Sheet
Created June 8, 2026 00:33 — forked from samiraguiar/MC Cheat Sheet
Midnight Commander Cheat Sheet / Shortcuts
Note for newcomers:
In the shortcuts below, "C" stands for CTRL and "A" stands for "ALT". This is a convention
used in the Midnight Commander documentation and was kept here.
You can also use "ESC" instead of "ALT", which is useful on Macbooks.
Main View
---------------------------------------------------------------
- File/directory operations
@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