Ports Search

Results 741750 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.01 seconds)
math/VGAM-1.0.2 (Score: 0.0068194154)
Vector Generalized Linear and Additive Models
An implementation of about 6 major classes of statistical regression models.At the heart of it are the vector generalized linear and additive model (VGLM/VGAM) classes, and the book "Vector Generalized Linear and Additive Models: With an Implementation in R" (Yee, 2015) gives details of the statistical framework and VGAM package. Currently only fixed-effects models are implemented, i.e., no random-effects models.
math/openblas-0.2.18 (Score: 0.0068194154)
Optimized BLAS library based on GotoBLAS2
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version. OpenBLAS is an open source project supported by Lab of Parallel Software and Computational Science, ISCAS. NOTE: If you want to specify your CPU microarchitecture manually, please use TARGET_CPU_ARCH knob, e.g., "make TARGET_CPU_ARCH=NEHALEM". This value is set TARGET build flag.
multimedia/linux_dvbwrapper-kmod-1.0 (Score: 0.0068194154)
Linux compatibility layer - DVB ioctl handler
This kld adds DVB ioctl handling to the Linux compatibility layer so that Linux apps can talk to DVB/ATSC tuners via /dev/dvb/adapterX. Note this port does not contain actual DVB drivers, those are provided by e.g. the multimedia/webcamd port.
net-mgmt/super_mediator-1.3.0 (Score: 0.0068194154)
SuperMediator is an IPFIX mediator by CMU CERT generally used with YAF
super_mediator is an IPFIX mediator designed to split IPFIX sensing flows and distribute the network telemetry information to multiple sources. It can export the network telemetry data gathered into formats designed for bulk loading into databases (e.g. MySQL) or as JSON outputs, as well as directly loading MySQL tables. super_mediator is primarily designed to get network telemetry data from YAF.
net/jcifs-1.3.18 (Score: 0.0068194154)
Java CIFS Client Library
JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java. CIFS is the standard file sharing protocol on the Microsoft Windows platform (e.g. Map Network Drive ...). This client is used extensively in production on large Intranets.
net/zope.proxy-4.1.3 (Score: 0.0068194154)
Generic Transparent Proxies
Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to apply the policy (e.g., access checking, location brokering, etc.) for which the proxy is responsible.
textproc/Lingua-EN-Numbers-2.03 (Score: 0.0068194154)
Converts numeric values into their English string equivalents
Lingua::EN::Numbers converts arbitrary numbers into human-oriented English text. Limited support is included for parsing standardly formatted numbers (i.e. '3,213.23'). But no attempt has been made to handle any complex formats. Support for multiple variants of English are supported. Currently only "American" formatting is supported.
www/otrs-5.0.10 (Score: 0.0068194154)
Open Ticket Request System
OTRS is an Open source Ticket Request System (also well known as trouble ticket system) with many features to manage customer telephone calls and e-mails. The system is built to allow your support, sales, pre-sales, billing, internal IT, helpdesk, etc. department to react quickly to inbound inquiries.
www/noscript-2.6.6.1 (Score: 0.0068194154)
Security-enhancing Java/JS filtering extension
NoScript provides extra protection for your Mozilla/Firefox or Flock browser: this extension allows JavaScript and Java execution only for trusted domains of your choice (e.g. your home-banking web site). This whitelist based pre-emptive script blocking approach prevents exploitation of security vulnerabilities (known and even not known yet!) with no loss of functionality...
net/xmlrpc-c-1.39.10 (Score: 0.006816077)
XML-RPC library for C and C++
XML-RPC is a quick-and-easy way to make procedure calls over the Internet. It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. This library provides a modular implementation of XML-RPC for C and C++. - C API and experimental C++ API. - Modular XML-RPC core: If you want, you can supply all your own HTTP code. - Synchronous and asynchronous XML-RPC clients based on w3c-libwww. - Multithreaded XML-RPC server based on the Abyss web server. - Full support for basic types, including <struct>, <array> and <base64>. - Extensive test suites to help verify correct behavior and correct error handling. - Passes the official XML-RPC validator1 test suite.