Ports Search

Results 3,2813,290 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.019 seconds)
devel/yajl-ruby-1.2.1 (Score: 5.51057E-4)
Streaming JSON parsing and encoding library for Ruby
This gem is a C binding to the excellent YAJL JSON parsing and generation library. Features: * JSON parsing and encoding directly to and from an IO stream (file, socket, etc) or String. Compressed stream parsing and encoding supported for Bzip2, Gzip and Deflate. * Parse and encode multiple JSON objects to and from streams or strings continuously. * JSON gem compatibility API - allows yajl-ruby to be used as a drop-in replacement for the JSON gem * Basic HTTP client (only GET requests supported for now) which parses JSON directly off the response body *as it's being received* * ~3.5x faster than JSON.generate * ~1.9x faster than JSON.parse * ~4.5x faster than YAML.load * ~377.5x faster than YAML.dump * ~1.5x faster than Marshal.load * ~2x faster than Marshal.dump
dns/ipcheck-0.240 (Score: 5.51057E-4)
Fully compliant DynDNS.org client for UNIX (supports NIC v2.0)
[from web site] This is a simple Python script to register your dynamic IP address using the NIC V2.0 protocol. We aim to be fully compliant with the dyndns client specification. Starting with version 0.141, we use https by default and will fall back to plain http if a timeout occurs. We currently support all options and latest recommendations by Dyndns. Ipcheck is easy to install and very easy to use. Root access is not required and no configuration files are needed. Just specify your username, password and hostname(s) on the command line (or cron entry). You can specify the interface (default tun0) to search for your ip address on or use web based IP detection. There is also direct support for determining the IP address on the following devices: Linksys (-L), Netgear (-N), Draytek (-D), Netopia (-O), HawkingTech (-H), Cisco 667i (-C), Cisco 700 series (-I), ZyXEL Prestige (-Z), SMC Barricade (-S)
textproc/sgrep2-1.94a (Score: 5.51057E-4)
Grep for structured text like SGML and HTML
sgrep (structured grep) is a tool for searching and indexing text, SGML,XML and HTML files and filtering text streams using structural criteria. The data model of sgrep is based on regions, which are nonempty substrings of text. Regions are typically occurrences of constant strings, SGML-tags, or meaningful text elements, which are recognizable through some delimiting strings or the builtin SGML, XML and HTML parser. Regions can be arbitrarily long, arbitrarily overlapping, and arbitrarily nested. Sgrep is a convenient tool for making queries to almost any kind of text files with some well kown structure. These include programs, mail folders, news folders, HTML, SGML, etc... With relatively simple queries you can display mail messages by their subject or sender, extract titles or links or any regions from HTML files, function prototypes from C or make complex queries to SGML files based on the DTD of the file.
devel/llvmlite-0.13.0 (Score: 5.4935174E-4)
Lightweight LLVM python binding for writing JIT compilers
A lightweight LLVM python binding for writing JIT compilers The old llvmpy binding exposes a lot of LLVM APIs but the mapping of C++-style memory management to Python is error prone. Numba and many JIT compilers do not need a full LLVM API. Only the IR builder, optimizer, and JIT compiler APIs are necessary. llvmlite is a project originally tailored for Numba's needs, using the following approach: - A small C wrapper around the parts of the LLVM C++ API we need that are not already exposed by the LLVM C API. - A ctypes Python wrapper around the C API. - A pure Python implementation of the subset of the LLVM IR builder that we need for Numba.
databases/DBIx-VersionedDDL-0.17 (Score: 5.475706E-4)
Upgrade and downgrade database schemas to a specified version
DBIx::VersionedDDL is a perl module to upgrade and downgrade database schemas to a specified version.
databases/Tie-DBI-1.06 (Score: 5.475706E-4)
Perl module implementing Tie hash to a DBI handle
Tie::DBI is a perl module implementing Tie hash to a DBI handle.
Perl module which allows logging to a unix domain socket
This is a simple appender for writing log info to a unix domain socket.
devel/Tie-CPHash-1.04 (Score: 5.475706E-4)
Perl module implementing a case preserving hash table
Tie::CPHash is a Perl module implementing a case preserving but case insensitive hash table.
devel/User-Identity-0.94 (Score: 5.475706E-4)
Perl module for abstracting information about a physical person
User::Identity is a Perl module for abstracting information about a physical person.
devel/hike-1.2.3 (Score: 5.475706E-4)
Ruby library for finding files in a set of paths
A Ruby library for finding files in a set of paths.