Skip to content

Instantly share code, notes, and snippets.

@ngzero
ngzero / gist:54dc1a4d5364e819615eab49a4050189
Created June 10, 2026 13:09
SAP Time Sheet Extension - Privacy Policy
This extension does not collect, transmit or share any user data. It does not make any external network requests. It uses chrome.storage.local only to store the timestamp of the last clock-out booking, required for the local § 5 ArbZG rest period check. Data never leaves the browser.
@ngzero
ngzero / treewatcher.ps1
Last active March 1, 2022 20:36
[Tree watcher] Print tree and refresh continuously #powershell
while (1) {cls; tree /F "C:\Users\steve\Desktop\git"; sleep 2}
@ngzero
ngzero / openapi_specification_fka_swagger_specification_tutorial.md
Created November 30, 2016 15:30 — forked from arno-di-loreto/openapi_specification_fka_swagger_specification_tutorial.md
OpenAPI Specification (fka Swagger Specification) tutorial files from [API Handyman blog](http://apihandyman.io)