This is a SCRIPT-8 cassette.
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
npm i -g mapshaper | |
mapshaper Quadrado_Est_Bacia_Potiguar.shp -each 'ESFORCO = Math.floor(Math.random() * (Math.floor(100))), PERMANENCI = Math.floor(Math.random() * (Math.floor(1440) - 1)) + 1, VOLUME_PES = Math.floor(Math.random() * (Math.floor(1000))), PROB_INTER = Math.random()' -o ceara.shp |
I hereby claim:
- I am fang0rnz on github.
- I am fang0rnz (https://keybase.io/fang0rnz) on keybase.
- I have a public key ASCqo40zsXc9IrdRlsPSou7qfklhIPC1gGNUJomeMjKy0Ao
To claim this, I am signing this object:
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
export function debounce(func, wait, immediate) { | |
let timeout; | |
return function() { | |
const later = () => { | |
timeout = null; | |
if (!immediate) func.apply(this, arguments); | |
}; | |
const callNow = immediate && !timeout; | |
clearTimeout(timeout); | |
timeout = setTimeout(later, wait); |
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
{"teams":[{"id":99,"name":"Seleção brasileira de futebol","slug":"brasil","commonName":"Brasil","abbr":"BRA","type":"selecao","groupPosition":"1","color":{"color1":"#6da544","color2":"#ffda44"}},{"id":161,"name":"1º colocado do Grupo A","slug":"1o-do-grupo-a","commonName":"1º do Grupo A","abbr":"","type":"coringa","groupPosition":""},{"id":163,"name":"1º colocado do Grupo B","slug":"1o-do-grupo-b","commonName":"1º do Grupo B","abbr":"","type":"coringa","groupPosition":""},{"id":165,"name":"1º colocado do Grupo C","slug":"1o-do-grupo-c","commonName":"1º do Grupo C","abbr":"","type":"coringa","groupPosition":""},{"id":167,"name":"1º colocado do Grupo D","slug":"1o-do-grupo-d","commonName":"1º do Grupo D","abbr":"","type":"coringa","groupPosition":""},{"id":171,"name":"1º colocado do Grupo E","slug":"1o-do-grupo-e","commonName":"1º do Grupo E","abbr":"","type":"coringa","groupPosition":""},{"id":173,"name":"1º colocado do Grupo F","slug":"1o-do-grupo-f","commonName":"1º do Grupo F","abbr":"","type":"coringa","gr |