oreodave
  • Joined on 2025-11-10
oreodave created branch master in oreodave/ovm 2025-11-10 18:07:58 +00:00
oreodave pushed to master at oreodave/oreobrot 2025-11-10 18:07:57 +00:00
5b2424af0e Fix some latent bugs left over
c8ecce9537 Shamelessly stole a write_to_png routine from abelian-sandpile
ab7db03aaa Figured out how to use textures, changed colouring algorithm
913e540b92 Tons of changes: can now simulate the mandelbrot for n iterations
aab3db7f32 INITIAL COMMIT
oreodave created branch master in oreodave/oreobrot 2025-11-10 18:07:57 +00:00
oreodave pushed to master at oreodave/obf 2025-11-10 18:07:56 +00:00
f4e0be8977 struct Label -> label_t
9fb9413c45 node_t -> ast_node_t
fbf2202cfd Remove asm_write_init and asm_write_exit
3c39df6c95 Implement SIZE_FMT and vec_append_fmt
70cfeac995 Move system calling code to the end
Compare 10 commits »
oreodave created branch master in oreodave/obf 2025-11-10 18:07:56 +00:00
oreodave pushed to master at oreodave/oats 2025-11-10 18:07:55 +00:00
67ed852234 Update gitignore
ff2bf156db yakshaving
34e4d42876 Deal with errors generated when RELEASE build made
ba7e08122e move around oats.org
678a2abe60 Add some example scripts to test against
Compare 10 commits »
oreodave created branch master in oreodave/oats 2025-11-10 18:07:55 +00:00
oreodave pushed to master at oreodave/cw_tree 2025-11-10 18:07:52 +00:00
bd96755654 Added README
564bac363f Clean up and use the right initial fraction for CW tree
76d407ae1b Added timer to automatically do iterations
f1b878c991 Left and right fractions are now drawn at the top with counter
feabcf24a0 Draw the three iteration nodes in special colours
Compare 10 commits »
oreodave created branch master in oreodave/cw_tree 2025-11-10 18:07:52 +00:00
oreodave pushed to master at oreodave/cantedraw 2025-11-10 18:07:51 +00:00
cd6ac8930d Overhaul
062b5f59d7 Add a reverse argument sort
5f4bfd77bd Fix some issues in main
93790fad88 Move all test code into one file.
191ef05401 Implement test for card->int
Compare 10 commits »
oreodave created branch master in oreodave/cantedraw 2025-11-10 18:07:51 +00:00
oreodave pushed to master at oreodave/avm 2025-11-10 18:07:49 +00:00
30bed795fd New TODO on reworking the entire virtual machine
a408ccacb9 MSET pops n before data to set
a7f14c8f58 Remove indent in MESSAGE
7a5eee932a Moved logging macros to base.h and use them everywhere
74c5746bff Reworked SPEC a ton
Compare 10 commits »
oreodave created branch master in oreodave/avm 2025-11-10 18:07:49 +00:00
oreodave pushed to master at oreodave/alisp 2025-11-10 18:07:49 +00:00
88c9d01677 stream: Copy on stream_init_string
66c5134eb5 Remove impl folder
913b34588f build: simplify looking for library files
10c391367d build: Add some more warning flags for compilation-based-refactoring
cbfcf24ca2 stream: Introduce PIPE type
Compare 10 commits »
oreodave created branch master in oreodave/alisp 2025-11-10 18:07:48 +00:00
oreodave pushed to master at oreodave/abelian-sandpile 2025-11-10 18:02:45 +00:00
a635d19cfa +LICENSE
0965b02fed (main)+comments
65bb0e0f66 (main)+kill threads when avalanche has completed
2d11304ab4 ~file-handler->files,(main~>files)~migrated png save code to files.c
026aa887f9 +further multithreading
Compare 10 commits »
oreodave created branch master in oreodave/abelian-sandpile 2025-11-10 18:02:45 +00:00
oreodave pushed to master at oreodave/algorithms 2025-11-10 17:59:22 +00:00
c02a943a29 qsort: stack based implementation
79249027cb qsort: add another way to read numbers and test
946006096b qsort: clean up the implementation (forward walk rather than backward)
964e001dd5 qsort: generate random numbers in hand instead of reading them
03ba2096c1 bsearch-gen -> num-gen
Compare 10 commits »
oreodave created branch master in oreodave/algorithms 2025-11-10 17:59:22 +00:00