Ports 搜索

共有5,886项符合/net-im/的查询结果,以下是第4,1314,140项(搜索用时0.005秒)
math/AI-Perceptron-1.0 (Score: 0.0062792567)
Perl module for introducing to internal operations of neural networks
This module is meant to be an introduction to the internal operations of Neural Networks. It lets the user create a single node in a neural net based on the Perceptron model.
multimedia/totem-3.18.1 (Score: 0.0062792567)
Gstreamer-based video player for the GNOME 3 Desktop
Totem is simple movie player for the Gnome 2 desktop based on xine. It features a simple playlist, a full-screen mode, seek and volume controls, as well as a pretty complete keyboard navigation. -- Hendrik Scholz <hendrik@scholz.net>
net-mgmt/check_clamav-1.2 (Score: 0.0062792567)
Nagios plugin that verifies ClamAV local signature database revision
This check plugin is a Perl script which compares your local signature database (daily.cvd) version to the version advertised from the ClamAV site. It verifies the latest ClamAV revision using a DNS TXT query against current.cvd.clamav.net.
net-mgmt/Cisco-CopyConfig-1.4 (Score: 0.0062792567)
Cisco IOS running-config manipulation
Cisco::CopyConfig provides methods for manipulating the running-config of devices running Cisco IOS via SNMP directed TFTP. This module is essentially a wrapper for Net::SNMP and the CISCO-CONFIG-COPY-MIB-V1SMI.my MIB schema.
net-mgmt/SNMP-Util-1.8 (Score: 0.0062792567)
Perl modules to perform SNMP set,get,walk,next,walk_hash etc
This Perl library is a set of utilities for configuring and monitoring SNMP based devices. This library requires the Net-SNMP implementation of SNMP and the SNMP.pm module written by Joe Marzot.
news/xrn-10.00.b.3 (Score: 0.0062792567)
Usenet News reader for the X Window System
XRN is a program for reading News via NNTP on a UNIX machine which supports the X Window System. XRN is compliant with the Good Net-Keeping Seal of Approval (GNKSA).
security/nmapsi4-0.4.1 (Score: 0.0062792567)
GUI frontend for the nmap scanning utility
NmapSi4 is a complete Qt-based Gui with the design goals to provide a complete nmap interface for Users, in order to management all options of this powerful security net scanner!
www/recaptcha-0.1.0.3 (Score: 0.0062792567)
Functions for using the reCAPTCHA service in web applications
The reCAPTCHA [1] is a service that provides captchas for preventing automated spam in web applications. The recaptcha-hs provides functions for using reCAPTCHA in Haskell web applications. [1] http://recaptcha.net/
www/faraday-0.9.2 (Score: 0.0062792567)
HTTP/REST API client library in Ruby
Faraday is an HTTP client lib that provides a common interface over many adapters (such as Net::HTTP) and embraces the concept of Rack middleware when processing the request/response cycle.
devel/go-json-rest-1.0.0 (Score: 0.006216147)
Quick and easy way to setup a RESTful JSON API
Go-Json-Rest is a thin layer on top of net/http that helps building RESTful JSON APIs easily. It provides fast URL routing using a Trie based implementation, and helpers to deal with JSON requests and responses. It is not a high-level REST framework that transparently maps HTTP requests to procedure calls, on the opposite, you constantly have access to the underlying net/http objects.