Skip to content

Instantly share code, notes, and snippets.

@nicholasess
nicholasess / aero.min.bd
Last active November 30, 2017 21:48
Recuperando dados do aquivo .bd e transformando em json
***
Empresa: TAM Numero do voo: 3001 DI: 0 Tipo: N Origem: SBEG Destino: SBKP
Saida prevista: 10/02/14 10:10:10
Saida real: 10/02/14 10:10:10
Chegada prevista: 10/02/14 13:11:00
Chegada real: 10/02/14 13:11:00
Situacao: Realizado Justificativa: --
***
***
Empresa: GOL Numero do voo: 3098 DI: 0 Tipo: N Origem: SBCG Destino: SBBR
@IgorDePaula
IgorDePaula / cpf.js
Last active November 3, 2021 13:40
vee-validate em pt-br
function calcChecker1 (firstNineDigits) {
let sum = null
for (let j = 0; j < 9; ++j) {
sum += firstNineDigits.toString().charAt(j) * (10 - j)
}
const lastSumChecker1 = sum % 11
const checker1 = (lastSumChecker1 < 2) ? 0 : 11 - lastSumChecker1
@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active July 21, 2024 05:14
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.