Commit Graph

5790 Commits (9be9538230014e62f71fe671f043a25c0aaf5586)

Author SHA1 Message Date
Aaron Schaefer 9be9538230 Update Project Euler using line 2008-11-10 12:38:01 -05:00
Aaron Schaefer b04bc4d866 Solution to Project Euler problem 71 2008-11-10 00:58:43 -05:00
Aaron Schaefer 61db7d846b Switch zero? to 0 = where appropriate in PE solutions 2008-11-09 22:10:42 -05:00
Aaron Schaefer e813e1df18 Add unit tests for math.derivatives 2008-11-09 21:42:59 -05:00
Aaron Schaefer 930458ebd7 Move fft/haar transforms to their own subdirectory 2008-11-09 21:42:01 -05:00
Aaron Schaefer 46692390d4 Cleanup math.compare docs and tests 2008-11-09 21:00:36 -05:00
Aaron Schaefer 9a3c10d212 Add documentation for math.analysis 2008-11-09 19:22:04 -05:00
Aaron Schaefer 531a9e32da Merge branch 'master' of git://factorcode.org/git/factor 2008-11-09 18:01:11 -05:00
Aaron Schaefer e5c155338f Fix short-circuit usage in number>text 2008-11-09 17:23:24 -05:00
Aaron Schaefer f20ab6f4e8 Refactor of math.statistics 2008-11-09 17:16:30 -05:00
Doug Coleman 70d7c0ca20 make hexdump work with byte-arrays 2008-11-09 13:01:03 -06:00
Doug Coleman ce089a0879 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-09 10:48:52 -06:00
Slava Pestov 313cdf4af0 Fix release.tidy bug 2008-11-08 18:29:05 -06:00
Aaron Schaefer 326ce8c71b Update >r r> to dip in math.quaternions 2008-11-08 16:47:58 -05:00
Aaron Schaefer 774cb858d5 Small updates to math.primes 2008-11-08 16:34:39 -05:00
Aaron Schaefer 798139f2e7 Minor polynomials cleanup, could use refactoring 2008-11-08 16:03:52 -05:00
Aaron Schaefer 23ec6ef122 Minor stack shuffling changes 2008-11-08 15:30:28 -05:00
Doug Coleman e030baa3a7 Merge branch 'master' of git://factorcode.org/git/factor 2008-11-07 23:43:35 -06:00
Slava Pestov 1280ed63fe Fix mason tests 2008-11-07 22:40:21 -06:00
Doug Coleman 6182a161db support reading 8bit bitmaps, 4bit is blocking on bit-streams 2008-11-07 22:03:27 -06:00
Slava Pestov 1b744ab14b Updating code for boot image renaming 2008-11-07 21:09:42 -06:00
Aaron Schaefer 380cd2d3b0 Clean up of math.finance 2008-11-07 01:36:02 -05:00
Aaron Schaefer 2fafae5013 Refactor and clean up of math.fft 2008-11-07 01:35:17 -05:00
Aaron Schaefer 2bd1723cc1 Rerun ave-time of PE after constant space change 2008-11-07 01:25:18 -05:00
Aaron Schaefer 67ce49dc59 Update syntax for extra/math vocabs 2008-11-07 01:24:32 -05:00
Aaron Schaefer 8ec695332a Add reverse haar wavelet transform and tests 2008-11-06 23:21:19 -05:00
Doug Coleman 73f6691f75 print out clickable pathnames in project euler 2008-11-06 15:48:08 -06:00
Slava Pestov 5a50046791 Change to definition of >boolean broke unit test, so define an inverse for >boolean and not explicitly 2008-11-06 13:20:27 -06:00
Slava Pestov 55902df529 Fix indentation 2008-11-06 13:13:47 -06:00
Slava Pestov 666100a07b Tweak euler043 to run in constant space, add new each-permutation and reduce-permutations combinators to math.combinatorics 2008-11-06 11:07:19 -06:00
Slava Pestov 765d36d082 Fix markup problem detected by help-lint 2008-11-06 06:12:39 -06:00
Slava Pestov 4c226c7813 Merge branch 'master' of git://projects.elasticdog.com/git/factor 2008-11-06 02:00:08 -06:00
Slava Pestov e721f124a4 Merge branch 'master' of git://factorcode.org/git/jamesnvc 2008-11-06 01:56:46 -06:00
Slava Pestov ce91c9dcba Update deployment descriptors for deploy-random? removal 2008-11-06 01:40:54 -06:00
Slava Pestov 5def7c5dea Don't load random number generator on bootstrap 2008-11-06 01:30:59 -06:00
Aaron Schaefer 4d1d9b2087 Fix short circuit usage in Project Euler solutions 2008-11-06 01:41:24 -05:00
Aaron Schaefer 636c344eb0 Cleanup of math.analysis 2008-11-06 01:20:08 -05:00
James Cash 6035bb3130 Tests of around-advice 2008-11-06 00:44:25 -05:00
James Cash 894d9a67c9 Naive around-advice working 2008-11-06 00:44:11 -05:00
James Cash d530ec6bd5 More work on around-advice 2008-11-06 00:20:52 -05:00
James Cash d2224ec935 Adding documentation for advice 2008-11-06 00:20:52 -05:00
James Cash 718b29798a Adding missing semicolon to lisp-docs.factor 2008-11-06 00:20:52 -05:00
James Cash 0f9ccaa352 Working on implementation of 'around' advice 2008-11-06 00:20:52 -05:00
James Cash 585afbf24e Adding tests for advice 2008-11-06 00:20:52 -05:00
James Cash 2904f35f12 Adding summary for extra/advice 2008-11-06 00:20:52 -05:00
James Cash f8da0cd23f Starting work on advice vocab 2008-11-06 00:20:52 -05:00
James Cash f5db48e3b7 Fixing typo in lisp-docs 2008-11-06 00:20:51 -05:00
James Cash 560399a2b6 Adding some more documentation to extra/lisp 2008-11-06 00:20:51 -05:00
James Cash b250a62f87 Fixing spacing 2008-11-06 00:20:51 -05:00
James Cash 0e18200b16 Fixing defun, adding test for it 2008-11-06 00:20:51 -05:00