This directory contains Factor code that is not part of the core library, but is useful enough to ship with the Factor distribution. Modules can be loaded from the listener: "libs/modulename" require Available libraries: - alien -- Alien utility words (Eduardo Cavazos) - base64 -- base64 encoding/decoding (Doug Coleman) - basic-authentication -- basic authentication implementation for HTTP server (Chris Double) - cairo -- cairo bindings (Sampo Vuori) - calendar -- timestamp/calendar with timezones (Doug Coleman) - cocoa-callbacks -- Allows you to use Factor quotations as actions (Slava Pestov) - concurrency -- Erlang/Termite-style distibuted concurrency (Chris Double) - coroutines -- coroutines (Chris Double) - crypto -- Various cryptographic algorithms (Doug Coleman) - dlists -- double-linked-lists (Mackenzie Straight) - emacs -- emacs integration (Eduardo Cavazos) - farkup -- Wiki-style markup (Matthew Willis) - fjsc -- Factor to Javascript compiler (Chris Double) - furnace -- Web framework (Slava Pestov) - gap-buffer -- Efficient text editor buffer (Alex Chapman) - hardware-info -- Information about your computer (Doug Coleman) - http -- Code shared by HTTP server and client (Slava Pestov) - httpd -- HTTP server (Slava Pestov, Chris Double) - http-client -- HTTP client (Slava Pestov) - jedit -- jEdit editor integration (Slava Pestov) - jni -- Java Native Interface Wrapper (Chris Double) - json -- JSON reader and writer (Chris Double) - lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis) - match -- pattern matching (Chris Double) - math -- extended math library (Doug Coleman, Slava Pestov) - parser-combinators -- Haskell-style parser combinators (Chris Double) - porter-stemmer -- Porter stemming algorithm (Slava Pestov) - postgresql -- PostgreSQL binding (Doug Coleman) - process -- Run external programs (Slava Pestov, Doug Coleman) - sequences -- Non-core sequence words (Eduardo Cavazos) - serialize -- Binary object serialization (Chris Double) - shuffle -- Shuffle words not in the core library (Doug Coleman) - slate -- Graphics canvas for the UI (Eduardo Cavazos) - slate-examples -- Examples of how to use slate (Eduardo Cavazos) - splay-trees -- Splay trees (Mackenzie Straight) - sqlite -- SQLite binding (Chris Double) - textmate -- TextMate integration (Benjamin Pollack) - topology -- Computational algebraic topology (Slava Pestov) - usb -- Wrapper for libusb (Chris Double) - units -- Unit conversion (Doug Coleman) - vars -- Alternative syntax for variables (Eduardo Cavazos) - vim -- VIM integration (Alex Chapman) - x11 -- X Window System client library (Eduardo Cavazos) - xml -- XML parser (Daniel Ehrenberg) - xml-rpc -- XML-RPC client and server (Daniel Ehrenberg) - yahoo -- Yahoo! automated search (Daniel Ehrenberg)