Projects tagged ‘command_line’ and ‘library’


Jump to tag:

Projects tagged ‘command_line’ and ‘library’

Filtered by Project Tags command_line library

Refine results Project Tags c++ (6) c (4) linux (4) programming (4) parser (4) mobile (3) development (3) phone (3) mobile_phones (3) technology (3) telephony (3) sms (3)

[8 total ]

17 Users
 

Gammu (formerly known as MyGnokii2) is a cellular manager for various mobile phones/modems. It supports a wide variety of Nokia, Symbian, and AT devices (Siemens, Alcatel, Falcom, WaveCom, IPAQ ... [More] , Samsung, SE, and others) over cables, infrared, or BlueTooth. It contains libraries with functions for ringtones, phonebook, SMS, logos, WAP, date/time, alarm, calls, and more (used by external applications like Wammu). It also includes a command line utility that can make many things (including backups) and an SMS gateway with full MySQL and PostgreSQL support from the PHP interface. [Less]
Created over 3 years ago.

16 Users
   

gnokii is a multisystem tool suite for the mobile phones, released under GPL.
Created over 3 years ago.

6 Users

popt is a command line option parsing library. While it is similiar to getopt, it contains a number of enhancements, including: 1) popt is fully reentrant 2) popt can parse arbitrary argv[] style ... [More] arrays while getopt(3) makes this quite difficult 3) popt allows users to alias command line arguments 4) popt provides convience functions for parsing strings into argv[] style arrays [Less]
Created about 1 year ago.

5 Users
   

This project is a modern C++ library with a focus on portability and program correctness. It strives to be easy to use right and hard to use wrong. Thus, it comes with extensive documentation and ... [More] thorough debugging modes. The library provides a platform abstraction layer for common tasks such as interfacing with network services, handling threads, or creating graphical user interfaces. Additionally, the library implements many useful algorithms such as data compression routines, linked lists, binary search trees, linear algebra and matrix utilities, machine learning algorithms, XML and text parsing, and many other general utilities. [Less]
Created over 3 years ago.

1 Users
 

AlcaSync is code to work with Alcatel phone which is used by KAlcatel. It is published under GPL licence so it can be also used in other GPL programs. If you want to use this in non GPLed program you ... [More] must receive written permission from author. This package also contains simple application alcatest which shows how to use it. [Less]
Created over 3 years ago.

1 Users

ShellCore es una librería de CorEngine para los lenguajes C/C++, también es OpenSource, sin dependencias externas y para los sistemas operativos Linux y Windows. Su función principal es facilitar ... [More] el manejo de la consola y de la utilización de comandos en los sistemas operativos con una API genérica, simple y fácil de utilizar. A diferencia de crear simples archivos scripts en Bash y/o Batch, con ShellCore podras crear archivos ejecutables combinando fácilmente estos lenguajes scripts con otros lenguajes mas robustos y eficientes como C/C++ y con suficientes conocimientos también con Ensamblador. [Less]
Created 6 months ago.

1 Users
   

JewelCli uses an annotated Java interface definition to automatically parse and present command line arguments. The annotated interface definition is an intuitive means of specifying command line ... [More] arguments. It also provides clean separation of concerns suitable for test driven development. [Less]
Created about 1 year ago.

1 Users
   

This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting.
Created about 1 year ago.