{
"id": 123123123123,
"name": "asset_key",
"type": 1
}
- ID: The ID of the asset
# the --recursive is important, this has a submodule! | |
git clone --recursive https://github.com/asciinema/asciicast2gif.git | |
cd asciicast2gif | |
# If you forget to use --recursive you can do | |
git submodule init | |
git submodule update | |
# install npm dependencies | |
npm install |
The latest beta (3.5) includes separate color settings for light & dark mode. Toggling dark mode automatically switches colors.
Vist iTerm2 homepage or use brew install iterm2-beta
to download the beta. Thanks @stefanwascoding.
switch_automatic.py
to ~/Library/ApplicationSupport/iTerm2/Scripts/AutoLaunch
with:0 | |
00 | |
01 | |
02 | |
03 | |
1 | |
1.0 | |
10 | |
100 | |
1000 |
var timer=100;document.querySelectorAll("div > input[type='checkbox']:checked").forEach((interest) => {setTimeout(function(){interest.click()},timer);timer+=2000;}); |
Replacing Netflix and Amazon keys of the webOS LG TV LG Magic Remote with other apps
This procedure allows substituting one or both Netflix and Amazon keys of the Magic Remote Control Unit with other apps or TV control menus of the webOS LG TV.
Netflix and Amazon keys can be found just over the Red-Green-Yellow-Blue color buttons of such remote.
Assumption for this procedure is that you accept to uninstall the apps related to the keys to be substituted. Example: if you want to replace the Netflix key, you need to uninstall Netflix (possibly, you are not using Netflix if you do not need such key).
To uninstall Netflix or Amazon Prime, press the Home key of the Magic Remote, select the "LG Content Store" app, press "APP" at the top of the screen, press "My Apps", press the "Rem
''' | |
Python3 Bulk Steam key importer | |
Requires the pip library 'steam' | |
Run `pip install steam` if you're unsure | |
Code expects a text file with keys line seperated. For example: | |
XXXXX-YYYYY-ZZZZZ |
On (Lasts for 10 seconds): | |
hidapitester.exe --vidpid 340D/1710 --open --length 10 --send-output 0x0,0xFF,0x01,0x66,0xC8,0xFF,0xAD,0x52,0x81,0xD6 | |
Off: | |
hidapitester.exe --vidpid 340D/1710 --open --length 10 --send-output 0x0,0xFF,0x00,0x00,0x64,0x00,0x32,0x9E,0xD7,0x0D | |
Address: VID and PID (Vendor ID and Product ID) |
// Variables used by Scriptable. | |
// These must be at the very top of the file. Do not edit. | |
// icon-color: yellow; icon-glyph: gamepad; | |
const getRuleImageUrl = (rule) => { | |
// reupload images from https://github.com/misenhower/splatoon3.ink/tree/main/src/assets/img/rules | |
// as png to your own host and link below | |
switch (rule) { | |
// Splat Zones | |
case 'AREA': return ""; | |
// Clam Blitz |