Skip to content

Instantly share code, notes, and snippets.

View thiagobraga's full-sized avatar

Thiago Braga thiagobraga

View GitHub Profile
@thiagobraga
thiagobraga / colors-one-dark.md
Created August 11, 2020 19:19
Colors for Apps Script One Dark
codeBackGround              = #31343f
generalBackGround           = #1e2127
generalText                 = #d8dee9
textSelectionBackground     = rgba(92,99,112,.5)
border                      = #242627
listItem                    = #bbb
listItemBackground          = #4b6eaf
listItemSelected            = #ccc
listItemBackgroundSelected  = rgba(92,99,112,.25)
@thiagobraga
thiagobraga / getInstagramMedia.js
Last active October 23, 2020 19:06
Get media from the new Instagram API (July 2020)
/**
* Get instagram photos with Instagram API.
*
* The Instagram API has a limit of 240 requests per hour. With that,
* it was necessary to save the responses in jsonbox.io free service to serve
* the contents within that 1 hour. LocalStorage is also used to store the
* response in user browser, making access to the website faster.
*/
(async () => {
let photos;
@thiagobraga
thiagobraga / clock-override.md
Last active December 16, 2020 13:08
[Ubuntu] Clock Override #Gnome
🗓️  %a %d/%m/%Y    ⌚ %H:%M:%S
@thiagobraga
thiagobraga / package.json
Created November 20, 2019 14:22
BrowserSync config in package.json
{
"browserSync": {
"https": {
"key": "./cert/localhost-key.pem",
"cert": "./cert/localhost.pem"
},
"files": [
"dist/project.{css,js}"
],
"logSnippet": false,
@thiagobraga
thiagobraga / great-suspender-whitelist.txt
Last active April 5, 2020 03:22
Extensions: The Great Suspender whitelist #Chrome
/^https?://local/
@thiagobraga
thiagobraga / sociopata-release.md
Last active April 4, 2022 03:00
# Sociopata Release atualizado até 03/04/2022 em português e inglês.

Sociopata

Release

English

Sociopata started in 2008 in the cities of Bauru and Agudos, SP, Brazil, with the proposal to merge thrash metal with hardcore and progressive. The members are Kleber (vocals), Braga (guitar), Birão (bass), Léo (guitar) and Cowboy (drums). The band's releases are the demo Sociopata [2013] and the EP "Corrosão" [2016], in addition to performing several shows throughout the state of São Paulo.

The band's name is quite suggestive and open to interpretation, taking a psychological bias, as well as the lyrics, which lead listeners to self-analysis of their actions. Lyrics that address selfishness, greed, misinformation and social differences, among other topics that are almost always recent. >

@thiagobraga
thiagobraga / influencias-sociopata.md
Last active September 24, 2019 00:42
[Sociopata] Influências para incluir no Facebook

Principais

Napalm Death, King Crimson, Voivod, Kreator, Faith No More, Meshuggah, Ratos de Porão, Sepultura, Baroness, Cripple Bastards, Mgła

Outros artistas que também gostamos

Motörhead, Porcupine Tree, D.E.R., Test, Gorgoroth, Mastodon, Subterror, Social Chaos, Armagedom, The Sonics, Slayer, Queens of the Stone Age, Tool, Anaal Nathrakh, Autoboneco, Melvins, Fantômas, Cólera, Krisiun, Righteous Pigs, Subtera, Vazio

@thiagobraga
thiagobraga / windows-terminal.json
Last active April 5, 2020 03:23
Terminal: settings with Nord theme #Windows
{
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{c6eaf9f4-32a7-5fdc-b5cf-066e8a4b1e40}",
"initialCols": 90,
"initialRows": 25,
"requestedTheme": "system",
"showTabsInTitlebar": true,
"showTerminalTitleInTitlebar": true,
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502",
@thiagobraga
thiagobraga / activate-windows-10.bat
Last active March 2, 2022 18:50
[Windows 10] Activation batch file
slmgr /ipk W269N-WFGWX-YVC9B-4J6C9-T83GX
slmgr /skms kms8.msguides.com
slmgr /ato
@thiagobraga
thiagobraga / thiagobraga.org-color-pallette.txt
Last active August 15, 2020 03:42
Color pallette for thiagobraga.org #Design
#1E0233
#342D50
#484E5D
#756477
#895575
#EDA7A7
#FFB6B6
#DECFCF
#E7D3CC
#F3F1E7