Main > Free Download Search >

Free babel 0.0.1 software for linux

babel 0.0.1

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 292
GPS::Babel 0.0.1

GPS::Babel 0.0.1


GPS::Babel is a Perl interface to gpsbabel. more>>
GPS::Babel is a Perl interface to gpsbabel.

SYNOPSIS

use GPS::Babel;

my $babel = GPS::Babel->new();

# Read an OZIExplorer file into a data structure
my $data = $babel->read(route.ozi, ozi);

# Convert a file automatically choosing input and output
# format based on extension
$babel->convert(points.wpt, points.gpx, { all => 1 });

# Call gpsbabel directly
$babel->direct(qw(gpsbabel -i saroute,split
-f in.anr -f in2.anr -o an1,type=road -F out.an1));

From http://gpsbabel.org/:

GPSBabel converts waypoints, tracks, and routes from one format to
another, whether that format is a common mapping format like
Delorme, Streets and Trips, or even a serial upload or download to a
GPS unit such as those from Garmin and Magellan. By flattening the
Tower of Babel that the authors of various programs for manipulating
GPS data have imposed upon us, it returns to us the ability to
freely move our own waypoint data between the programs and hardware
we choose to use.

As I write this gpsbabel supports 96 various GPS related data formats. In addition to file conversion it supports upload and download to a number of serial and USB devices. This module provides a (thin) wrapper around the gpsbabel binary making it easier to use in a perlish way.

GPSBabel supports many options including arbitrary chains of filters, merging data from multiple files and many format specific parameters. This module doesnt attempt to provide an API wrapper around all these options. It does however provide for simple access to the most common operations. For more complex cases a passthrough method (direct) passes its arguments directly to gpsbabel with minimal preprocessing.

GPSBabel is able to describe its built in filters and formats and enumerate the options they accept. This information is available as a perl data structure which may be used to construct a dynamic user interface that reflects the options available from the gpsbabel binary.

<<less
Download (0.010MB)
Added: 2007-01-18 License: Perl Artistic License Price:
1011 downloads
cPanel 0.0.1

cPanel 0.0.1


cPanel is a Perl extension to cPanel servers. more>>
cPanel is a Perl extension to cPanel servers.

SYNOPSIS

use cPanel;

This is a placeholder for now for cPanel:: modules.
Im doing this as a cPanel http://www.cpanel.net developer for future development of our public API.

USING THE cPanel:: namespace

If youd like to use the cPanel namespace in your modules, please use cPanel::3rdparty, cPanel::Custom, cPanel::Local, or cPanel::My as your base namespace to avoid confusion with modules released by cPanel, Inc.

Thank you very much for your consideration in this matter.

<<less
Download (0.002MB)
Added: 2007-05-25 License: Perl Artistic License Price:
902 downloads
LibYAML 0.0.1

LibYAML 0.0.1


LibYAML is a C library implementation of a YAML 1.1 parser and emitter. more>>
LibYAML is a C library implementation of a YAML 1.1 parser and emitter. LibYAML includes a Python language binding.
To build and install LibYAML, run
$ ./configure
$ make
# make install
Enhancements:
- This is a functionally complete release, although the API may change.
<<less
Download (0.40MB)
Added: 2006-08-10 License: MIT/X Consortium License Price:
1170 downloads
Arcangel 0.0.1

Arcangel 0.0.1


Arcangel is a Jack effect and LADSPA plugin for arctan distortion. more>>
Arcangel is a Jack effect and LADSPA plugin for arctan distortion. Arcangel sounds nice and grungy without clipping at high levels, and good at lower levels.

