Skip to content

Instantly share code, notes, and snippets.

View MorenoMdz's full-sized avatar
🎯
Focusing

MorenoMdz

🎯
Focusing
  • Self
  • Florianópolis
View GitHub Profile
@Avelar
Avelar / Github-pages-registro-br.md
Last active February 24, 2022 01:33
Setup Registro.br Domain for GitHub Pages

Setup Registro.br Domain for GitHub Pages

  1. On your repository create a new file CNAME and put the domain.com in the file.
  2. Login Registro.br > Domínios > Select domain > Edição de zona.
  3. Add Nova entrada, selec A (Host) in "Endereço Ip" point to 192.30.252.153.
  4. Add Nova entrada, select CNAME (Alias) add www, and in "Nome do Servidor" point to website.github.io.
@ctrl-freak
ctrl-freak / gist:9abb5aea0d89d7bd9df6a3d0ac08b73c
Created November 2, 2016 01:18
Android ADB `adb shell input keyevent` Codes
// http://stackoverflow.com/questions/7789826/adb-shell-input-events
0 --> "KEYCODE_0"
1 --> "KEYCODE_SOFT_LEFT"
2 --> "KEYCODE_SOFT_RIGHT"
3 --> "KEYCODE_HOME"
4 --> "KEYCODE_BACK"
5 --> "KEYCODE_CALL"
6 --> "KEYCODE_ENDCALL"
7 --> "KEYCODE_0"
@jagrosh
jagrosh / Github Webhook Tutorial.md
Last active June 23, 2024 14:41
Simple Github -> Discord webhook

Step 1 - Make a Discord Webhook

  1. Find the Discord channel in which you would like to send commits and other updates

  2. In the settings for that channel, find the Webhooks option and create a new webhook. Note: Do NOT give this URL out to the public. Anyone or service can post messages to this channel, without even needing to be in the server. Keep it safe! WebhookDiscord

Step 2 - Set up the webhook on Github

  1. Navigate to your repository on Github, and open the Settings Settings
@alextakitani
alextakitani / gist:6413691
Last active March 10, 2019 22:25
cedilha em taclado us-internacional, no mint 18
Editar
sudo xed /usr/lib/x86_64-linux-gnu/gtk-3.0/3.0.0/immodules.cache
sudo xed /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules.cache
Adicionar :en na linha "cedilla"
sudo xed /usr/share/X11/locale/en_US.UTF-8/Compose
substituir "ć" por "ç" e "Ć" por "Ç". ( Contrl + h )