Commit Graph

24960 Commits (88a7f8bf632bbbde0a8080644e20fe02ec7aec4d)

Author SHA1 Message Date
Doug Coleman 88a7f8bf63 editors.textadept: Add support for Windows. 2013-04-09 12:19:06 -07:00
Doug Coleman 84a93dd998 io.directories.search.windows: Windows8 doesn't find ProgramFiles with the
existing methods, find it in an os-env.
2013-04-09 12:19:06 -07:00
John Benediktsson 6c106fb422 math.factorials: more factorial words. 2013-04-09 12:07:49 -07:00
John Benediktsson 68cdaa2c69 math.factorials: more factorial words. 2013-04-09 11:04:38 -07:00
John Benediktsson 64a1b15d4b sets.extras: adding symmetric-diff and proper-subset?. 2013-04-09 10:37:50 -07:00
John Benediktsson 5ec39e2542 math.factorials: more factorial words. 2013-04-09 10:37:20 -07:00
John Benediktsson ad419301af math.factorials: making double-factorial work for negative numbers. 2013-04-08 21:44:35 -07:00
John Benediktsson 50c8033301 math.factorials: adding double-factorial. 2013-04-08 21:13:46 -07:00
John Benediktsson 25f1758384 math.factorials: cleanup using. 2013-04-08 15:23:39 -07:00
John Benediktsson 4fa6e09310 math.factorials: include 1. 2013-04-08 15:15:49 -07:00
John Benediktsson cda0092fec math.factorials: handle more inputs in factorial/. 2013-04-08 15:08:53 -07:00
John Benediktsson a12728d5a3 math.factorials: various factorial words. 2013-04-08 15:03:15 -07:00
John Benediktsson 5980d660bc benchmark.sum-file: simpler, more idiomatic, faster. 2013-04-08 07:17:37 -07:00
John Benediktsson 0431acf97e benchmark.pidigits: simplify handling of arrays. 2013-04-07 15:33:54 -07:00
John Benediktsson ed95bcc8b9 benchmark.reverse-complement: more idiomatic, faster. 2013-04-07 15:19:58 -07:00
John Benediktsson 15badfbcd9 hash-sets: use map-into in members. 2013-04-07 13:09:20 -07:00
John Benediktsson 56a7d159b2 biassocs: implement keys/values. 2013-04-07 12:55:29 -07:00
John Benediktsson 290aaa3dcd mirrors: implement keys/values. 2013-04-07 12:51:35 -07:00
John Benediktsson 3bc658e8d5 hashtables.wrapped: faster >alist, keys, values. 2013-04-07 12:45:38 -07:00
John Benediktsson 17da9e0cff assocs: faster keys/values for enums. 2013-04-07 12:44:09 -07:00
John Benediktsson 2fc1ade4c9 persistent.hashtables: fix missing keys/values, not sure why these aren't assocs. 2013-04-07 09:45:10 -07:00
John Benediktsson e3ea3ac140 hashtables: cleanup duplicate code. 2013-04-06 21:36:39 -07:00
John Benediktsson a58c8ecc03 hashtables: faster keys and values on hashtables. 2013-04-06 21:20:07 -07:00
John Benediktsson 9926c205a5 assocs: making keys and values generic. 2013-04-06 21:19:56 -07:00
John Benediktsson 987ecea441 Minor fix to make sure strings are produced. 2013-04-06 18:50:26 -07:00
John Benediktsson c900590f8b use concat instead of join. 2013-04-06 17:02:22 -07:00
John Benediktsson d103b38d3f stack-checker.dependencies: use short-circuit better. 2013-04-06 16:44:50 -07:00
John Benediktsson cb622f4d85 tools.crossref: switch to using identity hash-sets. 2013-04-06 14:53:54 -07:00
John Benediktsson 3862c4f9b5 math.combinatorics: remove duplicate nths-unsafe. 2013-04-06 14:29:47 -07:00
John Benediktsson 4af98fa568 random: use nths-unsafe in sample. 2013-04-06 14:29:47 -07:00
John Benediktsson f13cbb3c4a sequences: adding nths-unsafe. 2013-04-06 14:29:47 -07:00
Doug Coleman b129623080 editors.sublime: Add support for Sublime Editor 2 for MacOSX. Need to add support for Windows. 2013-04-06 14:24:03 -07:00
John Benediktsson 0e425e70d0 hash-sets.sequences: adding sequence hashsets. 2013-04-06 14:14:01 -07:00
John Benediktsson fd879b16c7 hash-sets.identity: adding identity hashsets. 2013-04-06 14:14:00 -07:00
John Benediktsson 06754951d3 hash-sets.wrapped: support for "wrapped" hash-sets. 2013-04-06 14:14:00 -07:00
John Benediktsson cde20c935b hashtables.identity: minor cleanup. 2013-04-06 14:14:00 -07:00
John Benediktsson 80c06fecb4 hashtables.sequences: minor cleanup. 2013-04-06 14:14:00 -07:00
Doug Coleman bfe0ace611 heaps: Add >min-heap, >max-heap. 2013-04-06 13:50:16 -07:00
John Benediktsson c74939e43b help: make sure error-classes are displayed in error index. 2013-04-06 13:35:37 -07:00
John Benediktsson decd9ed1ee math.combinatorics: make permutations-quot to reduce code duplication. 2013-04-06 13:12:57 -07:00
John Benediktsson b646d1e1b8 math.combinatorics: produce type of sequence in selections. 2013-04-06 13:06:23 -07:00
John Benediktsson 85acdb2520 prettyprint: speed up unparse by not making the manifest sometimes. 2013-04-06 12:45:15 -07:00
John Benediktsson 64111e1342 math.combinatorics: use nth-unsafe more. 2013-04-06 12:43:02 -07:00
John Benediktsson d15dbaebb4 math.combinatorics: faster nCk (use integer division). 2013-04-06 11:43:20 -07:00
John Benediktsson a52ee59005 math.combinatorics: faster permutation (using slices). 2013-04-05 07:28:22 -07:00
John Benediktsson 4e2e8a21e0 bit-arrays: use integer>fixnum, cleanup resize. 2013-04-04 18:12:20 -07:00
John Benediktsson 0b60d6cc4c bloom-filters: fix docs. 2013-04-04 16:06:01 -07:00
John Benediktsson 3c4dbf6ed5 infix: removing alternate syntax due to use of multiline strings... 2013-04-04 15:17:50 -07:00
Doug Coleman 4d9adeac7e help.tutorial: Use scaffold-work in palindrome tutorial. 2013-04-04 15:06:33 -07:00
John Benediktsson 6f2f681ae8 infix: adding alternate syntax. 2013-04-04 15:05:49 -07:00