Ports Search

Results 10,44110,450 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
devel/liblognorm-2.0.1 (Score: 1.762358E-4)
Log normalizer
liblognorm shall help to make sense out of syslog data, or, actually, any event data that is present in text form. In short words, one will be able to throw arbitrary log message to liblognorm, one at a time, and for each message it will output well-defined name-value pairs and a set of tags describing the message.
devel/PHP_CodeSniffer-2.6.2 (Score: 1.762358E-4)
PHP Script Tokenises and Sniffs PHP and JavaScript code
PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP and JavaScript code to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.
devel/PHP_Parser-0.2.2 (Score: 1.762358E-4)
PHP Grammar Parser
PHP_Parser is a source code analysis tool based around a real Parser generated by PHP_ParserGenerator. The parser uses the same EBNF source that PHP uses to parse itself, modified for Lemon parser format, and it therefore as robust as PHP itself.
devel/libftdi1-1.1 (Score: 1.762358E-4)
Library (using libusb) to talk to FTDI chips
libftdi1 - A library (using libusb) to talk to FTDI's FT2232C, FT232BM and FT245BM type chips including the popular bitbang mode. Note: When you get a -5 error "can't claim usb device" during ftdi_usb_open(), make sure the kernel ftdi_sio driver is unloaded.
devel/gsubfn-0.6.5 (Score: 1.762358E-4)
R package used for string matching, substitution and parsing
gsubfn is an R package used for string matching, substitution and parsing. A seemingly small generalization of gsub, namely allow the replacement string to be a replacement function, list, formula or proto object, can result in increased power and applicability. The resulting function, gsubfn is the namesake of this package.
devel/bandit-1.1.0 (Score: 1.762358E-4)
Tool for finding common security issues in Python code
Bandit is a tool for finding common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files it generates a report.
devel/game_sdl2-6.99.11 (Score: 1.762358E-4)
Reimplementation of portions of the pygame API using SDL2
Pygame_sdl2 is a reimplementation of the Pygame API using SDL2 and related libraries. The initial goal of this project are to allow games written using the pygame API to run on SDL2 on desktop and mobile platforms. We will then evolve the API to expose SDL2-provided functionality in a pythonic manner.
devel/physfs-1.1.1 (Score: 1.762358E-4)
Library to provide abstract access to various archives
PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. The programmer defines a "write directory" on the physical filesystem. No file writing done through the PhysicsFS API can leave that write directory, for security. For example, an embedded scripting language cannot write outside of this path if it uses PhysFS for all of its I/O, which means that untrusted scripts can run more safely. Symbolic links can be disabled as well, for added safety. For file reading, the programmer lists directories and archives that form a "search path". Once the search path is defined, it becomes a single, transparent hierarchical filesystem. This makes for easy access to ZIP files in the same way as you access a file directly on the disk, and it makes it easy to ship a new archive that will override a previous archive on a per-file basis. Finally, PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are available, the user's home directory, where in the real filesystem your program is running, etc.
devel/physfs-2.0.3 (Score: 1.762358E-4)
Library to provide abstract access to various archives
PhysicsFS is a library to provide abstract access to various archives. It is intended for use in video games, and the design was somewhat inspired by Quake 3's file subsystem. The programmer defines a "write directory" on the physical filesystem. No file writing done through the PhysicsFS API can leave that write directory, for security. For example, an embedded scripting language cannot write outside of this path if it uses PhysFS for all of its I/O, which means that untrusted scripts can run more safely. Symbolic links can be disabled as well, for added safety. For file reading, the programmer lists directories and archives that form a "search path". Once the search path is defined, it becomes a single, transparent hierarchical filesystem. This makes for easy access to ZIP files in the same way as you access a file directly on the disk, and it makes it easy to ship a new archive that will override a previous archive on a per-file basis. Finally, PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are available, the user's home directory, where in the real filesystem your program is running, etc.
devel/picprog-1.9.1 (Score: 1.762358E-4)
Serial port pic16c84 programmer
This is Picprog, pic16c84 programmer software for the serial port device. To program a pic16c84 chip: picprog --burn --input something.hex --pic /dev/cuaa1 Remember: this is not a production quality programmer! See PIC16C84 data sheet for more information.