Commit Graph

24971 Commits (546a7d898cd2513c4b07138181067d1ac75c5e8c)

Author SHA1 Message Date
John Benediktsson 546a7d898c Factor.app: update copyright. 2013-04-09 20:06:15 -07:00
Doug Coleman 3ac9325d3e editors.geany.windows: Add Windows support. 2013-04-09 16:51:14 -07:00
John Benediktsson 76b8dd5ee0 editors.bbedit: adding "open in BBEdit" support. 2013-04-09 16:49:52 -07:00
John Benediktsson b2a72ef158 editors.xcode: adding "open in XCode" support. 2013-04-09 16:49:52 -07:00
Doug Coleman 6348d11f28 editors.geany: Add support. 2013-04-09 16:44:46 -07:00
Doug Coleman 81e6ed5753 editors.scite.windows: Fix using. 2013-04-09 16:26:41 -07:00
Doug Coleman 59f570ac65 scite: Add support for Linux scite. 2013-04-09 16:15:47 -07:00
John Benediktsson 2c67a5cd78 math.factorials: style. 2013-04-09 13:57:53 -07:00
Doug Coleman 750456910a editors.notepadpp: Move to editors.notepad++ since + is fine in pathnames
and that's the editor's name!
2013-04-09 13:34:26 -07:00
John Benediktsson e5370db359 math.factorials: cleanup orial-primes. 2013-04-09 12:22:41 -07:00
Doug Coleman fddbf25602 editors.sublime.windows: Add support for Windows. 2013-04-09 12:19:07 -07:00
Doug Coleman 52554946b5 editors.textadept: Add support for Windows. 2013-04-09 12:19:06 -07:00
Doug Coleman a6fe7d92f0 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 87be2b4bcc math.factorials: more factorial words. 2013-04-09 12:07:49 -07:00
John Benediktsson cc1518305a math.factorials: more factorial words. 2013-04-09 11:04:38 -07:00
John Benediktsson 34fd3decba sets.extras: adding symmetric-diff and proper-subset?. 2013-04-09 10:37:50 -07:00
John Benediktsson 4dbbe8a21e math.factorials: more factorial words. 2013-04-09 10:37:20 -07:00
John Benediktsson 3b07de409f math.factorials: making double-factorial work for negative numbers. 2013-04-08 21:44:35 -07:00
John Benediktsson 6a2b05b7f6 math.factorials: adding double-factorial. 2013-04-08 21:13:46 -07:00
John Benediktsson 16031eb9e0 math.factorials: cleanup using. 2013-04-08 15:23:39 -07:00
John Benediktsson e909f05924 math.factorials: include 1. 2013-04-08 15:15:49 -07:00
John Benediktsson e19c98da91 math.factorials: handle more inputs in factorial/. 2013-04-08 15:08:53 -07:00
John Benediktsson c7c980ca25 math.factorials: various factorial words. 2013-04-08 15:03:15 -07:00
John Benediktsson 8e394361b6 benchmark.sum-file: simpler, more idiomatic, faster. 2013-04-08 07:17:37 -07:00
John Benediktsson d41013ee4a benchmark.pidigits: simplify handling of arrays. 2013-04-07 15:33:54 -07:00
John Benediktsson 664eaaa13c benchmark.reverse-complement: more idiomatic, faster. 2013-04-07 15:19:58 -07:00
John Benediktsson b334c46f06 hash-sets: use map-into in members. 2013-04-07 13:09:20 -07:00
John Benediktsson 0a49cf7dac biassocs: implement keys/values. 2013-04-07 12:55:29 -07:00
John Benediktsson 059b87bbfa mirrors: implement keys/values. 2013-04-07 12:51:35 -07:00
John Benediktsson 1f81b9d0ce hashtables.wrapped: faster >alist, keys, values. 2013-04-07 12:45:38 -07:00
John Benediktsson 0d566c9a88 assocs: faster keys/values for enums. 2013-04-07 12:44:09 -07:00
John Benediktsson ffac24c5a0 persistent.hashtables: fix missing keys/values, not sure why these aren't assocs. 2013-04-07 09:45:10 -07:00
John Benediktsson 95915d569d hashtables: cleanup duplicate code. 2013-04-06 21:36:39 -07:00
John Benediktsson 0d3c292dc3 hashtables: faster keys and values on hashtables. 2013-04-06 21:20:07 -07:00
John Benediktsson 5c28fc4027 assocs: making keys and values generic. 2013-04-06 21:19:56 -07:00
John Benediktsson 25444ac7d8 Minor fix to make sure strings are produced. 2013-04-06 18:50:26 -07:00
John Benediktsson 9bdde31783 use concat instead of join. 2013-04-06 17:02:22 -07:00
John Benediktsson ee775d51c6 stack-checker.dependencies: use short-circuit better. 2013-04-06 16:44:50 -07:00
John Benediktsson f750dd035a tools.crossref: switch to using identity hash-sets. 2013-04-06 14:53:54 -07:00
John Benediktsson 07a099fa60 math.combinatorics: remove duplicate nths-unsafe. 2013-04-06 14:29:47 -07:00
John Benediktsson 206d42c930 random: use nths-unsafe in sample. 2013-04-06 14:29:47 -07:00
John Benediktsson 775fc57d30 sequences: adding nths-unsafe. 2013-04-06 14:29:47 -07:00
Doug Coleman ec807fdb48 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 049611ad44 hash-sets.sequences: adding sequence hashsets. 2013-04-06 14:14:01 -07:00
John Benediktsson 1c31ceaeba hash-sets.identity: adding identity hashsets. 2013-04-06 14:14:00 -07:00
John Benediktsson 98f165fd96 hash-sets.wrapped: support for "wrapped" hash-sets. 2013-04-06 14:14:00 -07:00
John Benediktsson 3a006226cf hashtables.identity: minor cleanup. 2013-04-06 14:14:00 -07:00
John Benediktsson a5a50be00b hashtables.sequences: minor cleanup. 2013-04-06 14:14:00 -07:00
Doug Coleman 62134b5c8a heaps: Add >min-heap, >max-heap. 2013-04-06 13:50:16 -07:00
John Benediktsson 49b353956c help: make sure error-classes are displayed in error index. 2013-04-06 13:35:37 -07:00