Commit Graph

11022 Commits (2f158d1691a56f2509362311d21fed9347bee348)

Author SHA1 Message Date
Doug Coleman 2f158d1691 xml-rpc: Delete dead code. 2013-04-13 16:19:03 -07:00
Doug Coleman 7a35d85f30 io.directories.search: Show directory entries instead of throwing them away. 2013-04-13 16:18:54 -07:00
John Benediktsson e501f61141 literals: change ${ } to be the executable code arrays. 2013-04-12 11:18:58 -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 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 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
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
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
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 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 2fc1ade4c9 persistent.hashtables: fix missing keys/values, not sure why these aren't assocs. 2013-04-07 09:45:10 -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
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
Doug Coleman 4d9adeac7e help.tutorial: Use scaffold-work in palindrome tutorial. 2013-04-04 15:06:33 -07:00