Commit Graph

23874 Commits (e4cc936c55d9946698abd266f673ba8c06b5e19e)

Author SHA1 Message Date
John Benediktsson 5d8ffbc23b bignum: incorporate some fixes from @slavapestov. 2012-08-10 14:28:44 -07:00
Doug Coleman 0405b6cebb README.md: A few more cleanups suggested by @mrjbq7. 2012-08-10 12:14:04 -07:00
Doug Coleman e4a2d86e90 README.md: Don't assume the user has downloaded Factor yet. Instructions on how to clone git and build the latest Factor. 2012-08-10 12:04:45 -07:00
John Benediktsson de891028cb sequences.extras: moved 2each-index to extras for now. 2012-08-09 16:36:35 -07:00
John Benediktsson 23a9e05d61 sequences.repeating: fix repeat bug. 2012-08-09 15:07:45 -07:00
John Benediktsson 408d4a310a sequences.extras: adding even and odd indices virtual sequences. 2012-08-09 12:49:29 -07:00
John Benediktsson 0bc37232cc math.transforms.fft: bit simpler, faster. 2012-08-09 12:34:02 -07:00
John Benediktsson 2c3b852c8c math.transforms.fft: specify algorithm. 2012-08-09 08:56:47 -07:00
John Benediktsson 5e25b3bd6d math.transforms.fft: using 2map-index to simplify. 2012-08-09 08:36:26 -07:00
John Benediktsson ca7500365c sequences.extras: adding 2map-index. 2012-08-09 08:36:17 -07:00
John Benediktsson 876360d4a5 math.transforms.fft: adding cross-correlation. 2012-08-08 21:00:49 -07:00
John Benediktsson 567b0abdb7 sequences.extras: adding 2map!. 2012-08-08 20:55:26 -07:00
John Benediktsson bb3974ec58 sequences.extras: adding 2map-into. 2012-08-08 20:35:09 -07:00
John Benediktsson fc1103ed2f unmaintained: removing old math.transforms.fft. 2012-08-08 20:29:02 -07:00
John Benediktsson b40d68017d math.transforms.fft: simple, fairly slow, fft. 2012-08-08 20:28:14 -07:00
John Benediktsson 608198c670 sequences: adding 2each-index. 2012-08-08 20:08:08 -07:00
John Benediktsson b6c01917ab sequences.extras: adding map-index!. 2012-08-08 20:07:38 -07:00
John Benediktsson caf66c9be5 math.matrices: adding the outer product. 2012-08-08 17:02:39 -07:00
John Benediktsson af1d941938 help.stylesheet: missing one style... 2012-08-07 14:51:04 -07:00
Doug Coleman c44f0ab79d ui.tools.browser: Support resize on + and _. 2012-08-07 14:46:09 -07:00
John Benediktsson ea3dcde502 ui.tools.browser: adding +/- font size commands. 2012-08-07 12:28:45 -07:00
John Benediktsson 0a5cf45f6d help.stylesheet: provide a mechanism to adjust the help fonts. 2012-08-07 08:36:16 -07:00
John Benediktsson 2faea20f49 echo-server: change to binary echo. 2012-08-06 15:51:52 -07:00
John Benediktsson 94f8a71180 echo-server: switch to utf8. 2012-08-06 15:22:18 -07:00
John Benediktsson 54d9cb30e1 splitting: making split inline. 2012-08-06 15:08:16 -07:00
John Benediktsson c96fc74411 sorting.extras: adding 'argsort'. 2012-08-06 10:59:40 -07:00
John Benediktsson 394bce143f sequences.extras: adding "none?" and "one?". 2012-08-06 08:52:45 -07:00
John Benediktsson 6ecf82a2ef lint: disabling tuck test. 2012-08-06 07:57:35 -07:00
otoburb 351dcc209a extra/lint: Removed dup -rot -> tuck entry from manual-substitution table
tuck is deprecated. load-all shows a warning in the UI Listener as per #347
2012-08-05 20:32:58 -07:00
John Benediktsson 373f30d673 random.data: make constants available to random.data. 2012-08-04 19:17:56 -07:00
John Benediktsson ac8dfc7128 vm: make sure we zero out the end of the bignums. 2012-08-04 18:02:27 -07:00
John Benediktsson c5345f445d rosetta-code.image-noise: fix vocab name. 2012-08-04 17:34:59 -07:00
Jon Harper 456f5c4d7a rosetta-code.y-combinator: add ackerman functions to demonstrate several inputs 2012-08-04 17:32:33 -07:00
Jon Harper 5875d0352d cleanup: with fry, _ call is @ 2012-08-04 17:32:33 -07:00
Jon Harper 92323374ee rosetta-code.y-combinator use inline instead of call( x -- x ) 2012-08-04 17:32:33 -07:00
Jon Harper cae8573c1d rosetta-code.y-combinator, fix IN: 2012-08-04 17:32:33 -07:00
Jon Harper d0d0d785a7 noise-ui, higher fps (x3) 2012-08-04 17:32:33 -07:00
Jon Harper 8abfb71ef2 1string string>number -> digit> 2012-08-04 17:32:33 -07:00
Jon Harper 195330601b random-string: make letters and numbers equiprobable 2012-08-04 17:32:33 -07:00
John Benediktsson e33e9b4380 benchmark.find-pi: adding the bignum ratio find-pi benchmark. 2012-08-04 10:06:40 -07:00
John Benediktsson e941e3c6d3 vm: a bit faster not to trim on each iteration... 2012-08-04 09:13:05 -07:00
John Benediktsson 2d1ad0cd03 vm: additional fix in bignum_gcd. 2012-08-03 21:50:48 -07:00
John Benediktsson 3bb4e4d7c7 rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
John Benediktsson 95f5c51020 echo-server: adding a simple echo server. 2012-08-03 15:17:14 -07:00
Doug Coleman 04a7bd1236 classes.tuple: Fix unit test. 2012-08-03 15:11:30 -07:00
Doug Coleman ad5b253f66 noise-ui: move to rosetta.image-noise 2012-08-03 15:02:32 -07:00
Doug Coleman d15a2357d1 core: Throw an error when assigning a bignum to a fixnum tuple slot if the bignum doesn't fit. Fixes #594. 2012-08-03 14:59:59 -07:00
Doug Coleman 0ab0d3997b mason.common: Don't put a limit on prettyprinter output. Fixes #607. 2012-08-03 14:18:59 -07:00
Doug Coleman 3db0db801e noise-ui: Add a MAIN: 2012-08-03 12:29:35 -07:00
John Benediktsson 937cf547d9 vm: some fixes to fast bignum gcd. 2012-08-03 12:13:46 -07:00