android
android.autoinstalls.config.nvidia
com.amazon.amazonvideo.livingroom.nvidia
com.android.backupconfirm
com.android.bluetooth
com.android.bluetoothmidiservice
com.android.captiveportallogin
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
| [Running: npx tsx -r dotenv/config src/cli.ts etix] | |
| █ Ineffable -> | |
| upcomings.length -> 55 | |
| Total Events -> 55 | |
| Live In The Atrium: Bad Bunny Night | Sat May 03 2025 @ The Catalyst Atrium -> | |
| { | |
| api_id: '90433173', | |
| artist_names: '', |
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
| [...document.querySelectorAll('input')].forEach(el => el.value = (Math.round((el.value * 0.875) * 100) / 100).toFixed(2)) |
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
| .application-main .container-xl { | |
| max-width: none !important; | |
| } | |
| .application-main .container-lg { | |
| max-width: none !important; | |
| margin-left: 0px !important; | |
| } | |
| /* New github repository react divs (2023) */ | |
| .react-repos-overview-margin { |
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/sh | |
| echo "🌕 Flashing -> SLOT B" | |
| fastboot --set-active=b | |
| sleep 1 | |
| fastboot reboot-bootloader | |
| sleep 10 | |
| fastboot flash bootloader bootloader-*.img | |
| fastboot reboot-bootloader | |
| sleep 10 |
UniFi - Advanced Updating Techniques
upgrade https://dl.ui.com/unifi/firmware/____.bin
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
| #!/usr/bin/env just --justfile | |
| # https://github.com/casey/just | |
| set shell := ["bash", "-uc"] | |
| _default : | |
| @just --dump | |
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
| window.open('https://play.pocketcasts.com/new-releases', 'PocketCasts', 'width=0,height=0') |
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
| #!/usr/bin/env bash | |
| # Android Package Manager | |
| # https://developer.android.com/studio/command-line/adb#pm | |
| echo; echo Disabled | |
| echo "$(adb shell pm list packages -f -d)" | sort --ignore-case | sed --unbuffered --regexp-extended 's/^package://' | |
| echo; echo Uninstalled | |
| echo "$(adb shell pm list packages -f -u)" | sort --ignore-case | sed --unbuffered --regexp-extended 's/^package://' | |
| echo; echo Enabled |
NewerOlder