Ports Search

Results 17,60117,610 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.012 seconds)
databases/Search-Xapian-1.2.23.0 (Score: 3.2377462E-5)
Perl XS frontend to the Xapian C++ search library
This module wraps most methods of most Xapian classes. The missing classes and methods should be added in the future. It also provides a simplified, more 'perlish' interface - as demonstrated above. The Xapian library is evolving very quickly at the time of writing, hence any documentation placed here would be likely to become out of date quite rapidly, and I do not have the patience to write some which could rapidly become redundant. Apologies to those of you considering using this module. For the time being, I would suggest garnering what you can from the tests and examples provided, or reading through the Xapian documentation on http://www.xapian.org/, notably the API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html If you encounter problems, email either me or preferably the Xapian-discuss mailing list (which I am on - subscription details can be found on the Xapian web site).
databases/Search-Xapian10-1.0.23.0 (Score: 3.2377462E-5)
Perl XS frontend to the Xapian C++ search library
This module wraps most methods of most Xapian classes. The missing classes and methods should be added in the future. It also provides a simplified, more 'perlish' interface - as demonstrated above. The Xapian library is evolving very quickly at the time of writing, hence any documentation placed here would be likely to become out of date quite rapidly, and I do not have the patience to write some which could rapidly become redundant. Apologies to those of you considering using this module. For the time being, I would suggest garnering what you can from the tests and examples provided, or reading through the Xapian documentation on http://www.xapian.org/, notably the API documentation at http://www.xapian.org/docs/apidoc/html/annotated.html If you encounter problems, email either me or preferably the Xapian-discuss mailing list (which I am on - subscription details can be found on the Xapian web site).
deskutils/gsimplecal-2.1 (Score: 3.2377462E-5)
Lightweight calendar applet written in C++ using GTK
Gsimplecal is a lightweight calendar applet written in C++ using GTK. It was intentionally made for use with tint2 panel in the openbox environment to be launched upon clock click, but of course it will work without it. In fact, binding the gsimplecal to some hotkey in you window manager will probably make you happy. The thing is that when it is started it first shows up, when you run it again it closes the running instance. In that way it is very easy to integrate anywhere. No need to write some wrapper scripts or whatever. Also, you can configure it to not only show the calendar, but also display multiple clocks for different world timezones. Read the manual page for the details (there is info about keyboard controls as well!).
deskutils/xpostit-3.3.1 (Score: 3.2377462E-5)
PostIt (R) messages onto your X11 screen
Copyright 1991 by David A. Curry Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. The author makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. ------------------------------------------------------------------------ This is XPostIt Version 3.3.1 for X11 Releases 4 and 5. XPostIt allows you to create small notes to yourself in windows on the screen, and save them in disk files. This is generally neater than having numerous real Post-it notes stuck all around the edges of your monitor. ------------------------------------------------------------------------ Dave Curry Purdue University Engineering Computer Network West Lafayette, IN 47907 davy@ecn.purdue.edu
devel/boost-docs-1.55.0 (Score: 3.2377462E-5)
Documentation for libraries from boost.org
Boost provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. The goal is to establish "existing practice" and provide reference implementations so that Boost libraries are suitable for eventual standardization. Ten Boost libraries are already included in the C++ Standards Committee's Library Technical Report (TR1) and will be in the new C++0x Standard now being finalized. C++0x will also include several more Boost libraries in addition to those from TR1. More Boost libraries are proposed for TR2.
devel/diffuse-0.4.8 (Score: 3.2377462E-5)
Graphical n-way diff and merge tool written in Python
Diffuse is a graphical tool for merging and comparing text files. Diffuse is able to compare an arbitrary number of files side-by-side and gives users the ability to manually adjust line matching and directly edit files. Diffuse can also retrieve revisions of files from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories for comparison and merging. Some key features of Diffuse: - ability to compare and merge an arbitrary number of files side-by-side (n-way merges) - line matching can be manually corrected by the user - ability to directly edit files - syntax highlighting - Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, SVK support - support for UTF-8 encoded unicode - unlimited undo - easy keyboard navigation
devel/dprog-0.3.1 (Score: 3.2377462E-5)
Language for specifying dynamic programming algorithms
Dynamic programming is a simple yet powerful technique for solving optimisation problems. When the problem at hand can be split in smaller problems, such that the smaller solutions of an optimal solution are themselves optimal, dynamic programming can be used to avoid re-calculating solutions to shared sub- problems. Simple problems are both easily specified and easily implemented, but for complex problems translating the specification of the problem into the implementation of the dynamic programming algorithm becomes tedious and error prone. The goal of DPROG is to alleviate this by automatically translating the specification of the problem into an implementation of the solution. The DPROG language is designed to be close to the ``mathematical'' notation used for expressing recurrences, thus making it easier to specify the problem. Using the DPROG compiler, the manual implementation step can be completely avoided.
devel/jline-0.9.94 (Score: 3.2377462E-5)
Java library for handling console input
JLine is a Java library for handling console input. It is similar in functionality to BSD editline and GNU readline. People familiar with the readline/editline capabilities for modern shells (such as bash and tcsh) will find most of the command editing features of JLine to be familiar. JLine is distributed under the BSD license, meaning that you are completely free to redistribute, modify, or sell it with almost no restrictions. API documentation can be found in the apidocs directory. You can use the jline.ConsoleRunner application to set up the system input stream and continue on the launch another program. For example, to use JLine as the input handler for the popular BeanShell console application, you can run: java jline.ConsoleRunner bsh.Interpreter
devel/matreshka-0.7.0 (Score: 3.2377462E-5)
Ada framework for information systems development
Matreshka is an Ada framework to develop information systems. It consists of five major components: League, XML processor, Web framework, SQL access, and the Modeling framework. League: High level abstraction of localization and internationalization. Also provides calendrical calculations, regular expressions, and JSON. XML processor: Sax reader and writer, supports XML 1.0 and 1.1 as well as namespaces. It also has an XML catalogs resolver. Web framework: Supports FastCGI, SOAP 1.2 and has a WSDL to Ada translator. SQL access: Database abstraction of MySQL, Oracle, PostgreSQL, SQLite and Firebird. Modeling framework: provides implementation of Meta Object Facility (MOF) written entirely in Ada. Extension modules assist in the analysis of UML modules and extensions (MOF, OCL, and UML testing profile) and diagram definition.
devel/mico-2.3.13 (Score: 3.2377462E-5)
Secure, reliable, production-quality, standards-based CORBA middleware
The acronym MICO expands to MICO Is CORBA. The intention of this project is to provide a freely available and fully compliant implementation of the latest CORBA standard for C++ developers. Here is some of MICO features: * Multi-threaded * Dynamic Invocation Interface (DII) and Dynamic Skeleton Interface (DSI) * Interface Repository (IR) with graphical Interface Repository browser * IIOP as native protocol (ORB prepared for multiprotocol support) * Portable Object Adapter (POA) and Basic Object Adapter (BOA) support * Objects by Value (OBV) * CORBA Components (CCM) * Dynamic Any * Portable Interceptors (PI) * Support for secure communication and authentication using SSL * Support for nested method invocations * Any offers an interface for inserting and extracting constructed types that were not known at compile time * CORBA Services: o Interoperable Naming service, o Trading service, o Event service, o Relationship service, o Property service, o Time service, o Security service