Skip to content

Instantly share code, notes, and snippets.

View andersonmatte's full-sized avatar
:octocat:
Working

Anderson Matte andersonmatte

:octocat:
Working
View GitHub Profile
@rgiaviti
rgiaviti / unidades-federativas.json
Last active June 18, 2020 20:10
JSON com informações abertas sobre as Unidades Federativas do Brasil. Disponível para uso público.
{
"meta-info":{
"status": "DEPRECATED",
"data-ultima-atualizacao":"2018-07-25",
"data-referencia":"2017-07-01",
"versao":"1.0.2",
"website":"https://medium.com/@rgiaviti/unidades-federativas-do-brasil-como-json-1a40c0ec2cff",
"fontes":[
"IBGE",
"Constituição do Brasil"
@sidneys
sidneys / youtube_format_code_itag_list.md
Created January 20, 2018 11:12
YouTube video stream format codes itags

YouTube video stream format codes

Comprehensive list of YouTube format code itags

itag Code Container Content Resolution Bitrate Range VR / 3D
5 flv audio/video 240p - - -
6 flv audio/video 270p - - -
17 3gp audio/video 144p - - -
18 mp4 audio/video 360p - - -
22 mp4 audio/video 720p - - -
#EXTM3U
#EXTINF:-1 tvg-logo="https://i.imgur.com/22R2Zi2.jpg" group-title="OVAS" pltv-subgroup="Birdy the Mighty DUB",01-DUB Birdy the Mighty
http://www.blogger.com/video-play.mp4?contentId=896aa46d380779ec&CompartilhandoIPTV
#EXTINF:-1 tvg-logo="https://i.imgur.com/22R2Zi2.jpg" group-title="OVAS" pltv-subgroup="Birdy the Mighty DUB",02-DUB Birdy the Mighty
http://www.blogger.com/video-play.mp4?contentId=2c3f665fc375c4f1&CompartilhandoIPTV
#EXTINF:-1 tvg-logo="https://i.imgur.com/22R2Zi2.jpg" group-title="OVAS" pltv-subgroup="Birdy the Mighty DUB",03-DUB Birdy the Mighty
http://www.blogger.com/video-play.mp4?contentId=baf89fdb3818175b&CompartilhandoIPTV
#EXTINF:-1 tvg-logo="https://i.imgur.com/22R2Zi2.jpg" group-title="OVAS" pltv-subgroup="Birdy the Mighty DUB",04-DUB Birdy the Mighty
@lopspower
lopspower / README.md
Last active November 1, 2025 12:14
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

All hex value from 100% to 0% alpha:

@chrisvfritz
chrisvfritz / index.html
Created November 18, 2014 19:22
Simplest possible HTML template
<!doctype html>
<html>
<head>
<title>This is the title of the webpage!</title>
</head>
<body>
<p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p>
</body>
</html>
@leocomelli
leocomelli / git.md
Last active November 2, 2025 14:56
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@jdamcd
jdamcd / 51-android.rules
Created July 22, 2013 15:49
Full set of Android USB vendor ID rules for Linux
SUBSYSTEM=="usb", ATTR{idVendor}=="0502", MODE="0666", GROUP="plugdev" #Acer
SUBSYSTEM=="usb", ATTR{idVendor}=="0b05", MODE="0666", GROUP="plugdev" #ASUS
SUBSYSTEM=="usb", ATTR{idVendor}=="413c", MODE="0666", GROUP="plugdev" #Dell
SUBSYSTEM=="usb", ATTR{idVendor}=="0489", MODE="0666", GROUP="plugdev" #Foxconn
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu
SUBSYSTEM=="usb", ATTR{idVendor}=="04c5", MODE="0666", GROUP="plugdev" #Fujitsu Toshiba
SUBSYSTEM=="usb", ATTR{idVendor}=="091e", MODE="0666", GROUP="plugdev" #Garmin-Asus
SUBSYSTEM=="usb", ATTR{idVendor}=="18d1", MODE="0666", GROUP="plugdev" #Google
SUBSYSTEM=="usb", ATTR{idVendor}=="201E", MODE="0666", GROUP="plugdev" #Haier
SUBSYSTEM=="usb", ATTR{idVendor}=="109b", MODE="0666", GROUP="plugdev" #Hisense
@granoeste
granoeste / EachDirectoryPath.md
Last active October 9, 2025 11:36
[Android] How to get the each directory path.

System directories

Method Result
Environment.getDataDirectory() /data
Environment.getDownloadCacheDirectory() /cache
Environment.getRootDirectory() /system

External storage directories