Commit Graph

25092 Commits (e820dfa386f4068458580ea36c9357d01262dcf2)

Author SHA1 Message Date
John Benediktsson e501f61141 literals: change ${ } to be the executable code arrays. 2013-04-12 11:18:58 -07:00
Doug Coleman ffa742c7f8 arrays.shaped: Deal with 0s in shape.
Fix prettyprinting, introduce sa{ } syntax.
Add broadcastable? check for binary operations.
Add shape of output array for broadcasts.
Check for negative integers in shape.
2013-04-11 16:22:01 -07:00
John Benediktsson ab4e380c04 html.streams: allow non-equal padding values. 2013-04-11 14:47:57 -07:00
John Benediktsson 6b94cf2e7f html.streams: this was actually simpler. 2013-04-11 14:35:43 -07:00
John Benediktsson 44657db94e html.streams: cleanup borders on html tables. 2013-04-11 12:20:41 -07:00
John Benediktsson 34e04aa8bc math.combinatorics.bits: new vocab for permutation-bits words. 2013-04-11 10:32:36 -07:00
John Benediktsson 5d8864cb9a math.extras: remove permutation-bits words. 2013-04-11 10:30:55 -07:00
John Benediktsson 24b116be1c prettyprint: rename so it doesn't look so much like print-error. 2013-04-10 19:18:15 -07:00
John Benediktsson e42144e9ea prettyprint: cleanup duplicate code. 2013-04-10 18:50:11 -07:00
John Benediktsson d6828d38ff ui.tools.traceback: fix pprint error in walker issue. 2013-04-10 18:30:11 -07:00
Doug Coleman 7dc851b627 editors.textwrangler: Fall back to launching with open -a if you installed from the Mac Store and thus do not have ``edit``, which is the real TextWrangler launch program. 2013-04-10 17:40:59 -07:00
John Benediktsson dd94812561 math.extras: adding more permutation-bits words. 2013-04-10 15:51:58 -07:00
John Benediktsson 83659c228a math.extras: faster next-permutation-bits using /i. 2013-04-10 14:44:21 -07:00
John Benediktsson 336e2bfd58 math.extras: adding bitwise permutation words. 2013-04-10 14:29:23 -07:00
John Benediktsson 86ad529ed7 sequences: fix supremum-by and infimum-by to be row polymorphic. 2013-04-10 11:10:01 -07:00
John Benediktsson 5c225fa09f sequences: moving some words to sequences.extras. 2013-04-10 10:49:29 -07:00
John Benediktsson 7d2ad13830 math.extras: fix bernoulli. 2013-04-10 09:29:21 -07:00
John Benediktsson b29d3a0f4a poker: use map-product from sequences.extras. 2013-04-10 09:25:09 -07:00
John Benediktsson 9f7bdd9327 checksum.bsd: adding BSD checksum algorithm. 2013-04-10 09:24:45 -07:00
John Benediktsson 676ea1381b checksums.fnv1: make fnv1's instance checksum. 2013-04-10 09:24:27 -07:00
John Benediktsson ec51815923 checksums.adler-32: make adler-32 instance checksum. 2013-04-10 09:24:14 -07:00
John Benediktsson 7aba741af1 Factor.app: update copyright. 2013-04-09 20:06:15 -07:00
Doug Coleman e9265035f9 editors.geany.windows: Add Windows support. 2013-04-09 16:51:14 -07:00
John Benediktsson 34403c5272 editors.bbedit: adding "open in BBEdit" support. 2013-04-09 16:49:52 -07:00
John Benediktsson b97c16f811 editors.xcode: adding "open in XCode" support. 2013-04-09 16:49:52 -07:00
Doug Coleman 03015e7075 editors.geany: Add support. 2013-04-09 16:44:46 -07:00
Doug Coleman 5114333d57 editors.scite.windows: Fix using. 2013-04-09 16:26:41 -07:00
Doug Coleman 0e0d9fe07b scite: Add support for Linux scite. 2013-04-09 16:15:47 -07:00
John Benediktsson 4767248369 math.factorials: style. 2013-04-09 13:57:53 -07:00
Doug Coleman 3c6e90da60 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 047d9cad3e math.factorials: cleanup orial-primes. 2013-04-09 12:22:41 -07:00
Doug Coleman 8cf85383f3 editors.sublime.windows: Add support for Windows. 2013-04-09 12:19:07 -07:00
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