John Benediktsson
a8979ad9bc
combinators.extras: adding plox by request.
2013-05-14 13:44:14 -07:00
John Benediktsson
8805da92e0
combinators.extras: adding keepd.
2013-05-14 09:40:40 -07:00
John Benediktsson
38833fcafe
rosetta-code.pascals-triangle: adding a coefficients method.
2013-05-07 21:06:40 -07:00
John Benediktsson
66b2b3c044
math.combinators: fix help-lint warnings I introduced...
2013-05-07 08:18:20 -07:00
John Benediktsson
05f6304087
io.streams.random: fix USE: again.
2013-05-07 06:18:50 -07:00
John Benediktsson
2ba006cd71
sequences.extras: adding remove-last.
2013-05-07 06:15:33 -07:00
John Benediktsson
1216ae5cb1
io.streams.random: fix USE:.
2013-05-06 16:17:39 -07:00
John Benediktsson
bca3ddfae8
math.extras: change moving-median to use <clumps>.
2013-05-06 10:41:21 -07:00
John Benediktsson
62d79dd125
math.combinators: adding unless-positive and unless-negative.
2013-05-06 08:45:29 -07:00
John Benediktsson
bd8cc0a5f1
Revert "math.extras: change to <clumps> to match other moving- words."
...
This reverts commit 4c3d15e01a89a3383e77192ebcf969c2a17e7aa8.
2013-05-06 08:38:07 -07:00
John Benediktsson
92e8bdaf1a
io.streams.random: slightly faster.
2013-05-06 08:35:03 -07:00
John Benediktsson
a3cf0d70ba
math.combinators: fix help-lint errors.
2013-05-06 08:34:32 -07:00
lorynj
5ccfb83a4d
when-negative / when-positive
...
Convenience combinators to encapsulate testing numbers for being negative or positive, followed by call to a true quotation.
Signed-off-by: lorynj <lorynj@gmail.com>
2013-05-06 08:16:36 -07:00
John Benediktsson
0dc6240d4d
math.extras: change to <clumps> to match other moving- words.
2013-05-02 16:50:30 -07:00
John Benediktsson
1a762e5ac5
sets.extras: adding non-repeating.
2013-05-02 16:37:31 -07:00
Doug Coleman
c35586e347
zoneinfo: Add a basic test.
2013-05-02 09:15:40 -07:00
John Benediktsson
fb441ca6dc
sequences.extras: adding remove-first.
2013-05-02 08:23:25 -07:00
John Benediktsson
05ea081cd0
math.extras: adding monotonic-count and max-monotonic-count.
2013-05-01 21:56:34 -07:00
John Benediktsson
2e94cb312a
math.finance: adding performance.
2013-05-01 21:24:09 -07:00
John Benediktsson
842a69c099
math.extras: add fill-nans.
2013-05-01 21:22:27 -07:00
John Benediktsson
1bf876fc06
combinators.extras: adding 3bi* and 3bi@.
2013-05-01 18:35:02 -07:00
John Benediktsson
23cb4c2f48
sequences.extras: fix test for arg-where.
2013-05-01 17:19:02 -07:00
John Benediktsson
e820dfa386
sequences.extras: faster arg-max, arg-min, arg-where, cleanup.
2013-05-01 14:31:14 -07:00
John Benediktsson
bcce56f46b
sequences.extras: cleanup, make reverse-as faster.
2013-05-01 14:09:34 -07:00
John Benediktsson
9243d39ef5
sequences.extras: adding cut-slice*.
2013-05-01 14:03:58 -07:00
John Benediktsson
9cb7c1e42d
infix: update docs for recent changes.
2013-05-01 11:57:20 -07:00
John Benediktsson
2aa49d6434
rosetta-code.josephus-problem: change to use josephus-2 if k=2.
2013-05-01 11:25:40 -07:00
John Benediktsson
55a9df63f7
rosetta-code.josephus-problem: adding solution for josephus problem.
2013-05-01 11:16:41 -07:00
John Benediktsson
63050f68e2
colors.ryb: adding RYB colors.
2013-04-26 18:52:01 -07:00
John Benediktsson
7e77723104
colors: fix minor TYpo in docs.
2013-04-26 18:51:06 -07:00
John Benediktsson
4712eff3c5
math.text: make it only work with integers.
2013-04-26 16:08:11 -07:00
John Benediktsson
e69f007eef
terminfo: separate string-offset word.
2013-04-26 11:36:25 -07:00
Jon Harper
a6ab66d290
terminfo: interpret shorts as signed integer and test if negative
2013-04-26 11:24:40 -07:00
Jon Harper
a902428f62
terminfo: 1 head* is but-last
2013-04-26 11:24:40 -07:00
John Benediktsson
bb9abd6926
google.translate: adding translate-tts.
2013-04-26 10:42:50 -07:00
John Benediktsson
8d209ace8a
terminfo: probably fix a bug where 0xfeff should be ignored also?
2013-04-26 08:55:57 -07:00
John Benediktsson
de21951d79
terminfo: cleanup a little, separate the align-even-bytes.
2013-04-26 08:55:39 -07:00
John Benediktsson
4fd874bbdc
terminfo: cleaner, use %c on linux.
2013-04-26 07:10:40 -07:00
John Benediktsson
1d93236129
terminfo: hex only on macosx.
2013-04-26 07:09:15 -07:00
John Benediktsson
14ccb55b72
terminfo: parse all the capabilities.
2013-04-26 07:02:46 -07:00
John Benediktsson
ca3b7b9d6e
terminfo: simplify a bit.
2013-04-25 21:29:05 -07:00
John Benediktsson
7d27d64f36
sequences.extras: cleanup reduce's a little.
2013-04-25 20:48:04 -07:00
John Benediktsson
17415b3525
sequences.extras: adding subseq-as.
2013-04-25 20:38:07 -07:00
John Benediktsson
0ea8ed84b5
terminfo: parser for terminfo database files.
2013-04-25 20:00:54 -07:00
John Benediktsson
00eeb07680
math.matrices.laplace: adding Laplace expansion.
2013-04-25 15:04:16 -07:00
John Benediktsson
339be3f517
random.rdrand: adding RDRAND random generator.
2013-04-25 14:39:38 -07:00
John Benediktsson
c3f6ee412c
random.c: adding summary.
2013-04-25 14:39:24 -07:00
John Benediktsson
2526d3c982
Fix some copyrights, sorry "Your name".
2013-04-25 13:26:36 -07:00
John Benediktsson
4afec99e97
html.parser.analyzer: fix help-lint errors.
2013-04-24 13:39:36 -07:00
bjourne@gmail.com
dd32064691
Docs moved to own file and ? instead of if.
2013-04-24 13:35:04 -07:00