<<less
Download (0.010MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1199 downloads
wmibam 0.0.1

wmibam 0.0.1


wmibam is a dockapp that monitors the apm status using the intellegent battery monitor (ibam). more>>
wmibam project is a WindowMaker dockapp that monitors the apm status using the intellegent battery monitor (ibam) by Sebastian Ritterbusch to make statistical considerations to determine the currect battery status.

Installation:

Run

$ make install PREFIX=$prefix

to build wmibam and install it into $prefix.

<<less
Download (0.022MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
1076 downloads
libbehate 0.0.1

libbehate 0.0.1


libbehate is a library with implementation of BHT communication protocol. more>>
libbehate is a library with implementation of BHT communication protocol.

This protocol is used in communication with Toyota Denso data collection terminals. Library itself uses librs232 for link layer.

Library is released under the term of LGPL license.

<<less
Download (0.31MB)
Added: 2007-07-24 License: LGPL (GNU Lesser General Public License) Price:
822 downloads
RTDA 0.0.1

RTDA 0.0.1


Real Time Data Acquisition for Industrial Automation. more>>
RTDA is software product packaged with two subpacks which are very useful for embedded industry user for performing real time data acquisition using PCI- 1751 DI/o multiple channels data acquisition Boards.

<<less
Download (1.7MB)
Added: 2005-11-14 License: GPL (GNU General Public License) Price:
1439 downloads
babel-ircd 1.1

babel-ircd 1.1


babel-ircd is a small IRC server aimed for small communities. more>>
babel-ircd is a small IRC server aimed for small communities. It supports a subset of RFC1459.
It extends the RFC by providing automatic encoding translation. The project only works in stand-alone on one server.
Exemple of lacks : modes (like operator)
new server command : /encoding
- /encoding iso-8859-1 set the encoding of the client to iso 8859-1. The server then convert all the message from and to this client to the right encoding. With this several clients can have different encoding and see their accents. All encoding provided by iconv are available
- /encoding list returns the list of supported encodings
- /encoding shows the current encoding
This software is under the GPLv2 License.
Enhancements:
- Tested with: xchat gaim ChatZilla Zircon KSirc LostIrc ircII BitchX tirc epic4 TinyIRC
<<less
Download (0.013MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1048 downloads
EasySQL 0.0.1

EasySQL 0.0.1


EasySQL is a meta-SQL-language for MySQL. more>>
EasySQL is a front-end that provides a slightly extended version of the MySQL SQL syntax allowing for far more sophisticated tasks to be accomplished without resorting to using an external language such as Perl.
Main features:
- Iterate across a SQL result set, and execute multiple queries using the values from each result row.
- Connect to multiple data sources and issue individual queries against one or more data sources.
<<less
Download (0.004MB)
Added: 2005-04-14 License: GPL (GNU General Public License) Price:
1653 downloads
kingate 0.0.1

kingate 0.0.1


kingate library is an interface to CGI, conveniently enwrapped into c++ classes. more>>
kingate library is an interface to CGI, conveniently enwrapped into c++ classes. You dont want to try it for your project, yet, due to its incompleteness, unless you need it as a dependency for the other project. Here is a brief overview of what it is lacking and why you dont want to use it:
- It is not a mature product and isnt heavily tested.
- It is likely not very portable, yet (it does work on FreeBSD though).
- It does not support file upload (although does not prevent software based upon it from implementing it on its own.
- It does not employ any buzzword-technologies like java, corba or whatever people go crazy about.
- Must be more, but I cant remember right away.
<<less
Download (0.30MB)
Added: 2006-07-28 License: GPL (GNU General Public License) Price:
1183 downloads
GARP 0.0.1

GARP 0.0.1


GARP provides an ARP monitoring tool for the Gnome desktop. more>>
GARP provides an ARP monitoring tool for the Gnome desktop.
GARP (Gnome ARP) is an ARP monitoring program written on Gnome with the GTK toolkit and Ruby. It takes ARP tables and some system variables via SNMP and ARP protocols and determines whether any machines have changed their IP address.
It is useful for detecting new machines on the network and detecting which machine have changed addresses. It is intended especially for network admins.
Main features:
- Detecting which machine had changed its IP address.
- Archiving all machines on a network device.
- Detecting unactive machines.
- Multiple device support (two or more device can be analysed at once)
- Giving alias to the device
- System Variables Like:
- System Name
- System Description
- System Uptime
- CPU Usage
- Free Memory
<<less
Download (0.041MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
913 downloads
XMMS Weasel 0.0.1

XMMS Weasel 0.0.1


XMMS Weasel is a general plugin for XMMS. more>>
XMMS Weasel is a general plugin for XMMS. XMMS Weasel automatically slides out XMMS from the screen if the mouse pointer leaves the XMMS window.

As soon as the mouse pointer hits the screen edge, XMMS will slide back in.

<<less
Download (0.30MB)
Added: 2006-04-06 License: GPL (GNU General Public License) Price:
1298 downloads
QObexftp 0.0.1

QObexftp 0.0.1


QObexftp project is UI for the command obexftp which is used to communicate with mobile phones ( USB only ). more>>
QObexftp project is UI for the command obexftp which is used to communicate with mobile phones ( USB only ).

---------- Highly Experimental, use at your own risk ------------

I have created this tool since I got bored from repeating the same command over and over using obexftp.

I hope it will be usefull for you also.

<<less
Download (0.10MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1082 downloads
9-Square 0.0.1

9-Square 0.0.1


9-Square is a word finding game writen in Gambas. more>>
9-Square is a word finding game writen in Gambas.

To complete this word puzzle you have to find the nine letter word in the grid by going from letter to letter up, down, left, right or diagonally. Youll need Gambas for this which in turn needs Linux so sorry to all my Windows or Mac-using friends out there.

<<less
Download (0.16MB)
Added: 2006-10-13 License: GPL (GNU General Public License) Price:
1108 downloads
iFLUX 0.0.1

iFLUX 0.0.1


iFLUX is a PHP Framework project based on Model-View-Controller MVC Desing Patern. more>>
iFLUX is a PHP Framework project based on Model-View-Controller MVC Desing Patern.

It uses AdoDB and other classes to implement the Model Layer, Smarty to implement the View Layer, and Fuse Box to do the Controller.
<<less
Download (1.5MB)
Added: 2007-08-17 License: MPL (Mozilla Public License) Price:
802 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5