Ports Search

Results 11,19111,200 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.013 seconds)
chinese/hc-3.0 (Score: 5.18553E-5)
Hanzi Converter -- converts between GB and BIG-5 codes
This is the Hanzi Converter, which converts between GB and BIG-5 codes. The program converts a GB file to a BIG-5 file, or a BIG-5 file to a GB file. GB (GuoBiao) refers to the standard implementation of "GB2312-80" of Mainland China, in which the two bytes representing a GB code have their most significant bit set to 1. BIG-5 refers to the Big Five standard published in 1984 by Taiwan's Institute for Information Industry.
comms/dabstick-radio-0.96 (Score: 5.18553E-5)
DAB/DAB+ and wideband FM receiver for RTL2832-based USB sticks
While preparing for a release 4.2 of the sdr-j software package, we created two new programs a DAB receiver a broad spectrum version of the FM receiver It is quite obvious that one can use a DAB stick to receive DAB programs. However, the DAB software presented here is a real SDR in that it uses the 8 bit I/Q samples of the DAB stick.
databases/Relations-Query-0.93 (Score: 5.18553E-5)
Object for building queries with DBI/DBD::mysql
With Relations::Query you can create a 'select' query by creating a new query object, and passing hashes, arrays, or strings of info to the constructor, such as what's within the variables clause, what to order by, etc. You can also add and override clause info in the query as well, on both a permanent and temporary basis. With the to_string() function, you can create a query string from a hash, query object or string.
deskutils/vit-1.2 (Score: 5.18553E-5)
Curses-based interface to taskwarrior
VIT (Visual Interactive Taskwarrior) is a lightweight, curses-based front end for Taskwarrior that provides a convenient way to quickly navigate and process tasks. VIT allows you to interact with tasks in a Vi-intuitive way. A goal of VIT is to allow you to customize the way in which you use Taskwarrior's core commands as well as to provide a framework for easily dispatching external commands (both user scripts and Taskwarrior's many External Scripts).
devel/compiler-rt-0.r131639 (Score: 5.18553E-5)
Compiler runtime library with Blocks support
The compiler-rt project is a simple library that provides an implementation of the low-level target-specific hooks required by code generation and other runtime components. For example, when compiling for a 32-bit target, converting a double to a 64-bit unsigned integer is compiling into a runtime call to the "__fixunsdfdi" function. The compiler-rt library provides optimized implementations of this and other low-level routines.
devel/lazysmallcheck-0.6 (Score: 5.18553E-5)
Library for demand-driven testing of Haskell programs
Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell programs. It is based on the idea that if a property holds for a partially-defined input then it must also hold for all fully-defined refinements of the that input. Compared to `eager' input generation as in SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to verify a property for all inputs up to a given depth.
devel/git-modes-1.2.2 (Score: 5.18553E-5)
GNU Emacs modes for Git-related files
GNU Emacs modes for Git-related files. * git-commit-mode - A major mode for editing Git commit messages according to the guidelines by Tim Pope. * git-rebase-mode - A major mode for git-rebase-todo files created by git rebase -i * gitconfig-mode - A 'conf-mode'-derived major mode for editing .gitconfig files. * gitignore-mode - A 'conf-mode'-derived major mode for editing .gitignore files. * gitattributes-mode - A major mode for editing .gitattributes files.
devel/npth-1.2 (Score: 5.18553E-5)
New GNU Portable Threads
nPth - The New GNU Portable Threads Library This is a library to provide the GNU Pth API and thus a non-preemptive threads implementation. In contrast to GNU Pth is is based on the system's standard threads implementation. This allows the use of libraries which are not compatible to GNU Pth. Experience with a Windows Pth emulation showed that this is a solid way to provide a co-routine based framework.
devel/Term-UI-0.46 (Score: 5.18553E-5)
Term::ReadLine UI made easy
Term::UI is a transparent way of eliminating the overhead of having to format a question and then validate the reply, informing the user if the answer was not proper and re-issuing the question. Simply give it the question you want to ask, optionally with choices the user can pick from and a default and Term::UI will DWYM. For asking a yes or no question, there's even a shortcut.
devel/px-0.9.5 (Score: 5.18553E-5)
Perforce p4 wrapper and Python Perforce interface
px is a wrapper around p4. It provides all the functionality of p4 (deferring work to it) plus it extends some standard p4 commands and adds a few new ones. If you are a Perforce user you might find these extensions useful. px uses p4lib.py, a Python interface to the Perforce client application. If you are a Python programmer and script Perforce you might find this module helpful. Currently, most common commands are supported.