Ports Search

Results 1,2811,290 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.029 seconds)
misc/clpbar-1.11.1 (Score: 0.0019001127)
Command Line Progress Bar
Bar is a simple tool to copy a stream of data and print a display for the user on stderr showing (a) the ammount of data passed, (b) the throughput of the data transfer, and (c) the transfer time, or, if the total size of the data stream is known, the estimated time remaining, what percentage of the data transfer has been completed, and a progress bar.
www/libwww-5.4.0 (Score: 0.001898884)
The W3C Reference Library
The W3C Reference Library is a general code base that can be used to build clients and servers. It contains code for accessing HTTP, FTP, Gopher, News, WAIS, Telnet servers, and the local file system. Furthermore it provides modules for parsing, managing and presenting hypertext objects to the user and a wide spectra of generic programming utilities. The Library is the basis for many World-Wide Web applications and all the W3C software is build on top of it. The Library is a required part of all other W3C applications in this distribution.
devel/libmowgli-1.0.0 (Score: 0.0018940474)
Development framework for C
mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
devel/libmowgli2-2.1.0 (Score: 0.0018940474)
Development framework for C
mowgli is a development framework for C (like GLib), which provides high performance and highly flexible algorithms. It can be used as a supplement to GLib (to add additional functions (dictionaries, hashes), or replace some of the slow GLib list manipulation functions), or stand alone. It also provides a powerful hook system and convenient logging for your code, as well as a high performance block allocator.
math/inline-0.3.14 (Score: 0.0018940228)
Inline C, C++, Fortran function calls from R
R-cran-inline is a functionality to dynamically define R functions and S4 methods with in-lined C, C++ or Fortran code supporting .C and .Call calling conventions.
devel/pycparser-2.10 (Score: 0.0018907799)
C parser in Python
pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end for C compilers or analysis tools.
devel/jcc-2.22 (Score: 0.0018895407)
C++ code generator for calling Java from C++/Python
JCC is a C++ code generator for producing the glue code necessary to call into Java classes from CPython via Java's Native Invocation Interface (JNI). JCC generates C++ wrapper classes that hide all the gory details of JNI access as well Java memory and object reference management. JCC generates CPython types that make these C++ classes accessible from a Python interpreter. JCC attempts to make these Python types pythonic by detecting iterators and property accessors. Iterators and mappings may also be declared to JCC.
astro/pyWeather-0.1b (Score: 0.0018884601)
Python script that downloads weather data and can be cronned
Python script that downloads weather data and can be cron'd.
databases/xapian-bindings-1.2.23 (Score: 0.0018884601)
Bindings allowing Xapian to be used from various programming languages
SWIG and JNI bindings allowing Xapian to be used from various other programming languages.
sysutils/dirsync-2.2.2 (Score: 0.0018797423)
Advanced directory tree synchronisation tool
Advanced directory tree synchronisation tool (c) 2014-2016 Thomas Khyn (c) 2003-2015 Anand B Pillai Advanced directory tree synchronisation tool based on Python robocopier by Anand B Pillai Usage From the command line: dirsync <sourcedir> <targetdir> [options] From python: from dirsync import sync sync(sourcedir, targetdir, action, **options)