Skip to content

Instantly share code, notes, and snippets.

View emersonpgomes's full-sized avatar

Emerson P. Gomes emersonpgomes

View GitHub Profile
@emersonpgomes
emersonpgomes / Logitec-z960-IR-codes.md
Created September 19, 2021 13:20 — forked from pladaria/Logitec-z960-IR-codes.md
Logitech Speaker System Z906 remote IR codes
@emersonpgomes
emersonpgomes / gist:609c3b1e8fece59e6b9099d3ec951857
Created February 24, 2021 04:46 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@emersonpgomes
emersonpgomes / get_windows_key.sh
Created March 24, 2019 01:12
Exibir a chave do Windows a partir do Linux (Ubuntu)
cat /sys/firmware/acpi/tables/MSDM | tail -c 32 | xargs -0 echo
@emersonpgomes
emersonpgomes / userSettings.json
Created February 21, 2018 18:53
Configurações do VS Code
{
"window.zoomLevel": 0,
"vsicons.presets.angular": false,
"editor.tabSize": 2,
"editor.renderWhitespace": "boundary",
"editor.rulers": [80, 100, 120],
"editor.renderIndentGuides": true,
"vsicons.projectDetection.disableDetect": true,
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.enabled": true,
{
"parser": "babel-eslint",
"env": {
"browser": true,
"commonjs": true,
"node": true,
"es6": true
},
"ecmaFeatures ": {
"arrowFunctions": true,