Ports 搜索

共有17,754项符合%E6%8E%A7%E5%88%B6%E5%8F%B0的查询结果,以下是第9,1519,160项(搜索用时0.009秒)
devel/ruby-prof-0.15.9 (Score: 7.770591E-5)
Fast profiler for Ruby
ruby-prof is a fast code profiler for Ruby. Its features include: * Speed - it is a C extension and therefore many times faster than the standard Ruby profiler. * Flat Profiles - similar to the reports generated by the standard Ruby profiler * Graph profiles - similar to GProf, these show how long a method runs, which methods call it and which methods it calls. * Threads - supports profiling multiple threads simultaneously * Recursive calls - supports profiling recursive method calls * Reports - can generate both text and cross-referenced html reports * Output - can output to standard out or to a file
devel/ruby2ruby-2.3.0 (Score: 7.770591E-5)
Pure ruby code generator easily from ParseTree's Sexps
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
devel/statsd-0.5.4 (Score: 7.770591E-5)
Ruby port of the statsd python and node.js tools
Statsd implementation in Ruby A network daemon for aggregating statistics (counters and timers), rolling them up, then sending them to graphite or mongodb.
devel/versionomy-0.5.0 (Score: 7.770591E-5)
Generalized version number library for Ruby
Versionomy is a generalized version number library. It provides tools to represent, manipulate, parse, and compare version numbers in the wide variety of versioning schemes in use.
devel/scalatest-1.6.1 (Score: 7.770591E-5)
Regression testing utility for use with the Scala Language
ScalaTest is a testing framework for Scala developed by Bill Venners, George Berger, Josh Cough, and other contributors starting in late 2007.
devel/serdisplib-1.97.9 (Score: 7.770591E-5)
Library to drive graphical LC- and OLED displays
serdisplib is as a library to drive serial LC- or OLED-displays with built-in controllers. Some displays connected to the parallel port are also supported.
devel/soapui-5.2.1 (Score: 7.770591E-5)
Web service, SOA, and SOAP testing tool
soapUI is a free and open source desktop application for inspecting, invoking, developing, simulating/mocking and functional/load/compliance testing of web services over HTTP.
devel/storm-0.9.2.i (Score: 7.770591E-5)
Distributed realtime computation system
Apache Storm is a free and open source distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing. Storm is simple, can be used with any programming language, and is a lot of fun to use! Storm has many use cases: realtime analytics, online machine learning, continuous computation, distributed RPC, ETL, and more. Storm is fast: a benchmark clocked it at over a million tuples processed per second per node. It is scalable, fault-tolerant, guarantees your data will be processed, and is easy to set up and operate.
devel/tailor-0.9.35 (Score: 7.770591E-5)
Migrates changesets between version control systems
Tailor is a tool to migrate changesets between Aegis, ArX, Bazaar, Bazaar-NG, CVS, Codeville, Darcs, Git, Mercurial, Monotone, Perforce, Subversion, and Tla repositories.
devel/tcllauncher-1.6 (Score: 7.770591E-5)
Launcher program for Tcl applications
tcllauncher is a way to have Tcl programs run out of /usr/local/bin under their own name, be installed in one place with their support files, and provides commands to facilitate server-oriented application execution. While there is another wrapper system that also does this, that system produces a single executable that contains all the code and support files within a built-in virtual filesystem wrapped inside the executable. Tcllauncher keeps the support files distinct, typically in a subdirectory of /usr/local/lib that's named after the application.