Commit Graph

7069 Commits (a761d570198db662a0f0705a920d44d9c79dc8ba)

Author SHA1 Message Date
Doug Coleman a761d57019 improve sequence-parser 2009-04-09 21:03:18 -05:00
Doug Coleman d44c08bf68 write synchsafe numbers to sequences 2009-04-09 18:23:05 -05:00
Doug Coleman 47369e927c add a combinator to spider 2009-04-09 15:29:38 -05:00
Doug Coleman 6583b4d38e rename html.parser.state to sequence-parser 2009-04-09 15:28:48 -05:00
Doug Coleman cdc3d1b643 more id3 refactoring, support TAG+ 2009-04-09 15:03:34 -05:00
Slava Pestov 30191f87e5 descriptive: add make-descriptive word to enable this functionality to be used as an annotation; improve docs 2009-04-08 05:13:06 -05:00
Slava Pestov d3b5236367 Fix poker tests 2009-04-08 05:04:58 -05:00
Aaron Schaefer ee9f509e82 Solutions to Project Euler problem 69 2009-04-08 02:41:02 -04:00
Aaron Schaefer 0c33ba55c8 Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (36 commits)
  Fix typo
  Fix alien.fortran for NetBSD x86.64
  fix unit test in robots
  http.client: fix 307 redirect behavior (reported by Chris Double)
  Treat a limit of f as unlimited instead of throwing an error
  Static responder now works when the root is a file rather than a directory
  Fix site-watcher tests
  Fix bootstrap
  furnace.actions: load chloe tags
  furnace.redirection: load urls.secure
  db.errors.sqlite: don't give up on bad inputs
  Makefile: clean target should delete libfactor.dylib too
  Working on site-watcher
  unbreak regexp
  refactor spider
  clean up a combinator in id3 parser
  Minor doc updates
  Use [ ] [ ] map-reduce instead of unclip [ ] reduce
  Factor out site-watcher.email, start work on site-watcher.spider
  construct a glob-matching quote for robots.txt files
  ...
2009-04-07 21:38:13 -04:00
Aaron Schaefer e78476a51e Solution to Project Euler problem 63 2009-04-07 21:36:38 -04:00
Aaron Schaefer c101d389e3 Add documentation for poker vocab 2009-04-07 18:34:20 -04:00
Aaron Schaefer 7a9c0ce069 Solution to Project Euler problem 58 2009-04-07 16:55:00 -04:00
Doug Coleman 65802b6aaa fix unit test in robots 2009-04-07 10:08:01 -05:00
Slava Pestov 5b5acf165c Fix site-watcher tests 2009-04-07 03:04:25 -05:00
Slava Pestov 9f08e3a6bf Working on site-watcher 2009-04-06 21:59:27 -05:00
Doug Coleman a380ae2239 refactor spider 2009-04-06 18:47:46 -05:00
Doug Coleman c91712bea0 clean up a combinator in id3 parser 2009-04-06 18:10:49 -05:00
Slava Pestov 2ef6043566 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-06 17:49:42 -05:00
Slava Pestov e9b9907ef9 Factor out site-watcher.email, start work on site-watcher.spider 2009-04-06 17:49:34 -05:00
Doug Coleman b6064813c9 construct a glob-matching quote for robots.txt files 2009-04-06 17:39:44 -05:00
Slava Pestov 3af8643c30 More tags 2009-04-06 03:03:58 -05:00
Slava Pestov 99b8400e56 Documentation updates 2009-04-06 03:00:46 -05:00
Aaron Schaefer 1546f4230b Merge branch 'master' of git://factorcode.org/git/factor
* 'master' of git://factorcode.org/git/factor: (73 commits)
  Fix  ui.gadgets.scrollers unit tests
  Browser tool now saves scroll bar position in history
  Rename scroll word to set-scroll-position and make it public
  Rename scroll word to set-scroll-position and make it public
  Move models.history to extra
  Clear button in search field is now positioned correctly
  Fix prettyprint of CONSTANT: and ALIAS:
  Fix prettyprinting of URLs
  Fix alien unit tests
  Fixes for recent changes
  Fix mailbox-get-all, and make mailbox timeouts throw a wait-timeout error instead of a string
  Oops dead code
  Fixing this for Windows
  mason.test: check if boot image is out of date, and refuse to build if so
  Fix documentation for map-index
  Fix alien hashcode for expired aliens
  opengl.textures: pad image up to a power of 2 using glTexSubImage2D instead of doing it in Factor code
  Don't call glFlush, it's useless
  Simplify do-matrix
  Add hashcode method for simple-alien; improves performance of malloc and free
  ...
