Ports Search

Results 14,96114,970 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/oserl-3.2.4 (Score: 5.180394E-5)
SMPP library for Erlang
The Short Message Peer-to-Peer (SMPP) in telecommunications is an open, industry standard protocol designed to provide a flexible data communication interface for the transfer of short message data between External Short Messaging Entities (ESME), Routing Entities (RE) and Message Centres. The oserl library provides an Erlang framework to interface with SMPP entities.
devel/eventxx-1.0.1 (Score: 5.180394E-5)
C++ wrapper for libevent
eventxx is a simple, direct, one-header inline C++ wrapper for libevent. It's designed to be as close to use to libevent (without compromising modern C++ programming techniques) and efficient (since all implementation is trivial and inline, theoretically, it imposes no overhead at all) as possible.
devel/dulwich-0.10.1a (Score: 5.180394E-5)
Python implementation of the Git file formats and protocols
Dulwich is a Python implementation of the Git file formats and protocols, without the need to have Git installed. It aims to provide an interface to Git repos (both local and remote) that does not call out to Git directly but instead uses pure Python. All functionality is available in pure Python. Optional C extensions can be built for improved performance.
devel/elfkickers-3.0 (Score: 5.180394E-5)
Collection of programs to manipulate ELF files
This distribution is a collection of programs that are generally unrelated, except in that they all deal with the ELF file format. The main purpose of these programs is to be illustrative and educational -- to help fellow programmers understand the ELF file format and something of how it works under the Linux platform.
devel/DateTime-Locale-1.08 (Score: 5.180394E-5)
Localization support for DateTime
DateTime::Locale is primarily a factory for the various locale subclasses. It also provides some functions for getting information on available locales. If you want to know what methods are available for locale objects, then please read the DateTime::Locale::Base documentation
devel/caret-6.0.71 (Score: 5.180394E-5)
Classification and Regression Training
The caret package (short for Classification And REgression Training) is a set of functions that attempt to streamline the process for creating predictive models. The package contains tools for: * data splitting * pre-processing * model tuning using resampling * variable importance estimation as well as other functionality.
devel/geany-plugin-geniuspaste-1.28 (Score: 5.180394E-5)
Geany plugin: pastebins support
This plugin allows the user to paste the code from Geany into five different pastebins. At the moment it supports this services: - codepad.org - tinypaste.com - pastebin.geany.org - dpaste.de - sprunge.us GeniusPaste detects automatically the syntax of the code and paste it with syntax highlighting enabled. It can also display the pasted code opening a new browser tab.
devel/flexdock-1.2.4 (Score: 5.180394E-5)
Swing windowing and docking framework
FlexDock is a Java docking framework for use in cross-platform Swing applications. It offers features you'd expect in any desktop docking framework such as: * Tabbed and Split Layouts * Drag-n-Drop capability (with native drag rubber band painting on some platforms) * Floating windows * Collapsible Containers to Save Real Estate * Layout Persistence
Geany plugin: extension of Geany's project management
Project Organizer is an extension of Geany's project management displaying a tree of files belonging to the project in the sidebar. In addition, it enables quick swapping between header and source files, searching project files by name and more. The plugin was created with big projects in mind so everything works fast enough even with projects consisting of hundreds of thousands of files.
devel/geany-plugin-vc-1.28 (Score: 5.180394E-5)
Geany plugin: access to different version-control systems
GeanyVC is plugin that provides a uniform way of accessing the different version-control systems inside Geany IDE. Only small subset of vc is implemented, but, hey, you don't need anything besides diff, log, status, revert and commit most time.