Standard escape codes are prefixed with Escape:
- Ctrl-Key:
^[ - Octal:
\033 - Unicode:
\u001b - Hexadecimal:
\x1B - Decimal:
27
| continue | |
| dir=/var/www/downloads | |
| file-allocation=falloc | |
| max-connection-per-server=4 | |
| max-concurrent-downloads=2 | |
| max-overall-download-limit=0 | |
| min-split-size=25M | |
| rpc-allow-origin-all=true | |
| rpc-secret=YouShouldChangeThis | |
| input-file=/var/tmp/aria2c.session |
| /** | |
| * Applies window transformation flags (WTFs) to aid in supporting | |
| * edge-to-edge layouts on Android Q and higher. | |
| */ | |
| fun Activity?.applyEdgeToEdge( | |
| lightStatusBar: Boolean = false, | |
| lightNavigationBar: Boolean = false, | |
| transparentStatusBar: Boolean = true, | |
| immersive: Boolean = false | |
| ) { |
| /** | |
| * Create a simple CORS proxy with Cloudflare Workers | |
| * to bypass cors restrictions in the browser. | |
| * Example Usage: https://<worker_subdomain>.workers.dev/https://postman-echo.com/get?foo1=bar1&foo2=bar2 | |
| */ | |
| addEventListener('fetch', event => | |
| event.respondWith(handleRequest(event.request)) | |
| ) |
tar -xvf youtube-dl-2020.09.20.tar.gz
| #!/usr/bin/python | |
| """ | |
| Pre-commit hook for git written in Python. | |
| Check if there is any migration number used more than one in each | |
| migrations folder of South or Django >= 1.7. | |
| You can install this pre-hook by executing the command: | |
| ln -s ./git-pre-commit-hook .git/hooks/pre-commit | |
| chmod +x .git/hooks/pre-commit | |
| Or by calling the current script or check_migrations_files() in your | |
| own file. |
| [Desktop Entry] | |
| Name=vscode-right-click-hotfix | |
| Type=Application | |
| Exec=/usr/bin/env vscode-right-click-hotfix |
Note: This is all almost full YouTube ID informations. Original owner goes to AgentOak, modified version by Martin Eesmaa.
See the credits and also special thanks in below.
Before this gist has been forked, AgentOak made original gist on November 13 2019 and it was last updated on May 5 2021.
From now on, this forked gist is maintained by Martin Eesmaa since 17 September 2022. I joined to yt-dlp Discord server on 3rd April 2026 with my Discord username: martineesmaa.
Last updated: 26 May 2026
| <scheme name="Ayu Dark" version="142" parent_scheme="Darcula"> | |
| <metaInfo> | |
| <property name="ide">Python</property> | |
| <property name="ideVersion">2024.3.1.1.0.0</property> | |
| </metaInfo> | |
| <colors> | |
| <option name="ADDED_LINES_COLOR" value="7fd962" /> | |
| <option name="ANNOTATIONS_COLOR" value="cccac2" /> | |
| <option name="CARET_COLOR" value="e6b450" /> | |
| <option name="CARET_ROW_COLOR" value="131721" /> |