Skip to content

Instantly share code, notes, and snippets.

View kalecio's full-sized avatar
🎯
Focusing

Kalécio Pereira kalecio

🎯
Focusing
View GitHub Profile
@kalecio
kalecio / avgmax.js
Created April 26, 2021 14:06
Manipulating a mock of an API response and returning the average and max of the movies rating
let response = [{
"page": 1,
"totalPages": 5,
"data": [{
"title": "Movie 1",
"rating": 4.7
}, {
"title": "Movie 2",
"rating": 7.8
}]
@kalecio
kalecio / gist:855bd6f0e7f5b60f4b23318a01452ea1
Created August 19, 2020 14:04 — 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:

CHANGELOG 📝

  • adding some validations to contact form;
  • adding jQuery Validate to the project;
  • creating module to wrap jQuery Validate;

CARDS 💬

@kalecio
kalecio / settings.json
Created August 13, 2020 13:23
My Vs Code Settings
{
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"editor.fontSize": 15,
"editor.lineHeight": 26,
"editor.tabSize": 2,
"editor.tabCompletion": "on",
"editor.wordWrap": "on",
"workbench.activityBar.visible": true,
"liveServer.settings.donotShowInfoMsg": true,
@kalecio
kalecio / arch-tutorial.md
Created July 10, 2020 21:45 — forked from EduardoRFS/arch-tutorial.md
Adicionado set-locale

Resumo

  • criar partições
  • montar partições
  • instalar sistema
  • configurar hora
  • configurar rede
  • configurar localização
  • configurar usuario e sudo
  • configurar grub
@kalecio
kalecio / index.html
Created January 15, 2018 19:40
Tribute to Capiba
<div class="container">
</div>
<div class="jumbotron"><!-- container externo-->
<div class="interno center-block container"><!-- container interno-->
<h1 class="text-center">Lourenço da Fonseca Barbosa</h1>
<h2 class="text-center">Most knowed brazillian frevo composer</h2>
<div class="imagem center-block hidden-xs"><!-- container da imagem-->
<img src="https://http2.mlstatic.com/claudinor-germano-carnaval-de-capiba-frevo-alegria-gente-lp-D_NQ_NP_12136-MLB20055781931_022014-F.jpg" alt="Capiba in one of his Lp records" class="img-rounded img-responsive" width="600" heigth="500">