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.
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
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.
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.
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
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.
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.
Frink is a tcl formatting and static check program by Lindsay Marshall.
It can prettify your program, minimise, obfuscate or just sanity check
it. It can also do some rewriting.
You pass it file names (or the stdin) and the output is generated to
stdout.
The GNOME Virtual File System allows applications and users to treat
any number of file system concepts as a part of the local filesystem.
With GnomeVFS, filesystems across the internet, on connected devices,
and in multiple formats are as simple to access (and write code for)
as any directory on the local machine.
Package flags provides an extensive command line option parser. The
flags package is similar in functionality to the go built-in flag
package but provides more options and uses reflection to provide a
convenient and succinct way of specifying command line options.