Commit Graph

24922 Commits (49b353956c0a3b81bd225a220d5a77d40d58f29d)

Author SHA1 Message Date
John Benediktsson 49b353956c help: make sure error-classes are displayed in error index. 2013-04-06 13:35:37 -07:00
John Benediktsson b79646f572 math.combinatorics: make permutations-quot to reduce code duplication. 2013-04-06 13:12:57 -07:00
John Benediktsson 86b0708203 math.combinatorics: produce type of sequence in selections. 2013-04-06 13:06:23 -07:00
John Benediktsson ec0b40d67b prettyprint: speed up unparse by not making the manifest sometimes. 2013-04-06 12:45:15 -07:00
John Benediktsson 3640e92521 math.combinatorics: use nth-unsafe more. 2013-04-06 12:43:02 -07:00
John Benediktsson 8458e93c3d math.combinatorics: faster nCk (use integer division). 2013-04-06 11:43:20 -07:00
John Benediktsson a92a0ca285 math.combinatorics: faster permutation (using slices). 2013-04-05 07:28:22 -07:00
John Benediktsson 1e8c4881ce bit-arrays: use integer>fixnum, cleanup resize. 2013-04-04 18:12:20 -07:00
John Benediktsson c4b5026a64 bloom-filters: fix docs. 2013-04-04 16:06:01 -07:00
John Benediktsson 9512b2e303 infix: removing alternate syntax due to use of multiline strings... 2013-04-04 15:17:50 -07:00
Doug Coleman 142d920326 help.tutorial: Use scaffold-work in palindrome tutorial. 2013-04-04 15:06:33 -07:00
John Benediktsson 8c2419d115 infix: adding alternate syntax. 2013-04-04 15:05:49 -07:00
John Benediktsson abc68117af infix: adding pow(). 2013-04-04 15:04:14 -07:00
John Benediktsson 672dd0e2a7 boids: fix typo. 2013-04-04 13:33:26 -07:00
John Benediktsson 0e1e56417d bloom-filters: cleanup interface a little bit. 2013-04-04 13:26:24 -07:00
John Benediktsson af4dd22fe9 base85: fix handling of pad characters. 2013-04-04 11:43:17 -07:00
John Benediktsson 6e37886e19 base85: adding a base85 encoder/decoder. 2013-04-04 10:39:43 -07:00
John Benediktsson e642b4203f benchmark.bloom-filters: more iterations now bloom-filters are faster. 2013-04-04 07:10:30 -07:00
John Benediktsson 1900e480fe bloom-filters: tons of speed. 2013-04-04 07:10:13 -07:00
John Benediktsson dec6a89240 bloom-filters: more speeeeeed. 2013-04-03 20:27:23 -07:00
John Benediktsson c922bcda31 colors.mix: some descriptions. 2013-04-03 19:01:54 -07:00
John Benediktsson 77ea526216 colors.hsv: fix using. 2013-04-03 18:27:01 -07:00
John Benediktsson d5d347d8b5 colors: move mixing words to colors.mix. 2013-04-03 16:33:33 -07:00
John Benediktsson cae4d252d9 colors: actually add the tests this time. 2013-04-03 16:14:30 -07:00
John Benediktsson f31a9d27cf colors: adding sample-linear-gradient and some tests. 2013-04-03 16:09:06 -07:00
John Benediktsson 1f53d2bfa6 colors.hsv: add a golden-rainbox color sequence word. 2013-04-03 16:08:52 -07:00
John Benediktsson f5472be109 bloom-filters: minor style improvements. 2013-04-03 15:20:49 -07:00
John Benediktsson 709be4102c bloom-filters: performance improvements. 2013-04-03 15:11:08 -07:00
John Benediktsson a8071b0cbf benchmark.bloom-filters: adding a benchmark for bloom filters. 2013-04-03 15:10:52 -07:00
John Benediktsson 43c3e82381 sequence.extras: adding ?trim-head and ?trim-tail. 2013-04-03 08:55:48 -07:00
John Benediktsson 77836d751f colors.hsv: use sort-triple instead of natural-sort. 2013-04-02 16:55:03 -07:00
John Benediktsson be1d3a21f6 regexp.minimize: use sort-pair instead of natural-sort. 2013-04-02 16:54:25 -07:00
John Benediktsson c9fad35f09 sorting.extras: better tests and fix zip order. 2013-04-01 20:31:34 -07:00
John Benediktsson 0cbc743e43 sorting.extras: adding map-sort for efficiently decorating, sorting, and undecorating a sequence. 2013-04-01 18:35:05 -07:00
John Benediktsson b6be2c874f math.extras: adding round-to-step. 2013-04-01 17:04:07 -07:00
John Benediktsson 59e408ed3b math.extras: adding round-to-decimal. 2013-04-01 17:03:18 -07:00
John Benediktsson d35a89b4bd math.functions: remove round-to. 2013-04-01 17:02:44 -07:00
John Benediktsson eccf5890db editors.textadept: use "-e goto_line(n-1)".
(as suggested by Mitchell@foicica.com on the textadept mailing list)
2013-04-01 14:56:24 -07:00
John Benediktsson 48283a2745 benchmark.splitting: stop using split* and use slices only. 2013-04-01 10:26:43 -07:00
John Benediktsson 40eb77bacf splitting.extras: adding split* and split-find. 2013-04-01 09:14:27 -07:00
John Benediktsson c2c92bacdf splitting: removing split* to extras. 2013-04-01 09:14:01 -07:00
John Benediktsson a8cacbae14 ascii: change >words not to use split*. 2013-04-01 09:13:33 -07:00
Michael T. Richter ecfaab4b03 Added Lua source files for Textadept editor support for Factor. 2013-04-01 06:30:01 -07:00
John Benediktsson e2293f1573 splitting: add another test case to make sure we can access ... args. 2013-03-31 18:52:53 -07:00
John Benediktsson 4c58df1218 editors.textadept: make it work on Mac OS X. 2013-03-31 18:47:38 -07:00
John Benediktsson e029c0c973 see: fixing summary for ALIAS. 2013-03-31 17:12:35 -07:00
John Benediktsson 70c8a5dc20 words.alias: definition is just the def>>. 2013-03-31 17:00:31 -07:00
John Benediktsson a86ef0518e ascii: adding >words, >title, and capitalize. 2013-03-31 16:09:37 -07:00
John Benediktsson 0d5d0d3f83 splitting: change split* to preserve (separately) the separators. 2013-03-31 16:05:30 -07:00
John Benediktsson 0e26cfdef4 io.files: use split instead of split*. 2013-03-31 16:04:11 -07:00