No description
| calc.c | ||
| canvas.js | ||
| chat.js | ||
| data.js | ||
| input.js | ||
| kquery.js | ||
| matrix.js | ||
| p2p.js | ||
| process.js | ||
| readme.md | ||
| request.js | ||
| server.js | ||
| simple.css | ||
| templater.js | ||
| tictactoe.js | ||
| tokenize.js | ||
| wordle.rs | ||
| words.txt | ||
| xml.js | ||
stuff
a dumping ground for stuff i made that aren't good enough to be in their own repo.
the code
server.jsbasic http server based off of expresstemplater.jspre-render your webpages server sidedata.jseasily extendible databasesimple.csscss styling for minimal siteschat.jschat server; connect with netcat. somewhat buggyrequest.jsasync wrapper for httpprocess.jssed-like batch text editortokenize.jsa string tokenizer (numbers, strings, and "words")tictactoe.js(deno) two player tic-tac-toe gamexml.jsxml/html parserp2p.jssample p2p protocol implementationcanvas.jsa terminal canvas emulator with many, many known bugsinput.jssimple terminal raw inputkquery.jssmall clone of jquerycalc.csimple calculator in cworlde.rscli worlde in rust (useswords.txt)
hundred
this used to be tezlm/hundred, but a lot of code is too long to fit in that size, so i changed it. a decent chunk of files still are 100 lines or less though.
a coding challenge i made for myself; how much can i fit in one hundred lines or less? i'll try to keep these understandable and not mangle/minify them. if you want to use them, you probrably should edit them to your liking first. note: many of these are buggy. please double check before using them