No description
Find a file
2022-05-26 11:41:52 -07:00
calc.c add stuff 2022-04-30 17:22:40 -07:00
canvas.js stuff 2021-06-25 17:50:19 -06:00
chat.js add stuff 2022-04-30 17:22:40 -07:00
data.js fix data.js 2021-04-10 10:24:12 -07:00
input.js stuff 2021-06-25 17:50:19 -06:00
kquery.js add stuff 2022-04-30 17:22:40 -07:00
matrix.js room name, refactor 2022-05-20 12:42:24 -07:00
p2p.js fix recursion 2021-05-12 13:31:16 -07:00
process.js process.js 2021-04-12 12:36:17 -07:00
readme.md wordlekrs 2022-05-26 11:41:52 -07:00
request.js request 2021-04-09 12:43:20 -07:00
server.js stuff 2021-06-25 17:50:19 -06:00
simple.css chat.js 2021-04-08 22:22:20 -07:00
templater.js server bug, templater feature 2021-04-11 10:34:47 -07:00
tictactoe.js tictactoe.js 2021-04-21 14:23:55 -07:00
tokenize.js tokenize.js 2021-04-20 19:49:48 -07:00
wordle.rs wordlekrs 2022-05-26 11:41:52 -07:00
words.txt wordlekrs 2022-05-26 11:41:52 -07:00
xml.js xml.js 2021-05-01 17:12:56 -07:00

stuff

a dumping ground for stuff i made that aren't good enough to be in their own repo.

the code

  • server.js basic http server based off of express
  • templater.js pre-render your webpages server side
  • data.js easily extendible database
  • simple.css css styling for minimal sites
  • chat.js chat server; connect with netcat. somewhat buggy
  • request.js async wrapper for http
  • process.js sed-like batch text editor
  • tokenize.js a string tokenizer (numbers, strings, and "words")
  • tictactoe.js (deno) two player tic-tac-toe game
  • xml.js xml/html parser
  • p2p.js sample p2p protocol implementation
  • canvas.js a terminal canvas emulator with many, many known bugs
  • input.js simple terminal raw input
  • kquery.js small clone of jquery
  • calc.c simple calculator in c
  • worlde.rs cli worlde in rust (uses words.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