Ports Search

Results 4,7914,800 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.012 seconds)
audio/libgroove-4.3.0 (Score: 3.4985557E-4)
Audio dispatching library
This library provides decoding and encoding of audio on a playlist. It is intended to be used as a backend for music player applications. That said, it is also generic enough to be used as a backend for any streaming audio processing utility. It provides decoding, encoding, resampling, and gain adjustment.
comms/hcidump-1.5.1 (Score: 3.4985557E-4)
Bluetooth traffic dumper, similar to tcpdump
HCIdump reads raw HCI data coming from and going to a Bluetooth device and prints commands, events, and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, so that dump file can be parsed later.
devel/auto-update-0.1.2.2 (Score: 3.4985557E-4)
Efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread.
devel/Class-Throwable-0.13 (Score: 3.4985557E-4)
Minimal lightweight exception class
This module implements a minimal lightweight exception object. It is meant to be a compromise between more basic solutions like Carp which can only print information and cannot handle exception objects, and more complex solutions like Exception::Class which can be used to define complex inline exceptions and has a number of module dependencies.
devel/FileHandle-Unget-0.1628 (Score: 3.4985557E-4)
FileHandle which supports ungetting of multiple bytes
FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input.
devel/Test-Exception-LessClever-0.007 (Score: 3.4985557E-4)
Test::Exception simplified
Test::Exception::LessClever is an alternative to Test::Exception that is much simpler. This alternative does not use fancy stack tricks to hide itself. The idea here is to keep it simple. This also solves the Test::Exception bug where some dies will be hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a warning will be generated as well.
devel/typing-3.5.2.2 (Score: 3.4985557E-4)
Type Hints for Python
This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.
devel/prompt_toolkit-0.60 (Score: 3.4985557E-4)
Library for building powerful interactive command lines in Python
prompt_toolkit is a library for building powerful interactive command lines in Python. It ships with a nice interactive Python shell (called ptpython) built on top of the library. prompt_toolkit could be a replacement for readline, but it can be much more than that.
devel/Pympler-0.4.2 (Score: 3.4985557E-4)
Measure, monitor and analyze the memory behavior of Python objects
Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. By pympling a Python application, detailed insight in the size and the lifetime of Python objects can be obtained. Undesirable or unexpected runtime behavior like memory bloat and other "pymples" can easily be identified.
devel/qjson-0.8.1 (Score: 3.4985557E-4)
Library to manage JSON objects with Qt
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It can represent integers, real numbers, strings, an ordered sequence of values, and a collection of name/value pairs. QJson is a Qt-based library that maps JSON data to QVariant objects and vice versa. JSON arrays will be mapped to QVariantList instances, while JSON objects will be mapped to QVariantMap.