Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第13,97113,980项(搜索用时0.018秒)
textproc/XML-SAX-Base-1.08 (Score: 1.0043993E-4)
Base class SAX Drivers and Filters
XML::SAX::Base has a very simple task - to be a base class for PerlSAX drivers and filters. It's default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback. The main advantages that it provides are easy dispatching of events the right way (ie it takes care for you of checking that the handler has implemented that method, or has defined an AUTOLOAD), and the guarantee that filters will pass along events that they aren't implementing to handlers downstream that might nevertheless be interested in them.
textproc/XML-RSS-JavaScript-0.65 (Score: 1.0043993E-4)
Perl extension to serialize your RSS as JavaScript
Serialize your RSS as JavaScript. Perhaps you use XML::RSS to generate RSS for consumption by RSS parsers. Perhaps you also get requests for how to use the RSS feed by people who have no idea how to parse XML, or write Perl programs for that matter. Enter XML::RSS::JavaScript, a simle subclass of XML::RSS which writes your RSS feed as a sequence of JavaScript print statements. This means you can then write the JavaScript to disk, and a users HTML can simple include it like so: <script language="JavaScript" src="/myfeed.js"></script> What's more the javascript emits HTML that can be fully styled with CSS. See the CSS examples included with the distribution in the css directory.
textproc/translate-toolkit-2.0.0b3 (Score: 1.0043993E-4)
Converts between many translation formats
The Translate Toolkit is a set of software and documentation designed to help make the lives of localizers both more productive and less frustrating. The software includes programs to covert localization formats to the common PO format and programs to check and manage PO files. The documentation includes guides on using the tools, running a localization project and how to localize various projects from OpenOffice.org to Mozilla. At its core the software contains a set of classes for handling various localization storage formats: DTD, properties, OpenOffice.org GSI/SDF, CSV and of course PO and XLIFF. It also provides scripts to convert between these formats. Also part of the Toolkit are Python programs to create word counts, merge translations and perform various checks on PO and XLIFF files.
textproc/elasticsearch-dsl-py-0.0.8 (Score: 1.0043993E-4)
High level Python client for Elasticsearch
Elasticsearch DSL is a high-level library whose aim is to help with writing and running queries against Elasticsearch. It is built on top of the official low-level client (elasticsearch-py). It provides a more convenient and idiomatic way to write and manipulate queries. It stays close to the Elasticsearch JSON DSL, mirroring its terminology and structure. It exposes the whole range of the DSL from Python either directly using defined classes or a queryset-like expressions. It also provides an optional wrapper for working with documents as Python objects: defining mappings, retrieving and saving documents, wrapping the document data in user-defined classes. To use the other Elasticsearch APIs (eg. cluster health) just use the underlying client.
textproc/ri_cal-0.8.8 (Score: 1.0043993E-4)
Library for parsing, and generating iCalendar data
RiCal is a new Ruby Library for parsing, generating, and using iCalendar (RFC 2445) format data. RiCal distinguishes itself from existing Ruby libraries in providing support for Timezone components in Calendars. This means that RiCal parses VTIMEZONE data and instantiates timezone objects which can be used to convert times in the calendar to and from UTC time. In addition, RiCal allows created calendars and components to use time zones understood by TZInfo gem (from either the TZInfo gem or from Rails ActiveSupport => 2.2). When a calendar with TZInfo time zones is exported, RFC 2445 conforming VTIMEZONE components will be included, allowing other programs to process the result. Enumeration of recurring occurrences. For example, if an Event has one or more recurrence rules, then the occurrences of the event can be enumerated as a series of Event occurrences.
textproc/rmmseg-cpp-0.2.9 (Score: 1.0043993E-4)
High performance Chinese word segmentation utility
rmmseg-cpp is a high performance Chinese word segmentation utility for Ruby. It features full "Ferret":http://ferret.davebalmain.com/ integration as well as support for normal Ruby program usage. rmmseg-cpp is a re-written of the original RMMSeg(http://rmmseg.rubyforge.org/) gem in C++. RMMSeg is written in pure Ruby. Though I tried hard to tweak RMMSeg, it just consumes lots of memory and the segmenting process is rather slow. The interface is almost identical to RMMSeg but the performance is much better. This gem is always preferable in production use. However, if you want to understand how the MMSEG segmenting algorithm works, the source code of RMMSeg is a better choice than this.
textproc/xxdiff-4.0.1 (Score: 1.0043993E-4)
Graphical file and directories comparator and merge tool
xxdiff is a graphical tool for viewing the differences between two or three files, or between two directories, and can produce a merged version thereof. Some of its features: - Comparing two files, three files, or two directories (shallow and recursive) - Horizontal diffs highlighting - Files can be merged interactively and resulting output visualized and saved - Has features to assist in performing merge reviews/policing - Can unmerge CVS conflicts in automatically merged file and display them as two files, to help resolve conflicts - Uses external diff program to compute differences: works with GNU diff, SGI diff and ClearCase's cleardiff, and any other diff whose output is similar to those - Fully customizable with a resource file - Look-and-feel similar to Rudy Wortel's/SGI xdiff; it is desktop agnostic (i.e. will work equally well with KDE or GNOME) - Features and output that ease integration with scripts
www/trac-1.0.13 (Score: 1.0043993E-4)
供软件开发项目使用的增强的 wiki 和问题跟踪系统
Trac 使用较低门槛的方法来实施基于 web 的软件项目管理。我们的使命是,帮助开发者 编写出很好的软件。Trac 应该尽可能少地改变团队已有的开发过程和策略。 Trac 的所有方面都符合一个单一的目标,简化跟踪和软件问题的交流,增强和监测整个进程。 Trac 是什么? * 一个管理软件项目的集成系统 * 一个增强的 wiki * 一个灵活的基于 web 的问题跟踪器 * 一个 Subversion 版本控制系统的界面 Trac 的核心在于集成 wiki 和问题/bug 数据库。使用 wiki 标记,所有管理的对象 都可以直接连接到其他的问题/bug 报告、代码变更集、文档和文件。
www/clearsilver-0.10.5 (Score: 1.0043993E-4)
Fast, powerful, and language-neutral template system
ClearSilver is a fast, powerful, and language-neutral template system. It is designed to make it easy to create template driven static or dynamic websites. ClearSilver is first and foremost designed to be extremely fast. It is coded completely in C and exported to your script language of choice (i.e. Python, Perl). As a result, it is notably faster than template systems written in a script language. However, its design has additional benefits. It is also one of the only template systems available which allows you to easily mix-and-match multiple programming languages with the same templates, even on the same page. This allows you to optimize your website by writing C-modules to handle speed-sensitive sections, while leaving the majority of your site in easy to write script code.
www/mod_flickr-1.0 (Score: 1.0043993E-4)
Apache module for Flickr API access
mod_flickr is a apache module (for apache 2.0 and above) that makes call to flickr via flickr API's to get a users (configured in httpd.conf) public photo sets, photos in sets and recent photos uploaded in flickr etc... Currently only 4 api calls have been implmeneted (all are GET calls). These API's return data in XML format. The XML can then be parsed by the calling code (e.g. front end Javascript/php) to display thumbnails of the images say in a scrollbar. (Code for front end is not distributed as yet) This module can be used by web developers who want to show their photos/albums uploaded in flickr on their website and/or access to metadata of their photos for their own needs/purposes.