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
| # /// script | |
| # dependencies = [ | |
| # "kurigram==2.2.*", | |
| # "uvloop", | |
| # ] | |
| # /// | |
| import asyncio | |
| import uvloop | |
| from pyrogram.client import Client | |
| from pyrogram.types import Chat |
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
| // ==UserScript== | |
| // @name npmjs.com to npmx.dev Redirect | |
| // @namespace https://github.com/npmx-dev | |
| // @version 0.1 | |
| // | |
| // @description Redirect npmjs.com URLs to the npmx.dev equivalent (simple hostname swap) | |
| // @description:ar إعادة توجيه عناوين npmjs.com إلى ما يعادلها على npmx.dev (استبدال اسم المضيف ببساطة) | |
| // @description:de Weiterleitung von npmjs.com URLs zur npmx.dev-Entsprechung (einfache Hostnamenänderung) | |
| // @description:en Redirect npmjs.com URLs to the npmx.dev equivalent (simple hostname swap) | |
| // @description:es Redirigir URLs de npmjs.com al equivalente en npmx.dev (cambio simple de host) |
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
| #!/bin/bash | |
| # List of packages to completely uninstall for the current user | |
| UNINSTALL_PACKAGES=( | |
| "com.samsung.android.watch.weather" | |
| "com.samsung.android.messaging" | |
| "com.samsung.android.watch.watchface.aremoji" | |
| "com.google.android.apps.wearable.retailattractloop" | |
| "com.samsung.android.bixby.wakeup" | |
| "com.google.android.marvin.talkback" |
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
| #Requires AutoHotkey v2.0 | |
| #SingleInstance Force | |
| ; Using AB Shutter3 Bluetooth Remote to turn document pages without a keyboard | |
| ; Volume+ (Button 1) → Scan | |
| ; Volume- (Button 2) → Exit | |
| #HotIf WinActive("Scan Complete ahk_exe SCANUTILITY.exe") | |
| Volume_Up:: ControlClick("Button3", "A") ; Scan | |
| Volume_Down::ControlClick("Button4", "A") ; Exit |
OlderNewer