Skip to content

Instantly share code, notes, and snippets.

View wescleymatos's full-sized avatar
:octocat:
I'm ready!

Wescley Matos wescleymatos

:octocat:
I'm ready!
View GitHub Profile
@wescleymatos
wescleymatos / index.html
Created September 20, 2019 02:33 — forked from leedongwei/index.html
Using web workers with pdfmake.js
<html>
<head>
<title>Demo for using web workers with pdfmake.js</title>
<style>
body {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
[alias]
ci = commit
co = checkout
cm = checkout master
cb = checkout -b
st = status -sb
sf = show --name-only
lg = log --pretty=format:'%Cred%h%Creset %C(bold)%cr%Creset %Cgreen<%an>%Creset %s' --max-count=30
#lg = log --pretty=format:'%Cred%h%Creset %s %Cgreen[%an]%Creset %C(bold)[%cr]%Creset' --max-count=30
incoming = !(git fetch --quiet && git log --pretty=format:'%C(yellow)%h %C(white)- %C(red)%an %C(white)- %C(cyan)%d%Creset %s %C(white)- %ar%Creset' ..@{u})
@wescleymatos
wescleymatos / fn-composition.js
Created June 6, 2020 23:28
Composição de funções JavaScript
function composicao(...funcoes) {
return function(valor) {
return funcoes.reduce((acc, fn) => {
return fn(acc);
}, valor);
};
};
//const composicao = (...funcoes) => valor => funcoes.reduce((acc, fn) => fn(acc), valor);
@wescleymatos
wescleymatos / vs-code.txt
Created July 12, 2020 06:24
Configuração do VS Code
- Configuração do Code
@wescleymatos
wescleymatos / IMPORT-GITHUB-LABELS.md
Last active May 17, 2024 19:22 — forked from dysfunc/IMPORT-GITHUB-LABELS.md
Importing labels collection into GitHub Repo
@wescleymatos
wescleymatos / gist:9e71e31e3e6f2ec5cdb25dc7a047a835
Created November 17, 2024 13:31 — 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: