Ports Search

Results 1,9511,960 of 18,669 for descr.zh_CN%3A%E9%81%8F%E5%88%B6%E5%9E%83%E5%9C%BE.(0.009 seconds)
devel/libpdel-0.5.3 (Score: 0.0010662944)
Packet Design multi-purpose C library for embedded applications
The Packet Design Embedded Library (PDEL) is a C library containing an assorted collection of code useful for developing embedded applications: - C data structure run-time introspection library - Threaded HTTP client/server library with SSL and XML-RPC support - PPP library using netgraph(4) with PPTP and L2TP servers - Application configuration framework - Heap memory accounting and sanity checking - Generic template processing library - Routines to configure networking interfaces, ARP and routing tables - Logging library - Generic TCP server - Generic hash table implementation - Generic balanced tree implementation - Miscellaneous FILE * enhancements - Base-64 encoding/decoding - Events and actions with automated locking - Generalized per-thread variables - Message ports - Digital signature creation/verification - Filesystem mounting/unmounting - String quoting/parsing
multimedia/kvazaar-0.8.3 (Score: 0.0010646905)
H.265/HEVC encoder implemented in C
The purpose of this academic open-source project is to develop a video encoder for the emerging High Efficiency Video Coding (HEVC) standard. This Kvazaar HEVC encoder is being developed towards the following goals: 1. Coding efficiency close to HEVC reference encoder (HM) 2. Modular encoder structure to simplify its data flow modeling 3. Efficient support for different parallelization approaches 4. Easy portability to different platforms 5. Optimized encoding speed without sacrificing its coding efficiency, modularity, or portability 6. Reduced computation and memory resources without sacrificing its coding efficiency, modularity, or portability 7. Excellent software readability and implementation documentation Achieving these objectives requires encoder with design decisions that make this open-source encoder unique: 1. The encoder is developed from the scratch (HM used as a reference) 2. The implementation language is platform-independent C
devel/File-Tail-1.3 (Score: 0.0010627417)
Perl Module to read the end of a file as it's appended to
The File::Tail module is designed for reading files which are continuously appended to (the name comes from the tail -f directive). Usually such files are log files of some description.
audio/festvox-kal16-1.4.0 (Score: 0.0010622282)
American English male voice, sampled at 16 kHz, for Festival
from the NetBSD maintainer: This voice provides an American English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. Trevor Johnson
audio/festvox-kal8-1.4.0 (Score: 0.0010622282)
American English male voice, sampled at 8 kHz, for Festival
from the NetBSD maintainer: This voice provides an American English male voice using a residual excited LPC diphone synthesis method. It uses the CMU Lexicon pronunciations. Prosodic phrasing is provided by a statistically trained model using part of speech and local distribution of breaks. Intonation is provided by a CART tree predicting ToBI accents and an F0 contour generated from a model trained from natural speech. The duration model is also trained from data using a CART tree. Trevor Johnson
lang/tcbasic-2.1.0 (Score: 0.0010611163)
Small BASIC Interpreter written in C
tcbasic implements a small subset of BASIC known as Tiny BASIC. It provides the following statements and commands: INPUT, PRINT, LET, GOTO, GOSUB, RETURN, IF, END, CLEAR, LIST, RUN, and STOP. Integer and floating point arithmetic is supported, and strings may be PRINTed. The following built-in functions are provided: SIN, COS, TAN, COT, ATN, EXP, LOG, ABS, SQR, RND. The small size of the language make it easy to learn and master while providing all of the building blocks needed to develop many interesting programs. tcbasic runs on a variety of platforms and aims to be as portable as possible.
audio/esperanza-0.4.0.20091017 (Score: 0.0010609464)
Advanced Qt4 XMMS2 client
Esperanza is a client written with C++ / Qt4 and aims to be cross-platform goodness for everyone. Some Features: * Sleek, uncomplicated UI * Album art in the playlist * Remote file chooser * Mini-mode * Last.fm browser
biology/chemeq-1.50 (Score: 0.0010609464)
Outputs LaTeX code for chemical reaction
Chemeq is a basic standalone filter written in C++ language, flex and bison. It takes strings like: 2H2 + O2 ---> 2 H2O and can output pretty LaTeX code, useful messages and much more. It aims to be embeddable in education tools.
converters/libutf-8-1.0 (Score: 0.0010609464)
Unicode conversion routines between UCS-4 and UTF-8
A library of C routines for the conversion of Unicode to UTF-8 and back. The library can also be used to convert the 31-bit UCS-4 mappings to UTF-8 and back.
games/libdungeonmaker-2.05 (Score: 0.0010609464)
Program/library that "grows" dungeons for use in isometric games
DungeonMaker is a C++ shared library for the automatic generation of large, random dugeons for use in games. This project will soon include scripting language front-ends, Perl to be the first.