Commit Graph

10336 Commits (7d489d583980c7c4b6afb4f0bd91853e896f0fd3)

Author SHA1 Message Date
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