Ports 搜索

共有5,824项符合/net/的查询结果,以下是第2,5112,520项(搜索用时0.004秒)
devel/jcmdline-2.0.0 (Score: 0.01987111)
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.01987111)
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.01987111)
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.01987111)
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.01987111)
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.01987111)
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.01987111)
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.01987111)
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.
devel/pmd-5.5.1 (Score: 0.01987111)
Static analysis tool for Java source code
PMD scans Java source code and looks for potential problems like: * Possible bugs - empty try/catch/finally/switch statements * Dead code - unused local variables, parameters and private methods * Suboptimal code - wasteful String/StringBuffer usage * Overcomplicated expressions - unnecessary if statements, for loops that could be while loops * Duplicate code - copied/pasted code means copied/pasted bugs
devel/Judy-1.0.5 (Score: 0.01987111)
General purpose dynamic array
Judy is a general purpose dynamic array implemented as a C callable library. Judy's speed and memory usage are typically better than other data storage models and improves with very large data sets.