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
| puǝᴉɹɟ ollǝɥ :) |
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
| function createCounter () { | |
| const hits = {} | |
| return { | |
| record, | |
| total | |
| } | |
| let lastRecordedBucket |
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
| ,English (en),Thai (th),Lao (lo),Khmer (km),Myanmar (my),Hindi (hi),Urdu (ur),Panjabi,Gujarati (gu),Tamil,Chinese Trad (zh-tw),Zhuyin,Chinese Simp (zh-CN),Chinese Pinyin,Cantonese Jyutping for Mandarin,Cantonese (No Google Code),Cantonese Jyutping,Vietnamese (vi),Vietnamese Chữ Nôm 𡨸喃,Japanese (ja),Japanese - Romaji,Korean (ko),Sanskrit,Greek (Ancient),Greek (el),Latin (la),Spanish (es),Portuguese (pt),Portuguese (Brazil),Romanian (ro),Italian (it),French (fr),Russian (ru),Polish (pl),Hungarian (hu),Finnish (fi),Indonesian (id),Ngoko Javanese (jv),Krama Javanese (jv),Krama Inggil Javanese (jv),Sundanese (su),Tagalog (tl),German (de),Afrikaans (af),Dutch (nl),Danish (da),Norwegian (no),Swedish (sv),Icelandic (is),Turkish (tr),Farsi (fa),Arabic (ar),Somali (so),Welsh (cy) | |
| Animal,dog,หมา,ຫມາ,សត្វឆ្កែ,ခွေးကို,कुत्ता,کتا,ਕੁੱਤਾ ,કૂતરો,நாய்,狗,ㄍㄡˇ,狗,gǒu,gau2,狗,gau2,chó,㹥,犬,Inu ,개,,,σκύλος,canis,perro,cão,"o cão | |
| o cachorro",câine,il cane,le chien,собака,pies,kutya,koira,anjing,asu,segawon,,anjing,aso,Hund,hond,hon |
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
| #!/usr/bin/python | |
| import urllib.request | |
| import time | |
| import json | |
| ACCESS_TOKEN = 'your-access-token' | |
| PROJ_KEY = 'default' | |
| ENV_KEY = 'production' |