Skip to content

Instantly share code, notes, and snippets.

View taulant's full-sized avatar
⚛️
Reacting

Taulant Sulko taulant

⚛️
Reacting
  • Toronto
View GitHub Profile
@taulant
taulant / fjalori-i-shqipes-se-sotme-1980.json
Last active May 8, 2024 12:42
Fjalor i Shqipes se sotme (1980) - Akademia e Shkencave e RPS të Shqipërisë: Instituti i Gjuhësisë dhe i Letërsisë
This file has been truncated, but you can view the full file.
{
"dictionary": {
"abazhur": {
"word": "Abazhur",
"description": ",~I m. sh. ~\u00cb, ~\u00cbT. Mbules\u00eb prej qelqi, prej metali ose prej nj\u00eb l\u00ebnde tjet\u00ebr, q\u00eb sh\u00ebrben p\u00ebr ta mbledhur drit\u00ebn e llamb\u00ebs elektrike n\u00eb nj\u00eb drejtim, p\u00ebr t\u00eb mbrojtur syt\u00eb nga drita e forte ose p\u00ebr zbjilcurim; mb\u00ebshtet\u00ebsja p\u00ebr llamb\u00ebn bashk\u00eb me k\u00ebt\u00eb mbules\u00eb."
},
"abc": {
"word": "Abc",
"description": "[lexo: ab\u00ebc\u00eb], ~JA . shih AB\u00cbC\u00cb,~JA. Abc-ja e shqipes. Abc-ja e edukat\u00ebs. M\u00ebsoj abc-n\u00eb."
},
@taulant
taulant / index.js
Last active April 5, 2022 12:04
Generative Art for the Browser Console
str='%c';gradient=['░','▒','▓','█'];for(i=0;i<7000;i++){str+=gradient[Math.floor(Math.random()*gradient.length)]}console.log(str,"color: red; background: yellow");