Ports Search

Results 2,5812,590 of 5,824 for /net/.(0.005 seconds)
devel/dirspec-13.10 (Score: 0.01987111)
XDG Base and User directories implementation
A Python library which provides support for handling directories as described in the XDG Base Directory and User Folders specifications.
devel/librcc-0.2.12 (Score: 0.01987111)
Library used by rusxmms for language autodetection
The Abilities of LibRCC Library =============================== * Language Autodetection * On the fly translation between languages, using online-services! * Encoding Autodetection for most of European Languages1 * Support for encoding detection plugins (besides Enca and LibRCD) * Recoding/translation of multi-language playlists! * Cache to speed-up re-recoding. * Possibility to configure new languages and encodings. * Shared configuration file. For example mentioned TagLib and LibID3 patches do not have their own user interface, but will utilize the same recoding configuration as XMMS. * As well the separate program for configuration adjustment is available. * GTK/GTK2 UI Library: you can add properties page to your GTK application with 3 lines of code. * Menu localization opportunity
devel/clonedigger-1.0.11 (Score: 0.01987111)
Detect similar code in Python and Java programs
Clone Digger aims to detect similar code in Python and Java programs. The synonyms for the term "similar code" are "clone" and "duplicate code".
devel/crcmod-1.7 (Score: 0.01987111)
Module for Cyclic Redundancy Check (CRC) calculations
This is a Python module for generating objects that compute the Cyclic Redundancy Check (CRC). It includes a (optional) C extension for fast calculation, as well as a pure Python implementation. 8, 16, 24, 32, and 64 bit CRC are supported.
devel/dal-20081016 (Score: 0.01987111)
Database abstraction layer for Python
PyDal is a database abstraction layer for Python. It provides a DBAPI 2.0 wrapper for DBAPI 2.0 drivers. Sounds strange, but even drivers that fully conform to the DBAPI can differ enough to make building database independent applications difficult. Two major abstractions handled by PyDal are paramstyles and datetime objects. PyDal makes it possible to use the same paramstyle and datetime types with any module that conforms to DBAPI 2.0. In addition, paramstyles and datetime types are configurable.
devel/dialog-2.7 (Score: 0.01987111)
Python interface to dialog(3)
This is a Python module for making simple Text/Console-mode user interfaces.
devel/libbinio-1.4 (Score: 0.01987111)
Binary I/O stream class library
The binary I/O stream class library presents a platform-independent way to access binary data streams in C++. The library is hardware independent in the form that it transparently converts between the different forms of machine-internal binary data representation. It further employs no special I/O protocol and can be used on arbitrary binary data sources.
devel/epsilon-0.7.1 (Score: 0.01987111)
Set of Python utility modules used by DivMod projects
A small utility package that depends on tools too recent for Twisted (like datetime in python2.4) but performs generic enough functions that it can be used in projects that don't want to share Divmod's other projects' large footprint. Currently included: * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches.
devel/fortran-8.5.3 (Score: 0.01987111)
Creating extensions to the Python language with Fortran routines
Pyfort is a tool for connecting Fortran routines (and "Fortran-like" C) to Python and its Numerical Python array extension. Pyfort translates an module file that describes the routines you wish to access from Python into a C language source file defining a Python module. Pyfort will also build and install this extension into Python.
devel/instant-1.2.0 (Score: 0.01987111)
Python module for instant inlining of C and C++ code in Python
By using the class Instant a Python extension module can be created at runtime. For the user, it behaves somewhat like an inline module, except you have to import the module manually. The code can be either C or C++, but like when programming C or C++, it has to be inside a function or a similar C/C++ construct.