- Framework: Next.js App Router only (
app/), nopages/ - Language: TypeScript everywhere, no JS
- Runtime: only Node
- Package manager: pnpm, enforced via CI
I hereby claim:
- I am qpleple on github.
- I am qpleple (https://keybase.io/qpleple) on keybase.
- I have a public key whose fingerprint is 804B D7B2 C3F3 7968 9147 2B1F 2158 651F 4489 E206
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import RPi.GPIO as GPIO | |
| import time | |
| import requests | |
| # -------------- Config -------------- | |
| pin_button = 21 | |
| pin_led = 20 | |
| time_previous_blink = time.time() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- encoding: utf-8 | |
| import time, os, cPickle | |
| from termcolor import colored | |
| def chrono(method): | |
| def timed(*args, **kw): | |
| start = time.time() | |
| result = method(*args, **kw) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder