wunderkammer

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-05-20
02:40
Merge quiescent into subdirectory quiescent/ check-in: de8ec316ea user: mail@nprescott.com tags: master, trunk
02:40
Merge cl-ray-tracer into subdirectory cl-ray-tracer/ check-in: 95211c8ec3 user: mail@nprescott.com tags: master, trunk
02:40
Merge stemmer into subdirectory stemmer/ Leaf check-in: 5dedbc6dd5 user: mail@nprescott.com tags: master, trunk
02:40
Merge xml-rpc-restart-service into subdirectory xml-rpc-restart-service/ check-in: 69c8524f86 user: mail@nprescott.com tags: master, trunk
02:40
Merge stratcom into subdirectory stratcom/ check-in: 2b33c0db53 user: mail@nprescott.com tags: master, trunk
02:40
Merge j-ray-tracer into subdirectory j-ray-tracer/ check-in: 0969888ae9 user: mail@nprescott.com tags: master, trunk
2023-07-09
02:40
Initial commit Here's a demo of a silly idea for separating a web application from another service that controls systemd service restarts and then links them together. Is this a terrible idea? Maybe! check-in: ad994b64ed user: mail@nprescott.com tags: master, trunk
2021-08-14
02:52
add basic ray tracer albeit less documented than one might expect check-in: 80b2c761d4 user: mail@nprescott.com tags: master, trunk
02:37
fix number literal reference in README check-in: c7ab7c20af user: mail@nprescott.com tags: master, trunk
02:35
ignore unused arguments check-in: cb27fc9cd8 user: mail@nprescott.com tags: master, trunk
02:34
add README check-in: ab696c3209 user: mail@nprescott.com tags: master, trunk
02:01
add README check-in: f5a43d153c user: mail@nprescott.com tags: master, trunk
01:52
add ook.el Ook! check-in: f9769137e2 user: mail@nprescott.com tags: master, trunk
2021-04-17
17:58
improve readme check-in: 6fe5e2233e user: mail@nprescott.com tags: master, trunk
05:36
add in-package serious business check-in: a6f7c05a19 user: mail@nprescott.com tags: master, trunk
05:13
marginally better style trying out lisp-critic, I don't hate _all_ the advice check-in: 62b21ad449 user: mail@nprescott.com tags: master, trunk
2021-04-12
04:06
add runner-helper save yourself some copy-pasting why don't you? It'd be nice if I could work out how to connect the STDIN/STDOUT for tcc to the SBCL REPL check-in: a1ee18d314 user: mail@nprescott.com tags: master, trunk
2021-04-11
03:46
fix input handling I think check-in: dad17e9f9d user: mail@nprescott.com tags: master, trunk
2021-04-08
07:15
rename file check-in: f49e3c5bac user: mail@nprescott.com tags: master, trunk
07:14
add/fix input operation remaining todo: - why are strings swallowing newlines? maybe off by one in substring, or the loop-until is wrong? - invalid input case is broken(?) supposed to be -1 for EOF but C-d sends it into a loop - make input/result and time.h conditional on use of INPUT and RAND check-in: 7604c4873e user: mail@nprescott.com tags: master, trunk
2021-04-06
07:49
sort of kind of working capable of compliling a working fizzbuzz todo: - why do strings swallow what should be a newline token? - gotos should check that labels exist - clean up the code check-in: 7273e44c34 user: mail@nprescott.com tags: master, trunk
2021-04-05
23:50
revamp tokenizing check-in: 616545c50b user: mail@nprescott.com tags: master, trunk
03:49
part three I'm pretty sure this is working right... check-in: e1e3790b3a user: mail@nprescott.com tags: master, trunk
00:30
slightly less bad formatting check-in: 4812811d87 user: mail@nprescott.com tags: master, trunk
2021-04-04
15:31
part two check-in: 308d4da1d2 user: mail@nprescott.com tags: master, trunk
04:08
add part one lexing check-in: 5bb97c5739 user: mail@nprescott.com tags: master, trunk
2021-04-01
22:53
style fixes check-in: 8c9324d490 user: mail@nprescott.com tags: master, trunk
22:47
clean up cruft very slightly less bad check-in: 474368bd43 user: mail@nprescott.com tags: master, trunk
07:54
generic functions! check-in: 9f81b73464 user: mail@nprescott.com tags: master, trunk
07:31
minor updates mostly style related check-in: f1e151a577 user: mail@nprescott.com tags: master, trunk
05:26
macro penance check-in: 31135775e1 user: mail@nprescott.com tags: master, trunk
2021-03-28
23:08
move coverage remark out (it's in the readme) check-in: f72c30ddc6 user: mail@nprescott.com tags: master, trunk
23:05
rename README... eugh check-in: 5bf06ccba6 user: mail@nprescott.com tags: master, trunk
23:03
add README check-in: ce0610f59e user: mail@nprescott.com tags: master, trunk
22:42
fix formatting check-in: c0f1ba01ed user: mail@nprescott.com tags: master, trunk
21:22
add test function and data check-in: e5d7a2478e user: mail@nprescott.com tags: master, trunk
21:21
rename check-in: 811eaf1e5a user: mail@nprescott.com tags: master, trunk
21:09
rename class check-in: c7088921c3 user: mail@nprescott.com tags: master, trunk
21:04
rename file for clarity check-in: b3d92cf816 user: mail@nprescott.com tags: master, trunk
21:03
fix a single apostrophe bug check-in: d2aa7a0b3e user: mail@nprescott.com tags: master, trunk
20:02
fix step-1a fewer failures check-in: 980c2ce917 user: mail@nprescott.com tags: master, trunk
19:36
bug fixes remove extraneous stuff check-in: 542ec547d1 user: mail@nprescott.com tags: master, trunk
18:30
add port it probably kind of works check-in: 448edd2e64 user: mail@nprescott.com tags: master, trunk
2020-04-08
21:04
clean up PPM wrapping RGB strings check-in: 739a0e4a9d user: mail@nprescott.com tags: master, trunk
2020-04-07
22:19
add lighting, draws a real sphere! check-in: 6f613cc576 user: mail@nprescott.com tags: master, trunk
2020-04-05
07:08
add REAL RAY CASTING I mean, it is only an ugly red circle, but IT ACTUALLY WORKS check-in: 5eabb1d3b2 user: mail@nprescott.com tags: master, trunk
2020-03-24
02:16
move code around (into packages) I'm not sure this is how packages _really_ work, but it's a start check-in: e4e0aeff4e user: mail@nprescott.com tags: master, trunk
01:05
move the code around check-in: bf5a857cf0 user: mail@nprescott.com tags: master, trunk
00:50
add shearing transformations include "clock face" example check-in: 9d15681ce6 user: mail@nprescott.com tags: master, trunk
2020-03-21
18:39
make points and vectors differentiable add rotational transformations (x, y, and z) check-in: 70513487c5 user: mail@nprescott.com tags: master, trunk