Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第5,1015,110项(搜索用时0.014秒)
lang/tinypy-1.1 (Score: 3.1663198E-4)
Minimalist implementation of python in 64k of code
tinypy is a minimalist implementation of python in 64k of code it includes a whole heap of features: * parser and bytecode compiler written in tinypy * fully bootstrapped * luaesque virtual machine with garbage collection written in C it's "stackless" sans any "stackless" features * cross-platform :) it runs under Windows / Linux / OS X * a fairly decent subset of python o classes and single inheritance o functions with variable or keyword arguments o strings, lists, dicts, numbers o modules, list comprehensions o exceptions with full traceback o some builtins * batteries not included -- yet
math/fann-2.2.0 (Score: 3.1663198E-4)
Free open source neural network library
Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library.
net-mgmt/netustad-0.3.1 (Score: 3.1663198E-4)
Web based admin tool that manages network services
To ease the task of network administration, decrease the likelihood of erronous command execution and to maintain all network services from a central point, EnderUNIX SDT anounces the availability of its 9th open-source tool, netUstad. It has been coded in C language and includes its own HTTP server. The newly anounced version provides a web interface for system administrators to add/delete/update FreeBSD IPFW and Linux IpTables rulesets, manage routing table and network interfaces. You can manage your Firewall via a TCP/IP connected remote PC, easily. Project Page:
sysutils/libcpuid-0.3.0 (Score: 3.1663198E-4)
Small x86 CPU identification library
libcpuid is a small C library for x86 CPU detection and feature extraction. Using it, you can: - Get the processor vendor, model, brand string, code name, etc. - Get information about CPU features such as: number of cores or logical CPUs, cache sizes, CPU clock, etc. - Check if the processor implements a specific instruction set such as SSE2 or 3DNow! - Execute the CPUID and RDTSC instructions in a portable way - And have this all in your commercial application, without getting into trouble, due to permissive license Reference utility (rather advanced and useful on its own) is also provided.
www/tidy-html5-5.2.0 (Score: 3.1663198E-4)
Tidy tidies HTML and XML documents
Tidy is a console application. It corrects and cleans up HTML and XML documents by fixing markup errors and upgrading legacy code to modern standards. TidyLib is a C static or dynamic library that developers can integrate into their applications in order to bring all of Tidy's power to your favorite tools. TidyLib is used today in desktop applications, web servers, and more. This is yet a development version. When it will become stable, it will supersedes the ports www/tidy-devel and www/tidy-lib.
audio/creox-0.3 (Score: 3.1653975E-4)
Realtime sound processor
Creox is a real-time sound processor. You can plug your electric guitar or any other musical instrument directly to the PC's sound card and start experimenting with various sound effects. Creox offers nice user-friendly KDE-based GUI, a preset support, a low-latency DSP engine, and each effect parameter can be altered "on the fly". As Creox is a JACK application, the output sound can be routed to the other JACK-aware applications, and the audio input can be taken as the output from the other JACK client.
devel/Getopt-Declare-1.14 (Score: 3.1653975E-4)
Declaratively Expressed Command-Line Arguments via Regular Expressions
Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. To parse the command-line in @ARGV, one simply creates a Getopt::Declare object, by passing Getopt::Declare::new() a specification of the various parameters that may be encountered. The specification is a single string, in which the syntax of each parameter is declared, along with a description and (optionally) one or more actions to be performed when the parameter is encountered. The specification string may also include other usage formatting information (such as group headings or separators) as well as standard Perl comments (which are ignored).
Perl implementation of the reCAPTCHA Mailhide API
Captcha::reCAPTCHA::Mailhide - A Perl implementation of the reCAPTCHA Mailhide API reCAPTCHA is a hybrid mechanical turk and captcha that allows visitors who complete the captcha to assist in the digitization of books. reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly. http://recaptcha.net/learnmore.html
mail/jmba-0.5.5 (Score: 3.1653975E-4)
Junk Mail Buffering Agent
Junk Mail Buffering Agent is a tool for preventing delivery of email until the sender has confirmed their address. It can be used in conjunction with a spam filter to prevent delivery of spammy-looking email unless the sender is confirmed as valid. jmba is designed to be used in conjunction with a spam filter such as QSF and the mail processor procmail. When the spam filter says it thinks an email is spam, it can be passed to jmba. jmba will queue it and send an email to the sender containing a key; if the sender replies, the original email is "unfrozen" from the queue and delivered.
security/sancp-1.6.1 (Score: 3.1653975E-4)
Network connection profiler
Sancp is a network security tool designed to collect statistical information regarding network traffic, as well as, collect the traffic itself in pcap format, all for the purpose of: auditing, historical analysis, and network activity discovery. Rules can be used to distinguish normal from abnormal traffic and support tagging connections with: rule id, node id, and status id. From an intrusion detection standpoint, every connection is an event that must be validated through some means. Sancp uses rules to identify, record, and tag traffic of interest. 'Tagging' a connection is a new feature since v1.4.0 Connections ('stats') can be loaded into a database for further analysis.