]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2012-10-21 John Benediktssoncolors.hsv: adding rgba>hsva.
2012-10-21 John Benediktssoncolors.cmyk: make sure cmyka is a color.
2012-10-21 John Benediktssoncolors: adding linear-gradient.
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.gray: adding rgba>gray.
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 Benediktssonrandom: support random on sets.
2012-10-05 John Benediktssoncompiler.tree.propagation: revert cleanup, this was...
2012-10-05 John Benediktssonmath.extras: implement "search-sorted" and "weighted...
2012-10-05 John Benediktssonrandom: support "random" on floats (uses uniform-random...
2012-10-05 John Benediktssoncompiler.tree.propagation: throw the proper error in...
2012-10-05 John Benediktssoncompiler.tree.propagation: cleanup known-words a bit.
2012-10-05 John BenediktssonRevert "core: >array, >byte-vector, >hashtable, >vector...
2012-10-05 John Benediktssoncompiler.tree.propagation: make sure integer>fixnum...
2012-10-04 John Benediktssonsequences.generalizations: add "nfind" and "nany?".
2012-10-04 John Benediktssonassocs.extras: adding if-assoc-empty.
2012-10-03 John Benediktssonrandom: implement random for assocs.
2012-09-29 Jon Harperui.backend.gtk: better gesture for shift tab
2012-09-29 John Benediktssonbit-sets: inline <bit-set>.
2012-09-29 John Benediktssoncore: >array, >byte-vector, >hashtable, >vector should...
2012-09-29 John Benediktssonproject-euler.150: bit faster with inline.
2012-09-29 John Benediktssonsmtp: plain-auth-string should return a ... string.
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 Benediktssonsequences.generalizations: fix stack effect docs for...
2012-09-27 John Benediktssonsequences.generalizations: adding "nall?".
2012-09-27 John Benediktssonsequences: change stack effect docs for map-reduce...
2012-09-27 John Benediktssonupdate some docs that should use $quotation.
2012-09-27 John Benediktssonhelp.markup: require $quotation to specify stack effect.
2012-09-27 John Benediktssonvim: fix ".1" to be float syntax highlighted.
2012-09-27 John Benediktssonsequences.generalizations: adding nmap-reduce.
2012-09-27 Doug Colemanlibsvm: Make it go.
2012-09-27 John Benediktssonsequences.zipped: adding zip virtual sequence.
2012-09-27 John Benediktssoncombinators.smart: adding smart-2reduce and smart-2map...
2012-09-27 Doug Colemanlibsvm: Make a binding to libsvm. It can call train...
2012-09-27 Doug Colemanalien.data: Add malloc-like for copying c-arrays into...
2012-09-27 John Benediktssonmath.statistics: empty-sequence is silly.
2012-09-27 John Benediktssoncombinators.smart: adding smart-reduce and smart-map...
2012-09-26 Doug Colemanspecialized-arrays: Don't generate malloc-foo-array...
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 John BenediktssonRevert "db: don't nest transactions.
2012-09-26 John Benediktssondb: don't nest transactions.
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 John Benediktssonmath.statistics: adding a normalized-histogram word.
2012-09-26 John Benediktssonmath.statistics: remove probabilities word, not really...
2012-09-26 John Benediktssonmath.statistics: use "cumulative map" as base of all...
2012-09-26 John Benediktssonmath.statistics: some fixes to entropy, adding maximum...
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 Benediktssonui.tools.listener.completion: color private vocabs...
2012-09-25 John Benediktssonreadline-listener: fix tab completion to complete from...
2012-09-25 John Benediktssonui.tools.listener.completion: fix row color for words...
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 Benediktssontool.completion: ...
2012-09-25 John Benediktssontools.completion: less private.
2012-09-25 John Benediktssontools.completion: more <PRIVATE> words.
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-25 John Benediktssontools.completion: moving "complete-?" words.
2012-09-25 John Benediktssontools.completion: add "paths-matching".
2012-09-25 John Benediktssonui.gadgets.paragraphs: cache width in "line" object.
2012-09-24 Doug Colemanhacker-news: Use ui-running?
2012-09-24 John Benediktssonui.tools.listener: adding COLOR: completions.
2012-09-24 John Benediktssontools.completion: adding colors-matching.
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 John Benediktssonformatting: use $snippet to make format strings stand...
2012-09-24 Doug Colemanreddit: Make clickable links to comments, users. Move...
2012-09-24 John Benediktssonhelp.tutorial: some feedback from real world tutees.
2012-09-24 John Benediktssonassocs: 2cache can be a bit more unsafe.
2012-09-23 John Benediktssonclasses.algebra: fix docs for class<=.
2012-09-23 John Benediktssonreddit: adding colors to subreddit-top.
2012-09-22 John Benediktssonwebbrowser: rename url-like to url-string.
2012-09-22 John Benediktssonwebbrowser: add tests for url-like.
2012-09-22 John Benediktssonwebbrowser: support open-url on "url-like" strings.
2012-09-22 John Benediktssonmultline: fix docs for /*.
2012-09-22 John Benediktssonreddit: adding a Reddit API wrapper.
2012-09-22 John Benediktssonclasses.tuple: adding set-slots and from-slots.
next