Ports Search

Results 4,2314,240 of 5,824 for /net/.(0.003 seconds)
devel/libmaa-1.3.2 (Score: 0.01738722)
Provides a few data structures and helpful functions
The LIBMAA library provides many low-level data structures which are helpful for writing compilers, including hash tables, sets, lists, debugging support, and memory management. Although LIBMAA was designed and implemented as a foundation for the Khepera Transformation System, the data structures are generally applicable to a wide range of programming problems. The memory management routines are especially helpful for improving the performance of memory-intensive applications.
devel/libmsocket-0.4 (Score: 0.01738722)
Socket abstraction library for C programmers
libmsocket is a socket abstraction library for C programmers. In addition to simple TCP sockets, it is moving towards transparent support for additional abstractions in a seamless manner, such as SSL and Socks5 proxies.
devel/libopkele-2.0.4 (Score: 0.01738722)
C++ implementation of an OpenID decentralized identity system
libopkele is a c++ implementation of an OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor.
devel/libmpcbdm-0.0.3 (Score: 0.01738722)
Standalone library to control various mpc8xx boards
Standalone library to control various widely available Freescale's mpc8xx based boards. This code was derived from mpcbdm patch by Frank Przybylski. This allows using this code separately from gdb, for example, to load firmware to the board, or retrieve information about it. The package includes example "mpc8xx" program, that displays information about connected board using libmpcbdm library. The schematic of adapter itself can be found at project homepage.
devel/libtar-1.2.11 (Score: 0.01738722)
library for manipulating POSIX and GNU tar files
libtar is a C library for manipulating tar archives. It supports both the strict POSIX tar format and many of the commonly-used GNU extensions.
devel/libvanessa_adt-0.0.9 (Score: 0.01738722)
Library that provides ADTs (queues, dynamic arrays, and more)
libvanessa_adt is a library that provides Abstract Data Types (ADTs). It includes queues, dynamic arrays and key values.
devel/libstrfunc-8.3 (Score: 0.01738722)
Handles CGI forms, MIME, templates, date conversions, etc
Handy library for manipulating strings, string arrays, buffers, CGI forms, configuration files, textual templates, regular expressions, date and time conversions, et cetera. Handles base64, quoted-printable, url_encode, mime-words and other encoded data. Please have a look at strfunc(3) and other manual pages.
devel/libstroke-0.5.1 (Score: 0.01738722)
Stroke translation library
LibStroke is a stroke translation library. Strokes are motions of the mouse that can be interpreted by a program as a command. Strokes are used extensively in CAD programs. I fell in love with them when I was using the CAD tools that use a stroke interface to select tools or perform actions. I wrote this library so that others can see how useful strokes can be and so that more programs take advantage of this extremely natural human-computer interface.
devel/libvanessa_logger-0.0.10 (Score: 0.01738722)
Library that provides a generic logging layer
libvanessa_logger provides a generic logging layer that may be used to log to one or more of syslog, an open file handle or a file name. Though due to limitations in the implementation of syslog opening multiple syslog loggers doesn't makes sense. Includes the ability to limit which messages will be logged based on priorities.
devel/libvanessa_socket-0.0.12 (Score: 0.01738722)
Library that provides a simple layer for TCP/IP socket operations
libvanessa_socket is a library that provides a simple layer for TCP/IP socket operations. It includes code to open a socket to a server as a client, to listen on sockets for clients as a server and to pipe information between sockets.