Skip to content

Instantly share code, notes, and snippets.

View Swilimidon's full-sized avatar

Kainã Barros Swilimidon

  • Fatec Araraquara
  • Araraquara - SP | Brazil
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: It looks like row 2 should actually have 1 column, instead of 4 in line 1.
Concurso;Data Sorteio;1ª Dezena;2ª Dezena;3ª Dezena;4ª Dezena;5ª Dezena;6ª Dezena;Arrecadacao_Total;Ganhadores_Sena;Rateio_Sena;Ganhadores_Quina;Rateio_Quina;Ganhadores_Quadra;Rateio_Quadra;Acumulado;Valor_Acumulado;Estimativa_Prêmio;Acumulado_Mega_da_Virada
1;11/03/1996;41;5;4;52;30;33;0;0;0;17;39.158,92;2016;330,21;SIM;1.714.650,23;0;0
2;18/03/1996;9;39;37;49;43;41;0;1;2.307.162,23;65;14.424,02;4488;208,91;NÃO;0;0;0
3;25/03/1996;36;30;10;11;29;47;0;2;391.192,51;62;10.515,93;4261;153,01;NÃO;0;0;0
4;01/04/1996;6;59;42;27;1;5;0;0;0;39;15.322,24;3311;180,48;SIM;717.080,75;0;0
5;08/04/1996;1;19;46;6;16;2;0;0;0;98;5.318,10;5399;96,53;SIM;1.342.488,85;0;0
6;15/04/1996;19;40;7;13;22;47;0;0;0;109;7.214,66;7147;110,03;SIM;2.286.166,33;0;0
7;22/04/1996;56;38;21;20;3;5;0;0;0;100;8.746,05;5736;152,48;SIM;3.335.692,28;0;0
8;29/04/1996;53;17;38;4;47;37;0;0;0;60;16.084,11;5262;183,4;SIM;4.493.748,19;0;0
9;06/05/1996;55;43;56;54;8;60;0;0;0;17;60.043,79;2175;469,31;SIM;5.718.641,49;0;0
function logColor(color, args) {
console.log(`%c ${args.join(' ')}`, `color: ${color}`);
}
const log = {
aliceblue: (...args) => { logColor('aliceblue', args)},
antiquewhite: (...args) => { logColor('antiquewhite', args)},
aqua: (...args) => { logColor('aqua', args)},
aquamarine: (...args) => { logColor('aquamarine', args)},
azure: (...args) => { logColor('azure', args)},