]> gitweb.factorcode.org Git - factor.git/history - extra
Factor.app: enable NSHighResolutionCapable.
[factor.git] / extra /
2012-10-30 John Benediktssonassocs.extras: use min-length in zip-as.
2012-10-30 John Benediktssonsequences.extras: adding a (slow) arg-sort.
2012-10-26 John Benediktssonio.streams.zeros: write only 'n' zeros.
2012-10-26 John Benediktssonio.streams.zeros: adding authors.txt.
2012-10-26 John Benediktssonio.streams.random: stream-copy disposes, so we don...
2012-10-26 John Benediktssonio.streams.random: moving random-file here.
2012-10-26 John Benediktssonio.streams.zeros: adding zero-file.
2012-10-26 John Benediktssonio.streams.zeros: adding @erg's zero-stream.
2012-10-26 John Benediktssonio.random: adding "random-file".
2012-10-26 John Benediktssonio.streams.random: adding @erg's random-stream.
2012-10-26 Doug Colemanmachine-learning.one-hot: Use the example from my blog...
2012-10-25 Doug Colemanmachine-learning.one-hot: Start a machine learning...
2012-10-25 Doug Colemansequences.extras: Add set-nths and set-nths-unsafe...
2012-10-25 Doug Colemansequences.extras: Add head-as, head*-as, tail-as, tail...
2012-10-25 John Benediktssonio.directories: defining "?delete-file".
2012-10-25 Doug Colemantar: Don't throw an error if the file does not exist...
2012-10-25 John Benediktssonio.files.acls.macosx: finish separation of ffi vocab.
2012-10-25 John Benediktssonio.files.acls.macosx.lib: removing redundant vocab.
2012-10-25 John Benediktssoncgi: add some docs.
2012-10-25 John Benediktssontools.which: adding the "which" command.
2012-10-25 Doug Colemantar: Fix pax_global_header. Make symlinks work, do...
2012-10-25 John Benediktssonio.files.acls.macosx: works!
2012-10-24 John Benediktssonio.files.acls: cleanup.
2012-10-24 Doug Colemanio.files.acls: Add what I have for acl support on macosx.
2012-10-24 John Benediktssonterminal.linux: fix using.
2012-10-24 John Benediktssonterminal: adding "terminal-size" vocab.
2012-10-24 John Benediktssonio.random: bit faster using set-nth-unsafe.
2012-10-24 John Benediktssonio.random: much faster version of random-lines for...
2012-10-23 Doug Colemanio.random: Fix off-by-one error.
2012-10-23 John Benediktssonio.random: cleanup using "each-numbered-line", implemen...
2012-10-23 John Benediktssonsequences.extras: implement "insert-nth!".
2012-10-23 John Benediktssonio.random: rename to "random-readln".
2012-10-23 John Benediktssonio.random: adding a "random-line" word.
2012-10-23 John Benediktssonbenchmark.udp-echo0: "over over" is just "2dup".
2012-10-23 John BenediktssonChange "3dup drop" to "2over".
2012-10-22 John Benediktssoncolors.yiq: adding YIQ color support.
2012-10-22 John Benediktssoncolors.hsl: adding HSL color support.
2012-10-22 Doug Colemanopencl: Make it compile at least. Throws error -38...
2012-10-22 Doug Colemantools.dns: Show ipv6 ips in host command.
2012-10-22 Doug Colemandns: Factor out filtering a and aaaa.
2012-10-22 Doug Colemankernel: Add 4dup, 4drop, and 4cleave.
2012-10-21 John Benediktssoncolors.cmyk: make sure cmyka is a color.
2012-10-21 John Benediktssoncolors: fix using list, silly auto-use.
2012-10-21 John Benediktssoncolors.cmyk: adding some docs.
2012-10-21 John Benediktssoncolors.cmyk: adding support for CMYK colors.
2012-10-19 John Benediktssonip-parser: minor cleanup.
2012-10-18 John Benediktssonip-parser: adding a "ping-compatible" IP address parser.
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-10-04 John Benediktssonassocs.extras: adding if-assoc-empty.
2012-09-29 John Benediktssonproject-euler.150: bit faster with inline.
2012-09-28 Doug Colemanlibsvm: move to code-factor repository as it's not...
2012-09-27 John Benediktssonlibsvm: make unix-only for now.
2012-09-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-27 Doug Colemanlibsvm: Make it go.
2012-09-27 John Benediktssonsequences.zipped: adding zip virtual sequence.
2012-09-27 Doug Colemanlibsvm: Make a binding to libsvm. It can call train...
2012-09-26 Doug Colemanmath.extras: Call (gini).
2012-09-26 John Benediktssonmath.extras: simpler herfindahl.
2012-09-26 John Benediktssonassocs.extras: adding "of".
2012-09-26 John Benediktssonassocs.extras: fix using.
2012-09-26 John Benediktssonassocs.extras: move assocs extras words here.
2012-09-26 John Benediktssonmath.extras: adding exponential-index.
2012-09-26 John Benediktssonsequences.extras: adding map-product.
2012-09-26 John Benediktssonmath.extras: adding the Herfindahl measure.
2012-09-26 John Benediktssonmath.extras: remove variable effects from cum-reduce...
2012-09-26 John Benediktssonmath.extras: invent "cum-reduce" concept for gini.
2012-09-26 Doug Colemansequences.extras: Make sure assoc-reduce is working...
2012-09-26 Doug Colemanmath.extras: Add sum-cum-sum. Change concentration...
2012-09-26 Doug Colemanmath.extras: Fix concentration-coefficient.
2012-09-26 Doug Colemanmath.extras: Faster gini. Leaving this as a separate...
2012-09-26 Doug Colemanmath.extras: Add gini and concentration coefficient.
2012-09-26 Doug Colemansequences.extras: Add assoc-reduce and friends.
2012-09-25 John Benediktssonreadline-listener: fix tab completion to complete from...
2012-09-25 John Benediktssonmath.extras: adding docs for ramanujan.
2012-09-25 John Benediktssonmath.extras: fix spelling of stirling, add ramanujan...
2012-09-25 John Benediktssonreadline-listener: change matching to use prefixed.
2012-09-25 John Benediktssonreadline-listener: adding better support for tab comple...
2012-09-24 Doug Colemanhacker-news: Use ui-running?
2012-09-24 Doug Colemanhacker-news: Use white text in terminal. Use black...
2012-09-24 Doug Colemanhacker-news: Fix using
2012-09-24 Doug Colemanhacker-news: Clickable banner.
2012-09-24 Doug Colemanhacker-news: Fix hacker-news. for job ads.
2012-09-24 Doug Colemanreddit: Remove dead code. Print domain.
2012-09-24 Doug Colemanhacker-news: Initial checkin.
2012-09-24 John Benediktssonreddit: add slots to subreddit, cleanup private interface.
2012-09-24 John Benediktssonreddit: rename "subreddit-top" to "subreddit.".
2012-09-24 Doug Colemanreddit: Make clickable links to comments, users. Move...
2012-09-23 John Benediktssonreddit: adding colors to subreddit-top.
2012-09-22 John Benediktssonreddit: adding a Reddit API wrapper.
2012-09-22 John Benediktssoncoroutines: 4-space style.
2012-09-22 John Benediktssonbit.ly: add more of the API.
2012-09-22 John Benediktssoncgi: adding a vocab to support using Factor in CGI...
2012-09-22 John Benediktssonhelp.pdf: generate PDF files from help articles.
2012-09-22 John Benediktssonpdf: adding a pdf render vocab.
2012-09-21 Doug Colemansequences.extras: add filter-all-subseqs, filter-all...
2012-09-20 Alex Vondrakcompiler.cfg.gvn.tests: fix unit tests now that more...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-20 Alex Vondrakcompiler.cfg.gvn.testing: some helper words for debuggi...
2012-09-19 John Benediktssonsequences.extras: adding reverse-as.
2012-09-19 John Benediktssonsortign.extras: use second-unsafe.
next