Skip to content

Instantly share code, notes, and snippets.

View v1993's full-sized avatar
🌋
Learning Vulkan and modern OpenGL

Valeri v1993

🌋
Learning Vulkan and modern OpenGL
  • Russia
  • 00:12 (UTC +03:00)
View GitHub Profile
This file has been truncated, but you can view the full file.
L M E
p b aO dL p lee C u Uint LY pm atu e oi ((YorUt ) psher -oe y aUvsUhlre Uerde, hyab b yboemn b bh Uenab;d
b U.rhb e -S mh,v; bimhew) bd noasuo d b imar aaniranG s dird oosd wanheng e,avar eee er bith a eiao rUrr e,lrahalla l the gidw.dcor,nws af ahe kin l He wener bh austiais old laammars, Inhhela eonaond d fa blg gis nl tim oicl,rlsh
T esdxw fshhlnrwt cindkgh dohiwl)tfhe ; w d go so rhoaoe ior aienisatmhinqiatl t n ean oh tyliole tn hf aho slseioxcen uhfrh aoee t ean dwtmdh aor weahha te thasooi l r n lvs lore teahe lcnnon shl onsof hhe worl wou tudlted doeninhach an tawhwh
Wtfte o as.h
"WheCUT
..Hch Hld t ld He LE H
es ondf rltn nome tl uebem d d oldtoud vg iru ts oan. HVAL.htn nnsh wf reneehr --HH. whB Tta KhCG L'T
"WHALE.... S hts nortmwn ad sn di woom rhe wae, Hnd Dr HHLEE.A fL HALLA-tL; wh bolli th rhsl n --WYATALYa.NAS DICTIONARY
@v1993
v1993 / cars.lua
Created August 1, 2019 14:17
https://xkcd.com/1571/ implementation and test
-- Code used for generation
local freqTab = {
[0] = 60,
-74,
6,
55,
35,
74,
6,
-58,
@v1993
v1993 / delegate-test.vala
Created December 15, 2023 20:10
Messing with delegates in vala
delegate int MyFunc ();
class MyNotifier {
public MyNotifier () {
print ("Created\n");
}
~MyNotifier () {
print ("Destroyed\n");
}