GUI functions (e.g. waterfall) for libsdr, a simple software defined radio
(SDR) library.
txt2tags is a utility to turn simply formatted text into markup (e.g., HTML).
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.
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.)
Measure size of Perl OPs and SVs. B::Size2 is a fork of B::Size 0.09.
Creates a version constraint of supported Rubies,suitable for a gemspec file
Expedite is meant to be a detailed and comprehensive benchmark
suite for Evas.
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.
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.
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.