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.
Last updated: 30 June 2025
Also known as itag or format codes and way back they could be specified with the fmt parameter (e.g. &fmt=22
).
Depending on the age and/or popularity of the video, not all formats will be available.
<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" /> |