Commit Graph

9927 Commits (7847b55cea68caf5c1d4cb1aa135966b74142a5b)

Author SHA1 Message Date
John Benediktsson 7847b55cea io.streams.zeros: adding @erg's zero-stream. 2012-10-25 21:43:52 -07:00
John Benediktsson ca315e7996 io.random: adding "random-file". 2012-10-25 21:40:43 -07:00
John Benediktsson 916d912492 io.streams.random: adding @erg's random-stream. 2012-10-25 21:37:58 -07:00
Doug Coleman 4a5885bca1 machine-learning.one-hot: Use the example from my blog post as a unit test. 2012-10-25 18:16:22 -07:00
Doug Coleman 3ec9dc94da machine-learning.one-hot: Start a machine learning library with a feature from scikit-learn. 2012-10-25 16:17:26 -07:00
Doug Coleman 01227b3331 sequences.extras: Add set-nths and set-nths-unsafe for setting many indices in a sequence to the same value. 2012-10-25 16:14:07 -07:00
Doug Coleman 563c15e530 sequences.extras: Add head-as, head*-as, tail-as, tail*-as. 2012-10-25 11:38:31 -07:00
John Benediktsson 83712ad87e io.directories: defining "?delete-file". 2012-10-25 10:07:15 -07:00
Doug Coleman 2ce0db5681 tar: Don't throw an error if the file does not exist to unlink. 2012-10-25 08:35:34 -07:00
John Benediktsson 6e572cfff1 io.files.acls.macosx: finish separation of ffi vocab. 2012-10-24 20:28:54 -07:00
John Benediktsson d1920b50a9 io.files.acls.macosx.lib: removing redundant vocab. 2012-10-24 20:23:54 -07:00
John Benediktsson 91582b752c cgi: add some docs. 2012-10-24 19:20:02 -07:00
John Benediktsson d4f3a0a2cc tools.which: adding the "which" command. 2012-10-24 19:20:02 -07:00
Doug Coleman 12df557b11 tar: Fix pax_global_header. Make symlinks work, do them at the end. Untars the linux kernel again. 2012-10-24 18:58:44 -07:00
John Benediktsson bf8628bc78 io.files.acls.macosx: works! 2012-10-24 17:04:47 -07:00
John Benediktsson 98e37c52f1 io.files.acls: cleanup. 2012-10-24 16:51:07 -07:00
Doug Coleman 3399ddccd2 io.files.acls: Add what I have for acl support on macosx. 2012-10-24 16:44:57 -07:00
John Benediktsson 8cfc758735 terminal.linux: fix using. 2012-10-24 16:02:11 -07:00
John Benediktsson 4eb4ce395b terminal: adding "terminal-size" vocab. 2012-10-24 13:40:39 -07:00
John Benediktsson f835bb01f4 io.random: bit faster using set-nth-unsafe. 2012-10-23 19:30:20 -07:00
John Benediktsson a0d1c036ea io.random: much faster version of random-lines for large n. 2012-10-23 19:03:34 -07:00
Doug Coleman 633e4531a2 io.random: Fix off-by-one error. 2012-10-23 16:55:17 -07:00
John Benediktsson f36ee26f82 io.random: cleanup using "each-numbered-line", implement "random-lines". 2012-10-23 16:11:07 -07:00
John Benediktsson 8e137839db sequences.extras: implement "insert-nth!". 2012-10-23 16:10:15 -07:00
John Benediktsson 896d75e305 io.random: rename to "random-readln". 2012-10-23 15:25:08 -07:00
John Benediktsson 50016099a5 io.random: adding a "random-line" word. 2012-10-23 15:24:03 -07:00
John Benediktsson 22f8d09220 benchmark.udp-echo0: "over over" is just "2dup". 2012-10-23 12:16:12 -07:00
John Benediktsson 87f55eb033 Change "3dup drop" to "2over". 2012-10-22 20:45:15 -07:00
John Benediktsson 24778bf705 colors.yiq: adding YIQ color support. 2012-10-22 15:20:03 -07:00
John Benediktsson 20a398ec16 colors.hsl: adding HSL color support. 2012-10-22 15:19:51 -07:00
Doug Coleman 7aef52fd62 opencl: Make it compile at least. Throws error -38 on my linux box. 2012-10-22 14:03:22 -07:00
Doug Coleman 89c262982c tools.dns: Show ipv6 ips in host command. 2012-10-22 09:47:36 -07:00
Doug Coleman 67e63615bd dns: Factor out filtering a and aaaa. 2012-10-22 09:47:35 -07:00
Doug Coleman 3582a6c624 kernel: Add 4dup, 4drop, and 4cleave. 2012-10-22 09:47:34 -07:00
John Benediktsson 4ac24fb585 colors.cmyk: make sure cmyka is a color. 2012-10-21 12:34:52 -07:00
John Benediktsson 4fe22de451 colors: fix using list, silly auto-use. 2012-10-21 12:09:59 -07:00
John Benediktsson 032a69dec0 colors.cmyk: adding some docs. 2012-10-21 12:06:40 -07:00
John Benediktsson 4d75add92e colors.cmyk: adding support for CMYK colors. 2012-10-21 12:02:30 -07:00
John Benediktsson 8cf23c71ac ip-parser: minor cleanup. 2012-10-18 17:01:49 -07:00
John Benediktsson 6776388c8f ip-parser: adding a "ping-compatible" IP address parser. 2012-10-18 15:54:45 -07:00
John Benediktsson 5f4bf4513b math.extras: implement "search-sorted" and "weighted-random". 2012-10-05 14:48:05 -07:00
John Benediktsson 19ac40f0d9 assocs.extras: adding if-assoc-empty. 2012-10-04 04:08:44 -07:00
John Benediktsson 351ae54366 project-euler.150: bit faster with inline. 2012-09-28 19:21:23 -07:00
Doug Coleman dc64c13670 libsvm: move to code-factor repository as it's not done yet. 2012-09-27 17:04:10 -07:00
John Benediktsson 622240f209 libsvm: make unix-only for now. 2012-09-27 12:29:50 -07:00
John Benediktsson 225e87339b update some docs that should use $quotation. 2012-09-27 11:09:17 -07:00
Doug Coleman 13db482b7f libsvm: Make it go. 2012-09-26 18:11:14 -07:00
John Benediktsson 7aeae251bc sequences.zipped: adding zip virtual sequence. 2012-09-26 18:07:53 -07:00
Doug Coleman d751c87283 libsvm: Make a binding to libsvm. It can call train, but the result is 'null' still. 2012-09-26 17:14:17 -07:00
Doug Coleman 48184779ea math.extras: Call (gini). 2012-09-26 16:25:20 -07:00