Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第8,4518,460项(搜索用时0.009秒)
devel/fastercsv-1.5.5 (Score: 7.851118E-5)
Complete replacement to the CSV standard library
FasterCSV is intended as a replacement to Ruby's standard CSV library. It was designed to address concerns users of that library had and it has three primary goals: 1. Be significantly faster than CSV while remaining a pure Ruby library. 2. Use a smaller and easier to maintain code base. (We're about even now, but not if you compare the features!) 3. Improve on the CSV interface.
devel/mustache-1.0.3 (Score: 7.851118E-5)
Framework-agnostic way to render logic-free views
Inspired by ctemplate, Mustache is a framework-agnostic way to render logic-free views. As ctemplates says, "It emphasizes separating logic from presentation: it is impossible to embed application logic in this template language. Think of Mustache as a replacement for your views. Instead of views consisting of ERB or HAML with random helpers and arbitrary logic, your views are broken into two parts: a Ruby class and an HTML template.
devel/piston-1.4.0 (Score: 7.851118E-5)
Utility to manage local copies of Subversion repositories
Piston is a utility that eases vendor branch management. This is similar to svn:externals, except you have a local copy of the files, which you can modify at will. As long as the changes are mergeable, you should have no problems. Piston has a similar purpose than svnmerge.py which you can find in the contrib/client-side folder of the main Subversion. The main difference is that Piston is designed to work with remote repositories.
devel/state_machine-1.2.0 (Score: 7.851118E-5)
Support for creating state machines for attributes on any Ruby class
State machines make it simple to manage the behavior of a class. Too often, the state of an object is kept by creating multiple boolean attributes and deciding how to behave based on the values. state_machine simplifies this design by introducing the various parts of a real state machine, including states, events, transitions, and callbacks. However, the api is designed to be so simple you do not even need to know what a state machine is.
devel/tkmerge-0.85 (Score: 7.851118E-5)
Tk script to aid in merging changes between two files
tkmerge is a tk script to help with the task of merging the differences between two files. On startup creates a window consisting of four panels. One for each of the source files, one for the merged result, and a fourth that can contain substitution text (which is user editable) and various selection and navigation buttons and options. Additionally, for any of the difference sequences you may elect to edit them with your favorite editor via the "Editor" button.
devel/ua_parser-0.5.0 (Score: 7.851118E-5)
Regex file for building language ports of Browserscope's UA parser
This port contains the core of BrowserScope's original user agent string parser: data collected over the years by Steve Souders and numerous other contributors, extracted into a separate YAML file so as to be reusable as is by implementations in any programming language. This port itself does not contain a parser: only the necessary data to build one. There exists a ref implementation, along with multiple, production-ready implementations in various programming languages.
devel/xa65-2.3.6 (Score: 7.851118E-5)
Two-pass cross-assembler for MOS 6502 and compatible CPUs
xa is a high-speed, two-pass portable cross-assembler. It understands mnemonics and generates code for: NMOS 6502s (such as 6502A, 6504, 6507, 6510, 7501, 8500, 8501, 8502, ...) CMOS 6502s (65C02 and Rockwell R65C02) and the 65816 Key amongst its features: - C-like preprocessor (understands cpp for additional feature support) - Rich expression syntax and pseudo-op vocabulary - Multiple character sets - Binary linking - Supports o65 relocatable objects with a full linker and relocation suite, as well as "bare" plain binary object files - Block structure for label scoping
devel/rebar-2.6.4 (Score: 7.851118E-5)
Build-tool for Erlang that follows OTP principles
rebar is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
devel/rebar3-3.3.1 (Score: 7.851118E-5)
Build tool for Erlang
rebar 3.0 is an Erlang build tool that makes it easy to compile and test Erlang applications, port drivers and releases. rebar is a self-contained Erlang script, so it's easy to distribute or even embed directly in a project. Where possible, rebar uses standard Erlang/OTP conventions for project structures, thus minimizing the amount of build configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations (git, hg, etc).
devel/sdl2-2.0.4 (Score: 7.851118E-5)
Cross-platform multimedia development API
This library is designed to make it easy to write games that run on UNIX, Win32, MacOS X and other platforms using the various native high-performance media interfaces (for video, audio, etc) and presenting a single source-code level API to your application. This is a fairly low level API, but using this, completely portable applications can be written with a great deal of flexibility.