Useful labeling system used in all my repositories.
- Visit the labels page https://github.com/{user}/{repo}/labels
- Click on "New Label"
- Open the Developer Console
- Paste this snippet and hit enter
const labels = [
{| <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}) |
| 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); |
| - Configuração do Code |
Useful labeling system used in all my repositories.
const labels = [
{People
: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: |