Ports Search

Results 7,2417,250 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.014 seconds)
devel/sourcetools-0.1.5 (Score: 2.0647862E-4)
Tools for the Reading and Tokenization of R Code
Tools for the reading and tokenization of R code. The 'sourcetools' package provides both an R and C++ interface for the tokenization of R code, and helpers for interacting with the tokenized representation of R code.
devel/levenshtein-0.12.0 (Score: 2.0647862E-4)
Python extension computing string distances and similarities
Levenshtein computes Levenshtein distances, similarity ratios, generalized medians and set medians of Strings and Unicodes. Because it's implemented in C, it's much faster than corresponding Python library functions and methods.
devel/bits-atomic-0.1.3 (Score: 2.0647862E-4)
Atomic bit operations on memory locations
Atomic operations including CAS (compare-and-swap), fetch & add and variants suitable for low-level shared-memory synchronization. The implementation is using GCC's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI.
devel/bsd-sysctl-1.0.7 (Score: 2.0647862E-4)
Access to the BSD sysctl(3) interface
This module provides efficient access to the BSD sysctl(3) interface via the Haskell FFI. It allows to read and write both basic sysctl types, as well as complex opaque types (typically C structures) described via Storable instances.
devel/File-Path-Expand-1.02 (Score: 2.0647862E-4)
Expand filenames
File::Path::Expand expands user directories in filenames. For the simple case it's no more complex than s{^~/}{$HOME/}, but for other cases it consults C<getpwent> and does the right thing.
devel/Mknod-0.02 (Score: 2.0647862E-4)
Perl module interface to the mknod(2) system call
Mknod is an interface to the mknod(2) system call. Copyright (C) 2003 Raoul Zwart This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
games/openxcom-1.0 (Score: 2.0647862E-4)
Open-source reimplementation of the original X-Com
OpenXcom is an open-source clone of the popular UFO: Enemy Unknown (X-Com: UFO Defense in USA) videogame by Microprose, licensed under the GPL and written in C++ / SDL.
korean/kaistfonts-1.0 (Score: 2.0647862E-4)
X11 KAIST font(ksc5601.1987-0 encoding) collection
KAIST Font(KSC) --------------- Korean KS C 5601-1987 fonts collection. (ksc5601.1987-0 encoding) - Iyagi, Philgi fonts are recomposed from hanterm johab fonts. - newmj fonts are recomposed from HLaTeX-0.97 Myeongjo font. Font collection by Hong Hunsoo <hunsoo@sensor.kaist.ac.kr>
math/lme4-1.1.12 (Score: 2.0647862E-4)
Linear mixed-effects models using Eigen and S4
Fit linear and generalized linear mixed-effects models. The models and their components are represented using S4 classes and methods. The core computational algorithms are implemented using the Eigen C++ library for numerical linear algebra and RcppEigen "glue".
math/bc-1.06 (Score: 2.0647862E-4)
GNU bc/dc calculator
bc is an arbitrary precision numeric processing language. Syntax is similar to C but differs in many substantial areas. It supports interactive execution of statements. The bc utility is included in the POSIX 1003.1-2008 standard.