Ports Search

Results 16,27116,280 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.052 seconds)
textproc/XML-XML2JSON-0.06 (Score: 3.3129134E-5)
Convert XML into JSON (and back again) using XML::LibXML
XML::XML2JSON is a Perl module to convert XML to JSON (and JSON to XML) using the following rules from Google (http://code.google.com/apis/gdata/json.html): Basic: - The feed is represented as a JSON object; each nested element or attribute is represented as a name/value property of the object. - Attributes are converted to String properties. - Child elements are converted to Object properties. - Elements that may appear more than once are converted to Array properties. - Text values of tags are converted to $t properties. Namespace: - If an element has a namespace alias, the alias and element are concatenated using "$". For example, ns:element becomes ns$element. XML: - XML version and encoding attributes are converted to version and encoding attributes of the root element, respectively.
textproc/libxml-0.08 (Score: 3.3129134E-5)
Collection of Perl5 modules for working with XML
From the README: libxml-perl is a collection of smaller Perl modules, scripts, and documents for working with XML in Perl. libxml-perl software works in combination with XML::Parser, PerlSAX, XML::DOM, XML::Grove and others.
textproc/texcount-2.3 (Score: 3.3129134E-5)
Perl module for LaTeX statistics
TeXcount is a Perl script that counts the number of words in the text of LaTeX files. It has rules for handling most of the common macros and provides colour coded output indicating which parts have been counted.
textproc/pdftohtml-0.40a (Score: 3.3129134E-5)
Command-line tool for converting pdf-files into html
This is a port of pdftohtml, which converts pdf-files into nicely formatted html, combined with png images. The HTML generated uses frames to emulate the content listing from the pdf.
textproc/plover-2.2.0 (Score: 3.3129134E-5)
Open source solution for stenography
Plover is a free open source program intended to bring real-time stenographic technology not just to stenographers, but also to hackers, hobbyists, accessibility mavens, and all-around speed demons.
textproc/agate-1.4.0 (Score: 3.3129134E-5)
Data analysis library optimized for humans
agate is a Python data analysis library that is optimized for humans instead of machines. It is an alternative to numpy and pandas that solves real-world problems with readable code. agate was previously known as journalism.
textproc/bugzillatools-0.5.5 (Score: 3.3129134E-5)
Tool for interacting with the Bugzilla bug tracking system
bugzillatools consists of the bugzilla CLI program and a Python library for interacting with the Bugzilla bug tracking system, and plugins for version control systems that enable interaction with Bugzilla installations.
textproc/curator-3.5.1 (Score: 3.3129134E-5)
Python index manager for Elasticsearch
Have indices in Elasticsearch? This is the tool for you! Like a museum curator manages the exhibits and collections on display, Elasticsearch Curator helps you curate, or manage your indices.
textproc/qstardict-1.0.1 (Score: 3.3129134E-5)
Qt 4 based dictionary program (stardict clone)
QStarDict is a StarDict clone written with using Qt4. The user interface is similar to StarDict. Main features * Full support of StarDict dictionaries * Working in system tray * Scanning mouse selection and showing popup window with translation of selected word
textproc/replaceit-1.0.1 (Score: 3.3129134E-5)
Light replacement to the combination of sed/awk/grep/head/tail
ReplaceIt was written as a quick, light and effective replacement to the combination of sed/awk/grep/head/tail and other such shell utilities, as well as being quicker in startup (at least) than an equivilant Perl solution.