Ports Search

Results 3,0213,030 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
databases/levigo-20150216 (Score: 6.068845E-4)
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/DBIx-Sequence-1.5 (Score: 6.068845E-4)
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: 6.068845E-4)
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: 6.068845E-4)
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: 6.068845E-4)
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: 6.068845E-4)
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: 6.068845E-4)
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: 6.068845E-4)
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.
games/moonlander-1.0 (Score: 6.068845E-4)
Land a spacecraft on the moon
Moon Lander is a 2D game of gravity. Land your ship on the landing pad. Don't go too fast, or you will crash.
games/pinball-0.3.1 (Score: 6.068845E-4)
Emilia Pinball is a free pinball game
Emilia Pinball is a free pinball game. It requires OpenGL, if your hardware supports it; else, it is possible to build it with allegro (make -DWITH_ALLEGRO).