Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第11,41111,420项(搜索用时0.021秒)
devel/Structures_LinkedList-0.2.2 (Score: 4.685167E-5)
Implements singly and doubly-linked lists
A singly-linked list offers the ability to insert or delete nodes at any point within the list. A doubly-linked list also offers the ability to request previous nodes in the list.
devel/php-libawl-0.54 (Score: 4.685167E-5)
Andrew.s Web Libraries - PHP Utility Libraries
Andrew's Web Libraries are a set of hopefully lightweight libraries for handling a variety of useful things for web programming, including: - Session management - User management - DB Records - Simple reporting - DB Schema Updating - iCalendar parsing
devel/hrtime-0.5.1 (Score: 4.685167E-5)
High resolution timing for PHP
The extension implements a high resolution StopWatch class. It uses the the best possible APIs on different platforms. It also makes possible to implement a custom stopwatch using low level ticks delivered by the underlaying APIs.
devel/django-rq-0.9.2 (Score: 4.685167E-5)
Provides Django integration for RQ (Redis Queue)
Django integration with RQ, a Redis based Python queuing library. Django-RQ is a simple app that allows you to configure your queues in django's settings.py and easily use them in your project.
devel/efilter-1.5 (Score: 4.685167E-5)
EFILTER query language
EFILTER is a general-purpose destructuring and search language implemented in Python, and suitable for integration with any Python project that requires a search function for some of its data.
devel/extras-1.0.0 (Score: 4.685167E-5)
Useful extra bits for Python
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.
devel/eggtestinfo-0.3 (Score: 4.685167E-5)
Setuptools plugin that adds test information to .egg-info
This package is a setuptools plugin: it adds a file to the generated .egg-info directory, capturing the information used by the setup.py test command when running tests.
devel/django-rq-dashboard-0.3.0 (Score: 4.685167E-5)
Monitor your RQ queues, jobs and workers from the Django admin
RQ is a simple task queue for queuing and processing jobs. django-rq-dashboard is a web frontend to monitor your RQ queues, jobs and workers in realtime from the Django admin.
devel/grizzled-0.9.4 (Score: 4.685167E-5)
The Grizzled Python Utility Library
The Grizzled Utility Library is a general-purpose Python library with a variety of different modules and packages. It's roughly organized into subpackages that group different kinds of utility functions and classes.
devel/minimongo-0.2.7 (Score: 4.685167E-5)
Minimal database Model management for MongoDB
Minimongo is a lightweight, schemaless, Pythonic Object-Oriented interface to MongoDB. It provides a very thin, dynamicly typed (schema-less) object management layer for any data stored in any MongoDB collection. Minimongo directly calls the existing pymongo query syntax.