stephenseo
  • Joined on 2021-04-30
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-09-21 02:58:00 +00:00
4a69d281de Convert "unsigned long long" to "uint64_t"
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-21 02:57:59 +00:00
4a69d281de Convert "unsigned long long" to "uint64_t"
stephenseo pushed to main at stephenseo/MyNeoVimConfig 2024-09-21 02:47:58 +00:00
cb9d225c67 Update submodules/plugins
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-09-21 02:44:53 +00:00
5068a1b90d clang-format
bb574d2a2c Use stdint.h types instead of "int", "long", etc.
ed85ded967 Add single-ptr variants data structures' free fns
6b862ab022 Refactor priority-heap insert fn
Compare 4 commits »
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-21 02:44:53 +00:00
5068a1b90d clang-format
stephenseo pushed to main at stephenseo/c_simple_http 2024-09-20 12:46:37 +00:00
13ccc1b3bd Use stdint.h types instead of int, long, etc.
5cc0c37d45 Update third_party submodule SimpleArchiver
Compare 2 commits »
stephenseo pushed to dev at stephenseo/c_simple_http 2024-09-20 12:46:36 +00:00
13ccc1b3bd Use stdint.h types instead of int, long, etc.
5cc0c37d45 Update third_party submodule SimpleArchiver
Compare 2 commits »
stephenseo pushed to dev at stephenseo/SimpleArchiver 2024-09-20 12:41:59 +00:00
bb574d2a2c Use stdint.h types instead of "int", "long", etc.
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 11:49:07 +00:00
Feature: cache

Perhaps the cache file shouldn't be just the raw HTML, but a plain-text formatted file:

  1. A "header" designating the start of relevant filenames.
  2. The filenames to check the timestamps of…
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 11:44:40 +00:00
Feature: cache

For an ideal way of handling cached html:

  • On first HTML load, store the HTML_FILE's filename (if used), and every VAR_FILEs' filenames (if used) for each path.
  • On load where a matching…
stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 10:30:33 +00:00
Feature: cache

Thinking about it, it probably would be best to modify the function that parses and constructs the html to also return the list of files used in the process. https://git.seodisparate.com/stephenseo

stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 08:10:14 +00:00
Feature: cache

Perhaps also keep track of how old a cache file is, so that they are purged after a certain time period. Maybe a day to a week?

stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 07:48:55 +00:00
Feature: cache

It needs to be decided the name-format of cached html.

stephenseo commented on issue stephenseo/c_simple_http#3 2024-09-19 07:47:56 +00:00
Feature: cache

It may be best to have a --enable-cache-dir=<DIR> to do both enabling of the cache and setting up a designated cache dir at the same time.

stephenseo opened issue stephenseo/c_simple_http#3 2024-09-19 07:46:24 +00:00
Feature: cache
stephenseo pushed to raylib at stephenseo/ems_rust_template 2024-09-19 05:14:49 +00:00
9aba9942f6 Refactor "RUST_SOURCES" variable in Makefile
stephenseo pushed to raylib at stephenseo/ems_rust_template 2024-09-18 12:47:48 +00:00
d231859fe2 Update README.md
96e76cc4d4 Impl. example with Raylib
Compare 2 commits »
stephenseo created branch raylib in stephenseo/ems_rust_template 2024-09-18 12:47:48 +00:00
stephenseo pushed to main at stephenseo/ems_rust_template 2024-09-18 12:47:48 +00:00
dfbb12abeb Update README.md
stephenseo pushed to main at stephenseo/ems_rust_template 2024-09-18 10:36:52 +00:00
f807978401 Update README.md