Ports 搜索

共有17,660项符合descr%3A%22spam filter%22的查询结果,以下是第14,05114,060项(搜索用时0.016秒)
deskutils/pinot-1.09 (Score: 9.841064E-5)
Personal search and metasearch for the Free Desktop
Pinot is a D-Bus service that crawls, indexes your documents and monitors them for changes, with a GTK-based user interface that enables to query the index built by the service or your favourite Web engine, and display and analyze the results. Features: - advanced queries (probabilistic search, boolean filters, date ranges). - language detection. - listing of indexed documents. - editing of metadata. - automatic results labeling. - stored queries. - results ranking history. - dynamic document summaries. - only crawl and index the directories you choose. - D-Bus interface for easy integration with other applications, eg Deskbar Applet. - no dependency on GNOME or KDE. - support for common file types. - search your desktop and the Web. - query remote indexes.
deskutils/sugarcrm-6.5.24 (Score: 9.841064E-5)
Web based customer relationship management suite
SugarCRM Open Source is a powerful Customer Relationship Management (CRM) application, designed to help you enable your organization to efficiently organize and maintain information which is crucial to many aspects of your business. It provides integrated management of corporate information on customer accounts and contacts, sales leads and opportunities, plus activities such as calls, meetings, and assigned tasks. The system also offers a graphical dashboard to track your sales pipeline, the most successful lead sources, and the month-by-month outcomes for opportunities in the pipeline, and seamlessly blends all of these capabilities into an intuitive and user-friendly, tabbed interface.
deskutils/todo-2.10 (Score: 9.841064E-5)
Todo.txt Manager
There are approximately 17 million software applications and web sites out there built to manage your to do list. But if you're comfortable at the command line and you don't want to depend on someone else's data format or someone else's server, there's an age-old method that's perfect for tracking your stuff: plain text. Keep on top of all your tasks and projects in a simple file called todo.txt. With a few helper scripts, you can slice, dice, sort, distribute, pipe and munge your lists any way you please. As it should be.
deskutils/tpb-0.6.4 (Score: 9.841064E-5)
On-Screen-Display for hotkeys of IBM ThinkPads
With TPB it is possible to bind programs to the ThinkPad, Mail, Home and Search buttons. TPB can also run a callback program on each state change with the changed state and the new state as options. So it is possible to trigger several actions on different events. TPB has an on-screen display (OSD) to show volume, mute, brightness and some other information. Furthermore TPB supports a software mixer, as some models of the R series ThinkPads have no hardware mixer to change the volume.
deskutils/xneur-0.17.0 (Score: 9.841064E-5)
Auto keyboard switcher
In-place converter of text typed in with a wrong keyboard layout. When users work in multilingual environment (e.g. Russian+English), they sometimes type in text with wrong keyboard layout. In auto mode XNeur can automatically detect language of a word user typed, switch keyboard layout and convert the word from one keyboard layout into another. In manual mode user has ability to convert last typed word or some selected text using hot keys. The idea of this utility is similar to Punto Switcher for Windows. For now XNeur support English, Russian, Ukrainian, Belarusian, French, Romanian, Bulgarian, Czech, Greek, Estonian, Armenian, Lithuanian, Latvian, Poland, Spanish and Uzbek languages.
devel/buildtool-0.16 (Score: 9.841064E-5)
Set of portable software build utilities
Buildtool is a set of utilities which will make your programs more portable and easier to build on any kind of Unix-like system. All the utilities are integrated with each other, which means that they all work together. It is completely free, licensed under the terms of the BSD license. If you have ever used GNU automake, autoconf and/or libtool, you will find buildtool very similar. In fact, it is an implementation of the ideas of the GNU programs, but with a completely different design.
devel/jcc-2.22 (Score: 9.841064E-5)
C++ code generator for calling Java from C++/Python
JCC is a C++ code generator for producing the glue code necessary to call into Java classes from CPython via Java's Native Invocation Interface (JNI). JCC generates C++ wrapper classes that hide all the gory details of JNI access as well Java memory and object reference management. JCC generates CPython types that make these C++ classes accessible from a Python interpreter. JCC attempts to make these Python types pythonic by detecting iterators and property accessors. Iterators and mappings may also be declared to JCC.
devel/cmunge-1.0 (Score: 9.841064E-5)
Tool for encrypting and compacting C source code
CMUNGE is a simple tool for encrypting and compacting C source code, while leaving it syntactically and semantically unchanged. It does this by: * Recursively in-lining `user-defined' #include files. * Renaming C identifiers, except those in the C Standard Library, with names like l1 (i.e. letter-l one), l2, l3, etc. * Removing comments and blank lines, converting multiple consecutive whitespace characters (including `\n') into single blanks, removing all unnecessary whitespace between tokens. * Outputting the transformed code in lines of least N characters long, where N is a user-specified minimum line length. It accepts ANSI and K & R C as its input language.
devel/Rcpp-0.12.7 (Score: 9.841064E-5)
Seamless R and C++ Integration
The Rcpp package provides C++ classes that greatly facilitate interfacing C or C++ code in R packages using the .Call() interface provided by R. Rcpp provides matching C++ classes for a large number of basic R data types. Hence, a package author can keep his data in normal R data structures without having to worry about translation or transferring to C++. At the same time, the data structures can be accessed as easily at the C++ level, and used in the normal manner. The mapping of data types works in both directions. It is as straightforward to pass data from R to C++, as it is it return data from C++ to R.
devel/global-6.5.4 (Score: 9.841064E-5)
Source code tag system
GNU GLOBAL is a source code tagging system that works the same way across diverse environments, such as Emacs editor, Vi editor, Less viewer, Bash shell, various web browsers, etc. You can locate various objects, such as functions, macros, structs, classes, in your source files and move there easily. It is useful for hacking a large projects which contain many sub-directories, many #ifdef and many main() functions. It is similar to ctags or etags, but is different from them in the following two points: - Independence of any editor - Capability to treat definition and reference