John Benediktsson
d38fe7a92c
fix some test usings broken in the cleanup yesterday.
2018-02-15 07:14:56 -08:00
John Benediktsson
9610a49881
project-euler.186: simpler with if instead of 2unless?.
...
Not sure why I'm still working on this.
2018-02-14 19:46:26 -08:00
John Benediktsson
3023f42aa4
project-euler.186: merge next/advance.
2018-02-14 19:38:37 -08:00
John Benediktsson
700fc0367b
project-euler.186: the build bots can handle it.
2018-02-14 19:34:15 -08:00
John Benediktsson
75c6065a14
project-euler: removing unnecessary IN: in -tests.
2018-02-14 17:16:47 -08:00
John Benediktsson
8a3cf4eefa
project-euler.186: fix, I guess it's been broken for awhile.
2018-02-14 17:15:43 -08:00
John Benediktsson
6890ec3fe4
extra: remove some unneeded IN: in -tests.
2018-02-14 17:01:11 -08:00
John Benediktsson
f234ed8ff8
sudoku: better tests.
2018-02-14 17:00:51 -08:00
John Benediktsson
3a1fb4d588
assoc-heaps: adding / fixing test case.
2018-02-14 16:52:53 -08:00
John Benediktsson
c0a8d0cf1f
typed: cleanup using.
2018-02-14 16:22:04 -08:00
John Benediktsson
59bc3a1ca0
io.directories.search: use fry instead of curry in find-file.
2018-02-14 16:21:50 -08:00
John Benediktsson
30739e70ff
tools.deprecation: use none?.
2018-02-14 11:57:55 -08:00
John Benediktsson
fcaf4eb39c
misc/vim: update syntax file for none? addition.
2018-02-14 11:57:05 -08:00
John Benediktsson
bd9676e152
core/basis/extra: use none?.
2018-02-14 11:56:31 -08:00
John Benediktsson
01f7f6b76c
sequences: moving none? to core.
2018-02-14 11:23:03 -08:00
John Benediktsson
df9ddd1ddd
db.sqlite: remove unused "db-table" namespace variable.
2018-02-14 10:40:07 -08:00
John Benediktsson
276534a5e1
db.tuples: simplify count-tuples.
2018-02-14 10:39:55 -08:00
John Benediktsson
efcd5ab98d
db.queries: set the "table-name" inside a with-variables.
2018-02-14 10:39:20 -08:00
John Benediktsson
9a9670c7ce
db.errors: cleanup using.
2018-02-14 10:39:09 -08:00
John Benediktsson
8b71fe04f3
db.tuples: use fry instead of curry, fix stack effect of check-columns.
2018-02-14 09:49:27 -08:00
John Benediktsson
cf137d9976
db.tuples: more efficient with-disposals if sequence passed in.
2018-02-14 09:42:19 -08:00
John Benediktsson
355bd0be77
db.types: simplify filter-ignores.
2018-02-14 09:19:21 -08:00
Cat Stevens
08b55b6a62
core/combinators docs: fix unclearness in case help
2018-02-14 07:41:22 -08:00
John Benediktsson
35591cc13b
fix couple more typos in docs.
2018-02-13 11:44:32 -08:00
John Benediktsson
3e15dfc4cb
documents: simplify text+loc.
2018-02-12 17:45:48 -08:00
John Benediktsson
0bd052500e
fix another typo.
2018-02-12 17:17:44 -08:00
John Benediktsson
a92d67fcb2
fix more typos in docs.
2018-02-12 16:43:08 -08:00
John Benediktsson
7d628b833d
fix some typos in docs.
2018-02-12 16:22:49 -08:00
Cat Stevens
b14d6085d6
fix a typo in compiler.tree.propagation.constraints documentation
2018-02-12 13:05:27 -08:00
Cat Stevens
5fb53c851c
repair overwritten changes
2018-02-11 20:24:48 -08:00
Cat Stevens
52410dee2b
final fixups
2018-02-11 20:24:40 -08:00
John Benediktsson
3aee29e373
minesweeper: workaround world initialization problem.
...
Needs a better long term fix.
2018-02-11 20:00:18 -08:00
John Benediktsson
61df87db07
minesweeper: code golfing.
2018-02-11 18:56:19 -08:00
John Benediktsson
ffb42c913e
minesweeper: always relayout-1 on click/mark.
...
This fixes the smiley uhoh to repaint immediately rather than
waiting for the next timer tick.
2018-02-11 10:09:36 -08:00
John Benediktsson
52a503fef3
minesweeper: click cells around question but not flagged.
2018-02-11 10:02:36 -08:00
John Benediktsson
9c22098dec
ui.gadgets.labeled: make <labeled-gadget> not take a color.
...
This allows backwards compatibility with 0.97 API. Adding
<colored-labeled-gadget> for a version with a colored divider
and implementing it with a gap between title bar and content
intead of a shelf border gadget.
2018-02-11 09:53:48 -08:00
Doug Coleman
2a45023e2f
windows.dragdrop-listener: Fix the other using!
2018-02-11 00:12:47 -06:00
Doug Coleman
2464e70fad
ui.pens.caching: Fix using.
2018-02-10 19:52:03 -06:00
Doug Coleman
c8d63c56a9
factor: Clean up wrong form of specialized-arrays in using lists.
2018-02-10 15:25:36 -06:00
John Benediktsson
9d732a4ccb
minesweeper: adding a fun minesweeper game.
2018-02-09 17:27:04 -08:00
John Benediktsson
8f9bfae37c
vocabs.metadata: rename vocab-file-contents to vocab-file-lines.
2018-02-09 10:19:33 -08:00
John Benediktsson
77f56b648f
vocabs.metadata.resources: sometimes vocab-resources can be ``f``.
2018-02-09 10:19:06 -08:00
John Benediktsson
69b8555b32
help.markup: allow { $maybe { $sequence "lines" } } in docs.
2018-02-09 10:18:36 -08:00
Björn Lindqvist
6dac2075df
machine-learning.decision-trees: vocab for creating decision trees
...
not done
2018-02-08 19:48:08 +01:00
Björn Lindqvist
7b2c2a93f5
project-euler.*: uses for arg-max and arg-min
2018-02-08 19:48:08 +01:00
Björn Lindqvist
603354a02e
sequences.extras: this formulation of arg-max/min should be better
2018-02-08 19:48:08 +01:00
Björn Lindqvist
cb98fd07c6
this file wasn't intended
2018-02-08 18:07:57 +01:00
Björn Lindqvist
114cc52022
machine-learning.data-sets: adding the monks problems
2018-02-08 16:39:49 +01:00
Björn Lindqvist
8c223d4073
FUEL: fuel-edit-word is kind of redundant
...
fuel-edit-word-at-point does the same job when the caret is not on a
word.
2018-02-07 20:49:46 +01:00
Björn Lindqvist
d2b58e93e0
FUEL: fix the test that broke due to refactoring
2018-02-07 20:37:06 +01:00