2009-04-06 00:52:15 -04:00
Aaron Schaefer 8201139dc7 One more poker unit test dealing with equality 2009-04-06 00:30:21 -04:00
Slava Pestov 687e9f90fe Move models.history to extra 2009-04-05 23:16:48 -05:00
Aaron Schaefer cbc63b4969 Add more unit test coverage for poker vocab 2009-04-05 23:28:13 -04:00
Aaron Schaefer fda3f6d3f0 Add perfect hash optimization for poker vocab 2009-04-05 21:16:57 -04:00
Aaron Schaefer 4a229e5205 Slight cleanup of PE problem 54 solution 2009-04-05 21:16:20 -04:00
Slava Pestov b0b77cf744 Fixes for recent changes 2009-04-05 17:32:53 -05:00
Slava Pestov 2b042d7cb7 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2009-04-05 17:20:47 -05:00
Aaron Schaefer 8fdc852038 Solution to Project Euler problem 54 2009-04-05 15:37:03 -04:00
Aaron Schaefer 469c3c05ec Speed up map product in poker vocab 2009-04-05 15:32:36 -04:00
Aaron Schaefer aa7e03d013 Add poker hand evaluation vocab 2009-04-05 00:04:31 -04:00
Slava Pestov f44c67e5c3 mason.test: check if boot image is out of date, and refuse to build if so 2009-04-04 20:34:09 -05:00
Doug Coleman 284511a2e7 fix load erro 2009-04-04 15:47:17 -05:00
Doug Coleman 26dccb5b16 human-sort is now { human<=> } sort-by 2009-04-04 15:46:18 -05:00
Doug Coleman e929c397d1 refactoring spider 2009-04-04 11:57:23 -05:00
Doug Coleman dd4766798c Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 21:18:43 -05:00
Slava Pestov 95f304bee0 Check in spider.report 2009-04-03 21:16:27 -05:00
Doug Coleman 1ee52e2090 refactoring spider 2009-04-03 21:16:08 -05:00
Doug Coleman 8875c2ba26 return links as URL objects in html vocab 2009-04-03 21:15:52 -05:00
Doug Coleman 4c7b2f9337 fix deriving urls in spider 2009-04-03 20:05:19 -05:00
Doug Coleman ed6da6b18c Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 17:40:14 -05:00
Slava Pestov 775ca0a956 mason: run factor.com on windows 2009-04-03 16:30:59 -05:00
Slava Pestov c780457ddb Fix up ui.offscreen 2009-04-03 12:54:34 -05:00
Doug Coleman a42b872a23 fix bug in take-sequence 2009-04-03 12:40:45 -05:00
Slava Pestov 92cc670c28 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 10:25:56 -05:00
Slava Pestov f7ba7b4bfa Fix deploy descriptor for color picker 2009-04-03 10:20:42 -05:00
U-SLAVA-DFB8FF805\Slava 038509f652 Merge branch 'master' of git://factorcode.org/git/factor 2009-04-03 09:22:47 -05:00
U-SLAVA-DFB8FF805\Slava 745a435475 Merge branch 'master' into uniscribe 2009-04-02 13:19:30 -05:00