Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第2,0812,090项(搜索用时0.007秒)
editors/hexpert-2.4.1 (Score: 0.0010014757)
Hexpert - a simple but flexible binary file editor
Hexpert is a simple but flexible binary file editor. It has both character and hex search modes, and can do both character and hex editing.
games/gti-1.3.0 (Score: 0.0010014757)
Just a silly git launcher, basically. Inspired by sl
It's a program that displays a badly made ASCII-art animation to punish you for your typing error - and after that magically launches the command you meant to launch. The code is available under an MIT-like license on github - though of course anybody can write his or her own version in a couple of minutes. This whole thing is heavily inspired by sl, which displays a steam locomotive. However, gti is actually nicer than sl as it at least executes git after the animation. :-)
graphics/icontact-1.5 (Score: 0.0010014757)
Combines multiples images to create a single customisable image
Icontact joins multiple image files together to create a single image. It supports many different images formats and is extremely customisable.
graphics/Image-Magick-Iterator-0.01 (Score: 0.0010014757)
Sequentially read Image::Magick object from a filehandle
Image::Magick::Iterator adds iteration support to Image::Magick. This means that if you have a stream of concatenated images, you can access each image in the stream as an independent Image::Magick object. Iteration functionality is not present in Image::Magick itself as of version 5.56. Passing a stream of concatenated images would result in essentially a "stack" of images which would all be manipulated in parallel by any Image::Magick calls. Calls to Write() either output an animated series of image (a la animated GIFs), or the first image in the series.
graphics/s2tc-1.0+20151228 (Score: 0.0010014757)
Subset of a well-known texture compression scheme
S2TC's format specification is very easy to implement, so it is not hard to make a working compressor or decompressor for it. It is based on Color Cell Compression[1] from 1986, and decoding is done entirely using the methods from there. Encoding is done using a search and refinement method that is derived from the methods described in that paper. This also makes this format a great platform for learning about texture compression and how to tune a compressor for best quality. S2TC is especially well suited for runtime (on-load) compression of textures, as it is - in low quality settings - way faster than any other texture compressors out there.
japanese/edyvalue-2007.01.06 (Score: 0.0010014757)
Utility to print a statement of Edy card
EdyValue prints statements from an Edy card. You need a Sony RC-S320 or VAIO with FeliCa port to use this program.
java/ShellEd-1.0.2a (Score: 0.0010014757)
ShellEd是一个Eclipse的高超的shell脚本编辑器
ShellEd是一个Eclipse的高超的shell脚本编辑器。该插件最大的好处是为内容辅助和文本悬停 集成了帮助信息。
java/classpath-0.99 (Score: 0.0010014757)
GNU project to create a free Java class library
GNU Classpath, Essential Libraries for Java, is a GNU project to create free core class libraries for use with virtual machines and compilers for the Java programming language.
lang/ccl-1.11 (Score: 0.0010014757)
Clozure CL is a free Common Lisp implementation
Clozure CL (formerly known as OpenMCL) is a free Common Lisp implementation. Features include: * A fast, precise, compacting, generational garbage collector written in hand-optimized C. The sizes of the generations are fully configurable. * Full native OS threads on all platforms. The API includes support for shared memory, locking, and blocking for OS operations such as I/O. * Full Unicode support. * Excellent debugging facilities. The names of all local variables are available in a backtrace. * A complete, mature foreign function interface. * Many extensions including: files mapped to Common Lisp vectors for fast file I/O; thread local hash tables and streams to eliminate locking overhead; cons hashing support.
mail/mboxgrep-0.7.9 (Score: 0.0010014757)
Utility to scan mailboxes for messages matching a regular expression
mboxgrep is a small utility that scans a mailbox for messages matching a regular expression. Found messages can be either displayed on standard output, counted, deleted, piped to a shell command or written to another mailbox. Its features include: * ability to limit the search to message body or headers (although the whole message is scanned by default) * message counting * ability to invert the sense of matching * ability to write found messages to another mailbox * support for mbox (either plain or compressed), MH, nnmh, nnml and maildir folders * support for basic and extended POSIX regular expressions, and, optionally, Perl-complatible regular expressions (if linked with the PCRE library)