Björn Lindqvist
13dc01dbc4
images.*: fix all image>stream words in extra so that they work with the added parameter
2014-03-14 07:32:26 -07:00
Doug Coleman
02976b249d
imap: Better errors when not configured.
2014-03-13 03:24:28 -05:00
Doug Coleman
9710013460
oauth: Fix tests. Twitter API tolerates the extra ``/`` at the end of ``twitter.com``, so leave it in.
2014-03-13 03:23:27 -05:00
John Benediktsson
03b7e67547
fix some help-lint errors.
2014-03-12 20:08:15 -07:00
John Benediktsson
daec237fea
python.syntax: fix tests when run first.
2014-03-12 20:01:11 -07:00
John Benediktsson
ed5bc3b8fa
http.client: few more fixes.
2014-03-12 19:49:58 -07:00
John Benediktsson
712be93989
http.client: remove http-get* and its friends, change http-request* and with-http-request* to not check response codes.
2014-03-12 19:39:15 -07:00
Doug Coleman
7c06afa219
gdbm.ffi: Use alien library finder except on Windows until we can test if it works there.
2014-03-12 20:29:08 +00:00
John Benediktsson
6ed0db20fd
python.syntax: fix py-import.
2014-03-12 07:27:39 -07:00
Doug Coleman
80d574af8c
Leave oauth alone. Leave her alone!!!
...
Revert "Revert "oauth: Generate the oauth signature base string the way twitter does it.""
This reverts commit 288156beb6bd09e4d00de03d0be6d41acbd30419.
2014-03-12 00:58:04 -05:00
John Benediktsson
16d66b8c77
Revert "oauth: Generate the oauth signature base string the way twitter does it."
...
This reverts commit e633caac716d58e7f94bf29b171e096df1c7b395.
2014-03-11 20:47:08 -07:00
John Benediktsson
abf610b2e4
python: fix help-lint warnings.
2014-03-04 11:06:55 -08:00
John Benediktsson
14f43d8cb8
python: rename >factor to py>, rename import to py-import, minor stuff.
2014-03-04 09:39:02 -08:00
Björn Lindqvist
5157d84a6b
python: set PYTHONHOME
2014-03-04 09:23:05 -08:00
Björn Lindqvist
f69061f857
python: fix path to test file
2014-03-04 09:23:05 -08:00
Björn Lindqvist
b4037ae336
python: improved docs, support for kwargs to methods and sets sys.argv
2014-03-04 09:23:05 -08:00
Björn Lindqvist
577edc79c2
python: support for kwarg functions
2014-03-04 09:23:05 -08:00
Björn Lindqvist
ac28527d53
python: vocab split into subvocabs python.errors and python.objects for
...
easier maintenance
2014-03-04 09:23:05 -08:00
Björn Lindqvist
eb612e25b0
python: More documentation, privatization of words in python.syntax
2014-03-04 09:23:05 -08:00
Björn Lindqvist
8bfd12c0f8
python: metadata files and a first stab at documentation
2014-03-04 09:23:04 -08:00
Björn Lindqvist
715d426ad3
python: word for converting python lists to vectors
2014-03-04 09:23:04 -08:00
Björn Lindqvist
8ed7fe02ac
python: setup serialization between vectors and python lists
2014-03-04 09:23:04 -08:00
Björn Lindqvist
d5c0e84fe2
python: setattr wrapping
2014-03-04 09:23:04 -08:00
Björn Lindqvist
981c26596c
python: much improved syntax, $ sigil used to get object values
2014-03-04 09:23:04 -08:00
Björn Lindqvist
a75a5d7458
python: syntax for methods and ditching of the auto-marshalling words, the syntax didn't turn out great
2014-03-04 09:23:04 -08:00
Björn Lindqvist
6a8fe41b90
python: compressed using lines
2014-03-04 09:23:04 -08:00
Björn Lindqvist
0af4fee085
python.syntax: vocab that makes python functions work like factor words
2014-03-04 09:23:04 -08:00
Björn Lindqvist
7b92bad65a
python: the os module is considerably smaller on windows
2014-03-04 09:23:03 -08:00
Björn Lindqvist
c18e968aaa
python: several more builtin functions and refcounting fixes
2014-03-04 09:23:03 -08:00
Björn Lindqvist
65c1500812
python: more correct reference counting, handles ucs2 and ucs4, stdlib module wrappers
2014-03-04 09:23:03 -08:00
Björn Lindqvist
175a469e49
python: ucs2 and ucs4
2014-03-04 09:23:03 -08:00
Björn Lindqvist
bd8d0b5d84
python: function needed to make both ucs2 and ucs4 python builds work
2014-03-04 09:23:03 -08:00
Björn Lindqvist
da1ef0ae95
python: windows compat
2014-03-04 09:23:03 -08:00
Björn Lindqvist
446498c67a
python: a thin ffi to Python, everything mostly works except for the cursed reference counting
2014-03-04 09:23:03 -08:00
John Benediktsson
13a84d1ff1
sequences.extras: adding replicate-into.
2014-02-27 14:31:25 -08:00
John Benediktsson
0fb0eaa1cf
random: simplify using bitwise operations.
2014-02-25 15:59:51 -08:00
Doug Coleman
e259e6830d
color-picker: Show the hex value of the color because it's useful.
2014-02-20 00:13:34 -08:00
John Benediktsson
ad63d24263
ip-parser: allow zeros in IP addresses.
2014-02-18 07:33:54 -08:00
John Benediktsson
6ecb291710
html.parser.analyzer: cleanup, fix find-by-class-id-between.
2014-02-17 15:17:24 -08:00
Björn Lindqvist
3c53214b43
html.parser.analyzer: when matching on classname, check that the tag has the given class
2014-02-15 14:56:56 -08:00
John Benediktsson
e9e4115de1
assocs.extras: adding assoc-sift.
2014-02-13 20:08:12 -08:00
Doug Coleman
5ad200a41a
twitter.prettyprint: Add user-profile.
2014-02-12 20:13:10 -08:00
Doug Coleman
bc7680a914
twitter: Add user-profile and refactor a bit.
2014-02-12 20:13:10 -08:00
Doug Coleman
8437bf5033
oauth: Generate the oauth signature base string the way twitter does it.
2014-02-12 20:13:10 -08:00
Doug Coleman
918cb7bc34
twitter: Add mentions timeline.
2014-02-12 20:13:10 -08:00
John Benediktsson
c9badc9dd9
ip-parser: prefer a cleaner maybe less fast version.
2014-02-09 20:09:39 -08:00
John Benediktsson
c69005a324
ip-parser: faster ntoa and aton.
2014-02-09 15:45:28 -08:00
John Benediktsson
bffeeed589
ip-parser: use byte-array in ipv4-aton to force fixnum math.
2014-02-09 11:07:31 -08:00
John Benediktsson
c2c89152e3
geo-ip: change to use ip-parser for ipv4 lookup.
2014-02-09 11:00:38 -08:00
John Benediktsson
dcf1e6b9f3
ip-parser: adding ntoa and aton words.
2014-02-09 10:58:47 -08:00
John Benediktsson
a718127fd1
random: some cleanup.
2014-02-06 18:17:03 -08:00
Doug Coleman
03f4ad3943
twitter: Add home-timeline and home-timeline.
2014-02-05 20:33:12 -08:00
John Benediktsson
6fd5b9766b
reddit: update tuples.
2014-02-05 13:50:38 -08:00
John Benediktsson
fcf2d2cc40
imap: fix docs for rename-folder.
2014-01-16 18:51:24 -08:00
Björn Lindqvist
92d71a4a3b
imap: privatizing the non-api words
2014-01-16 22:14:27 +01:00
Björn Lindqvist
d20dc5e649
imap: documentation
2014-01-16 22:09:59 +01:00
Björn Lindqvist
34bab82cda
imap: metadata files
2014-01-16 20:22:04 +01:00
Björn Lindqvist
e05c1214bd
imap: vocab for handling imap
2014-01-16 20:20:36 +01:00
Doug Coleman
7c93316fbe
crypto.aes: <sliced-groups> is now just <groups>, add a missing using.
2014-01-11 11:13:39 -08:00
Fred Alger
67a71d0974
Initial commit of lookup-table AES implementation
...
In need of optimization and cleanup. Uses 32-bit integers arithmetic
and seems to run very quickly (100k key expansions + encrypts in 3.88
= 400K/s encryption). Based on p7zip's optimized C implementation.
2014-01-11 11:10:47 -08:00
John Benediktsson
b5eae48068
sequences.extras: remove insert-sorted (can use versions in sorting.extras instead).
2014-01-08 11:50:35 -08:00
John Benediktsson
db4e21cab2
sorting.extras: adding in-place insorts.
2014-01-08 11:49:43 -08:00
John Benediktsson
54cca48aca
use swapd in a few places.
2014-01-05 20:30:38 -08:00
John Benediktsson
325d1bac2a
sequences.extras: use either?.
2014-01-05 20:28:34 -08:00
John Benediktsson
d23cb84ad4
grouping.extras: fix stack effect names for (group-by).
2013-12-19 09:07:46 -08:00
John Benediktsson
186f1e11d9
grouping.extras: group-by is faster with vectors.
2013-12-18 09:30:25 -08:00
Björn Lindqvist
066866c539
grouping.extras: new word group-by, like sql GROUP BY but is order-preserving
2013-12-14 21:11:39 +01:00
John Benediktsson
4f34e4dfbc
splitting.extras: need to hint split-harvest.
2013-12-12 19:32:58 -08:00
John Benediktsson
71ad43c0ab
uu: protect from invalid input.
2013-12-10 18:08:55 -08:00
John Benediktsson
c68db22281
spider: reuse url ref inside fill-spidered-result.
2013-12-08 09:15:42 -08:00
Doug Coleman
b4037edf48
spider: Don't try to parse non-html as html.
2013-12-07 11:43:32 -08:00
Doug Coleman
7fb1fc97ec
html.parser.analyzer: Add javascript links. Clean up some code.
2013-12-07 11:43:32 -08:00
Björn Lindqvist
4f2cdd070c
pcre: pcre_config returns a long for some parameters and int otherwise
2013-12-02 17:07:18 -08:00
Björn Lindqvist
7986d9edc9
pcre: pcre-fullinfo throws on error
2013-12-02 17:07:17 -08:00
Björn Lindqvist
175b00797c
pcre: pcre-config throws bad-option on error
2013-12-02 17:07:17 -08:00
Björn Lindqvist
390838d21e
pcre.ffi: using find-library to locate shared lib
2013-12-02 17:07:17 -08:00
John Benediktsson
657144019b
msgpack: fix help-lint errors.
2013-11-27 17:36:38 -08:00
John Benediktsson
0c380fe863
pcre: fix help-lint errors.
2013-11-27 17:34:28 -08:00
John Benediktsson
0a3d24d1bb
graphviz.render.windows: adding platforms.txt.
2013-11-27 17:31:25 -08:00
Doug Coleman
d4ff5a42e6
Merge avondrak's graphviz branch.
2013-11-27 21:39:14 +00:00
John Benediktsson
2922b1a943
tzinfo: simplify magic check.
2013-11-26 14:33:49 -08:00
John Benediktsson
3eced27aee
math.text.english: accidentally i's and j's.
2013-11-26 10:20:56 -08:00
John Benediktsson
c1bb600335
math.text.english: support ratio, float, complex.
2013-11-26 10:19:15 -08:00
John Benediktsson
2370ed3918
grouping.extras: adding group-as and clump-as.
2013-11-26 08:22:58 -08:00
John Benediktsson
47e6b2e8fe
bson: some cleanup.
2013-11-25 17:40:15 -08:00
John Benediktsson
344e57a838
benchmark.msgpack: adding msgpack benchmark.
2013-11-25 10:43:42 -08:00
John Benediktsson
39b7aa264e
fix some uses of "1 tail" to be "rest".
2013-11-25 09:29:43 -08:00
John Benediktsson
e4e349741b
fix some uses of "1 head*" to be "but-last".
2013-11-24 20:42:30 -08:00
John Benediktsson
c751d5f76c
msgpack: use byte-array instead of strings, faster.
2013-11-24 11:02:36 -08:00
John Benediktsson
46b043c0b8
io.binary.fast: write generic be> and le> words.
2013-11-24 10:45:25 -08:00
John Benediktsson
df47ff8289
pcre: handle long values in pcre-config and throw errors.
2013-11-23 08:58:52 -08:00
John Benediktsson
13294b49ef
youtube: adding downloader for youtube.com.
2013-11-21 10:52:06 -08:00
Doug Coleman
7578a68af8
websites.factorcode: WTF typo. I blame Caltrain.
2013-11-20 23:21:12 -08:00
John Benediktsson
2e0eb977a2
cuesheet: adding parser for cue files.
2013-11-20 20:40:08 -08:00
John Benediktsson
6d9f5c7f00
colors: implement no-op color conversions.
2013-11-20 20:40:08 -08:00
Doug Coleman
ad04c4bb1d
websites.factorcode: Add Rackspace logo to bottom of front page in exchange for free open source account. Thanks Rackspace!
2013-11-20 20:33:32 -08:00
John Benediktsson
ebf3b58ad3
pcre: stop using mirror and cloning matchers.
2013-11-20 16:54:56 -08:00
John Benediktsson
403e2b93d1
pcre: remove platforms.txt it works on windows too.
2013-11-20 14:55:09 -08:00
John Benediktsson
8a1b1c8fc5
pcre: smaller public interface?
2013-11-20 13:29:39 -08:00
John Benediktsson
239349f84b
pcre: using private to hide implementation details.
2013-11-20 13:06:49 -08:00
John Benediktsson
c81d1dc71f
pcre: add platforms.txt to restrict to unix only.
2013-11-20 12:55:45 -08:00
John Benediktsson
84a74bfad0
pcre: fix bug with macosx .
2013-11-20 12:53:13 -08:00
Björn Lindqvist
d3e2d64d5b
pcre: ensure we aren't using 16 or 32 bit pcre because that's not tested
2013-11-20 09:04:29 -08:00
Björn Lindqvist
ecf573995e
pcre: filename for macosx
2013-11-19 18:13:39 -08:00
Björn Lindqvist
73ae09fa0a
pcre: authors and summary files
2013-11-19 18:13:39 -08:00
Björn Lindqvist
cdf60722f5
pcre: Stub documentation
2013-11-19 18:13:39 -08:00
Björn Lindqvist
27e40ec005
pcre: moved from basis/ to extra/
2013-11-19 18:13:39 -08:00
John Benediktsson
7bbc457531
spotlight: fix bug with mdimport-with.
2013-11-18 16:50:40 -08:00
John Benediktsson
cbbae71710
spotlight: add docs for "mdfind.".
2013-11-17 18:24:46 -08:00
John Benediktsson
e29254b2c0
spotlight: adding Spotlight search wrapper for Mac OS X.
2013-11-17 18:14:17 -08:00
Doug Coleman
04c7051b61
tools.dns.public: Add some public DNS server ips and helper words.
2013-11-16 17:56:32 -08:00
Doug Coleman
903f3d0a18
tools.dns: Fix using.
2013-11-16 17:55:45 -08:00
Doug Coleman
8085e4e6ef
dns: Add with-dns-servers to allow custom DNS lookups.
...
tools.dns: Add dns-host word to look up DNS from a specific server.
2013-11-16 17:12:30 -08:00
John Benediktsson
3ad4602b1c
machine-learning: use bisect-left (new name for search-sorted).
2013-11-16 16:24:08 -08:00
Doug Coleman
b611a370ff
bson.reader: Allow reading a sequence of bson objects from a file.
2013-11-16 14:03:37 -08:00
Jon Harper
586bd22743
Fix doc link for furnace user-admin webapp
2013-11-03 15:19:20 +01:00
John Benediktsson
43905f3f3d
math.factorials: adding "factorials" word.
2013-10-20 17:08:01 -07:00
John Benediktsson
edc3351ca8
google.translate: using download-to.
2013-10-20 08:52:13 -07:00
Jon Harper
91fce8c90b
rosetta-code.metronome: usage, validation
2013-10-17 13:35:06 -07:00
Jon Harper
d067e50ef5
rosetta-code.metronome: parse command line
2013-10-17 13:35:06 -07:00
Jon Harper
19204e83b4
rosetta-code.metronome, simplify and fix script/deploy
...
Timers have 1 thread per timer, so it's ok to block. This removes
the need for a timer releasing a semaphore and another thread
acquiring the semaphore.
Also, when running in with-ui, the quotation must return for the UI
to actually start, so the previous method didn't work
2013-10-17 13:35:05 -07:00
John Benediktsson
16e3bac2d3
math.unicode: implement unicode math symbols.
2013-10-15 11:23:20 -07:00
John Benediktsson
f4ade1c5f2
sets.extras: fix USING.
2013-10-14 15:28:24 -07:00
John Benediktsson
e4e4eb38c5
math.extras: inline kahan+.
2013-10-14 14:06:19 -07:00
John Benediktsson
946cfdda75
msgpack: support streaming writes of arrays and maps.
2013-10-14 11:50:18 -07:00
John Benediktsson
56412dc6f9
msgpack: adding some docs.
2013-10-14 11:44:40 -07:00
John Benediktsson
e2d4a1c3c8
math.extras: label kahan+ stack effects to match pseudocode.
2013-10-14 11:15:48 -07:00
John Benediktsson
99883a348b
msgpack: support for MessagePack protocol.
2013-10-14 11:04:34 -07:00
John Benediktsson
7e9cd33be5
uu: support for uuencoding and uudecoding.
2013-10-13 17:23:33 -07:00
John Benediktsson
d06dc0996d
math.extras: adding map-kahan-sum.
2013-10-13 08:40:50 -07:00
John Benediktsson
b9df0a7582
math.extras: adding the Kahan summation.
2013-10-13 08:27:58 -07:00
John Benediktsson
fbc43abfdf
wikipedia: support other languages.
2013-10-12 17:11:43 -07:00
John Benediktsson
f6bd67ab46
sequences.extras: adding change-last and change-last-unsafe.
2013-10-12 16:40:51 -07:00
John Benediktsson
adc3ee4c81
http.client: using http-request*.
2013-10-12 10:57:08 -07:00
John Benediktsson
39fd41b69a
http.client: use new http-post* word.
2013-10-12 10:29:34 -07:00
John Benediktsson
435f54cf59
http.client: use new http-get* word.
2013-10-12 10:25:42 -07:00
John Benediktsson
a4f78c9515
wikipedia: quick-and-dirty article printing.
2013-10-11 11:52:53 -07:00
John Benediktsson
05f3092b9b
html.parser.printer: don't print comments.
2013-10-11 11:51:46 -07:00
John Benediktsson
8086746ac2
html.parser.analyzer: use same vocab for docs.
2013-10-11 11:51:33 -07:00
John Benediktsson
72edf36d7b
sets.extras: adding adjoin-at*.
2013-10-10 09:53:04 -07:00
John Benediktsson
ed5582642b
colors.cmyk: fix docs.
2013-10-02 21:28:56 -07:00
John Benediktsson
6a4a6b9a0d
colors: more generic methods, simpler api.
2013-10-02 21:24:36 -07:00
John Benediktsson
bd55cd3074
combinators.extras: adding 4bi* and 4bi@.
2013-10-01 14:02:56 -07:00
John Benediktsson
1cfbb02571
rosetta-code.metronome: fix metronome to stop the timer.
2013-10-01 13:08:19 -07:00
Jon Harper
ffdf4b6f82
rosetta-code.metronome: add example as MAIN:
2013-09-29 19:55:27 +02:00
Jon Harper
d04bf5c10a
rosetta-code.metronome: correct disposal of timer
2013-09-29 19:37:35 +02:00
Jon Harper
ccf1b82882
rosetta-code.metronome: simplify stack shuffling
2013-09-29 19:37:34 +02:00
Jon Harper
939395ac13
rosetta-code.metronome: remove useless close-window call
2013-09-29 19:06:58 +02:00
Jon Harper
d92741c26f
rosetta-code.metronome: use openAL to play sound
...
This brings cross-platform compatibility
2013-09-29 19:00:57 +02:00
Jon Harper
9f58b3ca62
Add play-waveform and play-sine to openal.examples
2013-09-29 18:58:16 +02:00
John Benediktsson
a8691d6dc9
sequences.extras: adding reject!.
2013-09-24 15:21:54 -07:00
John Benediktsson
9387c8e9a2
combinators.extras: adding throttle.
2013-09-24 15:07:47 -07:00
John Benediktsson
62be0fde4a
sequences.extras: adding reject, "[ not ] compose filter".
2013-09-24 14:52:56 -07:00
Doug Coleman
e407981e12
io.directories: Add with-resource-directory word and use it.
2013-09-24 13:13:39 -07:00
John Benediktsson
37f5f4b9de
colors.yuv: adding support for YUV colors.
2013-09-24 08:03:04 -07:00
John Benediktsson
eb582e4bbd
grouping.extras: adding map-as versions.
2013-09-23 17:23:08 -07:00
John Benediktsson
8e800ba02e
grouping.extras: clean up using.
2013-09-23 17:19:58 -07:00
John Benediktsson
cdb4d42dd6
grouping.extras: having some fun with clumps.
2013-09-23 17:17:41 -07:00
John Benediktsson
9b3fa8407b
combinators.extras: adding 4bi and 4tri.
2013-09-23 16:51:31 -07:00
John Benediktsson
7bc62f4c7c
math.transforms.fft: small bit of speedup.
2013-09-23 15:56:18 -07:00
John Benediktsson
6de8367223
sequences.extras: adding supremum-by* and infimum-by* that return indices.
2013-09-21 15:22:12 -07:00
John Benediktsson
a971cd42c5
reddit: add more slots.
2013-09-21 14:16:30 -07:00
John Benediktsson
0de857e1fe
colors: adding some tests rgba to color to rgba roundtrips.
2013-09-18 16:20:20 -07:00
John Benediktsson
a3e669aab3
colors.yiq: expanded the number of digits in the coefficients for the rgba>yiqa conversions so that they match the FCC NTSC versions.
2013-09-18 16:17:07 -07:00
John Benediktsson
183508b852
zeromq.examples: cleanup wuserver example.
2013-09-18 15:32:06 -07:00
John Benediktsson
0b5458da29
zeromq: bindings for ZeroMQ.
2013-09-18 15:28:59 -07:00
John Benediktsson
ee785be30c
combinators.extras: adding "forever".
2013-09-17 19:57:10 -07:00
John Benediktsson
454bffc14e
sequences.extras: adding nth* which is nth from the end.
2013-09-12 12:47:04 -07:00
John Benediktsson
0948479743
rosetta-code.metronome: adding metronome solution.
2013-09-06 10:18:57 -07:00
John Benediktsson
4797dae4f2
math.extras: switch to using sorting.extras.
2013-09-05 21:09:32 -07:00
John Benediktsson
13db93639f
sorting.extras: adding bisect-right and bisect-left.
2013-09-05 21:07:50 -07:00
John Benediktsson
dba072e9f2
html.parser.printer: some tweaks to the text-printer for my blog.
2013-09-05 21:00:53 -07:00
John Benediktsson
430e73b16c
sequences.extras: adding cut-when.
2013-09-05 20:58:36 -07:00
John Benediktsson
f1b1598885
tzinfo: make it easy to load zoneinfo files.
2013-09-05 13:13:15 -07:00
John Benediktsson
f61bf2f4c4
math.extras: faster search-sorted by bisecting.
2013-09-04 21:31:34 -07:00
John Benediktsson
6e6adb036d
math.extras: remove accidental test.
2013-09-04 21:21:42 -07:00
John Benediktsson
c9c30c6e6d
sequences.extras: adding ?first{2,3,4}.
2013-09-04 20:39:32 -07:00
John Benediktsson
5eb9d4532d
math.extras: two versions of search-sorted.
2013-09-04 19:01:25 -07:00
John Benediktsson
71ca448ff2
tzinfo: adding tests for normalize.
2013-09-04 18:54:57 -07:00
John Benediktsson
73f2fac980
tzinfo: adding parsers for timezone files.
2013-09-04 18:43:54 -07:00
John Benediktsson
d44cc17161
update docs for help.lint checks.
2013-08-24 11:39:31 -07:00
John Benediktsson
9aeb3b9579
html.parser.printer: fix tests, need to decrement before writing.
2013-08-05 11:22:09 -07:00
John Benediktsson
8aae6a68a6
html.parser.printer: prevent negative indentations.
2013-08-05 09:56:44 -07:00
John Benediktsson
555ea83d89
html.parser.printer: some fixes.
...
Fix html-text. (may not be perfect, but "works" now)
Don't decrement indentations if we didn't increment them.
2013-08-05 09:56:44 -07:00
Björn Lindqvist
978009e484
html.parser.printer: fixed to use repeated write calls instead of surround
2013-08-05 09:56:44 -07:00
Björn Lindqvist
1ca18b215f
html.parser.printer: remove printer symbol
2013-08-05 09:56:44 -07:00
Björn Lindqvist
00f82ae5f0
html.parser.printer: unit tests
2013-08-05 09:56:44 -07:00
Björn Lindqvist
aef2e02c0b
html.parser.printer: explaining comment
2013-08-05 09:56:43 -07:00
Björn Lindqvist
68381dd571
html.parser.printer: reasonable tree-structured formatting with prettyprint-html
2013-08-05 09:56:43 -07:00
Doug Coleman
490091eb22
reddit: Add a field.
2013-08-03 14:56:35 -07:00
Paul Woolcock
33cc7c45f5
Add hash commands to extra/redis
2013-07-30 14:42:40 -04:00
John Benediktsson
f0be8408e6
wikipedia: parsing historical events.
2013-07-29 07:56:14 -07:00
John Benediktsson
b63c9154c3
splitting.extras: cleanup using.
2013-07-25 14:16:09 -07:00
John Benediktsson
c75fc48f23
switch some vocabs to 4 spaces.
2013-07-24 14:52:09 -07:00
John Benediktsson
1f5e8f3970
sorting.extras: faster map-sort.
2013-07-24 10:24:47 -07:00
Doug Coleman
232287b3fc
arrays.shaped: Inefficient iteration with indices.
...
Add upper,lower,strict-upper/lower map operations and array constructions.
2013-07-24 10:03:49 -07:00
John Benediktsson
094e405713
semantic-versioning: maybe this is more forgiving and simpler.
2013-07-16 19:47:07 -07:00
John Benediktsson
896d3fc460
semantic-versioning: upgrade to Semantic Versioning 2.0.0.
...
Note: the parser is purposefully forgiving to handle more cases
than the specification allows.
2013-07-16 17:58:08 -07:00
John Benediktsson
30c595d048
splitting.extras: adding split-harvest in "core style" (ugh!).
2013-06-25 20:01:58 -07:00
John Benediktsson
c9f24cd04f
spelling: some performance improvements, and minor fixes.
2013-06-25 15:50:42 -07:00
John Benediktsson
6497dd0fe4
splitting: cleanup duplicate code.
2013-06-25 15:17:44 -07:00
Doug Coleman
3040af0514
euler.b-rep: Fix usage of HEX: in unit tests.
2013-06-19 07:01:08 -07:00
Doug Coleman
6a4608ec89
game.loop: Fix docs.
2013-06-19 07:00:58 -07:00
Doug Coleman
e270175af0
gml, euler: Initial commit.
2013-06-18 16:42:13 -07:00
Doug Coleman
75dccbe329
game.loop: Fix throwing errors inside game loop.
2013-06-18 16:24:05 -07:00
John Benediktsson
cfb44999a1
math.extras: adding round-away-from-zero.
2013-06-17 10:11:49 -07:00
John Benediktsson
8262e97309
sets.extras: change non-repeating to use remove-first!.
2013-06-14 11:02:30 -07:00
John Benediktsson
5e25b8b49f
sequences.extra: >resizable can't be inline for some reason...
2013-05-30 15:01:34 -07:00
John Benediktsson
f628e2a7ad
sequences.extras: fix map-concat row-polymorphic problem.
2013-05-30 14:54:29 -07:00
John Benediktsson
a0d8abc962
sequences.extras: clarify docs for subseq*.
2013-05-24 11:44:35 -07:00
John Benediktsson
84b5e3828f
sequences.extras: adding subseq* and safe-subseq.
2013-05-24 11:19:27 -07:00
John Benediktsson
61c6b37e5e
spelling: fix splits and sorting of corrections, other cleanup.
2013-05-22 11:02:36 -07:00
John Benediktsson
3394b6e727
units.imperial: fix minims.
2013-05-21 12:48:56 -07:00
John Benediktsson
b96a1ab87f
units.imperial: adding more units.
2013-05-21 10:38:54 -07:00
John Benediktsson
2a846cfff9
sequences.extras: adding index-selector.
2013-05-20 17:43:26 -07:00
John Benediktsson
3ac3c69ab4
sequences.extras: similarly improve map-filter and filter-map.
2013-05-20 17:09:14 -07:00
John Benediktsson
9e2a999af3
sequences.extras: change filter-index to use length of seq not exemplar.
2013-05-20 16:59:03 -07:00
John Benediktsson
6cf79efb47
twitter: adding verify-credentials.
2013-05-20 16:47:23 -07:00
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