Ports Search

Results 4,9814,990 of 5,886 for /net-im/.(0.004 seconds)
devel/hcs12mem-1.4.1 (Score: 0.0052562496)
Software to manipulate EEPROM/FLASH memory
hc12mem is a command line tool for embedded microcontroller developers using Freescale's HCS12-family MCUs. It can: - erase/read/write/protect internal EEPROM memory - erase/read/write internal FLASH memory - protect/unprotect whole MCU Supported MCUs: almost every HCS12 derivative <MC9S12> A32, A64, A128, A256, A512, C32, C64, C96, C128, GC16, GC32, GC64, GC96, GC128, D32, D64, D128, D256, D512, E32, E64, E128, E256, H128, H256, UF32, NE64. Supported target connections: - BDM: - Daniel Malik's TDBML (Turbo BDM Light) USB POD - Kevin Ross's BDM12 POD - Marek Peca's PODEX - my own improved version of PODEX with firmware bugfixes - LRAE (Load RAM And Execute) serial bootloader see Freescale's Application Note AN2546 - Freescale's HCS12 MCU serial monitor see Freescale's Application Note AN2548
devel/ghc-mtl-1.2.1.0 (Score: 0.0052562496)
Mtl-compatible version of the Ghc-Api monads and monad-transformers
Provides an 'mtl' compatible version of the 'GhcT' monad-transformer defined in the 'GHC-API' since version 6.10.1.
devel/language-c-0.4.7 (Score: 0.0052562496)
Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions.
devel/time-compat-0.1.0.3 (Score: 0.0052562496)
Compatibility with old-time for the time package
Compatibility with the old-time package for the "new" time package.
devel/jsond-1.3.0 (Score: 0.0052562496)
JavaScript Object Notation in PHP
This is a drop-in alternative to the standard PHP JSON extension.
devel/jsonnet-1.0.0 (Score: 0.0052562496)
Google JsonNet for PHP
The Google JsonNet for PHP. Jsonnet language, from its most basic features to its powerful object model, punctuated with examples drawn from the world of cocktails. These examples are meant to be fun, and although a little contrived, do not restrict our thinking to any one particular application of Jsonnet.
devel/judy-1.0.2 (Score: 0.0052562496)
PHP Judy implements sparse dynamic arrays
PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension is based on the Judy C library. A Judy array consumes memory only when it is populated, yet can grow to take advantage of all available memory if desired. Judy's key benefits are scalability, high performance, and memory efficiency.
devel/libevent-0.1.0 (Score: 0.0052562496)
Libevent extension for PHP
This is a PHP binding for libevent library.
devel/mcve-7.0.3 (Score: 0.0052562496)
PECL Extension for Interface the MCVE/Monetra API
pecl-mcve is a Interface for the MCVE/Monetra API (libmonetra [formerly libmcve]), allowing you to work directly with MCVE/Monetra from your PHP scripts. Monetra is Main Street Softworks' solution to direct credit card processing for Unix.
devel/memoize-0.2.0 (Score: 0.0052562496)
PHP extension which transparently caches PHP functions
php-memoize is a PHP extension which transparently caches PHP functions, much like Perl's Memoize module. It comes with the following storage modules which can be enabled at compile time: - memory: Simple per-request module with no dependencies. Since this is a per-request cache, neither TTLs specified in the `memoize()` call or `memoize.default_ttl` are used. - memcached: Uses libmemcached or the memcached PHP extension