Ports Search

Results 1,2911,300 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.011 seconds)
textproc/mifluz-0.26.0 (Score: 0.0018750259)
C++ library to build and query a full text inverted index
GNU mifluz has two main characteristics : it is very simple (one might say stupid :-) and uses 50% of the size of the indexed text for the index. It is simple because it provides only a few basic functionalities. It does not contain document parsers (HTML, PDF etc...). It does not contain a full text query parser. It does not provide result display functions or other user friendly stuff. It only provides functions to store word occurrences and retrieve them. The fact that it uses 50% of the size of the indexed text is rather atypical. Most well known full text indexing systems only use 30%. The advantage GNU mifluz has over most full text indexing systems is that it is fully dynamic (update, delete, insert), uses only a controlled amount of memory while resolving a query, has higher upper limits and has a simple storage scheme. Consuming more disk space allows all this.
audio/mp3riot-1.3 (Score: 0.0018748495)
Mp3riot creates mp3 playlists, HTML files, etc
mp3riot (formerly known as f2html.pl) is a command line utility that searches recursively through directories, builds a file list (with additional file information), and generates HTML files, playlists, etc. The output can be controlled, links can be corrected, and more. The script is mainly designed to create Web pages, playlists, and databases for MP3 and Ogg files, but can also used for other purposes.
math/x12arima-0.3 (Score: 0.0018735295)
X-12-ARIMA seasonal adjustment program
X-12-ARIMA is seasonal adjustment software produced, distributed, and maintained by the U.S. Census Bureau, where it is used for all official seasonal adjustments.
www/Catalyst-View-XML-Simple-0.01 (Score: 0.0018735295)
Perl extension for Catalyst XML View Class
Catalyst View class for XML::Simple.
www/WWW-Mixi-0.50 (Score: 0.0018735295)
Perl module of Automated interface to the Mixi
Mixi is most famous as SNS of Japan.
Tenner themes pack for fluxbox
Tenr Fluxbox themes pack
lang/tcc-0.9.26 (Score: 0.001862528)
Tiny C Compiler
Tiny C Compiler is perhaps the smallest ANSI C compiler, by Fabrice Bellard. - It is small: you can compile and execute C code everywhere, for example on rescue disks; - It is fast! TCC generates optimized x86 code. No byte code overhead. Compile, assemble, and link about 7 times faster than 'gcc -O0'; - Any C dynamic library can be used directly. TCC is heading towards full ISO C99 compliance. TCC can of course compile itself; - It is safe! TCC includes optional memory and bound checker. Bound checked code can be mixed freely with standard code; - Compile and execute C source directly. No linking or assembly is necessary. Full C preprocessor included; - C script supported: just add '#!/bin/env tcc -run' at the first line of your C source, and execute it directly from the command line.
devel/cgit-1.0 (Score: 0.0018623442)
Hyperfast web frontend for Git repositories
Cgit is an attempt to create a fast web interface for the git scm, using a builtin cache to decrease server io-pressure.
devel/mph-1.2 (Score: 0.0018619706)
Minimal perfect hashing code generator
The program mph tries to generate an order preserving minimal perfect hashing (MPH) function for the set of keys, one per line, on stdin. Each key can be at most 4095 characters long (see keys.h to increase this limit), and the keys must be unique. If mph terminates, it emits a language independent binary or text representation of the MPH function on stdout. To generate a usable hash function, this output should be fed to a language dependent filter, like emitc.
math/miracl-5.6 (Score: 0.0018578132)
Multiprecision Integer and Rational Arithmetic C/C++ Library
[ excerpt from developer's web site ] MIRACL is a Big Number Library which implements all of the primitives necessary to design Big Number Cryptography into your real-world application. It is primarily a tool for cryptographic system implementors. RSA public key cryptography, Diffie-Hellman Key exchange, DSA digital signature, they are all just a few procedure calls away. Support is also included for even more esoteric Elliptic Curves and Lucas function based schemes. The latest version offers full support for Elliptic Curve Cryptography over GF(p) and GF(2m). Less well-known techniques can also be implemented as MIRACL allows you to work directly and efficiently with the big numbers that are the building blocks of number-theoretic cryptography. Although implemented as a C library, a well-thought out C++ wrapper is provided, which greatly simplifies program development. Most example programs (25+ of them) are provided in both C and C++ versions.