Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第3,6813,690项(搜索用时0.01秒)
www/django-piston-0.2.3 (Score: 5.123629E-4)
Piston is a Django mini-framework creating APIs
A mini-framework for Django for creating RESTful APIs. Piston is a relatively small Django application that lets you create application programming interfaces (API) for your sites. It has several unique features: * Ties into Django's internal mechanisms. * Supports OAuth out of the box (as well as Basic/Digest or custom auth.) * Doesn't require tying to models, allowing arbitrary resources. * Speaks JSON, YAML, Python Pickle & XML (and HATEOAS.) * Ships with a convenient reusable library in Python * Respects and encourages proper use of HTTP (status codes, ...) * Has built in (optional) form validation (via Django), throttling, etc. * Supports streaming, with a small memory footprint.
www/netoffice-2.6.0b2 (Score: 5.123629E-4)
NetOffice is a free web based project-management environment
netOffice is a free web based project-management environment written in php/mySQL. netOffice allows managing and sharing information about teams.
astro/rmap-1.2 (Score: 5.100893E-4)
Generates images of the Earth centered at a particular location
This program generates, but does not display, image files containing raster maps of the Earth. It includes public-domain, vector data from which they are drawn, describing the continents, bodies of water, boundaries of countries and U.S. states, and a few cities. Command-line options allow centering the maps at a particular latitude and longitude and zooming in.
audio/pytone-3.0.3 (Score: 5.100893E-4)
Music jukebox written in Python with a curses GUI
PyTone is a music jukebox written in Python with a curses based GUI. While providing advanced features like crossfading and multiple players, special emphasis is put on ease of use, turning PyTone into an ideal jukebox system for use at parties.
databases/DBICx-TestDatabase-0.05 (Score: 5.100893E-4)
Module to create temporary database from a DBIx::Class::Schema
The Perl 5 module DBICx::TestDatabase creates a temporary SQLite database, deploys your DBIC schema, and then connects to it. This lets you easily test your DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc.
devel/bzr-pipeline-1.4 (Score: 5.100893E-4)
Bzr tools for working with a sequence of branches
The Bazaar pipeline plugin helps you organize your changes into sections called "pipes". Pipelines can help you: * focus on each set of changes as a coherent piece, without being distracted by other sets of changes. * respect diff size limits when submitting changes * avoid reviewer fatigue when submitting changes for code review * maintain a set of patches against an upstream branch
devel/monad-par-0.3.4.7 (Score: 5.100893E-4)
Library for parallel programming based on a monad
The Par monad offers a simple API for parallel programming. The library works for parallelising both pure and IO computations, although only the pure version is deterministic. The default implementation provides a work-stealing scheduler and supports forking tasks that are much lighter weight than IO-threads.
devel/libleaftag-0.3.1 (Score: 5.100893E-4)
Leaftag is a library for tagging files on the desktop
Leaftag is a library and set of utilities for tagging files on the desktop. libleaftag is the core tagging library. It's GObject-based and provides a simple means for tagging and untagging files, retrieving lists of tags, and generally manipulating the database. Project homepage:
devel/pomap-3.0.5 (Score: 5.100893E-4)
OCaml library to maintain a list of partially ordered elements
The Pomap-library implements an ADT that maintains maps of partially ordered elements. Whereas a total order allows you to say whether some element is lower, equal or greater than another one, partial orders also allow for a "don-t know" case.
devel/Import-Base-1.002 (Score: 5.100893E-4)
Import a set of modules into the calling module
This module makes it easier to build and manage a base set of imports. Rather than importing a dozen modules in each of your project's modules, you simply import one module and get all the other modules you want. This reduces your module boilerplate from 12 lines to 1.