Skip to content

tezlm/hundred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 25, 2021
5d8a047 · Jun 25, 2021

History

12 Commits
Jun 25, 2021
Jun 25, 2021
Apr 9, 2021
Apr 10, 2021
Jun 25, 2021
May 12, 2021
Apr 12, 2021
Apr 9, 2021
Jun 25, 2021
Apr 9, 2021
Apr 11, 2021
Apr 21, 2021
Apr 21, 2021
May 2, 2021

Repository files navigation

hundred

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

  • 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

About

100 lines or less

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published