From 776605926111b462bba2d397b150b0447da8b6d9 Mon Sep 17 00:00:00 2001 From: zlg Date: Sat, 1 Apr 2023 23:41:02 -0700 Subject: Initial commit This is a simple streaming timer meant to be hooked up to OBS and customized using a separate CSS file. --- make_timer.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 make_timer.html (limited to 'make_timer.html') diff --git a/make_timer.html b/make_timer.html new file mode 100644 index 0000000..10a2da4 --- /dev/null +++ b/make_timer.html @@ -0,0 +1,47 @@ + + + + ZLG's Simple Stream Timer + + + +
+

ZSST

+

ZLG's Simple Stream Timer

+
+
+
+

+ Welcome! To get started, just customize a few options, found below, and press "Make my Timer"! +

+
+
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ + + -- cgit v1.2.3-54-g00ecf
path: root/ch1/1-24_syntax-checker.c (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2013-10-13Solve Exercise 5-12: flexible `detab` and `entab`zlg2-0/+157
2013-09-26Solve Exercise 5-11: `entab` and `detab` remixed!zlg2-0/+137
This one was pretty rough. At first I wanted to include a bunch of error-catching and "smart" stuff. When I took a second look at it and realized `itoa` returns 0 on a string, things became a bit easier. I may have been able to outsource a few things to a function or two, but overall I think it worked out.
2013-09-24Clean up 5-10's printf() callszlg1-4/+0