Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,95114,960项(搜索用时0.017秒)
devel/simgear-2016.3.1 (Score: 9.2782444E-5)
Toolkit for 3D games and simulations
SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator.
devel/stringencoders-3.10.3 (Score: 9.2782444E-5)
Collection of high performance C-string transformations
A collection of high performance c-string transformations, frequently 2x faster than standard implementations. including * base64, standard * base64, web/url safe, with configurable alphabet * base85 (good for http cookies) * base16 (hex) * base2 (ascii binary) * url escaping * javascript string escaping * fast number to string conversion, 4-22x faster than sprintf! * fast ascii upper/lower case conversion, 2-66x faster than stdlib!
devel/regexx-0.98.1 (Score: 9.2782444E-5)
Complete regular expressions C++ solution
Regexx is a complete regular expressions C++ solution. It implements easy expression execution, global searching, replace with atom substitution, customized replaces, easy match and atom strings retrieving. It's also included in the library functions to split strings with strings or regular expressions.
devel/rlwrap-0.42 (Score: 9.2782444E-5)
Readline wrapper
rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the editing of keyboard input for any other command. Input history is remembered across invocations, separately for each command; history completion and search work as in bash and completion word lists can be specified on the command line.
devel/robodoc-4.99.41 (Score: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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: 9.2782444E-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.