Jon Harper
|
93cf443f32
|
Allow circular clumps with a length smaller than the clump
Conflicts:
basis/grouping/grouping-tests.factor
|
2012-10-28 13:41:41 -07:00 |
Jon Harper
|
0dfe8f949c
|
fixup: forgot the tests
|
2012-10-28 13:34:30 -07:00 |
Jon Harper
|
7b7586fa54
|
clump: fix empty sequence input. rephrase docs a bit
|
2012-10-28 13:34:18 -07:00 |
Jon Harper
|
2fc1442771
|
change clump when the group size is greater than the sequence length
|
2012-10-28 13:34:08 -07:00 |
Jon Harper
|
40ca3fc7f3
|
Friendlier grouping/clumping error message
|
2012-10-28 13:33:51 -07:00 |
Doug Coleman
|
1cdd080445
|
os-unix: Actually call pthread_join() to avoid an infinite loop and 100% cpu usage. It happens randomly. Fixes #738. Thanks to kkrev or frankfranks.
|
2012-10-26 10:36:01 -07:00 |
John Benediktsson
|
8eb4d2723f
|
io.streams.zeros: write only 'n' zeros.
|
2012-10-26 07:48:51 -07:00 |
John Benediktsson
|
8b87b0ab57
|
io.streams.zeros: adding authors.txt.
|
2012-10-25 22:00:35 -07:00 |
John Benediktsson
|
bba382bd5c
|
io.streams.random: stream-copy disposes, so we don't need to.
|
2012-10-25 22:00:02 -07:00 |
John Benediktsson
|
7b50fd3601
|
unix: adding truncate-file.
|
2012-10-25 21:51:08 -07:00 |
John Benediktsson
|
cff606f474
|
io.streams.random: moving random-file here.
|
2012-10-25 21:47:42 -07:00 |
John Benediktsson
|
032458e5d7
|
io.streams.zeros: adding zero-file.
|
2012-10-25 21:46:11 -07:00 |
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 |
John Benediktsson
|
23fc7b3eb9
|
math.statistics: add some padding in the docs (looks better).
|
2012-10-25 21:01:17 -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 |
John Benediktsson
|
71da857f43
|
math.statistics: add other cumulative words to help article.
|
2012-10-25 16:30:31 -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
|
b867a248a2
|
math.statistics: Add cum-count, cum-sum0, cum-map0. Add docs.
|
2012-10-25 16:13:25 -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
|
33ae7abb23
|
calendar: Add yesterday, tomorrow, o'clock, am, pm.
|
2012-10-25 09:46:11 -07:00 |
Doug Coleman
|
99db5b68d7
|
windows: Fix bootstrap.
|
2012-10-25 09:06:02 -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
|
e0aff8d02c
|
sbufs: no need to contract.
|
2012-10-24 20:16:34 -07:00 |
John Benediktsson
|
be4db5312f
|
unix: adding mkfifo.
|
2012-10-24 20:08:32 -07:00 |
John Benediktsson
|
2f0e437314
|
unix.ffi.macosx: can't use iovec here...
|
2012-10-24 20:08:20 -07:00 |
John Benediktsson
|
22a6087107
|
unix.ffi: adding sendfile.
|
2012-10-24 19:53:39 -07:00 |
John Benediktsson
|
e32eab2ca7
|
unix.ffi: adding readv/writev.
|
2012-10-24 19:53:24 -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
|
2921829b79
|
windows: Attempt to fix circularity.
|
2012-10-24 19:03:25 -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
|
04e783a886
|
io.files.info.unix: errno EACCES should be handled separately.
|
2012-10-24 17:51:13 -07:00 |
Doug Coleman
|
43fb3fb174
|
windows.shell32: Throw an error if file does not exist on file-executable?
call.
|
2012-10-24 17:48:42 -07:00 |
John Benediktsson
|
83b40e44d2
|
io.files.info: make access checks throw on file-does-not-exist.
|
2012-10-24 17:40:00 -07:00 |
Doug Coleman
|
c458b7dcaf
|
io.files.info.windows: Implement file-readable?, writable?, and executable?
|
2012-10-24 17:29:32 -07:00 |
John Benediktsson
|
379f060636
|
io.files.info.unix: make sure to normalize so special paths work.
|
2012-10-24 17:11:35 -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
|
37bb5f6917
|
io.files.info: adding checks for read, write, or execute permissions.
|
2012-10-24 16:44:12 -07:00 |
John Benediktsson
|
98b52e624c
|
unix.ffi: adding "access".
|
2012-10-24 16:37:05 -07:00 |
Doug Coleman
|
0ae18456fd
|
windows.shell32: Add a way to find out the kind of executable of a file on
windows. Inline a word.
|
2012-10-24 16:16:35 -07:00 |
John Benediktsson
|
8cfc758735
|
terminal.linux: fix using.
|
2012-10-24 16:02:11 -07:00 |
Doug Coleman
|
b839d15b4a
|
windows.kernel32: Add function and some structs.
|
2012-10-24 14:23:02 -07:00 |