Ports Search

Results 15,22115,230 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/robodoc-4.99.41 (Score: 5.180394E-5)
Code reference program similar to cxref that produces HTML
A source code documentation tool for C, C++, Fortran, Perl, shell scripts, Assembler, DCL, DB/C, Tcl/Tk, Forth, Lisp, COBOL, Occam, Basic, HTML, Clarion, and more. It can produce documentation in HTML, XML DocBook, TROFF, ASCII, LaTeX or RTF format.
devel/bin_utils-0.0.7 (Score: 5.180394E-5)
Extracting binary integers from binary string and packing back
It is specialized versions of methods for working with binary data. It were written cause: - MRI's #pack and #unpack seems to be slow - result of #pack is often appended to a string at the very next step. - usually we need to drop unpacked string head
devel/bindata-2.3.0 (Score: 5.180394E-5)
Ruby library to read and write binary file formats
BinData is a declarative way to read and write binary file formats. This means the programmer specifies *what* the format of the binary data is, and BinData works out *how* to read and write data in this format. It is an easier (and more readable) alternative to Ruby's #pack and #unpack methods.
devel/buftok-0.2.0 (Score: 5.180394E-5)
Extracts token delimited entities from arbitrary inputs
BufferedTokenizer takes a delimiter upon instantiation, or acts line-based by default. It allows input to be spoon-fed from some outside source which receives arbitrary length datagrams which may-or-may-not contain the token by which entities are delimited. In this respect it's ideally paired with something like EventMachine.
devel/cucumber-core-1.5.0 (Score: 5.180394E-5)
Core library for the Cucumber BDD app
Cucumber Core is the inner hexagon for the Ruby flavour of Cucumber. It contains the core domain logic to execute Cucumber features. It has no user interface, just a Ruby API. If you're interested in how Cucumber works, or in building other tools that work with Gherkin documents, you've come to the right place.
devel/gdata-1.1.2 (Score: 5.180394E-5)
Assist Ruby developers in working with Google Data APIs
Motivated by the ferocious appetite of our developers and the enduring popularity of Ruby on Rails (RoR). It's not a full-blown client library, but it does handle the fundamentals like authentication and basic XML manipulation. It also requires you to work directly with the Atom feed using the REXML module and XPath.
devel/GeoRuby-1.3.4 (Score: 5.180394E-5)
Holder for data returned from PostGIS and the Spatial Extensions of MySql
It is intended as a holder for data returned from PostGIS and the Spatial Extensions of MySql. The data model roughly follows the OGC "Simple i Features for SQL" specification (see http://www.opengis.org/docs/99-049.pdf), although without any kind of advanced functionalities (such as geometric operators or reprojections). It also supports various output and input formats (GeoRSS, KML, Shapefile).
devel/gh-0.14.0 (Score: 5.180394E-5)
Multi-layer client for the GitHub API v3
GH - Layered GitHub API client This is a highly flexible, layered, low-level GitHub client library, trying to get out of your way and let you get to the GitHub data as simple as possible. Unless you add layers, you will end up with Hashes and Arrays. The approach and API should be familiar from projects like Rack or Faraday.
devel/silc-toolkit-1.1.12 (Score: 5.180394E-5)
Secure Internet Live Conferencing (SILC) network toolkit
SILC Toolkit is a package intended for software developers who would like to develop their own SILC based applications or help in the development of the SILC. The Toolkit includes SILC Protocol Core library, SILC Crypto library, SILC Key Exchange (SKE) library, SILC Math library, SILC Modules (SIM) library, SILC Utility library, SILC Client library and few other libraries. Full documentation provided as bonus ;-)
devel/stlfilt-20080203 (Score: 5.180394E-5)
STL Error Message Decryptor for C++
STLFilt simplifies and/or reformats long-winded C++ error and warning messages, with a focus on STL-related diagnostics (and for MSVC 6, it fully eliminates C4786 warnings and their detritus). The result renders many of even the most cryptic diagnostics comprehensible.