Skip to content

Instantly share code, notes, and snippets.

View weslley39's full-sized avatar
🤘
Awesome

Weslley Neri weslley39

🤘
Awesome
View GitHub Profile
@weslley39
weslley39 / VortexRace3ForMac.md
Created March 29, 2023 15:46 — forked from arogulin/VortexRace3ForMac.md
How to setup Vortex Race 3 keyboard for Mac and move Fn key to Home

How to setup Vortex Race 3 for Mac with latest (on 2020-01-05) firmare V1.02.05.

For better understanding we will use the following naming convention:

  [ L1 ][ L2 ][ L3 ][ Space ][ R1 ][ R2 ][ R3 ]
  1. Reset everything by pressing L3+R1 for 5 seconds. Left LED will blink white color while you're holding the keys. Release them after it stopeed blinking.
  2. Get into one of the programmable layers (R2+RShift) – I like red, the super bright laser LED is the least super annoying in red.
  3. Put the keyboard in Windows Mode (Pn+W), it's the least problematic one.
@weslley39
weslley39 / Deluge_Throttle.md
Created November 17, 2020 23:53 — forked from Generator/Deluge_Throttle.md
Throttle Deluge on Plex stream Start/Stop

Dependencies

  • deluge-console

Install

$ wget -O deluge_throttle.sh https://gist.githubusercontent.com/Generator/67da7dc859634046165320ef061769e0/raw/deluge_throttle.sh
$ chmod +x deluge_throttle.sh

Script Setup

Edit deluge_throttle.sh and set deluged username password .

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
- Select MOBI as the destination
- in Appearence - turnoff "Desativar redimensionamento do tamanho das fontes"
- in Processamento Heurístico - turnON "Ativar processamento heurístico" and set "Fator de eliminação de quebra de linhas" to 0,05
- in Configurações de Página - select Kindle Paperwhite as the eReader
- in Perfil de entrada - put "Fator de eliminação de quebra de linha" to 0,05
**If you are sure that the book don't contain images, select "Sem Imagens"
chrome://flags/#omnibox-group-suggestions-by-search-vs-url
/Users/weslleyneri/Library/Android/sdk/build-tools/29.0.1/aapt dump badging apk.apk
version: "3"
services:
sonarqube:
image: sonarqube:alpine
expose:
- 9000
ports:
- "80:9000"
networks:
https://drive.google.com/uc?export=download&id=FILE_ID
brew tap spectralkh/tap
brew cask install flutter
flutter upgrade
#ref https://github.com/SpectralKH/homebrew-tap/blob/master/Casks/flutter.rb
@weslley39
weslley39 / azure_devios_ios_android_build_to_appcenter
Last active October 27, 2023 10:54
Awesome script to generate APK and IPA through Azure Devops and send to AppCenter
# Before start, put the .mobileprovision and .p12 certificates for iOS build
# and .jks for Android build in the Library tab, under SecureFiles.
# Without this the signin process will not work
# You can store the password in the Library under Variables groups, as used in this script
# or insert directly (I don't recommend that)
trigger:
- master