Ports Search

Results 2,0912,100 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
math/sdpara-7.3.1 (Score: 9.510849E-4)
SDPARA parallel version of SDPA (math/sdpa)
The SDPARA (SemiDefinite Programming Algorithm PARAllel version) is a parallel version of the SDPA. C++ source codes of the SDPARA are available in this homepage. They form a stand-alone software package for solving SDPs in parallel with the help of MPI (Message Passing Interface) and ScaLAPACK (Scalable LAPACK). However callable libraries of the SDPARA, which could be used combinedly with other C++ programs, are not available. We assume that you know how to use the latest version of the SDPA and MPICH.
math/glm-0.9.7.3 (Score: 9.4887044E-4)
C++ mathematics library for software based on the OpenGL GLSL
OpenGL Mathematics (GLM) is a header only C++ mathematics library for graphics software based on the OpenGL Shading Language (GLSL) specification. GLM provides classes and functions designed and implemented with the same naming conventions and functionalities than GLSL so that when a programmer knows GLSL, he knows GLM as well which makes it really easy to use. This project isn't limited to GLSL features. An extension system, based on the GLSL extension conventions, provides extended capabilities: matrix transformations, quaternions, half-based types, random numbers, procedural noise functions, etc... This library works perfectly with OpenGL but it also ensures interoperability with third party libraries and SDKs. It is a good candidate for software rendering (Raytracing / Rasterisation), image processing, physic simulations and any context that requires a simple and convenient mathematics library.
x11-wm/fvwm-2.6.6 (Score: 9.470367E-4)
Popular virtual window manager for X
Fvwm is a very famous window manager for X, which provides a virtual/multiple disjoint desktop, a 3-D look for windows decorations, shaped/color icons. It gives a very good emulation of mwm. A nice button-bar can be used to provide convenient access to frequently used functions or programs. Jason C. Wells jcwells@u.washington.edu
math/fftw-2.1.5 (Score: 9.46587E-4)
Fast C routines (Single Percision)
textproc/xhtml-1.1.20101123 (Score: 9.46587E-4)
W3C's XHTML 1.1 DTD
This package includes DTDs for the XHTML 1.1.
games/libfov-1.0.4 (Score: 9.462353E-4)
C library for calculating fields of view on low resolution rasters
libfov is a C library for calculating fields of view and lighting on low resolution rasters, suitable for roguelike games. In that screenshot below, imagine that green dot is your character in a computer game, and as you walk around (move between tiles on the grid), you want to know which tiles you can see and which tiles you cannot. libfov calculates exactly that.
math/Bit-Vector-7.4 (Score: 9.440934E-4)
Library of advanced math functions that includes a Perl OO module
Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The library is efficient (in terms of algorithmical complexity) and therefore fast (in terms of execution speed) for instance through the widespread use of divide-and-conquer algorithms. The package also includes an object-oriented Perl module for accessing the C library from Perl, and optionally features overloaded operators for maximum ease of use. The C library can nevertheless be used stand-alone, without Perl.
devel/activejob-4.2.6 (Score: 9.4355247E-4)
Job class declarations for a variety of queueing backends
Declare job classes that can be run by a variety of queueing backends.
textproc/Pod-Elemental-0.103004 (Score: 9.426443E-4)
Treating a Pod document as a tree of elements
Pod::Elemental is a system for treating a Pod (plain old documentation) documents as trees of elements. This model may be familiar from many other document systems, especially the HTML DOM. Pod::Elemental's document object model is much less sophisticated than the HTML DOM, but still makes a lot of document transformations easy.
mail/muttils-1.3 (Score: 9.426437E-4)
Python utilities for console mail clients (eg. mutt)
Python utilities for console mail clients like Mutt. sigpager: Offers an interactive selection of signatures. urlpager[*]: Searches for urls, and retrieves url selected by user. Urls include Message-IDs. urlbatcher[*]: Retrieve urls contained in input. pybrowser: Can be used as general browser call. Application to override platform default can be specified via -b option. viewhtmlmsg[*]: Display html message in browser. wrap: Word wrap text input. With support for messages (recognition of quote chars etc.). [*]needs raw message as input to work correctly. In Mutt, set pipe_decode=no in conjunction with pipe-message.