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
| { | |
| "audio": "https://www.learningcontainer.com/wp-content/uploads/2020/02/Kalimba.mp3", | |
| "video": "https://test-videos.co.uk/vids/bigbuckbunny/mp4/h264/360/Big_Buck_Bunny_360_10s_1MB.mp4", | |
| "title": "Test Media Files" | |
| } |
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
| Match all | |
| # Timeout failed connections after 120 secs | |
| ServerAliveInterval 30 | |
| ServerAliveCountMax 4 | |
| ConnectTimeout 60 | |
| ConnectionAttempts 2 | |
| SendEnv LANG LC_* | |
| SendEnv TERM | |
| RequestTTY yes | |
| ForwardAgent yes |
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
| (() => { | |
| /* ---------- helpers ---------- */ | |
| const clean = s => s?.replace(/\s+/g, ' ').trim(); // collapse whitespace | |
| /* ---------- collect ---------- */ | |
| const raw = [...document.querySelectorAll('span[data-message-id]')].map(span => { | |
| const msgId = span.dataset.messageId; | |
| const user = clean(span.innerText); // sender name | |
| /* find the surrounding <div role="group"> that owns this message */ |
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
| Angel eyes: | |
| DRL: 100% brightness | |
| Low Beam: Reduced to 61% | |
| Enabling Comfort+ in Bimmercode: | |
| BDC_Body3 > Expert Mode > Search "ComfortWorldMode1" -> Change to: ComfortPlus | |
| HU_MGU > Expert Mode > Search "FES_COMFORT_PLUS" -> Change to: Active | |
| HU_MGU > Expert Mode > Search "ECO_CONF_STEERING_COMFPLUS" -> Change to: Active |
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
| [{"id":"dcbacc1b-fc70-4d08-b82e-832948206a78","title":"⚙️","color":"grey","matchers":["*.github.com","*.gitlab.com","*.stackoverflow.com","*.serverfault.com","*.zapier.com","*.webflow.com"],"options":{"strict":false,"merge":false}},{"id":"8fb84264-7b0e-453e-ba55-154a30f07f14","title":"🎵","color":"purple","matchers":["*.youtube.com","*.spotify.com","*.twitch.tv"],"options":{"strict":false,"merge":false}},{"id":"8fd9cb66-5b77-4ae9-bb8c-093f5fd2516b","title":"💰","color":"green","matchers":["*.stockrover.com","*.optionslam.com","*.vanguard.com","*.schwab.com","*.interactivebrokers.com"],"options":{"strict":false,"merge":false}},{"id":"b603daca-7dc0-41f5-ba84-1044d26ba897","title":"🧠","color":"orange","matchers":["chat.openai.com","*.gemini.google.com","*.claude.ai","*.chatgpt.com"],"options":{"strict":false,"merge":false}},{"id":"e3e74e55-93f2-4f9e-877e-69502a366176","title":"📅","color":"red","matchers":["calendar.google.com","mail.google.com"],"options":{"strict":false,"merge":false}}] |
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
| [ | |
| // NAVIGATION | |
| { | |
| "key": "ctrl+j", | |
| "command": "workbench.action.terminal.focus", | |
| "when": "!terminalFocus" | |
| }, | |
| { | |
| "key": "ctrl+k", | |
| "command": "workbench.action.focusActiveEditorGroup", |
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
| PlayStore.enabled=true | |
| image.sysdir.1=system-images/android-34/google_apis_playstore/arm64-v8a | |
| tag.display=Google Play | |
| tag.id=google_apis_playstore |
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
| Preamp: 0 dB | |
| Filter 1: ON PK Fc 32 Hz Gain 5.5 dB Q 1.41 | |
| Filter 2: ON PK Fc 64 Hz Gain 4.25 dB Q 1.41 | |
| Filter 3: ON PK Fc 125 Hz Gain 3.5 dB Q 1.41 | |
| Filter 4: ON PK Fc 250 Hz Gain 2.5 dB Q 1.41 | |
| Filter 5: ON PK Fc 500 Hz Gain 1.25 dB Q 1.41 | |
| Filter 6: ON PK Fc 1000 Hz Gain 0 dB Q 1.41 | |
| Filter 7: ON PK Fc 2000 Hz Gain 0 dB Q 1.41 | |
| Filter 8: ON PK Fc 4000 Hz Gain 0 dB Q 1.41 | |
| Filter 9: ON PK Fc 8000 Hz Gain 0 dB Q 1.41 |
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
| printf "\033]52;c;$(printf %s "asdf" | base64 | tr -d '\n\r')\a" |
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
| gsettings set org.gnome.desktop.peripherals.keyboard delay 200 | |
| gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 15 |
NewerOlder