Ports Search

Results 1,4111,420 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
comms/xnecview-1.36 (Score: 0.0028535475)
A X viewer of nec2c data
Xnecview is a program for visualizing the input and output files of the NEC antenna simulation software. It runs on Linux/Unix systems with the X window system.
databases/levigo-20150216 (Score: 0.0028535475)
Levigo is a Go wrapper for LevelDB
levigo is a Go wrapper for LevelDB. The API has been godoc'ed and is available on the web. Questions answered at golang-nuts@googlegroups.com.
databases/DBD-Google-0.51 (Score: 0.0028535475)
Treat Google as a datasource for DBI
DBD::Google allows you to use Google as a datasource; Google can be queried using SQL SELECT statements, and iterated over using standard DBI conventions.
databases/DBIx-Sequence-1.5 (Score: 0.0028535475)
DBIx::Sequence - A simple SQL92 ID generator
DBIx::Sequence - A simple SQL92 ID generator his module is intended to give easier portability to Perl database application by providing a database independant unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl.
devel/Devel-Refcount-0.10 (Score: 0.0028535475)
Obtain the REFCNT value of a referent
This module provides a single function, refcount(), which obtains the reference count of the object being pointed to by the passed reference value.
devel/Git-Repository-Plugin-Log-1.314 (Score: 0.0028535475)
Add a log() method to Git::Repository
Git::Repository::Plugin::Log adds a log() method to Git::Repository, which will return Git::Repository::Log objects representing the commit information provided by `git log`.
devel/Module-Setup-0.09 (Score: 0.0028535475)
Perl extension for a simple module maker
Module::Setup is very simply module start kit. When the module-setup command is executed first, a necessary template for ~/.module-setup directory is copied.
devel/UNIVERSAL-require-0.18 (Score: 0.0028535475)
Perl module to require() from a variable
UNIVERSAL::require - require() modules from a variable. If you've ever had to do this... eval "require $module"; to get around the bareword caveats on require(), this module is for you. It creates a universal require() class method that will work with every Perl module and its secure. So instead of doing some arcane eval() work, you can do this: $module->require; It doesn't save you much typing, but it'll make a lot more sense to someone who's not a ninth level Perl acolyte.
devel/kitchen-1.2.4 (Score: 0.0028535475)
Kitchen contains a cornucopia of useful code
Kitchen aims to pull these small snippets of code into a few python modules which you can import and use within your project.
devel/pyvisa-py-0.2 (Score: 0.0028535475)
PyVISA backend in a pure Python
PyVISA-py is a backend for PyVISA. It implements most of the methods for Message Based communication (Serial/USB/GPIB/Ethernet) using Python and some cross platform libraries.