Commit Graph

11788 Commits (dd5be669572a6d0c1dd55f71c1b3a49adbb19939)

Author SHA1 Message Date
John Benediktsson 3feed5b192 minesweeper: adding games tag. 2018-03-22 10:10:36 -07:00
John Benediktsson 2c8d378b66 pong: adding demos tag. 2018-03-22 10:10:26 -07:00
John Benediktsson 97477294f4 flatland: moving back to unmaintained.
has some confusing bugs with "above?" and "below?".

needs to be cleaned up and tested better.
2018-03-22 10:01:54 -07:00
John Benediktsson 26488b37ed pong: fix some bugs, cleanup, little fancier. 2018-03-22 10:01:28 -07:00
Doug Coleman 653af68a8e Revert "use tilde paths instead of home append-path."
This reverts commit 8af27125ec.
2018-03-15 08:45:12 -05:00
Doug Coleman 7941b033f7 Revert "help.pdf: use tilde paths."
This reverts commit 9276c26f4c.
2018-03-15 08:43:13 -05:00
Doug Coleman c1f38d6864 Revert "fix a couple more tilde paths."
This reverts commit b139a896ef.
2018-03-15 08:42:46 -05:00
Doug Coleman 97ea4ccb17 Revert "mason.build: Can't resolve path ~/builds/factor, not sure how this ever"
This reverts commit 0e88bd305e.
2018-03-15 08:41:06 -05:00
John Benediktsson c5a7ce216b game-of-life: simpler wraparound logic in count-neighbors. 2018-03-14 15:46:10 -07:00
Doug Coleman 0e88bd305e mason.build: Can't resolve path ~/builds/factor, not sure how this ever
works...

Can't use normalize-path because git.exe doesn't recognize the Windows unicode
path prefix.
2018-03-14 16:17:09 -05:00
Doug Coleman a16707b176 mason.release: Sign the .dmg on macOS.
Fixes #1896.
2018-03-14 14:07:30 -05:00
John Benediktsson 252ce232cf game-of-life: little bit more. 2018-03-12 08:47:31 -07:00
John Benediktsson bf010ba1a5 game-of-life: cleanup play/stop and some count-neighbors. 2018-03-12 08:43:05 -07:00
John Benediktsson 18a3bd0c4c game-of-life: use row directly in next-step. 2018-03-11 17:05:47 -07:00
John Benediktsson b29a99d03f game-of-life: cleanup using. 2018-03-11 11:59:13 -07:00
John Benediktsson 6a215adbbb game-of-life: even faster by factoring out the neighbor rows. 2018-03-11 11:48:35 -07:00
John Benediktsson ac1029e8eb game-of-life: more ugly faster code. 2018-03-11 11:31:20 -07:00
John Benediktsson 0a9752fcc9 game-of-life: more speed in count-neighbors. 2018-03-09 16:58:11 -08:00
John Benediktsson 7179394ea0 game-of-life: count-neighbors needs circular wraparound logic back. 2018-03-09 16:53:05 -08:00
John Benediktsson 5e7bfd7cc4 game-of-life: flip scroll direction. 2018-03-09 16:32:08 -08:00
John Benediktsson 25fc79a40c game-of-life: faster com-random. 2018-03-09 15:53:29 -08:00
John Benediktsson 0c9086b385 game-of-life: fix inevitable bug in faster code. 2018-03-09 15:29:22 -08:00
John Benediktsson 9e563c4103 game-of-life: ugly code that makes next-step faster. 2018-03-09 15:04:23 -08:00
John Benediktsson c24779d27e game-of-life: small updates. 2018-03-09 14:32:30 -08:00
John Benediktsson efb2f0ed55 game-of-life: implement scrolling and resizable windows. 2018-03-09 14:24:50 -08:00
John Benediktsson 17eabacd2b game-of-life: experimental Conway's Game of Life. 2018-03-09 12:13:07 -08:00
John Benediktsson e37b530338 crontab: adding first version of crontab parser. 2018-03-09 12:08:49 -08:00
John Benediktsson 074d4e9d0a minesweeper: fix stack effect in adjacent-flags. 2018-03-06 16:02:20 -08:00
John Benediktsson 2dc44cd360 minesweeper: reduce duplicated code in count-neighbors. 2018-03-06 16:01:33 -08:00
John Benediktsson 02e231633e minesweeper: reduce duplicated code for click/mark/open cells. 2018-03-06 15:50:47 -08:00
John Benediktsson 1386489bbc minesweeper: re-use click-cells-around. 2018-03-05 09:05:20 -08:00
John Benediktsson 3c7b0825db minesweeper: adding docs for middle-click. 2018-03-05 08:57:42 -08:00
Philip Dexter 9a994e1bd9 minesweeper: add classic middle-click functionality 2018-03-05 08:52:26 -08:00
John Benediktsson 39602240da checksums.multi: making these checked $examples. 2018-03-04 17:49:52 -08:00
John Benediktsson 8dece633e6 checksums.multi: fix $slot help-lint error. 2018-03-04 17:47:01 -08:00
John Benediktsson e6c9e76db4 checksums.multi: use resource: to make sure test works. 2018-03-04 15:28:18 -08:00
Alexander Iljin 156f69b3a3 checksums.multi: new vocab 2018-03-04 14:43:53 -08:00
John Benediktsson e0d53267f5 minesweeper: adding deploy file.
right now it includes too much stuff so the file sizes are a little big.
2018-03-01 10:45:32 -08:00
John Benediktsson ac5980d55b io.encodings.detect: fix tests. 2018-02-28 15:10:43 -08:00
John Benediktsson c8d1b756d4 dbf: use substitute instead of replace in parse-numeric. 2018-02-28 09:56:12 -08:00
John Benediktsson 0ab7ed6979 io.encodings: use new latin1 instead of 8-bit encoding from file. 2018-02-28 08:56:01 -08:00
Björn Lindqvist fa2a0dc779 machine-learning.data-sets: renaming slots in the data-set tuple
"features" is a better name for the slot than "data"
2018-02-27 13:20:57 +01:00
Björn Lindqvist b672ed91fb math.affine-transforms: some docs for the vocab 2018-02-27 13:20:57 +01:00
John Benediktsson 93bd01109d project-euler.060: solution for #60. 2018-02-26 20:43:35 -08:00
John Benediktsson ce1de81ec6 cleanup a few resource paths. 2018-02-26 17:38:07 -08:00
John Benediktsson b139a896ef fix a couple more tilde paths. 2018-02-26 17:33:36 -08:00
John Benediktsson 9276c26f4c help.pdf: use tilde paths. 2018-02-26 17:29:10 -08:00
John Benediktsson 8af27125ec use tilde paths instead of home append-path. 2018-02-26 17:17:15 -08:00
John Benediktsson d32d06577d io.files.trash.unix: use xdg vocab. 2018-02-26 17:16:43 -08:00
John Benediktsson b74e8d3c22 Revert "io.encodings.8-bit: adding CP874."
This reverts commit 9cccb4de95.
2018-02-26 12:30:11 -08:00