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
| # start and end = time in "XX:XX" formant | |
| function youtubeclip | |
| set start $argv[1] | |
| set end $argv[2] | |
| set title $argv[3] | |
| set url $argv[4] | |
| yt-dlp -f "[protocol!*=dash]" \ | |
| --add-metadata \ | |
| --external-downloader ffmpeg \ |
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
| // name: Rosé Pine | |
| // author: thuanowa | |
| // license: unlicense | |
| // upstream: https://github.com/rose-pine/surfingkeys/blob/main/dist/rose-pine.conf | |
| // blurb: All natural pine, faux fur and a bit of soho vibes for the classy minimalist | |
| const { | |
| aceVimMap, | |
| mapkey, | |
| vmapkey, | |
| imapkey, |
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> | |
| <script src="https://cdn.rawgit.com/zloirock/core-js/master/client/shim.min.js"></script> | |
| <script src="https://wzrd.in/standalone/tape@latest"></script> | |
| <script src="https://wzrd.in/standalone/tap-browser-color@latest"></script> | |
| <script src="//fb.me/react-with-addons-0.14.3.js"></script> | |
| <script src="//fb.me/react-dom-0.14.3.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> |