Ports 搜索

共有6,332项符合/net-p2p/的查询结果,以下是第2,2112,220项(搜索用时0.019秒)
net/wireshark-2.0.5 (Score: 0.017925238)
Powerful network analyzer/capture tool
A network analyzer that lets you capture and interactively browse the contents of packets from a variety of network interface types. Packet data can be read from a file, or live from a local network interface.
net/xorp-1.8.5 (Score: 0.017925238)
EXtensible Open Router Platform
XORP is the eXtensible Open Router Platform. The XORP project is developing an open source software router. The software is intended to be stable and fully featured enough for production use, and flexible and extensible enough for research use.
net/zeroconf-ioslave-4.14.3 (Score: 0.017925238)
KDE Network monitor for DNS-SD services (Zeroconf)
KDE Network monitor for DNS-SD services (Zeroconf).
net/xrdp-0.7.0.b20130912 (Score: 0.017925238)
Open source Remote Desktop Protocol (RDP) server
Based on the work of rdesktop, xrdp uses the remote desktop protocol to present a GUI to the user. The goal of this project is to provide a fully functional Linux terminal server, capable of accepting connections from rdesktop and Microsoft's own terminal server / remote desktop clients. Unlike Windows NT/2000/2003 server, xrdp will not display a Windows desktop but an X window desktop to the user. Xrdp uses Xvnc or X11rdp to manage the X session.
net/zebra-server-2.0.55 (Score: 0.017925238)
Z39.50/SR server software
The Zebra server combines a versatile fielded/free-text indexing/search engine with a Z39.50-1995 frontend to provide a powerful and flexible information mining tool.
chinese/telnet-1.0 (Score: 0.017892748)
支持中文输入的兼容8位的 telnet 客户端
描述: 在8位环境下使用 /usr/bin/telnet ,例如,台湾的大五码中文环境。 为了能输入汉字,需要使用“-8”或“-L”参数,但是,使用这些参数会引起了另外一个问题。 指定“-8”或“-L”导致当 telnet 到 SunOS 时 ^U 或 ^C 或 ^D 或 ……(any isprint(c))发生故障。 如何重现: /usr/bin/telnet -8 ms1.hinet.net (ms1.hinet.net running Solaris) login: abcde^U (or just press Enter) => the terminal state goes wrong, "reset" is needed to go back to "normal state" 修正: 应用了下面的补丁: gopher://freebsd.csie.nctu.edu.tw/00%2f3%2fA0002063 这使得 telnet “纯8位”,可以输入8位的数据(汉字)而不需要指定“-8或-L”选项,并且 telne 到 SunOS 没有问题。 参见:
chinese/muni-1.0 (Score: 0.01785292)
为中文汉字查找 Unicode 值
Muni 可以查找列在 Matthews 汉英字典中的 7773 个汉字字符的 Unicode 值。 你输入一个可以在字典中找到的字符,然后它将给你对应的 Unicode 映射,或者告诉你没有找到 匹配的映射。 除了可以输入数字外,你还可以输入一个查询,例如: % muni : What is Unicode mapping for "Yung", listed in Matthews' Dictionary : as character 7589? - Matthews(7589) = U+6C38 : Thank you. How about 3268, Matthews' number for "Kang"? - Matthews(3268) = U+525B : Thank you, Mr. Computer. : ^D % G. Adam Stanislav (a.k.a. Yung Kang) adam@redprince.net http://www.redprince.net/
databases/redis-3.2.4 (Score: 0.017778415)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
databases/redis-3.2.4 (Score: 0.017778415)
Persistent key-value database with built-in net interface
Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
devel/libcidr-1.2.3 (Score: 0.017454121)
Library to handle manipulating CIDR netblocks
libcidr is a library that provides a number of functions to input, output, manipulate, compare, multilate, and otherwise play with, IP addresses and netblocks. It supports both IPv4 and IPv6, and provides sufficiently diverse functions to be useful for everything from log processes to network client and server programs. It parses addresses in a wide variety of common formats. It also provides a plethora of options for formatting them on the output as well. It can compare them in various ways and give you some useful statistics about the netblocks in which they reside.