129 lines
No EOL
7.4 KiB
HTML
129 lines
No EOL
7.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: AccelerationNet</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=AccelerationNet">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - AccelerationNet</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">AccelerationNet</div><div id="article"><a href="http://acceleration.net">AccelerationNet</a> is a company that has released open source common lisp libraries. This page simply exists to link all these libraries together. These libraries are hosted from <a href="http://github.com/AccelerationNet">our github page</a><p><ul>
|
|
<li>
|
|
<a href="a-cl-logger.html" class="internal">a-cl-logger</a> -
|
|
A common lisp <a href="logging.html" class="category">logging</a> library providing context sensitive logging of more than just strings to more than just local files / output streams
|
|
</li>
|
|
<li>
|
|
<a href="access.html" class="internal">access</a> -
|
|
Access is a library to ease getting and setting values in nested dictionary-like objects by providing a unified interface to hash-tables, clos-objects, plists and alists
|
|
</li>
|
|
<li>
|
|
<a href="Buildnode.html" class="internal">Buildnode</a> -
|
|
Buildnode is a libary to ease interaction with <a href="CXML.html" class="category">CXML</a>:DOM <a href="XML.html" class="category">XML</a> documents and nodes
|
|
</li>
|
|
<li>
|
|
<a href="cl-cidr-notation.html" class="internal">cl-cidr-notation</a> -
|
|
<a href="https://github.com/AccelerationNet/cl-cidr-notation">cl-cidr-notation</a> is a library for converting IP addresses and CIDR blocks from integer to <a href="string.html" class="category">string</a> representations and vice versa
|
|
</li>
|
|
<li>
|
|
<a href="cl-creditcard.html" class="internal">cl-creditcard</a> -
|
|
cl-creditcard & cl-authorize-net: A common lisp library to enable processing credit card payments
|
|
</li>
|
|
<li>
|
|
<a href="CL-CSV.html" class="internal">CL-CSV</a> -
|
|
CL-CSV is a library to parse and write csv (comma-separated-values) files
|
|
</li>
|
|
<li>
|
|
<a href="cl-inflector.html" class="internal">cl-inflector</a> -
|
|
cl-inflector is a branch of <a href="vana-inflector.html" class="internal">vana-inflector</a> to make it more standard and loadable / testable
|
|
</li>
|
|
<li>
|
|
<a href="CL-MediaWiki.html" class="internal">CL-MediaWiki</a> -
|
|
CL-MediaWiki is a wrapper in Common Lisp around the media wiki <a href="web API.html" class="category">web API</a>
|
|
</li>
|
|
<li>
|
|
<a href="CLSQL-helper.html" class="internal">CLSQL-helper</a> -
|
|
CLSQL-helper is an library of utilities to make interacting with <a href="clsql.html" class="category">clsql</a> easier
|
|
</li>
|
|
<li>
|
|
<a href="CLSQL-ORM.html" class="internal">CLSQL-ORM</a> -
|
|
CLSQL-<a href="ORM.html" class="category">ORM</a> is an library to generate <a href="clsql.html" class="category">clsql</a> view-classes from existing databases, by introspecting on the "information_schema" of the running <a href="database.html" class="category">database</a>
|
|
</li>
|
|
<li>
|
|
<a href="collectors.html" class="internal">collectors</a> -
|
|
collectors is a common lisp library that aims to ease accumulating values (similar to loop/iter's collecting / appending clauses)
|
|
</li>
|
|
<li>
|
|
<a href="CSS-Selectors.html" class="internal">CSS-Selectors</a> -
|
|
<a href="https://github.com/AccelerationNet/css-selectors">CSS-selectors</a> is an <a href="XML.html" class="category">XML</a> query language for finding specific nodes in <a href="cxml.html" class="category">cxml</a>
|
|
</li>
|
|
<li>
|
|
<a href="data-table.html" class="internal">data-table</a> -
|
|
data-table is a library providing a <a href="data structure.html" class="category">data structure</a> that has rows of data and column names and types (ie database results)
|
|
</li>
|
|
<li>
|
|
<a href="function-cache.html" class="internal">function-cache</a> -
|
|
Function-cache is a Common Lisp function caching / memoization library
|
|
</li>
|
|
<li>
|
|
<a href="generators.html" class="internal">generators</a> -
|
|
Generators is a library that provides python style generators in common lisp, by using cl-cont delimited continuations
|
|
</li>
|
|
<li>
|
|
<a href="group-by.html" class="internal">group-by</a> -
|
|
Group-by is a Common Lisp library to help group data into trees (of various formats) based on common/shared values
|
|
</li>
|
|
<li>
|
|
<a href="lisp-unit2.html" class="internal">lisp-unit2</a> -
|
|
<a href="https://github.com/AccelerationNet/lisp-unit2">Lisp-unit2</a> is a major refactoring of the Common Lisp <a href="Test Framework.html" class="category">Test Framework</a> lisp-unit
|
|
</li>
|
|
<li>
|
|
<a href="Symbol-Munger.html" class="internal">Symbol-Munger</a> -
|
|
Symbol-Munger is a small library that provides functionality to ease conversion between the same symbol in different environments
|
|
</li>
|
|
<li>
|
|
<a href="TALCL.html" class="internal">TALCL</a> -
|
|
TALCL is a <a href="templating library.html" class="category">templating library</a> that implements <a href="https://www.cliki.net/XML%20template" class="new">XML template</a>s and <a href="HTML template.html" class="category">HTML template</a>s
|
|
</li>
|
|
</ul><p><hr>
|
|
<a href="Lisp Companies.html" class="category">Lisp Companies</a></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="AccelerationNet.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=AccelerationNet">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=AccelerationNet">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=AccelerationNet&from-revision=3770344576">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |