Skip to content

Instantly share code, notes, and snippets.

View pedrofracassi's full-sized avatar
🤘

Pedro Fracassi pedrofracassi

🤘
View GitHub Profile
@pedrofracassi
pedrofracassi / cloudSettings
Created July 17, 2019 16:56
Visual Studio Code Settings
{"lastUpload":"2019-07-17T16:57:16.060Z","extensionVersion":"v3.4.0"}

What is this?

This gist exists with the sole purpose of hosting that image for a bad joke wrote on Switchblade's README.

{
"categories": [
{
"name": "games",
"displayName": "Games",
"commands": [
{
"name": "tictactoe",
"aliases": ["ttt"],
"description": "Challenge someone to a game of Tic Tac Toe",
window.alert('Hello, World!')
var palavras = [
['but', 'won\'t'],
['he'],
['definitely', 'definitly', 'definetely', 'deathly', 'defiantly', 'deftly'],
['negotiated'],
['this', 'his'],
['way'],
['past the', 'pass the', 'passing the'],
['harbour', 'harbor', 'harbouring', 'harboring'],
['enclosure', 'in closure', 'closure']
var palavras = [
['but', 'won\'t'],
['he'],
['definitely', 'definitly', 'definetely', 'deathly', 'defiantly', 'deftly'],
['negotiated'],
['this', 'his'],
['way'],
['past the', 'pass the', 'passing the'],
['harbour', 'harbor', 'harbouring', 'harboring'],
['enclosure', 'in closure', 'closure']
@pedrofracassi
pedrofracassi / one_dark.json
Created October 18, 2017 18:39
One Dark for concfg
{
"black": "#282C34",
"dark_blue": "#235B92",
"dark_green": "#6A8854",
"dark_cyan": "#3C7F87",
"dark_red": "#BE5046",
"dark_magenta": "#9E60B0",
"dark_yellow": "#D19A66",
"gray": "#828997",
"dark_gray": "#5C6370",
@pedrofracassi
pedrofracassi / quicksteamactivator.user.js
Last active November 25, 2023 17:06
Steam Key Quick Activator
// ==UserScript==
// @name Steam Key Quick Activator
// @namespace http://pedrofracassi.me/
// @version 1.2
// @description Activates Steam Keys Quickly!
// @author Pedro Fracassi (http://pedrofracassi.me)
// @match https://store.steampowered.com/account/registerkey?key=*
// @grant none
// @run-at document-end
// ==/UserScript==
@pedrofracassi
pedrofracassi / dnahelper.tamper.js
Last active June 9, 2018 13:06
Userscript que adiciona um botão para pesquisar a imagem da questão no DNA
// ==UserScript==
// @name DNA Helper
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Adiciona um botão para pesquisar a imagem da questão no DNA
// @author Pedro Fracassi (pedrofracassi.me)
// @match *://www.desafionacional.com.br/*
// @grant none
// ==/UserScript==