This page is for legacy support of PLaneT, Racket's deprecated, old package system. All new work should use the new Racket package system instead. |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
---|---|---|---|---|---|
alt-bracket-workaround.plt | (1 0) | — | mflatt | Workaround for DrRacket's Alt-[ and Alt-] keybinding | |
benchmark.plt | (1 0) | 1.0 | schematics | A SchemeUnit extension for timing code execution times | |
bf.plt | (1 1) | — | dyoo | bf: a brainf*ck compiler for Racket. Includes a tutorial for building a language in Racket. | |
chaining-compare.plt | (1 1) | — | dyoo | ||
check-values.plt | (1 1) | 1.1 | cobbe | Macros for writing SchemeUnit tests for multi-value functions | |
class-utils.plt | (1 2) | — | cce | Class system utilities. | |
cmwc.plt | (1 1) | 1.1 | djhaskin987 | Provides functions which create a generator of random numbers using complimentary multiply-with-carry. | |
combinators.plt | (1 4) | — | cce | Useful, higher-order functions. | |
delicious.plt | (1 3) | — | untyped | A client for the del.icio.us HTTP API. See http://del.icio.us/help/api/ for more information. | |
delirium.plt | (1 0) | — | untyped | A tool for testing PLT web application user interfaces using Javascript remote control scripts and SchemeUnit test suites. | |
dispatch.plt | (1 3) | — | untyped | A tool for configuring controller procedures and human-friendly URLs in web applications. | |
divascheme.plt | (1 4) | 2.4 | divascheme | semi-structured programming editing for DrScheme | |
docgen.plt | (1 0) | 20070410 | vyzo | A simple html documentation generator | |
dracula.plt | (2 9) | — | cce | Provides the Dracula language level for ACL2 emulation. | |
drocaml.plt | (1 2) | 1.2 | abromfie | a set of tools for using OCaml in DrScheme | |
drsync.plt | (2 6) | 1.0.1 | grettke | DrSync reverts your files when DrRacket's frame activates and saves them when it deactivates. Something like this would be of particular interest to folks who run external programs like version control or build related tools on files which they are editing inside of DrRacket. | |
fasttest.plt | (1 4) | — | cce | FastTest random test case generation. Inspired by the QuickCheck library for Haskell. | |
foof-loop.plt | (1 4) | — | offby1 | A Simple, Extensible Scheme Looping Facility | |
idcheck.plt | (1 4) | 1.4 | untyped | Client for the IDCheck distributed authentication system, available from http://idcheck.sourceforge.net/ | |
instaservlet.plt | (1 2) | — | untyped | Run a web application with two lines of code. Package deprecated: see the docs for more information. | |
instaweb.plt | (3 0) | — | schematics | Automatically setup and run your servlets in the web-server | |
internat.plt | (1 2) | 1.0 | oesterholt | Internat - an internationalization module. | |
java-class.plt | (1 1) | — | kazzmir | Subset of mzlib's class library that mimics java's forms | |
java.plt | (1 5) | 0.1 | dherman | A library for manipulating Java programs in both source and binary format. | |
javascript.plt | (5 4) | 0.13 | dherman | A DrScheme language level for the JavaScript programming language. | |
leftparen.plt | (1 2) | — | vegashacker | LeftParen lets you write web apps quickly. | |
log4scm.plt | (1 3) | 1.0 | oesterholt | LOG4SCM - a log library. | |
macro.plt | (1 2) | 1.2 | schematics | A library of macros that implement common patterns. | |
mcfly.plt | (1 0) | — | neil | McFly Runtime: Embedded Package Documentation | |
mcfly-tools.plt | (1 2) | — | neil | McFly Developer Tools | |
miller-rabin.plt | (1 4) | 0.1.3 | djhaskin987 | Provides the function "prime?" which takes a number N and the number of times to test it K and returns whether the number N is (probably) prime. The probability of its truth is (1 - 1 / (4^K)). | |
mirrors.plt | (1 2) | — | untyped | Syntaxes for creating composable blocks of XML and Javascript. | |
moby.plt | (3 11) | — | dyoo | Obsoleted and replaced by Whalesong. Please use Whalesong instead: http://hashcollision.org/whalesong | |
module-utils.plt | (1 2) | — | cce | Utilities for the PLT Scheme module system | |
mrmathematica.plt | (1 2) | — | zck | MrMathematica -- Union of Mathematica and Scheme. | |
mrmathematica.plt | (1 1) | — | chongkai | MrMathematica -- Union of Mathematica and Scheme. | |
mygengo.plt | (1 0) | — | shawnps | A Racket client for the myGengo API. | |
my-planet.plt | (1 2) | 1.2 Fix to chebyshev-integral contract | slowthought | Full code for slow-thought blog postings - AI, math | |
namespace.plt | (1 0) | 1.0 | schematics | A library of useful procedures on namespaces | |
net-repl.plt | (1 0) | 1.0 | untyped | A networked REPL. | |
no-brainer.plt | (1 2) | — | clements | A simple static checker that reports some local arity errors and unused bindings | |
object-debugger.plt | (1 2) | — | plt | Object Debugger tool for DrScheme | |
overeasy.plt | (2 0) | — | neil | Overeasy: Racket Language Test Engine | |
parameter-utils.plt | (1 0) | — | cce | Parameterization utilities. | |
port.plt | (1 2) | 1.2 | schematics | A library of functions that operate on ports. | |
prometheus.plt | (1 0) | 2.0 | daedalus | The Prometheus Object System, a prototype-based object system inspired by Self | |
redex.plt | (4 4) | — | robby | Redex is now part of the main Racket distribution. This is an old version, left here for backwards compatibility. | |
require.plt | (1 3) | 1.3 | ryanc | Require is a library that lets one name external modules or packages and use short abbreviations for requiring those external modules or packages. In addition, it provides a single point of specification for the location and version number of the packages being used. | |
roos.plt | (1 9) | 1.9 | oesterholt | ROOS is an OO Framework this is used with mzgtk2 and Persistent ROOS | |
sanng.plt | (1 3) | — | 23rdSchemer | A program for generating and training back-propagation neural networks in Racket | |
schemeunit.plt | (2 10) | 3.10 | schematics | SchemeUnit is a unit testing framework based on the Extreme Programming unit test frameworks | |
scribble-emacs.plt | (1 0) | 0.1 | neil | Emacs editing mode for Scribble files | |
selenium.plt | (1 0) | 1.0 | untyped | Bindings to the Selenium web testing tool. This package has been superseded by our new web testing framework, Delirium. | |
shootout.plt | (1 1) | 0.2 | neil | shootout: Expression Performance Comparison | |
si.plt | (1 0) | 1.0 | schematics | Simple Improvement is an addition to SchemeUnit that provides feedback on the efficiency of the development process | |
snooze.plt | (1 4) | — | untyped | An Object Relational Mapping (ORM) system from Untyped. Snooze lets you define special MzScheme structs called persistent-structs and serialize them to an SQLite or PostgreSQL database. | |
sqlid-helper.plt | (1 0) | 1.0 | sweeney | A SQL frontend for use with hans's sqlid planet package (uses scheme friendly syntax for select statements) | |
string-template.plt | (1 0) | 1.0 | dyoo | simple string templates | |
stylesheet.plt | (1 0) | 0.1 | soegaard | A DrScheme language level for writing Cascading Style Sheets (CSS). | |
syntactic-closures.plt | (1 0) | 1 | dherman | The Bawden-Rees reference implementation of syntactic closures. | |
syntax-browser.plt | (2 0) | 2.0 | ryanc | Obsolete: use (lib "syntax-browser.ss" "macro-debugger") instead. The syntax-browser displays lexical context and hygiene information on syntax objects using colors and highlighting. | |
syntax-reprinter.plt | (1 0) | 1.0 | dyoo | print syntax objects, preserving lines and columns | |
syntax-utils.plt | (1 3) | — | cce | Syntax and macro utilities. | |
test-box-recover.plt | (1 0) | — | mflatt | Tool for v370 and later to open old programs with test-case boxes | |
testeez.plt | (1 1) | 0.3 | neil | Testeez: Lightweight Unit Test Mechanism for Scheme | |
test.plt | (1 3) | 1 | dherman | Utilities for unit testing. | |
time-expand.plt | (1 0) | — | dvanhorn | This collection provides utilities for timing macro invocation and
expansion, analogous to the MzScheme utilities for collecting timing
information on procedure application and evaluation. | |
typed-scheme.plt | (2 2) | 0.91 | plt | This language allows the definition and execution of typed scheme programs. | |
unit.plt | (4 0) | 1 | dherman | Conveniences and idioms for mzscheme units. | |
unlib.plt | (3 23) | 3.x | untyped | Helpful utilities from Untyped. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
beanscheme.plt | (1 11) | — | ocorcoll | ||
bencode.plt | (2 0) | — | neil | bencode: BitTorrent Bencode Decoding | |
blogue.plt | (1 2) | — | jaymccarthy | blogging tool like early blosxom | |
couchdb.plt | (1 11) | 1 | mordae | CouchDB client for Racket. Takes most of the pain away, but does nothing about the feeling that you need to take a very long shover and wash your hands. | |
ddeclient.plt | (1 0) | — | mato | A DDE interface to setup clients in PLT-Scheme.Supporting execute-, poke- and request-transactions.Beta state. | |
delicious.plt | (1 3) | — | untyped | A client for the del.icio.us HTTP API. See http://del.icio.us/help/api/ for more information. | |
delirium.plt | (1 0) | — | untyped | A tool for testing PLT web application user interfaces using Javascript remote control scripts and SchemeUnit test suites. | |
dispatch.plt | (1 3) | — | untyped | A tool for configuring controller procedures and human-friendly URLs in web applications. | |
flickr.plt | (1 0) | — | dvanhorn | A Scheme wrapper for the Flickr web service. | |
geolocate.plt | (1 1) | 1.1 | oesterholt | geolocate - geographic location of ip numbers and host names | |
growl.plt | (1 0) | 1.0 | murphy | A simple interface to the UDP protocol for Growl notifications. | |
html-parsing.plt | (1 2) | 0.3 | neil | html-parsing: Permissive Parsing of HTML to SXML/xexp | |
html-template.plt | (1 1) | 0.2 | neil | html-template: HTML Writing Template Language based on SXML/xexp | |
html-writing.plt | (1 0) | 0.1 | neil | html-writing: Writing HTML from SXML/xexp | |
instaservlet.plt | (1 2) | — | untyped | Run a web application with two lines of code. Package deprecated: see the docs for more information. | |
instaweb.plt | (3 0) | — | schematics | Automatically setup and run your servlets in the web-server | |
json-parsing.plt | (1 2) | 0.4 | neil | json-parsing: JSON Parsing, Folding, and Conversion | |
leftparen.plt | (1 2) | — | vegashacker | LeftParen lets you write web apps quickly. | |
listit.plt | (1 0) | 1.0 | soegaard | An small Reddit-like web-application | |
mail-parse.plt | (1 0) | 0.2 | mburns | Parse an email, or a stream of emails, into a simple structure | |
mbform.plt | (1 0) | — | jaymccarthy | Multi-button form abstraction | |
mirrors.plt | (1 2) | — | untyped | Syntaxes for creating composable blocks of XML and Javascript. | |
net-repl.plt | (1 0) | 1.0 | untyped | A networked REPL. | |
network.plt | (1 0) | 1 | dherman | Network utilities, currently only available for Windows. | |
racket-riak.plt | (1 0) | 1.0 | dkvasnicka | A Riak NoSQL database client | |
redis.plt | (1 3) | 1 | mordae | Redis client for Racket. Recommended by Rainbow Dash for it's pure awesomeness! | |
resume.plt | (3 0) | — | jacobm | Gives a simple API that allows PLT Web Server servlet programmers to create user accounts that let users resume old sessions after logging in | |
rfc3339.plt | (1 0) | 0.2 | neil | rfc3339.scm: RFC3339 Date and Time Format in Scheme | |
scgi.plt | (2 0) | — | neil | scgi: Web HTTP SCGI and CGI | |
socket.plt | (1 2) | 20070425 | vyzo | BSD/POSIX sockets library for mzscheme | |
SPeaCAP.plt | (1 0) | 1.0 | evanfarrer | The SPeaCAP (speak up) library provides bindings for the libpcap library. | |
spgsql.plt | (2 3) | 5.3 | schematics | The spgsql library provides classes, datatypes, and procedures useful for connecting to a PostgreSQL database server over TCP. | |
sqlid-helper.plt | (1 0) | 1.0 | sweeney | A SQL frontend for use with hans's sqlid planet package (uses scheme friendly syntax for select statements) | |
sql-table.plt | (1 1) | 0.1 | dfisher | Provides a persistent-table abstraction for SQL-based databases. | |
url-param.plt | (2 0) | — | jaymccarthy | Stores Web cells in URLs | |
url-rewriting.plt | (1 2) | 1.0 | oesterholt | url-rewriting - URL Rewriting for the PLT Web Server collection | |
webbot.plt | (1 3) | 1.30 | oesterholt | WebBot contains a couple of ROOS classes that provide functionality to post multipart/form-data to sites. | |
wtk.plt | (1 8) | — | jaymccarthy | Some web components | |
xexp.plt | (1 0) | 0.1 | neil | xexp: SXML/xexp Representation of XML and HTML | |
xmlrpc.plt | (3 0) | 1.6 | schematics | Implementation of the XML-RPC protocol. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
bystroTeX.plt | (8 0) | — | amkhlv | Scribble-based tool for preparing slides with LaTeX formulas | |
cairo.plt | (1 0) | — | samth | A set of bindings for the cairo [http://cairographics.org] drawing library.Currently the font handling functionality is not included in the binding. | |
coremidi.plt | (1 2) | — | evhan | A small interface to Apple's CoreMIDI library. | |
dynablaster.plt | (1 14) | 1.14 | jeeve | Dynablaster game | |
fractal.plt | (2 0) | 1 | dherman | A fun example of a simple fractal. | |
iTunes-helper.plt | (1 0) | the only version | clements | A nearly useless package to help you choose subsets of your iTunes Library; useful for randomizing what's on your iPod. | |
postscript.plt | (1 0) | — | Inaimathi | An implementation of PostScript for generating files in PLT-Scheme. Currently provides a very thin layer over PostScript syntax. The output can obviously be converted to PDF with a tool like ps2pdf. | |
rsitunes.plt | (1 1) | — | jaymccarthy | Helps you use iTunes to care for your RSI. | |
sb-world.plt | (1 0) | — | sbloch | The sb-world collection provides an alternative API for animations, similar to the bundled "world" teachpack but more functional and less imperative. | |
sdl4racket.plt | (1 0) | — | pb82 | ||
sicp.plt | (1 1) | — | soegaard | The SICP Picture Language. | |
taglib.plt | (1 0) | — | asumu | Bindings to the Taglib C bindings, which allowyou to read and edit the metadata of popular audio formats | |
tiles.plt | (1 3) | — | sbloch | The tiles collection provides functions for combining (vertical and horizontal concatenation) and manipulating (rotation, reflection) images. | |
x11.plt | (2 2) | 1.0 | kazzmir | Bindings to the X11 library | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
csv.plt | (1 7) | 0.11 | neil | csv: Comma-Separated Value (CSV) Utilities in Scheme | |
gnucash.plt | (1 1) | 0.01 | clements | A library of functions for parsing Gnucash files | |
ho-utils.plt | (1 6) | 1.6 | oesterholt | HO Utils - are utilities that are used with various packages | |
html-parser.plt | (1 2) | 1.2 | ashinn | A fully customizable, practical HTML parser, with an htmlprag-compatible html->sxml interface, as well as an SSAX-like lazy tree-folding interface. | |
html-parsing.plt | (1 2) | 0.3 | neil | html-parsing: Permissive Parsing of HTML to SXML/xexp | |
html-template.plt | (1 1) | 0.2 | neil | html-template: HTML Writing Template Language based on SXML/xexp | |
html-writing.plt | (1 0) | 0.1 | neil | html-writing: Writing HTML from SXML/xexp | |
json-parsing.plt | (1 2) | 0.4 | neil | json-parsing: JSON Parsing, Folding, and Conversion | |
mirrors.plt | (1 2) | — | untyped | Syntaxes for creating composable blocks of XML and Javascript. | |
sedna.plt | (1 2) | — | lizorkin | SXML-compatible client API for XML database management system Sedna | |
ssax.plt | (2 0) | — | lizorkin | SSAX functional XML parsing framework to inter-convert between an angular-bracket and an S-expression-based notations for markup documents | |
sxml-match.plt | (1 0) | 1.0 | jim | A 'by-example' pattern matcher for SXML. | |
sxml.plt | (2 1) | — | lizorkin | Collection of tools for processing markup documents in the form of S-expressions | |
webit.plt | (1 5) | 2.0.1 | jim | ||
webscraperhelper.plt | (1 0) | 0.3 | neil | WebScraperHelper: Simple Generation of SXPath Queries from SXML Examples | |
website.plt | (1 1) | — | cce | Website creation functions. | |
xexp.plt | (1 0) | 0.1 | neil | xexp: SXML/xexp Representation of XML and HTML | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
ahocorasick.plt | (1 0) | — | dyoo | Aho-Corasick Tools: both an interpreter and a compiler for Aho-Corasick automata | |
amb.plt | (1 0) | 1.0 | wmfarr | The classic ambiguous operator. | |
array-ec.plt | (1 0) | 1.0 | wmfarr | SRFI-42 eager comprehensions and generators for SRFI-25 arrays. | |
aterm.plt | (2 0) | 1 | dherman | Utilities for the ATerm format. | |
calm-evt.plt | (1 0) | 1.0 | dyoo | calm-evt: event wrapper that calms an event's delivery. | |
control.plt | (1 2) | 1.1 | soegaard | Control Structures This package provides the control structures while, until, dotimes, and tagged-begin. The tagged-begin contruct is a 'begin with labels and goto'. | |
crypto.plt | (1 5) | 20070425 | vyzo | Crypto library for mzscheme | |
datastructs.plt | (1 0) | 0.40 | oesterholt | Datastructs - Thread Safe Datastructures | |
digest.plt | (1 2) | 1.2 | soegaard | Message digest algorithms (md5, sha1, ...) from libcrypto. Incremental calculation supported. | |
disk.plt | (2 0) | — | soegaard | A library of disk functions. For now sorting of large files. | |
environment.plt | (3 0) | 3.0 | cobbe | A rib-cage environment data structure. | |
equiv.plt | (1 2) | — | cce | Extensible Recursive Equivalence Relations. | |
evector.plt | (1 1) | 1.1 | soegaard | Extensible vectors are a low level, resizeable data structure resembling normal Scheme vectors. | |
galore.plt | (3 6) | — | soegaard | A library of functional data structures | |
gzip.plt | (2 1) | 2.0 | soegaard | Provides gzip compression and decompression via zlib. | |
hash-cons.plt | (1 0) | 1.0 | dyoo | hash-cons for sharing of cons pairs and structs | |
join-forest.plt | (1 2) | 1.1 | dyoo | join a forest of binary trees | |
json.plt | (1 2) | 1 | dherman | Implements the JSON data format. | |
levenshtein.plt | (1 1) | 0.4 | neil | levenshtein.scm: Levenshtein Distance Metric in Scheme | |
list.plt | (2 0) | 2 | dherman | Combines the best of the standard mzscheme list libraries. | |
logic.plt | (1 1) | 0.01 alpha | pjmatos | Functions for logic formulas (as s-expr) manipulation.Also includes functions to generate CNF and system interface to SAT solvers. | |
math.plt | (1 2) | 1.0 Beta functions, matrices | slowthought | Probability, matrices | |
miller-rabin.plt | (1 4) | 0.1.3 | djhaskin987 | Provides the function "prime?" which takes a number N and the number of times to test it K and returns whether the number N is (probably) prime. The probability of its truth is (1 - 1 / (4^K)). | |
move-pos.plt | (1 0) | 1.0 | dyoo | calculates the effect of printing a displayed string on line/column positions. | |
mzgsl.plt | (2 0) | 1.0 | wmfarr | Bindings to the GNU Scientific Library for MzScheme. See the Science collection for native MzScheme libraries which implement much of this functionality. | |
pairing-heap.plt | (1 0) | 1.0 | wmfarr | The pairing-heaps.plt package provides a unit for creating and manipulating pairing heaps. To learn more about pairing heaps, see the Wikipedia entry on pairing-heaps. The heaps created by this package are "persistent", meaning that operations like "insert" create a new heap which contains all the elemnts of the old heap plus those which have been inserted. Persistent datastructures are particularly useful for multi-threaded programs because no operations can alter a pre-existing heap (which can therefore be shared between multiple threads). | |
permutations.plt | (1 2) | — | wmfarr | Generate and manipulate permutations. | |
pfds.plt | (1 5) | 1.5 | krhari | A library of purely functional data structures in Typed Racket. Data structures in the library are based on Chris Okasaki's book Purely Functional Data Structures, work by Phil Bagwell and others | |
plt-linalg.plt | (1 7) | — | wmfarr | Simple linear algebra operations in double-precision for PLT Scheme.Uses LAPACK and BLAS for operations | |
porter-stemmer.plt | (1 1) | — | dyoo | A packaging of the algorithm from Programming Praxis's discussion on the Porter-stemming algorithm. http://programmingpraxis.com/2009/09/08/porter-stemming/ | |
postscript.plt | (1 0) | — | Inaimathi | An implementation of PostScript for generating files in PLT-Scheme. Currently provides a very thin layer over PostScript syntax. The output can obviously be converted to PDF with a tool like ps2pdf. | |
rle.plt | (1 1) | 1.0 | dyoo | run-length encoding | |
rope.plt | (3 2) | 3.0 | dyoo | Ropes for fast string concatenation and subsequencing | |
set.plt | (3 0) | 1 | dherman | A functional set implementation. | |
SO31.plt | (1 2) | 1.2 | wmfarr | Code to manipulate four-dimensional Lorentz transformations (i.e. SO(3,1) group elements). | |
sort.plt | (1 0) | 1 | dherman | Useful sorting utilities. | |
srfi-4-comprehensions.plt | (1 0) | 1.0 | wmfarr | SRFI-42 comprehensions and generators for SRFI-4 vectors | |
stream.plt | (1 1) | 1 | dherman | A library of procedures for operating on SRFI 40 streams, analogous to SRFI 1. | |
struct.plt | (2 4) | 4 | dherman | A library of various data structures based on structs, including algebraic datatypes and inheritance hierarchies. | |
suffixtree.plt | (1 1) | — | dyoo | Suffix trees with Ukkonen's algorithm | |
tqueue.plt | (1 2) | 1.0 | dyoo | A queue-like data structure for topological sorting. | |
trie.plt | (1 0) | — | jaymccarthy | Finite maps as big-endian binary tries | |
union-find.plt | (1 0) | 1.0 | dyoo | union-find: classical union-find data structure for disjoint sets | |
views.plt | (1 1) | 1.1 | cobbe | Macros for defining pattern-matching views on abstract data types | |
weak-map.plt | (1 0) | 1.0 | dyoo | weak-map: a hash-table with weak-keysUseful for building object caches. Also includes a string-intern example. | |
zipper.plt | (1 0) | — | jaymccarthy | Zipper-like functions. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
binary.plt | (1 0) | 1 | dherman | Utilities for binary data. | |
bit-io.plt | (2 0) | 2 | soegaard | Bit IO This package provides the operations for reading and writing bits from and to files. | |
couchdb.plt | (1 11) | 1 | mordae | CouchDB client for Racket. Takes most of the pain away, but does nothing about the feeling that you need to take a very long shover and wash your hands. | |
csv.plt | (1 7) | 0.11 | neil | csv: Comma-Separated Value (CSV) Utilities in Scheme | |
fmt.plt | (1 1) | 0.6 | ashinn | Extensible Combinator-based Text Formatting | |
fs-persist.plt | (1 0) | — | jaymccarthy | fs-persist | |
gnucash.plt | (1 1) | 0.01 | clements | A library of functions for parsing Gnucash files | |
html-parser.plt | (1 2) | 1.2 | ashinn | A fully customizable, practical HTML parser, with an htmlprag-compatible html->sxml interface, as well as an SSAX-like lazy tree-folding interface. | |
ical.plt | (1 2) | — | jaymccarthy | Reads and writes iCal/vCal files | |
io.plt | (1 9) | 4 | dherman | A library of I/O utilities. | |
mboxrd-read.plt | (1 0) | 0.01 | clements | A library of 2 functions for parsing files in the standard mboxrd format DEPRECATED in favor of 'package' version available at pkg.racket-lang.org . | |
mzfam.plt | (2 1) | 2.1 | jao | A file alteration monitor (using either FAM/Gamin or a pure scheme implementation) | |
planet-fmt.plt | (1 10) | — | joskoot | ||
port.plt | (1 2) | 1.2 | schematics | A library of functions that operate on ports. | |
postscript.plt | (1 0) | — | Inaimathi | An implementation of PostScript for generating files in PLT-Scheme. Currently provides a very thin layer over PostScript syntax. The output can obviously be converted to PDF with a tool like ps2pdf. | |
pprint.plt | (3 1) | 2 | dherman | A pretty-printing library. | |
racket-riak.plt | (1 0) | 1.0 | dkvasnicka | A Riak NoSQL database client | |
redis.plt | (1 3) | 1 | mordae | Redis client for Racket. Recommended by Rainbow Dash for it's pure awesomeness! | |
scripting.plt | (1 1) | 1.1 | ryanc | Scripting is a library of procedures useful for writing mzscheme scripts, especially those which execute external commands and manipulate the filesystem. | |
sqld-psql-c.plt | (1 1) | 1.1 | oesterholt | sqld-psql-c - An FFI based, asynchronous driver for use with SQLID for PostgreSQL, based on libpq and an additional threaded query library | |
sqld-psql-ffi.plt | (1 1) | 1.00 | oesterholt | sqld-psql-ffi - An FFI based, asynchronous driver for use with SQLID for PostgreSQL, based on libpq | |
sqld-psql.plt | (1 0) | 1.0 | oesterholt | sqld-psql - A driver for use with SQLID for PostgreSQL based on Schematics spgsql.plt | |
sqld-sqlite.plt | (1 7) | 1.7 | oesterholt | sqld-sqlite - An FFI driver for use with SQLID for sqlite3 | |
sqlid-helper.plt | (1 0) | 1.0 | sweeney | A SQL frontend for use with hans's sqlid planet package (uses scheme friendly syntax for select statements) | |
sqlid.plt | (1 5) | 1.5 | oesterholt | SQLI/SQLD is a framework for RDBM access. | |
sqlite.plt | (3 1) | — | jaymccarthy | Allows access to SQLite databases. | |
sql-oo.plt | (2 0) | — | jaymccarthy | Allows persistent objects in an SQL database. (Currently only works with SQLite.) | |
sql-table.plt | (1 1) | 0.1 | dfisher | Provides a persistent-table abstraction for SQL-based databases. | |
string-template.plt | (1 0) | 1.0 | dyoo | simple string templates | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
bh-tree.plt | (1 0) | 1.0 | wmfarr | Create and manipulate Barnes-Hut octtrees.These trees are useful in N-Body simulations as an efficient datastructure for computing forces and potentials. | |
bystroTeX.plt | (8 0) | — | amkhlv | Scribble-based tool for preparing slides with LaTeX formulas | |
cmwc.plt | (1 1) | 1.1 | djhaskin987 | Provides functions which create a generator of random numbers using complimentary multiply-with-carry. | |
deriv.plt | (3 0) | — | wmfarr | MzScheme language which extends numerical operations to allow for automatic differentiation. | |
dracula.plt | (2 9) | — | cce | Provides the Dracula language level for ACL2 emulation. | |
fractal.plt | (2 0) | 1 | dherman | A fun example of a simple fractal. | |
inference.plt | (1 3) | 1.3 | williams | Implements a rule-based inference engine that supports both forward (data-driven) and backward (goal-driven) chaining. | |
levenshtein.plt | (1 1) | 0.4 | neil | levenshtein.scm: Levenshtein Distance Metric in Scheme | |
logic.plt | (1 1) | 0.01 alpha | pjmatos | Functions for logic formulas (as s-expr) manipulation.Also includes functions to generate CNF and system interface to SAT solvers. | |
math.plt | (1 2) | 1.0 Beta functions, matrices | slowthought | Probability, matrices | |
math.plt | (1 5) | 1.5 | soegaard | Large collection of number theory functions. | |
miller-rabin.plt | (1 4) | 0.1.3 | djhaskin987 | Provides the function "prime?" which takes a number N and the number of times to test it K and returns whether the number N is (probably) prime. The probability of its truth is (1 - 1 / (4^K)). | |
mrmathematica.plt | (1 2) | — | zck | MrMathematica -- Union of Mathematica and Scheme. | |
mrmathematica.plt | (1 1) | — | chongkai | MrMathematica -- Union of Mathematica and Scheme. | |
my-planet.plt | (1 2) | 1.2 Fix to chebyshev-integral contract | slowthought | Full code for slow-thought blog postings - AI, math | |
mzgsl.plt | (2 0) | 1.0 | wmfarr | Bindings to the GNU Scientific Library for MzScheme. See the Science collection for native MzScheme libraries which implement much of this functionality. | |
nbody-ics.plt | (1 0) | 1.0 | wmfarr | Initial conditions for N-body simulations.Currently provides cold and hot (any ratio of KE/PE) constant-density spherical distributions and plummer models. | |
permutations.plt | (1 2) | — | wmfarr | Generate and manipulate permutations. | |
plt-linalg.plt | (1 7) | — | wmfarr | Simple linear algebra operations in double-precision for PLT Scheme.Uses LAPACK and BLAS for operations | |
qlambda.plt | (1 5) | 0.1 | zitterbewegung | This package provides a simulator for a functional language based on Scheme for expressing and simulating quantum algorithms. Example code implementing some simple quantum algorithms is provided. | |
random-org.plt | (1 2) | 1.0 | ekiru | An interface to the HTTP API of random.org, providing functions to generate true random numbers, strings, and passwords. | |
random.plt | (1 0) | 1 | schematics | Functions to produce random numbers of various distribtions. The library uses the SRFI-27 approach. Random permuations are also provided | |
science.plt | (2 9) | 2.9 | williams | A collection of modules that provide functions for numerical computing. | |
simulation.plt | (2 2) | 2.2 | williams | Implements an integrated discrete-event and continuous simulation engine. | |
SO31.plt | (1 2) | 1.2 | wmfarr | Code to manipulate four-dimensional Lorentz transformations (i.e. SO(3,1) group elements). | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
cairo.plt | (1 0) | — | samth | A set of bindings for the cairo [http://cairographics.org] drawing library.Currently the font handling functionality is not included in the binding. | |
cmwc.plt | (1 1) | 1.1 | djhaskin987 | Provides functions which create a generator of random numbers using complimentary multiply-with-carry. | |
coremidi.plt | (1 2) | — | evhan | A small interface to Apple's CoreMIDI library. | |
ddeclient.plt | (1 0) | — | mato | A DDE interface to setup clients in PLT-Scheme.Supporting execute-, poke- and request-transactions.Beta state. | |
get-environment.plt | (1 0) | 1.0 | dyoo | get C environmental variables | |
gi-ffi.plt | (1 3) | 0.2 | Kalimehtar | GI-FFI is a foreign function interface to the GObjectIntrospectionwhich is a modern interface to GTK, GNOME, DBus and so on | |
host-serial.plt | (1 2) | 1.0 | oesterholt | host-serial - Serial numbers for a given host (hardware bound). | |
linux-proc-apm.plt | (1 0) | 0.2 | neil | linux-proc-apm.scm: Linux /proc/apm APM Data Access in Scheme | |
network.plt | (1 0) | 1 | dherman | Network utilities, currently only available for Windows. | |
password.plt | (1 0) | 1.0 | schematics | A library of functions to generate passwords. | |
pointer-address.plt | (1 1) | — | synx | The address of a C pointer | |
sizeof.plt | (1 3) | — | synx | Size of arbitrary C types | |
socket.plt | (1 2) | 20070425 | vyzo | BSD/POSIX sockets library for mzscheme | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
book.plt | (1 0) | 0.0.1 | sammy | Book and cycle widgets for frtime | |
ft-read-only-text.plt | (1 0) | 0.0.1 | sammy | Read only editors for frtime | |
gi-ffi.plt | (1 3) | 0.2 | Kalimehtar | GI-FFI is a foreign function interface to the GObjectIntrospectionwhich is a modern interface to GTK, GNOME, DBus and so on | |
growl.plt | (1 0) | 1.0 | murphy | A simple interface to the UDP protocol for Growl notifications. | |
hwiki.plt | (1 15) | 1.15 | oesterholt | HWIKI - A wysiwyg wiki/cms for mzscheme | |
mirrors.plt | (1 2) | — | untyped | Syntaxes for creating composable blocks of XML and Javascript. | |
pprint.plt | (3 1) | 2 | dherman | A pretty-printing library. | |
Tray.plt | (1 0) | — | Dima_ | Manage tray of Microsoft windows | |
vi.plt | (1 0) | — | kazzmir | Vi mode for Drscheme | |
widgets.plt | (2 0) | 2 | dherman | A library of GUI widgets. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
functional.plt | (1 1) | — | toups | Utilities for functional programming, including monads and point-free utils | |
grammar.plt | (1 3) | — | dvanhorn | Datum grammar acceptors, a syntax for constructing acceptor procedures for a given context-free grammar. | |
java.plt | (1 5) | 0.1 | dherman | A library for manipulating Java programs in both source and binary format. | |
lambda-gradual.plt | (1 2) | 1 | dherman | The gradually typed lambda calculus of Siek and Taha and Herman, Tomb, and Flanagan. | |
lambda-sigma.plt | (1 1) | 5 | dherman | The lambda-sigma calculus of Abadi, Cardelli, Curien, and Levy. | |
macro-object.plt | (1 0) | 1 | dherman | A library for attaching elaboration-time values to syntax transformers. | |
macros.plt | (1 3) | 1.2 | ryanc | Defines macros for struct definitions and interface-checked class programming. Also provides utilities for macro-writers. | |
mzlite.plt | (1 0) | 1 | dherman | A DrScheme language level for a minimal mzscheme. | |
namespace.plt | (1 0) | 1.0 | schematics | A library of useful procedures on namespaces | |
pointer-address.plt | (1 1) | — | synx | The address of a C pointer | |
pprint.plt | (3 1) | 2 | dherman | A pretty-printing library. | |
r4rs-compiler.plt | (1 0) | — | dvanhorn | Compiling Scheme Workshop (1996) expository Scheme compiler. | |
r6rs-expander-vantonder.plt | (3 2) | 6.0.2 (12-27-07) | dvanhorn | Portable expander for R6RS macros and libraries. | |
redex.plt | (4 4) | — | robby | Redex is now part of the main Racket distribution. This is an old version, left here for backwards compatibility. | |
roos.plt | (1 9) | 1.9 | oesterholt | ROOS is an OO Framework this is used with mzgtk2 and Persistent ROOS | |
sizeof.plt | (1 3) | — | synx | Size of arbitrary C types | |
srfi-53.plt | (1 0) | — | dvanhorn | SRFI 53: Syntactic computations with computation-rules, reference implementation written by Andre van Tonder and transcribed to work with MzScheme and SchemeUnit. | |
syntactic-closures.plt | (1 0) | 1 | dherman | The Bawden-Rees reference implementation of syntactic closures. | |
syntax-browser.plt | (2 0) | 2.0 | ryanc | Obsolete: use (lib "syntax-browser.ss" "macro-debugger") instead. The syntax-browser displays lexical context and hygiene information on syntax objects using colors and highlighting. | |
typed-scheme.plt | (2 2) | 0.91 | plt | This language allows the definition and execution of typed scheme programs. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
require.plt | (1 3) | 1.3 | ryanc | Require is a library that lets one name external modules or packages and use short abbreviations for requiring those external modules or packages. In addition, it provides a single point of specification for the location and version number of the packages being used. | |
test-connection.plt | (1 0) | — | planet | Tests your PLaneT collection to make sure it's working properly. | |
| |||||
Name | PLaneT Version | External Version | Owner | Description | |
arctangent.plt | (1 0) | — | dyoo | [no description available] | |
array-ec.plt | (1 0) | 1.0 | wmfarr | SRFI-42 eager comprehensions and generators for SRFI-25 arrays. | |
aspect-scheme.plt | (2 1) | 2 | cdutchyn | Reference implementation of AspectScheme from "Aspects in Higher-Order Languages" | |
autogrammar.plt | (1 0) | — | dyoo | [no description available] | |
beanscheme.plt | (1 11) | — | ocorcoll | ||
bf.plt | (1 0) | — | wjdevrie | [no description available] | |
bisect-search.plt | (1 0) | 1.0 | dyoo | Bisection search algorithm | |
blogue.plt | (1 2) | — | jaymccarthy | blogging tool like early blosxom | |
brainfudge.plt | (1 0) | — | richie940 | [no description available] | |
brainfudge.plt | (1 0) | — | dyoo | [no description available] | |
ccnum.plt | (1 0) | 0.2 | neil | ccnum: Credit Card Number Utilities | |
cdrswift.plt | (1 5) | — | dignatof | [no description available] | |
classic-java.plt | (1 1) | 1.1 | cobbe | An implementation of ClassicJava in PLT Redex. | |
closure-calculus.plt | (1 0) | — | dvanhorn | An aplicative order reduction semantics for the lambda-rho-hat calculus of closures. | |
cmwc.plt | (1 1) | 1.1 | djhaskin987 | Provides functions which create a generator of random numbers using complimentary multiply-with-carry. | |
compose-lang.plt | (1 0) | — | dyoo | [no description available] | |
contract-utils.plt | (3 0) | 3.0 | cobbe | Various contract functions and utilities. | |
country-codes.plt | (1 1) | 1.1 | dyoo | ISO 3166 country codes. | |
crypto.plt | (1 5) | 20070425 | vyzo | Crypto library for mzscheme | |
cs019.plt | (1 10) | — | cs019 | Provides the programming language for Brown Computer Science course cs019. | |
csv-write.plt | (1 2) | 1 | dherman | Generates CSV-formatted output. | |
deferred.plt | (1 1) | — | cjfuller | [no description available] | |
delim-control.plt | (1 0) | — | jaymccarthy | Generic implementation of all four delimited control operators | |
doodle-draw.plt | (1 1) | 1 | tomcoiro | Little #lang for drawing Bezier curves and lines. | |
Doodle Draw.plt | (1 1) | 1 | tomcoiro | Little #lang for drawing Bezier curves and lines. | |
dynablaster.plt | (1 14) | 1.14 | jeeve | Dynablaster game | |
finite-types.plt | (1 1) | — | dvanhorn | Enumerated and finite types and sets facility. | |
fortunedb.plt | (1 0) | — | jaymccarthy | Fortune Database | |
fractal.plt | (2 0) | 1 | dherman | A fun example of a simple fractal. | |
fun.plt | (1 0) | — | toups | Allows you to partially apply a function to any number/position of arguments.Contains a few other useful functions and left and right partial application. | |
generator.plt | (2 2) | 1.1 | dyoo | Provides nice syntactic sugar for writing Python/Ruby stylegenerators. | |
geocoder.plt | (1 1) | 1 | dherman | Geocodes US street addresses. | |
grid.plt | (1 2) | — | jaymccarthy | Managing your life is good for you. | |
hash-store.plt | (1 4) | — | jaymccarthy | Stores bytes by SHA1 hash. | |
hmac-sha1.plt | (1 1) | — | jaymccarthy | HMAC-SHA1 | |
host-serial.plt | (1 2) | 1.0 | oesterholt | host-serial - Serial numbers for a given host (hardware bound). | |
ho-utils.plt | (1 6) | 1.6 | oesterholt | HO Utils - are utilities that are used with various packages | |
htmlprag.plt | (1 7) | 0.20 | neil | HtmlPrag: Pragmatic Parsing and Emitting of HTML using SXML and SHTML | |
hwiki.plt | (1 15) | 1.15 | oesterholt | HWIKI - A wysiwyg wiki/cms for mzscheme | |
infix.plt | (1 1) | 1.2 | dyoo | infix expressions for PLT Scheme | |
insert-large-letters.plt | (1 0) | 0.0.1 | spdegabrielle | copied/moved from DrRacket. | |
inspector.plt | (1 0) | 2 | dherman | A library of inspector utilities. | |
javascript.plt | (1 2) | — | jaymccarthy | Javascript s-expression syntax | |
json-template.plt | (1 5) | 1.0.6 | mbenkard | A Typed Racket implementation of JSON Template, a minimalistic, yet powerful, template language. | |
lambda-gradual.plt | (1 2) | 1 | dherman | The gradually typed lambda calculus of Siek and Taha and Herman, Tomb, and Flanagan. | |
lambda-sigma.plt | (1 1) | 5 | dherman | The lambda-sigma calculus of Abadi, Cardelli, Curien, and Levy. | |
launch-browser.plt | (1 1) | 1.0 | oesterholt | launch-browser - start the default browser with a url | |
list-accessor-predicates.plt | (1 0) | — | erast | This library defines predicates cadr?, caar?, cdar?, and so on, for up to four combinations of car and cdr. | |
live.plt | (1 11) | 1.11 | jeeve | Live basic library | |
logo.plt | (1 0) | — | lwhjp | ||
markets.plt | (1 2) | 1.2 | jeeve | Simple financial markets web service | |
memcached.plt | (1 0) | — | jaymccarthy | [no description available] | |
memoize.plt | (2 3) | 2 | dherman | Macros for defining memoized procedures. | |
meta-q.plt | (1 0) | — | jaymccarthy | Meta-Q implementation for PLT strings | |
miller-rabin.plt | (1 4) | 0.1.3 | djhaskin987 | Provides the function "prime?" which takes a number N and the number of times to test it K and returns whether the number N is (probably) prime. The probability of its truth is (1 - 1 / (4^K)). | |
miniKanren.plt | (1 1) | — | dfriedman | An implementation of miniKanren, an embedding of logic programming into Scheme. This is the miniKanren that was presented at the 2006 Scheme Workshop in September, 2006. | |
mmss.plt | (1 1) | — | jaymccarthy | Jay McCarthy's collection of Scheme procedures. | |
morc.plt | (1 0) | — | neil | Morc: Mock Arc Programming Language as Scheme Extension | |
mrtex2im.plt | (1 3) | 0.4 | pjmatos | [no description available] | |
mulkrypt.plt | (1 3) | 1.0 | mbenkard | &p;A pure-Racket, no-dependencies library of cryptographic algorithms. Implements HMAC, the cryptographic hashing functions Whirlpool and CubeHash, and the stream cipher Salsa20. | |
mygengo.plt | (1 0) | — | shawnps | A Racket client for the myGengo API. | |
mysqldump.plt | (1 0) | 1 | dherman | Converts a MySQL dump to CSV. | |
mz-language-tags.plt | (1 2) | 1.0 | oesterholt | MZ-LANGUAGE-TAGS - IANA Language tags | |
mzlite.plt | (1 0) | 1 | dherman | A DrScheme language level for a minimal mzscheme. | |
mzrpc.plt | (1 4) | 1.4 | oesterholt | MZRPC - An other RPC implementation for mzscheme | |
nationality.plt | (3 0) | 1 | dherman | Maps country names to their nationalities. | |
numformat.plt | (1 0) | 0.1 | neil | numformat: Sketchy Number Formatting | |
numspell.plt | (1 0) | 0.1 | neil | numspell.scm: Spelling Numbers as English in Scheme | |
offby1.plt | (1 1) | — | offby1 | Buncha stuff I find useful | |
Open Flowers.plt | (1 3) | — | mti | ||
outer.plt | (1 1) | — | dyoo | [no description available] | |
password.plt | (1 0) | 1.0 | schematics | A library of functions to generate passwords. | |
pop-pl.plt | (1 1) | — | robby | [no description available] | |
porter-stemmer.plt | (1 1) | — | dyoo | A packaging of the algorithm from Programming Praxis's discussion on the Porter-stemming algorithm. http://programmingpraxis.com/2009/09/08/porter-stemming/ | |
postnet-planet.plt | (1 1) | 0.4 | neil | postnet.scm: USPS POSTNET Barcode Encoding in Scheme | |
prefix.plt | (1 1) | — | jaymccarthy | Tests students with regards to the use of prefix notation. | |
princess.plt | (1 2) | — | mflatt | Slideshow picts for princesses, castles, thought bubbles, wishing wells, etc. | |
progedit.plt | (1 2) | — | neil | Programmatic File Editing | |
prometheus.plt | (1 0) | 2.0 | daedalus | The Prometheus Object System, a prototype-based object system inspired by Self | |
prophecy.plt | (1 0) | 1 | dherman | A "future-generator" control construct, or "prophecy." | |
protobj.plt | (1 2) | 0.4 | neil | Protobj: Prototype-Delegation Object Model in Scheme | |
record-case.plt | (1 1) | — | dvanhorn | Record-case, a simple list deconstruction syntax used
in the Compiling Scheme Workshop (1996) expository Scheme compiler. | |
roman.plt | (1 1) | 0.2 | ams | Utility functions for roman numerals. | |
sanng.plt | (1 3) | — | 23rdSchemer | A program for generating and training back-propagation neural networks in Racket | |
scribble-paper.plt | (2 4) | — | mflatt | [no description available] | |
scripting.plt | (1 1) | 1.1 | ryanc | Scripting is a library of procedures useful for writing mzscheme scripts, especially those which execute external commands and manipulate the filesystem. | |
sdl4racket.plt | (1 0) | — | pb82 | ||
SET.plt | (1 0) | — | jaymccarthy | SET | |
sha2.plt | (1 2) | 1 | mordae | SHA-2 family of function modelled after openssl/sha1. | |
sicp-concurrency.plt | (1 2) | 1.2 | dyoo | SICP Concurrency language. | |
sicp.plt | (1 15) | — | neil | SICP Support for DrRacket | |
simple-csv.plt | (1 0) | — | pragun | [no description available] | |
simply-scheme.plt | (1 1) | — | dyoo | Definitions to support programs written for Simply Scheme. | |
slideshow-tex.plt | (1 1) | — | stchang | Library for using LaTex in Slideshow | |
sqlid-helper.plt | (1 0) | 1.0 | sweeney | A SQL frontend for use with hans's sqlid planet package (uses scheme friendly syntax for select statements) | |
sqlite.plt | (1 2) | 1.3 | soegaard | Write SQL statements as S-expressions. | |
sql-table.plt | (1 1) | 0.1 | dfisher | Provides a persistent-table abstraction for SQL-based databases. | |
srfi-4-comprehensions.plt | (1 0) | 1.0 | wmfarr | SRFI-42 comprehensions and generators for SRFI-4 vectors | |
srfi-9-plus.plt | (1 1) | 0.2 | neil | srfi-9-plus: Enhanced define-record-type | |
srfi-alias.plt | (1 3) | 1.0 | dyoo | Aliases for the SRFI's | |
srfi.plt | (2 1) | 2.1 | soegaard | SRFI Extensions This package provides extensions to: SRFI 42- Eager comprehensions: Extra generators :match, :plt-match, :let-value, :pairs, :do-until, and others | |
ssl-url.plt | (1 0) | — | offby1 | &p;Functions mirroring those in net/url, but which work with SSL. | |
syntax.plt | (1 0) | 1 | soegaard | Pretty printing of expanded syntax. Provides unexpand and pp-syntax. | |
tabexpand.plt | (1 0) | 0.2 | neil | tabexpand.scm: Tab Character Expansion in Scheme | |
tail.plt | (3 0) | 3 | dherman | Special forms for preserving and destroying tail position. | |
tetris.plt | (1 1) | — | dvanhorn | Tetris. | |
tree-cursor.plt | (1 1) | — | dyoo | [no description available] | |
unlib.plt | (3 23) | 3.x | untyped | Helpful utilities from Untyped. | |
UPPERCASE.plt | (1 0) | — | dyoo | [no description available] | |
uri.plt | (1 0) | 0.2 | neil | uri: Web Uniform Resource Identifiers (URI and URL) | |
version-case.plt | (1 8) | 1.8 | dyoo | version-case: conditional code based on mzscheme version | |
web-page.plt | (1 0) | 1 | dherman | Convenient syntax for web applications. | |
web.plt | (2 1) | 2.1 | soegaard | A mini web framework for module based servlets. | |
web-services.plt | (1 0) | — | ubccs110 | [no description available] | |
while-loop.plt | (1 0) | — | dyoo | While loops for Racket | |
with-bindings.plt | (1 2) | — | jaymccarthy | A convenient syntax for servlets. | |
xhtml.plt | (1 2) | 1 | dherman | Utilities for generating XHTML content in a servlet. | |
xml-pull.plt | (1 0) | 1.0 | dyoo | pull-style parsing for very large xml documents. | |
xxexpr.plt | (1 0) | 1.0 | lshift | A library of writing functions for SXML. | |
yppdb.plt | (2 1) | — | jaymccarthy | Organizes your paper collection. | |
zip.plt | (2 1) | 2 | dherman | A library of utilities for manipulating zip files. |