Ports 搜索

共有18,669项符合descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE的查询结果,以下是第1,4711,480项(搜索用时0.013秒)
sysutils/pmt-0.2 (Score: 0.0015708337)
Small collection of filters which can be added to UNIX pipes
The Pipe Magic Tools (PMT) are a small collection of filters which can be added to UNIX pipes. The filters include: speed Measures the speed of the data flowing through the pipe throttle Controls the speed of the data flowing through the pipe rot13 The famous rot13 algorithm rot47 The not-so-famous rot47 algorithm tolower Converts all alphabetic characters to lower case toupper Converts all alphabetic characters to upper case
japanese/kappa20-0.396 (Score: 0.0015670768)
20-dot Kanji font Kappa20
Japanese 20 dot fonts(`Kappa20dot'). You can use: k20[mb] mincho/gothic (JIS X 0208) ('m' for medium mincho, 'b' for bold mincho) 10x20[mb] ascii (ISO-8859-1(Latin 1)) 10x20rk[mb] kana (JIS X 0201) 10x20L[239][mb] ISO 8859-[239] (Latin [239]) ipa-10x20[mb] Mule IPA fonts vk20[mb] k20[mb] modified for vertical writings Italic(slanted) fonts are available with 'i' postfix. An example usage: % kterm -fn a20m -fb a20b -fr r10m -frb a20b -fk k20m -fkb k20b -lsp 3 or in your Xresources file: KTerm*VT100*fontList: -kappa-fixed-medium-r-normal--20-* KTerm*VT100*boldFontList: -kappa-fixed-bold-r-normal--20-*
devel/rubyinline-3.12.4 (Score: 0.0015649498)
Inline::C allows you to embed C/Ruby directly in ruby scripts
Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed. Using the package_inline tool Inline now allows you to package up your inlined object code for distribution to systems without a compiler (read: Windows)! FEATURES/PROBLEMS: * Quick and easy inlining of your C or C++ code embedded in your ruby script. * Extendable to work with other languages. * Automatic conversion between ruby and C basic types o char, unsigned, unsigned int, char *, int, long, unsigned long * inline_c_raw exists for when the automatic conversion isn't sufficient. * Only recompiles if the inlined code has changed. * Pretends to be secure. * Only requires standard ruby libraries, nothing extra to download. * Can generate a basic Rakefile and package up built extensions for distribution.
devel/catch-1.5.4 (Score: 0.001563902)
Header-only test framework for C++
Catch stands for C++ Automated Test Cases in Headers and is a multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C). It is implemented entirely in a set of header files, but is packaged up as a single header for extra convenience.
graphics/wavelet-denoise-0.3.1 (Score: 0.0015635422)
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"
games/sudoku_solver-1.20 (Score: 0.0015610292)
Sudoku Solver in C
This is a console-based Linux program, written in C language, that solves Su Doku puzzles (aka Sudoku, Number Place, etc.) using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves.
lang/chicken-4.11.0 (Score: 0.0015610292)
Scheme-to-C compiler
CHICKEN is a compiler for the Scheme programming language. CHICKEN produces portable, efficient C, supports almost all of the R5RS Scheme language standard, and includes many enhancements and extensions.
devel/BH-1.60.0.2 (Score: 0.0015562129)
Boost C++ Header Files
Boost provides free peer-reviewed portable C++ source libraries. A large part of Boost is provided as C++ template code which is resolved entirely at compile-time without linking. This package aims to provide the most useful subset of Boost libraries for template use among CRAN package. By placing these libraries in this package, we offer a more efficient distribution system for CRAN as replication of this code in the sources of other packages is avoided.
chinese/muni-1.0 (Score: 0.0015549584)
为中文汉字查找 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/
net/gsk-1.0.63 (Score: 0.0015545797)
C library for writing servers
GSK is a C library for writing servers. It is designed for writing servers where everything happens in a single thread.