Commit Graph

10011 Commits (980d5f44b2f2bf89abcb8a2565dbf01309b83ab8)

Author SHA1 Message Date
Doug Coleman a55a367bf3 benchmark.reverse-complement: Fix usage of <groups>. 2013-03-23 13:04:03 -07:00
Doug Coleman f9ea61bf91 basis/extra: Update last usages of <sliced-groups> to <groups>. 2013-03-23 12:08:18 -07:00
Doug Coleman 11af4e1781 grouping: Remove <clumps> and <circular-clumps> and rename <sliced-clumps>
and <sliced-circular-clumps> to those. Fixes #765.
2013-03-23 11:38:05 -07:00
John Benediktsson d25c144d5c benchmark.lcs: adding lcs benchmark. 2013-03-21 18:07:28 -07:00
John Benediktsson 684c2793e7 math: some style cleanup. 2013-03-21 08:54:14 -07:00
John Benediktsson e6db6bb813 game.models.util: fix for immutable error. 2013-03-21 07:17:45 -07:00
John Benediktsson a1df905535 readline-listener: fix for tools.completion renames. 2013-03-20 23:06:40 -07:00
John Benediktsson b981973938 benchmark.sort: slow down sorting to test sorting alists. 2013-03-20 17:11:54 -07:00
John Benediktsson da1931317d math.extras: rename to linspace[a,b) and linspace[a,b] and fixes. 2013-03-20 15:15:50 -07:00
John Benediktsson 5e41a50870 math.extras: adding ) and ] versions of linspace. 2013-03-20 15:09:36 -07:00
John Benediktsson da0a123df3 math.extras: adding logspace. 2013-03-20 13:49:55 -07:00
John Benediktsson a21fddc4dc math.extras: adding linspace. 2013-03-20 13:44:54 -07:00
John Benediktsson 94c5cdad3e macho: fix no-types-specified. 2013-03-20 13:18:21 -07:00
John Benediktsson 53a33fada3 gpu.framebuffers: fix no-types-specified. 2013-03-20 13:17:12 -07:00
John Benediktsson 4d9d980e22 math.hashcodes: fix complex number-hashcodes. 2013-03-20 12:49:12 -07:00
John Benediktsson 8d3acb68f5 zoneinfo: fix for calendar renaming. 2013-03-20 09:02:40 -07:00
John Benediktsson dc08c22a92 math.hashcodes: better test-case. 2013-03-19 22:55:50 -07:00
John Benediktsson 480b57029a infix: fixing issue with confusing negative steps. 2013-03-19 18:51:21 -07:00
Doug Coleman c55c4c4470 zoneinfo: Working on parsing raw rules. 2013-03-19 17:23:26 -07:00
John Benediktsson 6308e25f6e math.hashcodes: try and fix tests on 32-bit. 2013-03-19 17:22:25 -07:00
John Benediktsson e172a081a4 infix: adding slice step notation. 2013-03-19 16:52:33 -07:00
John Benediktsson d7d487dd82 sequences.shifted: adding a virtual shifted sequence. 2013-03-19 14:56:59 -07:00
John Benediktsson f936a1dc65 math.hashcodes: better tests. 2013-03-16 13:58:29 -07:00
John Benediktsson 7162bfed57 math.hashcodes: consistent number hashing. 2013-03-16 13:53:58 -07:00
John Benediktsson d4b47612e1 geo-ip: fixing csv. 2013-03-15 08:26:01 -07:00
John Benediktsson e74f770b57 Use bl in more places. 2013-03-14 19:24:00 -07:00
Doug Coleman 15d720458a sequences, tetris, rosetta-code: Simplify some code. 2013-03-11 18:57:54 -07:00
Doug Coleman 247f57b828 sequences: More efficient longest and shortest by moving infimum-by/supremum-by into core. 2013-03-11 18:35:53 -07:00
Doug Coleman b51de731c2 zoneinfo: Update files. 2013-03-11 18:05:32 -07:00
Doug Coleman 224226e436 zoneinfo: Add helper words. 2013-03-11 18:05:11 -07:00
Doug Coleman 875e45a640 sequences: Add some short useful factors. Clean up the use of longest. 2013-03-11 17:47:52 -07:00
Doug Coleman 85a3966a9d combinators.extras: Add twice, thrice words. 2013-03-08 16:50:10 -08:00
John Benediktsson b015af4f33 benchmark.ant: fix hash-set constructor. 2013-03-08 06:15:37 -08:00
John Benediktsson 30cbce3f41 benchmark.linked-assocs: adding a linked-assocs benchmark. 2013-03-07 09:58:16 -08:00
John Benediktsson e008810677 trees.splay: use typed. 2013-03-06 18:42:06 -08:00
John Benediktsson 0fe01622de sequences.extras: adding sift! and harvest!. 2013-03-06 16:39:04 -08:00
Doug Coleman cadde9117c sets.extras: Initial checkin. Add setwise-xor word like setxor1d in numpy. 2013-03-06 10:00:13 -08:00
John Benediktsson cf4d639345 extra: use [-] instead of "- 0 max". 2013-03-05 18:17:17 -08:00
John Benediktsson 53992695e4 benchmark.randomize: adding a randomize benchmark. 2013-03-05 17:04:57 -08:00
John Benediktsson 482096e1df random.c: adding a "libc" version of random for performance testing. 2013-02-26 20:04:06 -08:00
Doug Coleman 9984d67d47 Revert "robots.txt: Bing bot spams gitweb...disable it hopefully."
Found another way.

This reverts commit 7500504bc0.
2013-02-24 10:30:05 -08:00
Doug Coleman 0b3ada1763 robots.txt: Bing bot spams gitweb...disable it hopefully. 2013-02-24 10:23:33 -08:00
John Benediktsson c35694cf40 rot13: adding some tests. 2013-02-22 09:50:26 -08:00
John Benediktsson 1524d43c9c sequences: define a single "?set-nth" that is used. 2013-02-20 10:42:21 -08:00
John Benediktsson 55cfbf072f sequences: fix uses of set-nth-unsafe. 2013-02-20 08:01:06 -08:00
John Benediktsson f8f5feed4a sequences: normalize all the "?set-nth" words, probably this should be a stdlib thing. 2013-02-19 16:52:40 -08:00
John Benediktsson 5262c8a1ae benchmark.timers: adding a timer benchmark. 2013-02-19 15:39:50 -08:00
Doug Coleman 10a4413bec colors: Inline >rgba methods. 2013-02-19 10:09:47 -08:00
Doug Coleman 1eb930b671 maze: Refactor to use fry + replicate. 2013-02-19 10:09:46 -08:00
Doug Coleman 924cc23ed0 rosetta-code.top-rank: Use collect-by instead of defining it as group-by. 2013-02-05 09:42:57 -08:00