Ports Search

Results 1,8311,840 of 5,824 for /net/.(0.015 seconds)
devel/ydbf-0.0.1 (Score: 0.062004834)
Yelded DBF reader/writer for Python
YDbf is a library for reading/writing DBF-files (aka XBase) in pythonic way.
devel/yunomi-0.3.0 (Score: 0.062004834)
Metrics library with rate, distribution and timing information
yunomi provides insights to the internal behavior of an application, providing useful statistics and metrics on selected portions of your code. It's a Python port of the core portion of a Java Metrics library by Coda Hale.
devel/cjose-0.4.1 (Score: 0.062004834)
C library implementing Javascript Object Signing & Encryption (JOSE)
cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE) framework.
devel/rlwrap-0.42 (Score: 0.062004834)
Readline wrapper
rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the editing of keyboard input for any other command. Input history is remembered across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line.
devel/jeweler-2.0.1 (Score: 0.062004834)
Simple and opinionated helper for creating Rubygem projects
Jeweler provides the noble ruby developer with two primary features: * a library for managing and releasing RubyGem projects * a scaffold generator for starting new RubyGem projects
devel/ruby_parser-3.6.6 (Score: 0.062004834)
Ruby parser written in pure ruby
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.
devel/thrift-0.9.3.0 (Score: 0.062004834)
Ruby interface to thrift
Ruby interface to Thrift.
devel/simple_components-4.13 (Score: 0.062004834)
Simple Ada Components
This is a library created by Dmitry Kazakov out of necessity, which was released under the GMGPL and provides Ada implementations of: - smart pointers - B-trees - directed graphs - stacks - sets - tables - maps - string editing - unbounded arrays - expression analyzers - lock-free data structures - synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes) - pseudo-random non-repeating numbers - symmetric encoding and decoding - IEEE 754 representations support - multiple connections server/client designing tools. Tables management and strings editing are described in separate documents; see Tables and Strings edit. The library is kept conform to the Ada 95, Ada 2005, Ada 2012 language standards.
devel/skalibs-2.3.9.0 (Score: 0.062004834)
General purpose C libraries used by skarnet.org software
skalibs is a package centralizing the public-domain C development files used for building other skarnet.org software. skalibs can also be used as a sound basic start for C development. There are a lot of general-purpose libraries out there; but if your main goal is to produce small and secure C code, you will like skalibs. skalibs contains exclusively public-domain code. So you can redistribute it as you want, and it does not prevent you from distributing any of your executables.
devel/thrift-0.9.3 (Score: 0.062004834)
Framework for scalable cross-language services development
Thrift is a lightweight, language-independent software stack with an associated code generation mechanism for RPC. Thrift provides clean abstractions for data transport, data serialization, and application level processing. The code generation system takes a simple definition language as its input and generates code across programming languages that uses the abstracted stack to build interoperable RPC clients and servers. Thrift is specifically designed to support non-atomic version changes across client and server code.