CLT ou PJ Nivel: Sênior Stack Principal: React.js, Next.js Carga horária: full time, horário comercial Data prevista para início: assim que possível Remuneração: Entre 6.500,00 e 13.000,00/mês
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
quiz([11, 9, 6, 11, 5], 3); // output: 26, 16 | |
quiz([11, 9, 6, 11, 5, 1], 3); // output: 26, 17 | |
quiz([11, 9, 6, 11, 5, 1, 1], 3); // output: 26, 17, 1 | |
quiz([1, 2, 1, 3, 1, 4, 1, 5, 1], 2); // output: 3, 4, 5, 6, 1 | |
// quiz sums every n elements of arr and print. | |
// also print the sum of any remaining elements | |
function quiz(arr, n) { | |
let response = []; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ traceroute -dFSve -w 2 -z 500 -q 5 www.lichess.org | |
traceroute: Warning: www.lichess.org has multiple addresses; using 37.187.205.99 | |
traceroute to lichess.org (37.187.205.99), 64 hops max, 52 byte packets | |
1 www.instaladorvivofibra.br (192.168.15.1) 60 bytes to 192.168.15.5 9.859 ms 3.769 ms 10.390 ms 9.921 ms 10.255 ms (0% loss) | |
2 * * * * * (100% loss) | |
3 187-100-163-68.dsl.telesp.net.br (187.100.163.68) 36 bytes to 192.168.15.5 5.432 ms 6.319 ms 11.112 ms 49.403 ms 95.906 ms (0% loss) | |
4 152-255-202-105.user.vivozap.com.br (152.255.202.105) 36 bytes to 192.168.15.5 5.080 ms | |
152-255-200-14.user.vivozap.com.br (152.255.200.14) 36 bytes to 192.168.15.5 10.265 ms | |
152-255-200-22.user.vivozap.com.br (152.255.200.22) 36 bytes to 192.168.15.5 120.691 ms | |
152-255-200-16.user.vivozap.com.br (152.255.200.16) 36 bytes to 192.168.15.5 5.378 ms |
Resultados extraídos do site Registro.br em 16/fev/2024
- 561 domínios com 3 caracteres,
- 3782 domínios com 4 caracteres,
- 5495 domínios com 5 caracteres
OlderNewer