I hereby claim:
- I am oeon on github.
- I am oeon (https://keybase.io/oeon) on keybase.
- I have a public key ASBW-ZRiTH19DIblcsIb3JYMvdRsa5-xRWBdXcAPL8nnTQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // Google Apps Script for creating Google Calendar events via Fulcrum Webhooks | |
| // replace your Fulcrum API token here | |
| var token = ""; | |
| // leave createEventId as an empty string. We'll get it in createEvent() | |
| var createEventId = ""; | |
| function doPost(e) { | |
| return handleResponse(e); | |
| } |
| var stop = new Date($stop_date.getFullYear(), $stop_date.getMonth(), $stop_date.getDate(), $stop_time.slice(0, 2), $stop_time.slice(3, 5), 0); | |
| SETRESULT(stop.getTime()); |
| var start = new Date($start_date.getFullYear(), $start_date.getMonth(), $start_date.getDate(), $start_time.slice(0, 2), $start_time.slice(3, 5), 0); | |
| SETRESULT(start.getTime()); |
| // Google Apps Script for creating Google Calendar events via Fulcrum Webhooks | |
| // replace your Fulcrum API token here | |
| var token = ""; | |
| var createEventId = ""; | |
| function doPost(e) { | |
| return handleResponse(e); | |
| } |
| #!/bin/bash | |
| for file in *.csv | |
| do | |
| # 1i means insert before line 1 | |
| gsed -i 1i"animals,numbers,colors" $file | |
| echo "inserted header in $file!" | |
| gsed -i "s/^\xef\xbb\xbf//" $file | |
| echo "removed BOM in $file!" | |
| done |
| Homebrew build logs for qgis/qgisdev/qgis3-dev on macOS 10.12.6 | |
| Build date: 2018-06-08 10:07:31 |
| Homebrew build logs for qgis/qgisdev/qgis3-dev on macOS 10.12.6 | |
| Build date: 2018-06-08 03:46:42 |
| Homebrew build logs for qgis/qgisdev/qgis3-dev on macOS 10.12.6 | |
| Build date: 2018-06-08 00:10:19 |