Ports Search

Results 1,0211,030 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.008 seconds)
games/wanderer-3.2 (Score: 0.0046059918)
Rogue like adventure game
Wanderer is a game similar to Boulderdash, Repton, XOR and others. A full description of how to play the game is given upon execution. The hiscore table holds only 15 scores, and the name displayed is taken from the environment variable NAME. If you wish to have a different alias without changing this variable, you can set the variable NEWNAME before playing.
comms/freedv-1.1 (Score: 0.0045945635)
Narrow band digital voice
FreeDV is a Digital Voice mode for HF radio. FreeDV allows any SSB radio to be used for low bit rate digital voice. Speech is compressed down to 700-1600 bit/s then modulated onto a 1.25 kHz wide signal comprised of 16 QPSK carriers which is sent to the Mic input of a SSB radio. The signal is received by an SSB radio, then demodulated and decoded by FreeDV. FreeDV 700(B) rivals SSB in it's low SNR performance. At high SNRs FreeDV 1600 sounds like FM, with no annoying analog HF radio noise.
graphics/fyre-1.0.1 (Score: 0.0045945635)
Chaos map rendering system with GTK+-2 interface
Fyre provides a rendering of the Peter de Jong map, with an interactive GTK+ 2 frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. This program was previously known as 'de Jong Explorer', but has been renamed to make way for supporting other chaotic functions. All the images you can create with this program are based on the simple Peter de Jong map equations: x' = sin(a * y) - cos(b * x) y' = sin(c * x) - cos(d * y)
graphics/wavelet-denoise-0.3.1 (Score: 0.004557517)
GIMP plugin to reduce noise in each channel of an image separately
The wavelet denoise plugin is a tool to reduce noise in each channel of an image separately. The default colour space to do denoising is YCbCr which has the advantage that chroma noise can be reduced without affecting image details. Denoising in CIELAB (L*a*b*) or RGB is available as an option. The user interface allows colour mode and preview channel selection. The denoising threshold can be set for each colour channel independently. The plugin can be found under "Filters > Enhance > Wavelet denoise"
japanese/kaname12-1.1 (Score: 0.004557517)
12-dot Kanji font
Japanese 12 dot font named `kanamecho'. kaname-latin1.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-60-\ ISO8859-1 knmhn12x.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-60-\ JISX0201.1976-0 knm12p.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-P-120-\ JISX0208.1983-0 knm12pb.pcf:-MNKANAME-Fixed-Bold-R-Normal--12-110-75-75-P-120-\ JISX0208.1983-0 knmzn12x.pcf:-MNKANAME-Fixed-Medium-R-Normal--12-110-75-75-C-120-\ JISX0208.1983-0 knmzn12xb.pcf:-MNKANAME-Fixed-Bold-R-Normal--12-110-75-75-C-120-\ JISX0208.1983-0 You can also use 'k12' as an alias for knmzn12x.pcf, 'k12b' for knmzn12xb.pcf, 'r12' for knmhn12x.pcf, and 'a12' for kaname-latin1.pcf. Simple usage: % kterm -fn a12 -fk k12 -fl r12 % mule -fn r12
math/ParMetis-4.0 (Score: 0.004557517)
Package for parallel (mpi) unstructured graph partitioning
ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in ParMETIS are based on the parallel multilevel k-way graph-partitioning algorithms described in [KK95d], [KK96], [KK97], and the adaptive repartitioning algorithms described in [SKK97a], [SKK97b], [SK+98], and [SKK98].
net-mgmt/driftnet-0.1.6 (Score: 0.004557517)
Tool to grab images out of (your) TCP connections
EtherPEG was a program that sniffed for JPEGs passing by on the AirPort networks at MacHack, and showed them on the huge screen to shame people into a) turning the 802.11 encryption on, or b) reducing amount of pr0n they download at weirdo Mac conventions. DRIFTNET can do the same for *your* office, and make an attractive desktop accessory to boot. The program promiscuously sniffs and decodes any JPEG downloaded by anyone on your LAN, displaying it in an attractive, ever changing mosaic of fluffy kittens, oversized navigation buttons, and blurred images of Big Brother Elizabeth fiddling. It's UNIX only. Your sysadmin is undoubtedly running it already. So stop that. Now.
net/cryptcat-1.2.1 (Score: 0.004557517)
Standard netcat enhanced with twofish encryption
Cryptcat is the standard netcat enhanced with twofish encryption. Twofish is courtesy of counterpane, and cryptix. We started with the Java version of twofish from cryptix, converted it to C++ (don't ask why), and enhanced it by adding CBC mode and the ciphertext stealing technique from Applied Cryptography (pg. 196) How do you use it? Machine A: cryptcat -l -p 1234 < testfile Machine B: cryptcat <machine A IP> 1234 This is identical to the normal netcat options for doing exactly the same thing. However, in this case the data transferred is encrypted. For more information about netcat see net/netcat port.
chinese/muni-1.0 (Score: 0.0045092367)
Find Unicode values for Chinese characters
Muni finds the Unicode value of the 7773 Chinese characters listed in Matthews' Chinese-English Dictionary. You enter the character number found in the dictionary, and it will give you the corresponding Unicode mapping, or tell you when no such mapping has been defined. Rather than just entering the number, you can type in a query, for example: % 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 %
devel/simple_components-4.13 (Score: 0.0045092367)
Simple Ada Components
This is a library created by Dmitry Kazakov out of necessity, which was released under the GMGPL and provides Ada implementations of: - smart pointers - B-trees - directed graphs - stacks - sets - tables - maps - string editing - unbounded arrays - expression analyzers - lock-free data structures - synchronization primitives (events, race condition free pulse events, arrays of events, reentrant mutexes, deadlock-free arrays of mutexes) - pseudo-random non-repeating numbers - symmetric encoding and decoding - IEEE 754 representations support - multiple connections server/client designing tools. Tables management and strings editing are described in separate documents; see Tables and Strings edit. The library is kept conform to the Ada 95, Ada 2005, Ada 2012 language standards.