Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第10,30110,310项(搜索用时0.013秒)
devel/libuninum-2.7 (Score: 1.762358E-4)
Library for converting Unicode strings to numbers
This is a library for converting Unicode strings to numbers. Standard functions like strtoul and strtod do this for numbers written in the usual Western number system using the Indo-Arabic numerals, but they do not handle other number systems. The main functions take as input a UTF-32 Unicode string and compute the corresponding unsigned integer.
devel/lightning-2.1.0 (Score: 1.762358E-4)
Generates assembly language code at run-time
GNU lightning is a library that generates assembly language code at run-time; it is very fast, making it ideal for Just-In-Time compilers, and it abstracts over the target CPU, as it exposes to the clients a standardized RISC instruction set inspired by the MIPS and SPARC chips.
devel/checkheaders-1.0.1 (Score: 1.762358E-4)
Checks headers in C/C++ programs
This software checks the headers in a C/C++ program, and detects unnecessary inclusions. A "#include" is needed if any symbol names match. If there are no matching symbol names, it is not needed. This tool will work best if all classes, variables, constants, functions, etc. have unique names.
devel/lion-20060630 (Score: 1.762358E-4)
Multi-platform, event-driven, simple networking library
LiON (Lund's Input Output Library) is a C library to quickly develop programs that are event-driven, networked, non-blocking and portable. It includes a simple API to do any networking, file I/O and pipes. It is multiplatform and runs on POSIX-like systems and Windows.
devel/maven-wrapper-1 (Score: 1.762358E-4)
Wrapper script for the various installations of Maven
The maven-wrapper provides a convenient way to switch between several Maven installations. - By setting the M2_HOME environment variable the user can select the Maven instance to use. - A default Maven instance is selected according to the files in /usr/local/etc/maven/instances.d/
devel/git-cinnabar-0.4.0.b3 (Score: 1.762358E-4)
Git remote helper to interact with Mercurial repositories
git-cinnabar is a git remote helper to interact with mercurial repositories. Contrary to other such helpers, it doesn't use a local mercurial clone under the hood, although it currently does require mercurial to be installed for some of its libraries.
devel/Reflex-0.099 (Score: 1.762358E-4)
Class library for flexible, reactive programs
Reflex - A class library for flexible, reactive programs. Reflex is a library of classes that assist with writing reactive (AKA event-driven) programs. Reflex uses Moose internally, but it doesn't enforce programs to use Moose's syntax. However, Moose syntax brings several useful features we hope will become indispensible.
devel/monodevelop-5.0.1 (Score: 1.762358E-4)
IDE for the .NET platform
MonoDevelop is a free GNOME integrated development environment (IDE) primarily designed for C# and other .NET languages. It was originally a port of SharpDevelop 0.98. The main features of MonoDevelop are: * Code Completion * Class Management * Built-in Help * Project Support * Add-ins
devel/monotone-viz-1.0.2 (Score: 1.762358E-4)
Visual interface for Monotone VCS with revision graphs
Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs. Monotone is a free distributed version control system. Monotone-viz is developed in the Objective Caml language, using the GTK+ and libgnomecanvas libraries (via LablGTK, an OCaml binding for GTK+), and it uses the dot program from the Graphviz package.
devel/mpatrol-1.4.8 (Score: 1.762358E-4)
Dynamic memory debugging and profiling library
The mpatrol library is a powerful debugging tool that attempts to diagnose run-time errors that are caused by the wrong use of dynamically allocated memory. It acts as a malloc() debugger for debugging dynamic memory allocations, although it can also trace and profile calls to malloc() and free() too.