Ports Search

Results 1,8011,810 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
devel/htable-1.2 (Score: 0.0011947327)
Lightweight implementation of hash tables in C
htable is a lightweight implementation of hash tables in C, greatly inspired by the implementations of spray and red-black trees found in *BSD kernels. To use it, you only need to copy the header file "htable.h" into your project.
devel/libdisorder-0.0.2 (Score: 0.0011947327)
Simple C library for entropy measurement
Disorder and chaos are interesting phenomena. Calculating the amount of entropy, information, or disorder in an information stream or data collection has many interesting applications. libdisorder provides a simple C library for calculating classic Shannon entropy (more to come in future releases).
devel/qtcreator-4.1.0 (Score: 0.0011947327)
C++ and QML IDE for Qt development
Qt Creator is a cross-platform IDE (integrated development environment) tailored to the needs of Qt developers. It is part of the Qt Project. It includes: * code editor with C++, QML and ECMAscript support; * rapid code navigation tools; * static code checking and style hints as you type; * context sensitive help; * visual debugger; * integrated GUI layout and forms designer.
devel/stringencoders-3.10.3 (Score: 0.0011947327)
Collection of high performance C-string transformations
A collection of high performance c-string transformations, frequently 2x faster than standard implementations. including * base64, standard * base64, web/url safe, with configurable alphabet * base85 (good for http cookies) * base16 (hex) * base2 (ascii binary) * url escaping * javascript string escaping * fast number to string conversion, 4-22x faster than sprintf! * fast ascii upper/lower case conversion, 2-66x faster than stdlib!
devel/sdts++-1.5.1 (Score: 0.0011947327)
C++ library for SDTS related development
SDTS++ is a C++ toolkit that programmers can use to write applications that can read or write SDTS datasets. Application developers can use SDTS++ library classes to work with the logical structure of these datasets without having to worry about the physical details of each dataset.
ftp/bareftp-0.3.12 (Score: 0.0011947327)
FTP client made in C sharp
bareFTP is a file transfer client written for Linux desktops, available under the terms of the GPL license. It supports the FTP, FTPS and SSH (SFTP) protocols. bareFTP is written in pure C# for the Mono framework, using Gtk# for the user interface.
lang/x86-20160822 (Score: 0.0011947327)
C/Ada cross-compiler, target: Android x86
The gnatdroid-x86 port builds a C/Ada cross-compiler based on GCC 6 that targets the Android operating system (up to version 6.0, API level 23) running on x86 or x86_64 architecture. This produces binaries that run natively on x86-based Android devices.
net/libsocket++-1.12.13 (Score: 0.0011947327)
C++ wrapper library to the sockets
Socket++ is a iostream like C++ class library for the UNIX and INET domains of sockets and protocols. Wrappers are also provided for pipe(), socketpair(), popen() and fork(). Included are also "protocol" classes with two examples - echo and smtp (client only). Socket++ is covered by the GPL.
net/pjsip-2.5.5 (Score: 0.0011947327)
Multimedia communication library written in C language
PJSIP is a free and open source multimedia communication library written in C language implementing standard based protocols such as SIP, SDP, RTP, STUN, TURN, and ICE. It combines signaling protocol (SIP) with rich multimedia framework and NAT traversal functionality into high level API that is portable and suitable for almost any type of systems ranging from desktops, embedded systems, to mobile handsets.
security/kqoauth-0.98 (Score: 0.0011947327)
Implementation of OAuth 1.0 in C++ for Qt
kQOAuth is a library written in C++ for Qt that implements the OAuth 1.0 authentication specification RFC 5849 (http://tools.ietf.org/html/rfc5849). Greetings go to Dominik Kapusta for writing the original OAuth library using Qt, QOAuth (http://blog.ayoy.net/2009/6/24/oauth).