Ports Search

Results 6170 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
comms/libsdr-gui-0.1.0 (Score: 0.045979828)
GUI functions (e.g. waterfall) for libsdr library
GUI functions (e.g. waterfall) for libsdr, a simple software defined radio (SDR) library.
textproc/txt2tags-2.6 (Score: 0.045979828)
Convert simply formatted text into markup (e.g., HTML)
txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
finance/prestashop-1.6.1.7 (Score: 0.045896027)
Open-Source e-Commerce Software for Web 2.0
Conceived in PHP and MySQL, PrestaShop is a really modular and customizable solution, as well as technically than graphically. Find on the PrestaShop official marketplace, addons.prestashop.com, an unlimited quantity of extensions or templates for our e-commerce solution.
lang/mmix-20160804 (Score: 0.04579465)
RISC computer designed by Donald E. Knuth
From Donald E. Knuth's MMIX page: MMIX is a RISC computer designed by the author to illustrate machine-level aspects of programming. In the next editions of his books The Art of Computer Programming, MMIX will replace the 1960s-style machine MIX. More details can be found in his book: MMIXware: A RISC Computer for the Third Millennium, by Donald E. Knuth (Heidelberg: Springer-Verlag, 1999), viii+550pp. ISBN 3-540-66938-8. (Lecture Notes in Computer Science, no. 1750.)
devel/B-Size2-2.07 (Score: 0.044797562)
Perl extension to measure size of Perl OPs and SVs
Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
devel/ruby_dep-1.2.0 (Score: 0.044211622)
Creates a version constraint of supported Rubies
Creates a version constraint of supported Rubies,suitable for a gemspec file
benchmarks/expedite-1.7.10 (Score: 0.044108387)
Expedite is a benchmark suite for Evas
Expedite is meant to be a detailed and comprehensive benchmark suite for Evas.
print/aleph-1.15.2.1.r.4 (Score: 0.043912284)
TeX Engine including Omega and e-TeX features
Aleph, formerly known as e-Omega, is a project whose aim is to provide an extension to Knuth's TeX comprising both Omega 1.15 and e-TeX 2.1 features. Its main goals are stability, speed and power.
net/sippy_b2bua-1.0.2 (Score: 0.043761656)
SIP Back-to-back user agent (B2BUA) server with Radius support
Sippy B2BUA is a RFC3261-compliant Session Initiation Protocol (SIP) Back-to-back user agent (B2BUA) server software. The B2BUA is a SIP call controlling component. Unlike a SIP proxy, which only maintains transaction state, the B2BUA maintains complete call state and participates in all call requests. For this reason it can perform number of functions that are not possible to implement using SIP proxy, such as for example accurate call accounting, pre-paid rating and billing, fail over call routing etc. Unlike PBX-type solutions such as Asterisk for example, the B2BUA doesn't perform any media relaying or processing, therefore it doesn't introduce any additional packet loss, delay or jitter into the media path. Features: o Realtime calls control and call data records (CDRs) generation; o Optional ability to use Sippy RTPproxy for media relaying; o Optional ability to perform Cisco-compatible RADIUS AAA (Authentication, Authorization and Accounting); o RFC3261 compliance; o RFC3326 support; o IPv6 support; o Seamless compatibility with majority of popular SIP software and hardware on the market today; o Robustness and Resilience.
converters/ascii2binary-2.14 (Score: 0.043297462)
Convert between textual representations of numbers and binary
These programs convert between textual and binary representations of numbers. ascii2binary reads input consisting of textual representations of numbers separated by whitespace and produces as output the binary equivalents. The type and precision of the binary output is selected using command line flags. binary2ascii reads input consisting of binary numbers and converts them to their textual representation. Command line flags specify the type and size of the binary numbers and provide control over the format of the output. Unsigned integers may be written out in binary, octal, decimal, or hexadecimal. Signed integers may be written out only in binary or decimal. Floating point numbers may be written out only decimal, either in standard or scientific notation. (If you want to examine the binary representation of floating point numbers, just treat the input as a sequence of unsigned characters.) The two programs are useful for generating test data, for inspecting binary files, and for interfacing programs that generate textual output to programs that require binary input and conversely. They can also be useful when it is desired to reformat numbers.