- Pixelated - Modern email with privacy
- CW2. Pi USV - Die USV für den Raspberry Pi
- propaganda | Ubilabs Slack
- method of loci - Google-Suche
- kr41 / Bash Booster — Bitbucket
- Ein Startvolume auf Ihrem Mac auswählen - Apple Support
- Counting Legal Positions in Go
- 4K Deep Mandelbrot Set Zoom Animation (UHD) - YouTube
- A Quick Look Into The Math Of Animations With JavaScript – Smashing Magazine
- JS Bin - Collaborative JavaScript Debugging
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
| { | |
| "AF": { | |
| "region_code": "AF", | |
| "region": "Afghanistan", | |
| "map_tiles": true, | |
| "geocoding": true, | |
| "traffic": true, | |
| "driving_directions": true, | |
| "biking_directions": false, | |
| "walking_directions": true, |
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
| javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{ | |
| default: Turndown | |
| }, { | |
| default: Readability | |
| }]) => { | |
| /* Optional vault name */ | |
| const vault = ""; | |
| /* Optional folder name such as "Clippings/" */ |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Hello world!</title> | |
| <link | |
| href="https://fonts.googleapis.com/css?family=Cutive+Mono" | |
| rel="stylesheet" | |
| /> | |
| <link rel="stylesheet" href="./styles.css" /> | |
| </head> |
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
| Verifying that "yfrobot.id" is my Blockstack ID. https://onename.com/yfrobot |
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
| repo | |
| README | |
| online edit | |
| subfolder | |
| issues | |
| templates | |
| label | |
| milestone |
I hereby claim:
- I am yfr on github.
- I am yfr (https://keybase.io/yfr) on keybase.
- I have a public key whose fingerprint is 5C24 C647 E657 92E8 9550 08F8 F43F 09C6 8ACF F08B
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
| #!/bin/sh | |
| git branch --merged | |
| echo | |
| read -p "Do you want to delete these branches? [y|n]" -n 1 confirmation | |
| echo | |
| case "$confirmation" in | |
| n|N) exit 0;; |
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
| #!/bin/sh | |
| git stash list | |
| echo | |
| read -p "Do you want to drop all these stashes? [y|n]" -n 1 confirmation | |
| echo | |
| case "$confirmation" in | |
| n|N) exit 0;; |
NewerOlder