factor/extra/rosetta-code
Alexander Iljin 7e4c854714 rosetta-code.multisplit: reduce memory usage
Avoid creating a filtered sequence when all we need is its first element.
2020-04-02 01:50:01 +00:00
..
100-doors rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
ackermann rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
active-object rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
align-columns Use bl in more places. 2013-03-14 19:24:00 -07:00
amb rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
anagrams-deranged extra: use ?download-to in a few more places. 2014-06-09 09:18:58 -07:00
animate-pendulum use MAIN-WINDOW: in a few places. 2016-04-21 17:00:06 -07:00
animation use MAIN-WINDOW: in a few places. 2016-04-21 17:00:06 -07:00
arithmetic-evaluation peg.ebnf: Clean up EBNF: syntax. 2017-08-05 22:23:57 -05:00
balanced-brackets rosetta-code.balanced-brackets: adding some tests. 2014-12-08 17:41:31 -08:00
bitmap math.matrices: rewrite, modernize and overhaul 2019-12-08 08:08:54 -08:00
bitmap-bezier rosetta-code.bitmap-bezier: use assocs. 2018-01-19 14:24:18 -08:00
bitmap-line core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
bulls-and-cows core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
catalan-numbers rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
conjugate-transpose math.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm. 2020-02-26 12:51:04 -08:00
continued-fraction factor: Trim whitespace after ! comments and a few USING: lines that got skipped before. 2015-07-18 20:14:22 -07:00
count-the-coins rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
dice7 rosetta-code.dice7: adding some docs for the problem being solved. 2015-04-16 18:34:59 -07:00
equilibrium-index rosetta-code.equilibrium-index: simplify. 2017-02-09 16:04:20 -08:00
fizzbuzz rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
gnome-sort rosetta-code.gnome-sort: add some tests 2017-03-18 16:44:14 -07:00
gray-code core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
hailstone-sequence core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
hamming rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
hamming-lazy lists: first pass at some cleanup. 2016-04-17 13:08:32 -07:00
happy-numbers rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
haversine-formula extra: Finish renaming a couple words 2020-02-27 01:04:52 +00:00
hofstadter-ffs rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
hofstadter-q rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
image-noise rosetta-code.image-noise, use status bar for FPS 2016-06-04 07:23:43 -07:00
inverted-index rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
josephus-problem rosetta-code.josephus-problem: change to use josephus-2 if k=2. 2013-05-01 11:25:40 -07:00
knapsack core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
knapsack-unbounded math.vectors: rename "v." to "vdot" 2020-02-26 12:40:16 -08:00
long-multiplication core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
look-and-say rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
luhn-test core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
menu rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
metronome factor: Make source files/resources 644 instead of 755. 2018-07-13 20:36:50 -05:00
multiplication-tables rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
multisplit rosetta-code.multisplit: reduce memory usage 2020-04-02 01:50:01 +00:00
n-queens core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
number-reversal rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
odd-word unicode: make this the API for all unicode things. 2016-03-30 23:29:48 -07:00
one-d-cellular core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota-tuple ... ; 2017-06-02 11:57:05 -05:00
opengl use MAIN-WINDOW: in a few places. 2016-04-21 17:00:06 -07:00
ordered-words unicode: make this the API for all unicode things. 2016-03-30 23:29:48 -07:00
pascals-triangle rosetta-code.pascals-triangle: adding a coefficients method. 2013-05-07 21:06:40 -07:00
probabilistic-choice using [ ] [ ... ] ?if instead of [ nip ] [ ... ] if*. 2016-07-11 19:50:37 -07:00
pythagorean-triples math.matrices: rename m./m.v/v.m to mdot/mdotv/vdotm. 2020-02-26 12:51:04 -08:00
raycasting core: Add the shuffler words but without primitives. 2018-06-19 22:52:58 -05:00
sierpinski-triangle rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
standard-deviation rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
ternary-logic rosetta-code.ternary-logic: add a missing type cast to t= 2018-08-21 10:44:23 -07:00
text-processing/max-licenses Revert "sequences: swap stack arguments for start/start*/subseq?." 2017-01-21 07:20:14 -08:00
top-rank assocs: moving collect-by from math.statistics. 2016-12-28 12:56:19 -08:00
towers-of-hanoi rosetta-code: adding implementations of rosettacode.org solutions. 2012-08-03 15:17:50 -07:00
tree-traversal core, basis, extra: Remove DOS line endings from files. 2015-06-29 17:25:40 -07:00
web-scraping factor: Rename start -> subseq-start, start* -> subseq-start-from. 2017-06-01 14:45:54 -05:00
y-combinator factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test 2015-07-03 09:39:59 -07:00
tags.txt basic/, extra/: even more tags 2017-07-07 01:45:13 +02:00