Skip to content

Instantly share code, notes, and snippets.

View simonepri's full-sized avatar
🎓
Getting ML research experience.

Simone Primarosa simonepri

🎓
Getting ML research experience.
View GitHub Profile
@simonepri
simonepri / ged_utils.md
Last active May 23, 2020 09:41
GED Utils
@simonepri
simonepri / pbg-tools
Last active June 23, 2019 08:35
pbg-tools
_
// Includes functions for exporting active sheet or all sheets as JSON object (also Python object syntax compatible).
// Tweak the makePrettyJSON_ function to customize what kind of JSON to export.
var FORMAT_ONELINE = 'One-line';
var FORMAT_MULTILINE = 'Multi-line';
var FORMAT_PRETTY = 'Pretty';
var LANGUAGE_JS = 'JavaScript';
var LANGUAGE_PYTHON = 'Python';