Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第2,5812,590项(搜索用时0.008秒)
devel/findbugs-1.3.9 (Score: 0.0070083328)
Find Bugs in Java Programs
FindBugs looks for bugs in Java programs. It is based on the concept of bug patterns. A bug pattern is a code idiom that is often an error. Bug patterns arise for a variety of reasons: * Difficult language features * Misunderstood API methods * Misunderstood invariants when code is modified during maintenance * Garden variety mistakes: typos, use of the wrong boolean operator FindBugs uses static analysis to inspect Java bytecode for occurrences of bug patterns.
devel/jclassinfo-0.19.1 (Score: 0.0070083328)
Shows information about Java class, dependencies, and more
jclassinfo reads java class files and provides information about the class, dependencies and more. It is a pure C implementation.
devel/jcmdline-2.0.0 (Score: 0.0070083328)
Java command line processor
The jcmdline package is a Java package with the following goals: * Facilitate parsing/handling of command line parameters. * Add consistency to command line parameter parsing and command usage display through all executables of a Java application. * Automatically generate a command usage based upon defined command line parameters.
devel/hapy-0.0.8 (Score: 0.0070083328)
Runtime parser generator
Hapy is a runtime parser generator library. The Hapy library generates parsers from BNF-like language grammars. Parsing scripting languages and communication protocol messages are typical use cases. Generated parsers are C++ objects. Hapy is public domain software.
devel/argtable-2.13 (Score: 0.0070083328)
ANSI C library for parsing GNU style command line arguments
Parsing a program's command line arguments has always been a distraction from the main programming task at hand. The argtable library simplifies the job by enabling the programmer to define the command line options directly in the source code as a static array of structs and then pass that array to argtable library functions which parse the command line accordingly. The values extracted from the command line are deposited directly into user-defined program variables where they can be accessed by the main program. Argtable can also generate descriptions of the command line syntax from that same array for display as on-line help.
devel/HUnit-1.2.5.2 (Score: 0.0070083328)
Unit testing framework for Haskell
HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for Java.
devel/ChipmunkPhysics-7.0.1 (Score: 0.0070083328)
2D physics engine written in C
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics library written in C. It is licensed under the unrestrictive, OSI approved MIT license.
devel/asmutils-0.18 (Score: 0.0070083328)
Set of Unix utilities written in x86 assembly language
asmutils is a set of miscellaneous utilities written in assembly language, targeted for x86 embedded systems and small distributions (like rescue or installation disks); it also contains small libc and crypto libraries. It features the smallest possible size and memory requirements, the fastest speed (with few exceptions), and good functionality.
devel/inilib-1.0.7b3 (Score: 0.0070083328)
C++ lib which provides a method of saving the "state" of a program
inilib is a C++ library which provides a method of saving the "state" of a program. inilib provides a means of storing a number of arbitrary settings in memory with an easy access interface, as well providing means for saving the information to and loading it from disk. Data is stored in an easy to read format, allowing the user to modify any of the information with a simple text editor. inilib benefits the programmer by providing a simple, intuitive means to store any data that can be expressed in std::string, int, double, or bool types. In addition, inilib handles any conversion that may be necessary to convert from one type to the other. Saving all information stored in inilib to disk or loading information from disk requires only one command.
devel/kaptain-0.73 (Score: 0.0070083328)
Tool for building/running Qt GUIs for command line programs
Kaptain is a tool that lets you build a GUI for a command line program in the form of a script. The program interprets that script to present the graphical interface. The built interfaces use the Qt library.