Ports 搜索

共有17,773项符合comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第6,1616,170项(搜索用时0.015秒)
devel/elif-0.1.0 (Score: 2.2029475E-4)
Read file in reverse order
A port of File::ReadBackwards, the Perl module by Uri Guttman, for reading a file line by line in reverse order. This can often be helpful for things like log files, where the interesting information is usually at the end.
devel/flexmock-2.1.0 (Score: 2.2029475E-4)
Simple mock object for Ruby
FlexMock is a flexible mocking library for use in unit testing and behavior specification. Mocks are defined with a fluent API that makes mock specifications easy to read and easy to remember.
devel/foreigner-1.7.4 (Score: 2.2029475E-4)
Adds foreign key helpers to migrations
Foreigner introduces a few methods to your migrations for adding and removing foreign key constraints. It also dumps foreign keys to schema.rb. The following adapters are supported: - mysql2 - postgres - sqlite (foreign key methods are a no-op)
devel/highline-1.7.8 (Score: 2.2029475E-4)
High-level IO library for command-line interfaces
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
devel/lager-3.2.2 (Score: 2.2029475E-4)
Logging framework for Erlang
Lager (as in the beer) is a logging framework for Erlang. Its purpose is to provide a more traditional way to perform logging in an erlang application that plays nicely with traditional UNIX logging tools like logrotate and syslog.
devel/logging-1.8.2 (Score: 2.2029475E-4)
Logging library based on Java's log4j
Logging is a flexible logging library for use in Ruby programs based on the design of Java's log4j library. It features a hierarchical logging system, custom level names, multiple output destinations per log event, custom formatting, and more.
devel/lumberjack-1.0.10 (Score: 2.2029475E-4)
Simple, powerful, and fast logging utility
A simple, powerful, and very fast logging utility that can be a drop in replacement for Logger or ActiveSupport::BufferedLogger. Provides support for automatically rolling log files even with multiple processes writing the same log file.
devel/mocha-0.14.0 (Score: 2.2029475E-4)
Library for mocking and stubbing syntax like JMock and SchMock
Mocha is a library for mocking and stubbing using a syntax like that of JMock, and SchMock. One of its main advantages is that it allows you to mock and stub methods on real (non-mock) classes and instances.
devel/rb-kqueue-0.2.4 (Score: 2.2029475E-4)
Ruby wrapper for BSD kqueue, using FFI
This is a simple wrapper over the kqueue BSD event notification interface (supported on FreeBSD, NetBSD, OpenBSD, and Darwin). It uses the FFI gem to avoid having to compile a C extension.
devel/ruby_parser-3.6.6 (Score: 2.2029475E-4)
Ruby parser written in pure ruby
ruby_parser (RP) is a ruby parser written in pure ruby (utilizing racc--which does by default use a C extension). RP's output is the same as ParseTree's output: s-expressions using ruby's arrays and base types.