Skip to content

Instantly share code, notes, and snippets.

View ganni's full-sized avatar
🌍
👩🏻‍💻

Nyamka Ganni (Suren) ganni

🌍
👩🏻‍💻
View GitHub Profile
@ganni
ganni / exportSpreadsheet.gs
Created August 8, 2021 15:47 — forked from Spencer-Easton/exportSpreadsheet.gs
Example on how to export a Google sheet to various formats, includes most PDF options
function exportSpreadsheet() {
//All requests must include id in the path and a format parameter
//https://docs.google.com/spreadsheets/d/{SpreadsheetId}/export
//FORMATS WITH NO ADDITIONAL OPTIONS
//format=xlsx //excel
//format=ods //Open Document Spreadsheet
//format=zip //html zipped
@ganni
ganni / compose-w-mounting-windows.bash
Last active October 12, 2018 15:57
Docker commands (mostly windows)
docker run -it -v /User/Documents/directory-to-bind:/notebooks -w /notebooks --name tf -p 8888:8888 -p 6006:6006 tensorflow/tensorflow
@ganni
ganni / .block
Last active October 2, 2018 01:02 — forked from mbostock/.block
Choropleth
license: gpl-3.0
height: 600
border: yes