From 360fb4cb2c21ceeea9c9cca0e5cdaea6745c7a9a Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 27 Jul 2022 13:45:35 -0400 Subject: [PATCH] Cross off some to-do items. --- site/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site/index.html b/site/index.html index c73f920..fc6412b 100644 --- a/site/index.html +++ b/site/index.html @@ -296,7 +296,7 @@ can get involved.
  • Implement configuration file parsing using the hash map
  • Base64 encoding/decoding with padded/unpadded support
  • Write a release script
  • -
  • UTF-8 encoder/decoder (UTF-8 codepoint chars to int, vice versa)
  • +
  • UTF-8 encoder
  • Implement a JSON library using the hash map and array
  • -
  • Write a TelodendriaServerTs that gets the current -Unix timestamp in milliseconds. +
  • Write a function that gets the current Unix timestamp in milliseconds.
  • Figure out how to wWrite unit tests for array/hashmap/etc
  • Parse the Telodendria config file
  • Add license/documentation comments to all source files