Skip to content

Instantly share code, notes, and snippets.

View jorgemrisco's full-sized avatar
💡

Jorge Marcelo Risco jorgemrisco

💡
View GitHub Profile
@mrk-han
mrk-han / emulator-install-using-avdmanager.md
Last active June 4, 2025 07:17
Installing and creating Emulators with AVDMANAGER (For Continuous Integration Server or Local Use)

Install and Create Emulators using AVDMANAGER and SDKMANAGER

TL;DR

For an emulator that mimics a Pixel 5 Device with Google APIs and ARM architecture (for an M1/M2 Macbook):

  1. List All System Images Available for Download: sdkmanager --list | grep system-images

  2. Download Image: sdkmanager --install "system-images;android-30;google_atd;arm64-v8a"

@bradtraversy
bradtraversy / myscript.sh
Last active May 21, 2025 18:30
Basic Shell Scripting
#! /bin/bash
# ECHO COMMAND
# echo Hello World!
# VARIABLES
# Uppercase by convention
# Letters, numbers, underscores
NAME="Bob"
# echo "My name is $NAME"
@thfrei
thfrei / userChrome.css
Last active January 14, 2024 18:55
userChrome.css Firefox FF57 - tree-style-tab, tridactyl, remove tabs in top bar title
/*
* Settings for Firefox using Treestyle-Tabs and Tridactyl
*
* 1) find userChrome.css in:
* Windows: %AppData%\Roaming\Mozilla\Firefox\Profiles\xyz.default-release\chrome\userChrome.css
* Linux: ~/snap/firefox/common/.mozilla/firefox/xyz.default/chrome
* Or go to: about:support => Profile Directory
* => If folder chrome does not exist, create!
* 2) Enable usage of userChrome.css in about:config
* Set toolkit.legacyUserProfileCustomizations.stylesheets to true