Skip to content

Instantly share code, notes, and snippets.

View aanari's full-sized avatar

Ali Anari aanari

View GitHub Profile
@aanari
aanari / bimmercode.txt
Last active October 28, 2024 02:31
Bimmercode
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
@aanari
aanari / auto_group_tabs.json
Created July 8, 2024 01:46
Auto-Group Tabs
[{"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}}]
@aanari
aanari / keybindings.json
Last active August 26, 2024 06:53
VSCode Settings
[
// NAVIGATION
{
"key": "ctrl+j",
"command": "workbench.action.terminal.focus",
"when": "!terminalFocus"
},
{
"key": "ctrl+k",
"command": "workbench.action.focusActiveEditorGroup",
@aanari
aanari / config.ini
Created February 2, 2024 03:23
Play Store in Android Emulator
PlayStore.enabled=true
image.sysdir.1=system-images/android-34/google_apis_playstore/arm64-v8a
tag.display=Google Play
tag.id=google_apis_playstore
@aanari
aanari / light_bass_booster.txt
Created January 24, 2024 21:51
Light Bass Booster
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
printf "\033]52;c;$(printf %s "asdf" | base64 | tr -d '\n\r')\a"
@aanari
aanari / repeat-rate.sh
Created August 15, 2023 18:33
Fast key repeat rate for Linux
gsettings set org.gnome.desktop.peripherals.keyboard delay 200
gsettings set org.gnome.desktop.peripherals.keyboard repeat-interval 15
@aanari
aanari / wezterm.lua
Created August 11, 2023 16:01
WezTerm Config for WSL 2
local wezterm = require("wezterm")
local function font_with_fallback(name, params)
local names = { name, "Apple Color Emoji", "azuki_font" }
return wezterm.font_with_fallback(names, params)
end
local font_name = "PragmataProMonoLiga Nerd Font"
return {
@aanari
aanari / profile-neovim.lua
Created July 25, 2023 01:38
Profiling Neovim Performance
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
@aanari
aanari / key-repeat-rate.reg
Created July 23, 2023 18:52
Windows 7/8/10/11 - Increase Key Repeat Rate
[HKEY_CURRENT_USER\Control Panel\Accessibility\Keyboard Response]
"AutoRepeatDelay"="200"
"AutoRepeatRate"="10"
"DelayBeforeAcceptance"="0"
"Flags"="59"
"BounceTime"="0"