Skip to content

Instantly share code, notes, and snippets.

@forkyau
forkyau / hourly_rainfall_data-2024-09-19|06-00.csv
Created September 18, 2024 22:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
1 湿地公园 RF002 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
2 水边围 N12 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
3 石岗 RF003 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
4 大美督 RF004 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
5 大埔墟 RF005 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
6 北潭涌 RF006 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
7 滘西洲 RF007 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
8 西贡 N15 0 mm 2024-09-19T06:00:00+08:00 2024-09-19
aarch64-linux disko
x86_64-linux tests.nixos-functions.nixos-test
aarch64-linux nixos-install-tools
x86_64-linux nixos-install-tools
x86_64-linux disko
[2024-09-18 21:55:25] {dataset.py:613} INFO - Force processing enabled. Loading gs://cred-matching-routine-data/_data/Person/auto/auto from query...
[2024-09-18 21:55:44] {utils.py:76} INFO - Saving dataset in gs://cred-matching-routine-data/_data/Person/auto/auto...
[2024-09-18 21:56:27] {dataset.py:621} INFO - Input AutoDataset len: 794,237 schema:
sourceid object
name object
country object
email object
personid int64
dtype: object
[2024-09-18 21:56:27] {dataset.py:630} INFO - AutoDataset processing started!
aarch64-linux disko
x86_64-linux tests.nixos-functions.nixos-test
x86_64-linux nixos-install-tools
x86_64-linux disko
aarch64-linux nixos-install-tools
const doc = DocumentApp.getActiveDocument();
const body = doc.getActiveTab().asDocumentTab().getBody();
function onOpen() {
DocumentApp.getUi().createMenu('Eli\'s Tools')
.addItem('Add Residency Program', 'addProgram')
.addItem('Update modification date', 'lastEdited')
.addToUi();
lastEdited();
@SohamPradhan64
SohamPradhan64 / .gitignore
Created September 18, 2024 22:18 — forked from bradley219/.gitignore
PID C++ implementation
.DS_Store
This file has been truncated, but you can view the full file.
---
openapi: 3.0.0
info:
description: >-
This is the interface for interacting with the [Asana
Platform](https://developers.asana.com). Our API reference
is generated from our [OpenAPI spec]
(https://raw.githubusercontent.com/Asana/openapi/master/defs/asana_oas.yaml).
x-public-description: >-
# this is a code comment
name = "Leslie"
print("Hello", (",") , name)