diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 12:38:56 -0700 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-08-25 12:38:56 -0700 |
commit | fb121f1544f7af90dd2058d6395dd7c85f4d54fb (patch) | |
tree | 079cee8a48e92c442b8997924d453d467f6a8169 | |
parent | 7430ef639d0ef81d788669302ddf5f917a1e0037 (diff) |
Manual (forced) documentation build for commit 835bfe2a02c70c150f2354f8ef9e866f3e2fd180
-rw-r--r-- | index.html | 178 |
1 files changed, 107 insertions, 71 deletions
@@ -337,7 +337,8 @@ a large part of the clojure community. This library was created by Rich Hickey but has been populated and is maintained by a group of volunteers who are excited about the success of the Clojure language and want to do our part to help it along. The current list of contributors is available -on the <a href="http://http://github.com/richhickey/clojure-contrib/">clojure.contrib home page</a>. +on the <a href="http://github.com/richhickey/clojure-contrib/"> +clojure-contrib GitHub source page</a>. <br /><br /> More contributions (and contributors) are welcome. If you wish to contribute, you will need to sign a contributor agreement (which allows Clojure and clojure.contrib to proceed @@ -364,12 +365,47 @@ Like Clojure itself, clojure.contrib is made available under the <a href="http://opensource.org/licenses/eclipse-1.0.php">Eclipse Public License (EPL)</a>. clojure.contrib is copyright 2008-2009 Rich Hickey and the various contributors. <br /> +Important clojure-contrib resources: +<ul> + <li>The official source code for clojure-contrib is on the + <a href="http://github.com/richhickey/clojure-contrib/"> + clojure-contrib GitHub source page + </a>. + </li> + <li>Issues and other information for clojure-contrib are maintained in the + <a href="http://www.assembla.com/spaces/dashboard/index/clojure-contrib"> + clojure-contrib Assembla space + </a>. + </li> + <li>This documentation is maintained in the gh-pages branch of clojure-contrib + on GitHub and is always available online + <a href="http://richhickey.github.com/clojure-contrib"> + GitHub pages for clojure-contrib + </a>. If you wish to have a version for off-line use you can use the download + button on the + <a href="http://github.com/richhickey/clojure-contrib/tree/gh-pages"> + gh-pages brach page at GitHub + </a>. + </li> + <li>Issues related to clojure-contrib and the various pieces of functionality + within it are discussed in the + <a href="http://groups.google.com/group/clojure"> + Clojure Google group + </a>. + </li> + <li>Discussions among clojure-contrib developers take place in + <a href="http://groups.google.com/group/clojure-dev"> + Clojure Dev Google group + </a>. + </li> +</ul> +<br /> <div id="namespace-entry"> <br /> <hr /> <h2 id="accumulators">accumulators</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="accumulators-api.html" id="api-link">here</a><br /> + <a href="accumulators-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">A generic accumulator interface and implementations of various accumulators.</pre> @@ -381,7 +417,7 @@ accumulators.</pre> <hr /> <h2 id="agent-utils">agent-utils</h2> by <span id="author">Christophe Grande</span><br /> - API documentation <a href="agent-utils-api.html" id="api-link">here</a><br /> + <a href="agent-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Miscellaneous agent utilities (note to other contrib members: feel free to add to this lib)</pre> @@ -393,7 +429,7 @@ accumulators.</pre> <hr /> <h2 id="base64">base64</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="base64-api.html" id="api-link">here</a><br /> + <a href="base64-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Base-64 encoding and (maybe later) decoding. This is mainly here as an example. It is much slower than the @@ -407,7 +443,7 @@ Apache Commons Codec implementation or sun.misc.BASE64Encoder.</pre> <hr /> <h2 id="classpath">classpath</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="classpath-api.html" id="api-link">here</a><br /> + <a href="classpath-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Utilities for dealing with the JVM's classpath</pre> Public variables and functions: @@ -418,7 +454,7 @@ Apache Commons Codec implementation or sun.misc.BASE64Encoder.</pre> <hr /> <h2 id="combinatorics">combinatorics</h2> by <span id="author">Mark Engelberg</span><br /> - API documentation <a href="combinatorics-api.html" id="api-link">here</a><br /> + <a href="combinatorics-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Efficient, functional algorithms for generating lazy sequences for common combinatorial functions. (See the source code for a longer description.)</pre> @@ -431,7 +467,7 @@ for a longer description.)</pre> <hr /> <h2 id="command-line">command-line</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="command-line-api.html" id="api-link">here</a><br /> + <a href="command-line-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Process command-line arguments according to a given cmdspec</pre> Public variables and functions: @@ -442,7 +478,7 @@ for a longer description.)</pre> <hr /> <h2 id="complex-numbers">complex-numbers</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="complex-numbers-api.html" id="api-link">here</a><br /> + <a href="complex-numbers-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Complex numbers NOTE: This library is in evolution. Most math functions are not implemented yet.</pre> @@ -455,7 +491,7 @@ NOTE: This library is in evolution. Most math functions are <hr /> <h2 id="cond">cond</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="cond-api.html" id="api-link">here</a><br /> + <a href="cond-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Extensions to the basic cond function.</pre> Public variables and functions: @@ -466,7 +502,7 @@ NOTE: This library is in evolution. Most math functions are <hr /> <h2 id="condition">condition</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="condition-api.html" id="api-link">here</a><br /> + <a href="condition-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Flexible raising and handling of conditions: Functions: @@ -498,7 +534,7 @@ Based on an idea from Chouser: <hr /> <h2 id="core">core</h2> by <span id="author">Laurent Petit (and others)</span><br /> - API documentation <a href="core-api.html" id="api-link">here</a><br /> + <a href="core-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Functions/macros variants of the ones that can be found in clojure.core (note to other contrib members: feel free to add to this lib)</pre> @@ -510,7 +546,7 @@ Based on an idea from Chouser: <hr /> <h2 id="dataflow">dataflow</h2> by <span id="author">Jeffrey Straszheim</span><br /> - API documentation <a href="dataflow-api.html" id="api-link">here</a><br /> + <a href="dataflow-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">A library to support a dataflow model of state</pre> Public variables and functions: @@ -521,7 +557,7 @@ Based on an idea from Chouser: <hr /> <h2 id="datalog">datalog</h2> by <span id="author">Jeffrey Straszheim</span><br /> - API documentation <a href="datalog-api.html" id="api-link">here</a><br /> + <a href="datalog-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">A Clojure implementation of Datalog</pre> Public variables and functions: @@ -694,7 +730,7 @@ Based on an idea from Chouser: <hr /> <h2 id="def">def</h2> by <span id="author">unknown author</span><br /> - API documentation <a href="def-api.html" id="api-link">here</a><br /> + <a href="def-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr"></pre> Public variables and functions: @@ -705,7 +741,7 @@ Based on an idea from Chouser: <hr /> <h2 id="duck-streams">duck-streams</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="duck-streams-api.html" id="api-link">here</a><br /> + <a href="duck-streams-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This file defines "duck-typed" I/O utility functions for Clojure. The 'reader' and 'writer' functions will open and return an instance of java.io.BufferedReader and java.io.PrintWriter, @@ -725,7 +761,7 @@ or "just-give-me-a-stream", but ducks are funnier.</pre> <hr /> <h2 id="error-kit">error-kit</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="error-kit-api.html" id="api-link">here</a><br /> + <a href="error-kit-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">EXPERIMENTAL System for defining and using custom errors Please contact Chouser if you have any suggestions for better names @@ -739,7 +775,7 @@ or API adjustments.</pre> <hr /> <h2 id="except">except</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="except-api.html" id="api-link">here</a><br /> + <a href="except-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Provides functions that make it easy to specify the class, cause, and message when throwing an Exception or Error. The optional message is formatted using clojure.core/format.</pre> @@ -752,7 +788,7 @@ formatted using clojure.core/format.</pre> <hr /> <h2 id="fcase">fcase</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="fcase-api.html" id="api-link">here</a><br /> + <a href="fcase-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This file defines a generic "case" macro called "fcase" which takes the equality-testing function as an argument. It also defines a traditional "case" macro that tests using "=" and variants that @@ -770,7 +806,7 @@ inclusion of "condp" in clojure.core as of Clojure SVN rev. 1180.</pre> <hr /> <h2 id="find-namespaces">find-namespaces</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="find-namespaces-api.html" id="api-link">here</a><br /> + <a href="find-namespaces-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Search for ns declarations in dirs, JARs, or CLASSPATH</pre> Public variables and functions: @@ -781,7 +817,7 @@ inclusion of "condp" in clojure.core as of Clojure SVN rev. 1180.</pre> <hr /> <h2 id="fnmap">fnmap</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="fnmap-api.html" id="api-link">here</a><br /> + <a href="fnmap-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Maps that dispatch get/assoc to user-defined functions. Note: requires AOT-compilation</pre> @@ -794,7 +830,7 @@ Note: requires AOT-compilation</pre> <hr /> <h2 id="gen-html-docs">gen-html-docs</h2> by <span id="author">Craig Andera</span><br /> - API documentation <a href="gen-html-docs-api.html" id="api-link">here</a><br /> + <a href="gen-html-docs-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generates a single HTML page that contains the documentation for one or more Clojure libraries.</pre> @@ -806,7 +842,7 @@ one or more Clojure libraries.</pre> <hr /> <h2 id="generic.arithmetic">generic.arithmetic</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="generic.arithmetic-api.html" id="api-link">here</a><br /> + <a href="generic.arithmetic-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generic arithmetic interface This library defines generic versions of + - * / as multimethods that can be defined for any type. The minimal required @@ -823,7 +859,7 @@ efficiency reasons.</pre> <hr /> <h2 id="generic.collection">generic.collection</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="generic.collection-api.html" id="api-link">here</a><br /> + <a href="generic.collection-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generic arithmetic interface This library defines generic versions of common collection-related functions as multimethods that can be @@ -837,7 +873,7 @@ defined for any type.</pre> <hr /> <h2 id="generic.comparison">generic.comparison</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="generic.comparison-api.html" id="api-link">here</a><br /> + <a href="generic.comparison-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generic comparison interface This library defines generic versions of = < > <= >= zero? as multimethods that can be defined for any type. Of the @@ -851,7 +887,7 @@ greater/less-than relations, types must minimally implement >.</pre> <hr /> <h2 id="generic.functor">generic.functor</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="generic.functor-api.html" id="api-link">here</a><br /> + <a href="generic.functor-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generic functor interface (fmap)</pre> Public variables and functions: @@ -862,7 +898,7 @@ greater/less-than relations, types must minimally implement >.</pre> <hr /> <h2 id="generic.math-functions">generic.math-functions</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="generic.math-functions-api.html" id="api-link">here</a><br /> + <a href="generic.math-functions-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Generic math function interface This library defines generic versions of common mathematical functions such as sqrt or sin as multimethods that can be @@ -876,7 +912,7 @@ defined for any type.</pre> <hr /> <h2 id="graph">graph</h2> by <span id="author">Jeffrey Straszheim</span><br /> - API documentation <a href="graph-api.html" id="api-link">here</a><br /> + <a href="graph-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Basic graph theory algorithms</pre> Public variables and functions: @@ -887,7 +923,7 @@ defined for any type.</pre> <hr /> <h2 id="greatest-least">greatest-least</h2> by <span id="author">Vincent Foley</span><br /> - API documentation <a href="greatest-least-api.html" id="api-link">here</a><br /> + <a href="greatest-least-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Various functions for finding greatest and least values in a collection</pre> Public variables and functions: @@ -898,7 +934,7 @@ defined for any type.</pre> <hr /> <h2 id="http.agent">http.agent</h2> by <span id="author">unknown author</span><br /> - API documentation <a href="http.agent-api.html" id="api-link">here</a><br /> + <a href="http.agent-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Agent-based asynchronous HTTP client. This is a HTTP client library based on Java's HttpURLConnection @@ -954,7 +990,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="http.connection">http.connection</h2> by <span id="author">unknown author</span><br /> - API documentation <a href="http.connection-api.html" id="api-link">here</a><br /> + <a href="http.connection-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Low-level HTTP client API around HttpURLConnection</pre> Public variables and functions: @@ -965,7 +1001,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="import-static">import-static</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="import-static-api.html" id="api-link">here</a><br /> + <a href="import-static-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Import static Java methods/fields into Clojure</pre> Public variables and functions: @@ -976,7 +1012,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="jar">jar</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="jar-api.html" id="api-link">here</a><br /> + <a href="jar-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Utilities for working with Java JAR files</pre> Public variables and functions: @@ -987,7 +1023,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="java-utils">java-utils</h2> by <span id="author">unknown author</span><br /> - API documentation <a href="java-utils-api.html" id="api-link">here</a><br /> + <a href="java-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr"></pre> Public variables and functions: @@ -998,7 +1034,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="javadoc.browse">javadoc.browse</h2> by <span id="author">Christophe Grand</span><br /> - API documentation <a href="javadoc.browse-api.html" id="api-link">here</a><br /> + <a href="javadoc.browse-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Start a web browser from Clojure</pre> Public variables and functions: @@ -1009,7 +1045,7 @@ And you could write the response directly to a file like this: <hr /> <h2 id="jmx">jmx</h2> by <span id="author">Stuart Halloway</span><br /> - API documentation <a href="jmx-api.html" id="api-link">here</a><br /> + <a href="jmx-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">JMX support for Clojure Requires post-Clojure 1.0 git edge for clojure.test, clojure.backtrace. @@ -1080,7 +1116,7 @@ in the ref: <hr /> <h2 id="json.read">json.read</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="json.read-api.html" id="api-link">here</a><br /> + <a href="json.read-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">JavaScript Object Notation (JSON) parser For more information on JSON, see http://www.json.org/ @@ -1106,7 +1142,7 @@ clojure.contrib.walk/keywordize-keys</pre> <hr /> <h2 id="json.write">json.write</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="json.write-api.html" id="api-link">here</a><br /> + <a href="json.write-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">JavaScript Object Notation (JSON) generator. This library will generate JSON from the following types: @@ -1147,7 +1183,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <hr /> <h2 id="lazy-seqs">lazy-seqs</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="lazy-seqs-api.html" id="api-link">here</a><br /> + <a href="lazy-seqs-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr"> ==== Lazy sequences ==== @@ -1176,7 +1212,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <hr /> <h2 id="lazy-xml">lazy-xml</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="lazy-xml-api.html" id="api-link">here</a><br /> + <a href="lazy-xml-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Functions to parse xml lazily and emit back to text.</pre> Public variables and functions: @@ -1187,7 +1223,7 @@ Within strings, all non-ASCII characters are hexadecimal escaped.</pre> <hr /> <h2 id="logging">logging</h2> by <span id="author">Alex Taggart, Timothy Pratley</span><br /> - API documentation <a href="logging-api.html" id="api-link">here</a><br /> + <a href="logging-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Logging macros which delegate to a specific logging implementation. At macro-expansion-time a specific implementation is selected from, in order, Apache commons-logging, log4j, and finally java.util.logging. @@ -1229,7 +1265,7 @@ needs to be specified to namespace the output.</pre> <hr /> <h2 id="macro-utils">macro-utils</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="macro-utils-api.html" id="api-link">here</a><br /> + <a href="macro-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Local macros and symbol macros Local macros are defined by a macrolet form. They are usable only @@ -1251,7 +1287,7 @@ macros can be used only inside a with-symbol-macros form.</pre> <hr /> <h2 id="macros">macros</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="macros-api.html" id="api-link">here</a><br /> + <a href="macros-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Various small macros</pre> Public variables and functions: @@ -1262,7 +1298,7 @@ macros can be used only inside a with-symbol-macros form.</pre> <hr /> <h2 id="map-utils">map-utils</h2> by <span id="author">Jason Wolfe, Chris Houser</span><br /> - API documentation <a href="map-utils-api.html" id="api-link">here</a><br /> + <a href="map-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Utilities for operating on Clojure maps.</pre> Public variables and functions: @@ -1273,7 +1309,7 @@ macros can be used only inside a with-symbol-macros form.</pre> <hr /> <h2 id="math">math</h2> by <span id="author">Mark Engelberg</span><br /> - API documentation <a href="math-api.html" id="api-link">here</a><br /> + <a href="math-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Math functions that deal intelligently with the various types in Clojure's numeric tower, as well as math functions commonly found in Scheme implementations. @@ -1324,7 +1360,7 @@ exact-integer-sqrt - Implements a math function from the R6RS Scheme <hr /> <h2 id="miglayout">miglayout</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="miglayout-api.html" id="api-link">here</a><br /> + <a href="miglayout-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Clojure support for the MiGLayout layout manager http://www.miglayout.com/ @@ -1383,7 +1419,7 @@ Example: <hr /> <h2 id="mmap">mmap</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="mmap-api.html" id="api-link">here</a><br /> + <a href="mmap-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Functions for memory-mapping files, plus some functions that use a mmaped file for "normal" activies -- slurp, load-file, etc.</pre> @@ -1395,7 +1431,7 @@ mmaped file for "normal" activies -- slurp, load-file, etc.</pre> <hr /> <h2 id="monadic-io-streams">monadic-io-streams</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="monadic-io-streams-api.html" id="api-link">here</a><br /> + <a href="monadic-io-streams-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Monadic I/O with Java input/output streams Defines monadic I/O statements to be used in a state monad with an input or output stream as the state. The macro @@ -1413,7 +1449,7 @@ monadic statement sequence.</pre> <hr /> <h2 id="monads">monads</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="monads-api.html" id="api-link">here</a><br /> + <a href="monads-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This library contains the most commonly used monads as well as macros for defining and using monads and useful monadic functions.</pre> @@ -1440,7 +1476,7 @@ functions.</pre> <hr /> <h2 id="ns-utils">ns-utils</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="ns-utils-api.html" id="api-link">here</a><br /> + <a href="ns-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Namespace utilities</pre> Public variables and functions: @@ -1451,7 +1487,7 @@ functions.</pre> <hr /> <h2 id="pprint">pprint</h2> by <span id="author">Tom Faulhaber</span><br /> - API documentation <a href="pprint-api.html" id="api-link">here</a><br /> + <a href="pprint-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This module comprises two elements: 1) A pretty printer for Clojure data structures, implemented in the function "pprint" @@ -1490,7 +1526,7 @@ documentation on the the clojure-contrib web site on github.</pre> <hr /> <h2 id="probabilities.finite-distributions">probabilities.finite-distributions</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="probabilities.finite-distributions-api.html" id="api-link">here</a><br /> + <a href="probabilities.finite-distributions-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Finite probability distributions This library defines a monad for combining finite probability distributions.</pre> @@ -1503,7 +1539,7 @@ distributions.</pre> <hr /> <h2 id="probabilities.monte-carlo">probabilities.monte-carlo</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="probabilities.monte-carlo-api.html" id="api-link">here</a><br /> + <a href="probabilities.monte-carlo-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Monte-Carlo method support Monte-Carlo methods transform an input random number stream @@ -1530,7 +1566,7 @@ composed using operations defined in clojure.contrib.monads.</pre> <hr /> <h2 id="probabilities.random-numbers">probabilities.random-numbers</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="probabilities.random-numbers-api.html" id="api-link">here</a><br /> + <a href="probabilities.random-numbers-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Random number streams This library provides random number generators with a common @@ -1550,7 +1586,7 @@ linear congruential generator.</pre> <hr /> <h2 id="profile">profile</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="profile-api.html" id="api-link">here</a><br /> + <a href="profile-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Simple code profiling & timing measurement. Wrap any section of code in the prof macro, giving it a name, like this: @@ -1581,7 +1617,7 @@ under the JVM. See the function documentation for more details.</pre> <hr /> <h2 id="prxml">prxml</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="prxml-api.html" id="api-link">here</a><br /> + <a href="prxml-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Compact syntax for generating XML. See the documentation of "prxml" for details.</pre> @@ -1593,7 +1629,7 @@ for details.</pre> <hr /> <h2 id="repl-ln">repl-ln</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="repl-ln-api.html" id="api-link">here</a><br /> + <a href="repl-ln-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">A repl with that provides support for lines and line numbers in the input stream.</pre> @@ -1605,7 +1641,7 @@ input stream.</pre> <hr /> <h2 id="repl-utils">repl-utils</h2> by <span id="author">Chris Houser, Christophe Grand, Stephen Gilardi</span><br /> - API documentation <a href="repl-utils-api.html" id="api-link">here</a><br /> + <a href="repl-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Utilities meant to be used interactively at the REPL</pre> Public variables and functions: @@ -1616,7 +1652,7 @@ input stream.</pre> <hr /> <h2 id="seq-utils">seq-utils</h2> by <span id="author">Stuart Sierra (and others)</span><br /> - API documentation <a href="seq-utils-api.html" id="api-link">here</a><br /> + <a href="seq-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Sequence utilities for Clojure</pre> Public variables and functions: @@ -1627,7 +1663,7 @@ input stream.</pre> <hr /> <h2 id="server-socket">server-socket</h2> by <span id="author">Craig McDaniel</span><br /> - API documentation <a href="server-socket-api.html" id="api-link">here</a><br /> + <a href="server-socket-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Server socket library - includes REPL on socket</pre> Public variables and functions: @@ -1638,7 +1674,7 @@ input stream.</pre> <hr /> <h2 id="set">set</h2> by <span id="author">Jason Wolfe</span><br /> - API documentation <a href="set-api.html" id="api-link">here</a><br /> + <a href="set-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Clojure functions for operating on sets (supplemental to clojure.set)</pre> Public variables and functions: @@ -1649,7 +1685,7 @@ input stream.</pre> <hr /> <h2 id="shell-out">shell-out</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="shell-out-api.html" id="api-link">here</a><br /> + <a href="shell-out-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Conveniently launch a sub-process providing to its stdin and collecting its stdout</pre> @@ -1661,7 +1697,7 @@ collecting its stdout</pre> <hr /> <h2 id="singleton">singleton</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="singleton-api.html" id="api-link">here</a><br /> + <a href="singleton-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Singleton functions</pre> Public variables and functions: @@ -1672,7 +1708,7 @@ collecting its stdout</pre> <hr /> <h2 id="sql">sql</h2> by <span id="author">Stephen C. Gilardi</span><br /> - API documentation <a href="sql-api.html" id="api-link">here</a><br /> + <a href="sql-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">A Clojure interface to sql databases via jdbc See clojure.contrib.sql.test for an example</pre> @@ -1755,7 +1791,7 @@ See clojure.contrib.sql.test for an example</pre> <hr /> <h2 id="str-utils">str-utils</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="str-utils-api.html" id="api-link">here</a><br /> + <a href="str-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">String utilities for Clojure</pre> Public variables and functions: @@ -1766,7 +1802,7 @@ See clojure.contrib.sql.test for an example</pre> <hr /> <h2 id="str-utils2">str-utils2</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="str-utils2-api.html" id="api-link">here</a><br /> + <a href="str-utils2-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This is a library of string manipulation functions. It is intented as a replacement for clojure.contrib.str-utils. @@ -1791,7 +1827,7 @@ Some ideas are borrowed from <hr /> <h2 id="stream-utils">stream-utils</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="stream-utils-api.html" id="api-link">here</a><br /> + <a href="stream-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Functions for setting up computational pipelines via data streams. NOTE: This library is experimental. It may change significantly @@ -1842,7 +1878,7 @@ next value of all stream arguments in the form of a vector.</pre> <hr /> <h2 id="swing-utils">swing-utils</h2> by <span id="author">unknown author</span><br /> - API documentation <a href="swing-utils-api.html" id="api-link">here</a><br /> + <a href="swing-utils-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr"></pre> Public variables and functions: @@ -1853,7 +1889,7 @@ next value of all stream arguments in the form of a vector.</pre> <hr /> <h2 id="trace">trace</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="trace-api.html" id="api-link">here</a><br /> + <a href="trace-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">This file defines simple "tracing" macros to help you see what your code is doing.</pre> @@ -1865,7 +1901,7 @@ code is doing.</pre> <hr /> <h2 id="types">types</h2> by <span id="author">Konrad Hinsen</span><br /> - API documentation <a href="types-api.html" id="api-link">here</a><br /> + <a href="types-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">General and algebraic data types</pre> Public variables and functions: @@ -1876,7 +1912,7 @@ code is doing.</pre> <hr /> <h2 id="with-ns">with-ns</h2> by <span id="author">Stuart Sierra</span><br /> - API documentation <a href="with-ns-api.html" id="api-link">here</a><br /> + <a href="with-ns-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">Temporary namespace macro</pre> Public variables and functions: @@ -1887,7 +1923,7 @@ code is doing.</pre> <hr /> <h2 id="zip-filter">zip-filter</h2> by <span id="author">Chris Houser</span><br /> - API documentation <a href="zip-filter-api.html" id="api-link">here</a><br /> + <a href="zip-filter-api.html" id="api-link">Detailed API documentation</a><br /> <pre id="namespace-docstr">System for filtering trees and nodes generated by zip.clj in general, and xml trees in particular.</pre> |