Commit Graph

11034 Commits (2a8af325347d5e90ce874f706f5746cd0ddaac9b)

Author SHA1 Message Date
Doug Coleman 2a8af32534 tools.deploy: Cheater mode, add 20kb to tools.deploy.test.20 unit test. 2013-04-19 17:19:28 -07:00
John Benediktsson 9f2993e67d binary-search: faster by specializing on array and vectors. 2013-04-19 11:35:14 -07:00
Doug Coleman b95a219846 io.files.info: Longer names for file-info predicates. 2013-04-18 10:08:42 -07:00
John Benediktsson 285eba7f27 math.combinatorics: fix map>assoc-combinations (shouldn't have been locals). 2013-04-18 09:04:47 -07:00
Doug Coleman c571a4aa73 io.files.info: Add file? and symlink? words. 2013-04-18 07:35:47 -07:00
John Benediktsson 446dae41fc math.combinatorics: minor fix to reduce-combinations stack effect. 2013-04-18 07:17:36 -07:00
John Benediktsson 1b3b4e742c math.combinatorics: cleanup stack effects to be more descriptive. 2013-04-18 07:15:47 -07:00
John Benediktsson d13e9d71fc math.combinatorics: much faster permutations, cleanup combinations code. 2013-04-18 07:04:17 -07:00
John Benediktsson 9d1cba90e9 math.combinatorics: big speedup to combinations. 2013-04-17 20:57:48 -07:00
John Benediktsson 001eb54806 db.tester: put cpu in sqlite-test-db name. 2013-04-17 16:14:09 -07:00
Doug Coleman 603ac8bf76 functors: Learn to use git. 2013-04-14 14:32:04 -07:00
Doug Coleman 7351568512 functors: Add a modern functors file that doesn't have the FUNCTOR-SYNTAX: words. 2013-04-13 17:36:29 -07:00
Doug Coleman aeff63481f xml-rpc: Delete dead code. 2013-04-13 16:19:03 -07:00
Doug Coleman 2793aa1a65 io.directories.search: Show directory entries instead of throwing them away. 2013-04-13 16:18:54 -07:00
John Benediktsson 221834dcdc literals: change ${ } to be the executable code arrays. 2013-04-12 11:18:58 -07:00
John Benediktsson 53640bc6a9 html.streams: allow non-equal padding values. 2013-04-11 14:47:57 -07:00
John Benediktsson 050d34465b html.streams: this was actually simpler. 2013-04-11 14:35:43 -07:00
John Benediktsson 7dbfeb404b html.streams: cleanup borders on html tables. 2013-04-11 12:20:41 -07:00
John Benediktsson 5db9f8ce66 prettyprint: rename so it doesn't look so much like print-error. 2013-04-10 19:18:15 -07:00
John Benediktsson f5ae265a00 prettyprint: cleanup duplicate code. 2013-04-10 18:50:11 -07:00
John Benediktsson 36a10747f3 ui.tools.traceback: fix pprint error in walker issue. 2013-04-10 18:30:11 -07:00
Doug Coleman 38ea9434f3 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 c7e7b618b4 checksum.bsd: adding BSD checksum algorithm. 2013-04-10 09:24:45 -07:00
John Benediktsson e1cac84203 checksums.fnv1: make fnv1's instance checksum. 2013-04-10 09:24:27 -07:00
John Benediktsson 5f6d5722f9 checksums.adler-32: make adler-32 instance checksum. 2013-04-10 09:24:14 -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
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
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 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 ffac24c5a0 persistent.hashtables: fix missing keys/values, not sure why these aren't assocs. 2013-04-07 09:45:10 -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
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