Carleton College CS major, class of 2020.
Love frisbee, hurdles, dancing, eggs. Send me your fav algo problem.
- Seattle, WA
Highlights
- Pro
Pinned Loading
-
-
carleton-cs257-fall-2018/assignments-kimcw2
carleton-cs257-fall-2018/assignments-kimcw2 Public archiveassignments-kimcw2 created by GitHub Classroom
Python 1
-
-
A couple of helper functions I alway...
A couple of helper functions I always use when automating workflow processes from Google Sheets in GAS. 1// Get a sheet from a given spreadsheet by the ID of the sheet2function getSheetById(spreadsheet, sheetId) {
3return spreadsheet.getSheets().filter(function(sheet) {return sheet.getSheetId() == sheetId})[0];
4}5 -
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.