Ports Search

Results 7,8617,870 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
math/scalapack-2.0.2 (Score: 2.1584389E-4)
The ScaLAPACK Scalable LAPACK library
The ScaLAPACK (or Scalable LAPACK) library includes a subset of LAPACK routines redesigned for distributed memory MIMD parallel computers. It is currently written in a Single-Program-Multiple-Data style using explicit message passing for interprocessor communication. It assumes matrices are laid out in a two-dimensional block cyclic decomposition.
math/spar-0.5.10 (Score: 2.1584389E-4)
Modular math parser
Spar is a modular math parser that comes with a fully featured text frontend, something like an interactive calculator. It also provides a simple but complete API for C/C++ programmers. This API provide a complete interface to a top down parser that supports: variables, constants, functions, modules and a libc based math library. This math library overrides standard functions with a "custom" version (such as. deg, rad auto conversion, infinite symbol, function domain...). Spar, can be easily extended with modules. A module is a "user" extensions, written in C/C++, to the basic features of the Simple Parser. Here you can find the module definition: is a C structure that contains only few data member: - module name - module version - module description - a pointer to the module main function The modules are loaded at run-time by the module loader (that is a high level layer of the module manager): you can load your modules, simply, coping theirs paths into the .spar_modules (or any other file, with the -c option).
misc/brs-4.03 (Score: 2.1584389E-4)
Interactive King James Bible
Bible Retrieval System (BRS) consists of a textual database of the Authorized ("King James") Version of the Old and New Testaments, a set of libraries for finding and retrieving text, and a program ("bible") which uses the libraries to retrieve Bible passages given references on the command line or from standard input.
misc/figlet-2.2.5 (Score: 2.1584389E-4)
SysV banner-like program prints strings in large fancy ASCII art
Figlet is a program that creates large ASCII art characters out of ordinary screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Figlet can print in a variety of fonts, both left-to-right and right-to-left. Figlet comes with several fonts. Also, many other fonts are avaiable, including Hebrew, Cyrillic (Russian), and Greek. There is also a "Figlet Home Page" on the Worldwide Web. http://www.surfplaza.com/figlet/
misc/pyprind-2.9.9 (Score: 2.1584389E-4)
Python Progress Bar and Percent Indicator Utility
The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. Typical applications include the processing of large data sets to provide an intuitive estimate at runtime about the progress of the computation.
misc/iselect-1.4.0 (Score: 2.1584389E-4)
Interactive Selection Tool
iSelect is an interactive line selection tool for ASCII files, operating via a full-screen Curses-based terminal session. It can be used either as an user interface frontend controlled by a Bourne-Shell/Perl/Tcl backend as its control script or in batch mode as a pipeline filter (usually between grep and the final executing command).
misc/hb-1.88 (Score: 2.1584389E-4)
Simple, but complete budget management in Python
HB is a simple Home Budget management system. As such, it is only mildly interesting. However, it's real purpose is to demonstrate how to write a complete application in Python. It is loaded with comments as well as a lot of explanatory material which should help anyone interested in learning Python better.
misc/kwordquiz-4.14.3 (Score: 2.1584389E-4)
Flash card trainer for KDE 4
KWordQuiz is a tool that gives you a powerful way to master new vocabularies. It may be a language or any other kind of terminology. FEATURES - Easy to use. - Five different practice modes. - Flashcards and quiz types. - Several vocabulary documents formats supported.
misc/metalink-1.2.0 (Score: 2.1584389E-4)
GUI editor to create and edit metalinks
[ excerpt from developer's web site ] A cross-platform GUI editor, written in Python. It enables you to both create and edit metalinks in a user friendly fashion. The editor can automatically enter info about file name, file size, hashes & chunk checksums by scanning a local file.
misc/Business-ISIN-0.20 (Score: 2.1584389E-4)
Validate International Securities Identification Numbers
Business::ISIN is a class which validates ISINs (International Securities Identification Numbers), the codes which identify shares in much the same way as ISBNs identify books. An ISIN consists of two letters, identifying the country of origin of the security according to ISO 3166, followed by nine characters in [A-Z0-9], followed by a decimal check digit.