remove outdated readmes
parent
5d7472caf8
commit
6f058a30ca
|
@ -1,88 +0,0 @@
|
|||
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:
|
||||
|
||||
- alarms -- call a quotation at a calendar date (Doug Coleman)
|
||||
- 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)
|
||||
- canvas -- Gadget which renders an OpenGL display list (Slava Pestov)
|
||||
- cocoa-callbacks -- Allows you to use Factor quotations as actions (Slava Pestov)
|
||||
- concurrency -- Erlang/Termite-style distibuted concurrency (Chris Double)
|
||||
- coroutines -- coroutines (Chris Double)
|
||||
- cryptlib -- cryptlib binding (Elie Chaftari)
|
||||
- crypto -- Various cryptographic algorithms (Doug Coleman)
|
||||
- csv -- Comma-separated values parser (Daniel Ehrenberg)
|
||||
- dlists -- double-linked-lists (Mackenzie Straight)
|
||||
- editpadpro -- EditPadPro integration for Windows (Ryan Murphy)
|
||||
- emacs -- emacs integration (Eduardo Cavazos)
|
||||
- farkup -- Wiki-style markup (Matthew Willis)
|
||||
- file-appender -- append to existing files (Doug Coleman)
|
||||
- fjsc -- Factor to Javascript compiler (Chris Double)
|
||||
- furnace -- Web framework (Slava Pestov)
|
||||
- gap-buffer -- Efficient text editor buffer (Alex Chapman)
|
||||
- graphics -- Graphics library in Factor (Doug Coleman)
|
||||
- hardware-info -- Information about your computer (Doug Coleman)
|
||||
- handler -- Gesture handler mixin (Eduardo Cavazos)
|
||||
- heap -- Binary min heap implementation (Ryan Murphy)
|
||||
- hexdump -- Hexdump routine (Doug Coleman)
|
||||
- http -- Code shared by HTTP server and client (Slava Pestov)
|
||||
- http-client -- HTTP client (Slava Pestov)
|
||||
- id3 -- ID3 parser (Adam Wendt)
|
||||
- io -- mmap, filesystem utils (Doug Coleman)
|
||||
- jedit -- jEdit editor integration (Slava Pestov)
|
||||
- jni -- Java Native Interface Wrapper (Chris Double)
|
||||
- json -- JSON reader and writer (Chris Double)
|
||||
- koszul -- Lie algebra cohomology and central representation (Slava Pestov)
|
||||
- lazy-lists -- Lazy evaluation lists (Chris Double, Matthew Willis)
|
||||
- locals -- Crappy local variables (Slava Pestov)
|
||||
- mad -- Wrapper for libmad MP3 decoder (Adam Wendt)
|
||||
- match -- pattern matching (Chris Double)
|
||||
- math -- extended math library (Doug Coleman, Slava Pestov)
|
||||
- matrices -- Matrix math (Slava Pestov)
|
||||
- memoize -- memoization (caching word results) (Slava Pestov)
|
||||
- mmap -- memory mapped files (Doug Coleman)
|
||||
- mysql -- MySQL binding (Berlin Brown)
|
||||
- null-stream -- Something akin to /dev/null (Slava Pestov)
|
||||
- odbc -- Wrapper for ODBC library (Chris Double)
|
||||
- ogg -- Wrapper for libogg library (Chris Double)
|
||||
- openal -- Wrapper for OpenAL and alut sound libraries (Chris Double)
|
||||
- oracle -- Oracle binding (Elie Chaftari)
|
||||
- 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)
|
||||
- qualified -- Qualified names for words in other vocabularies (Daniel Ehrenberg)
|
||||
- rewrite-closures -- Turn quotations into closures (Eduardo Cavazos)
|
||||
- scite -- SciTE editor integration (Clemens F. Hofreither)
|
||||
- sequences -- Non-core sequence words (Eduardo Cavazos)
|
||||
- serialize -- Binary object serialization (Chris Double)
|
||||
- server -- The with-server combinator formely found in the core (Slava Pestov)
|
||||
- slate -- Framework for graphical demos (Eduardo Cavazos)
|
||||
- shuffle -- Shuffle words not in the core library (Chris Double)
|
||||
- smtp -- SMTP client library (Elie Chaftari)
|
||||
- splay-trees -- Splay trees (Mackenzie Straight)
|
||||
- sqlite -- SQLite binding (Chris Double)
|
||||
- state-machine -- Finite state machine abstraction (Daniel Ehrenberg)
|
||||
- state-parser -- State-based parsing mechanism (Daniel Ehrenberg)
|
||||
- textmate -- TextMate integration (Benjamin Pollack)
|
||||
- theora -- Wrapper for libtheora library (Chris Double)
|
||||
- trees -- Binary search and AVL (balanced) trees (Alex Chapman)
|
||||
- usb -- Wrapper for libusb (Chris Double)
|
||||
- unicode -- Partial Unicode support beyond the core (Daniel Ehrenberg)
|
||||
- units -- Unit conversion (Doug Coleman)
|
||||
- vars -- Alternative syntax for variables (Eduardo Cavazos)
|
||||
- vim -- VIM integration (Alex Chapman)
|
||||
- visitor -- Double dispatch through the visitor pattern (Daniel Ehrenberg)
|
||||
- vorbis -- Wrapper for Ogg Vorbis library (Chris Double)
|
||||
- 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)
|
|
@ -1,30 +0,0 @@
|
|||
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:
|
||||
|
||||
"apps/modulename" require
|
||||
|
||||
Available applications:
|
||||
|
||||
- article-manager -- Web-based content management system (Chris Double)
|
||||
- automata -- Graphics demo for the UI (Eduardo Cavazos)
|
||||
- benchmarks -- Various performance benchmarks (Slava Pestov)
|
||||
- boids -- Graphics demo for the UI (Eduardo Cavazos)
|
||||
- factory -- X11 window manager (Eduardo Cavazos)
|
||||
- furnace-fjsc -- Web frontend for libs/fjsc (Chris Double)
|
||||
- furnace-onigiri -- Weblog engine (Matthew Willis)
|
||||
- furnace-pastebin -- demo app for Furnace (Slava Pestov)
|
||||
- help-lint -- online documentation typo checker (Slava Pestov)
|
||||
- icfp-2006 -- implements the icfp 2006 vm, boundvariable.org (Gavin Harrison)
|
||||
- http-server -- HTTP server (Slava Pestov, Chris Double)
|
||||
- lindenmayer -- L-systems tool (Eduardo Cavazos)
|
||||
- lisppaste -- Lisppaste XML-RPC demo (Slava Pestov)
|
||||
- ogg-player -- Ogg Vorbis (audio) and Theora (video) player (Chris Double)
|
||||
- print-dataflow -- Code to print compiler dataflow IR to the console, or show it in the UI (Slava Pestov)
|
||||
- random-tester -- Random compiler tester (Doug Coleman)
|
||||
- rss -- An RSS1, RSS2 and Atom parser and aggregator (Chris Double, Daniel Ehrenberg)
|
||||
- space-invaders -- Intel 8080-based Space Invaders arcade machine emulator (Chris Double)
|
||||
- tetris -- Tetris game (Alex Chapman)
|
||||
- turing -- Turing machine demo (Slava Pestov)
|
||||
- wee-url -- Web app to make short URLs from long ones (Doug Coleman)
|
Loading…
Reference in New Issue