Main > Free Download Search >

Free lg software for linux

lg

Sponsored Links
Sponsored Links
Sort by >> Relevance
rss
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10
ipgeo 1.3

ipgeo 1.3


libipgeo is a small library written on top of the IP2LOCATION database allowing the user to do geo-targeting of IP addresses. more>>
libipgeo library is written on top of the IP2LOCATION database allowing the user to do geo-targeting of IP addresses. For a given IPv4 address, libipgeo can lookup the following:

Country Code
Country
Region
City
Latitude
Longitude
ISP

NEW:libipgeo now searchs the IP2LOCATION database in O(lg n) and is TONS faster!

Included with the libipgeo distribution is a simple traceroute client that does IPv4 targeting:

[rounder:Projects/libipg/sample] root# ./trig -ien1 -LlCry 4.2.2.2 ../../IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ISP-FULL/
IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ISP.CSV
Trig 1.0 [geo-targeting traceroute scanner]
01: 66.123.162.113 US SAN RAMON CALIFORNIA 37.7661 -121.9730
02: 63.203.35.65 US SAN FRANCISCO CALIFORNIA 37.7002 -122.4060
03: 63.203.35.17 US SAN FRANCISCO CALIFORNIA 37.7002 -122.4060
04: 64.161.1.30 CA MONTREAL QUEBEC 45.5000 -73.5830
05: 64.161.1.54 CA MONTREAL QUEBEC 45.5000 -73.5830
06: 144.223.242.81 US KANSAS CITY MISSOURI 39.1749 -94.5804
07: 209.245.146.245 US UNKNOWN UNKNOWN 0.0000 0.0000
08: 209.244.3.137 US BROOMFIELD COLORADO 39.9135 -105.0930
09: 64.159.4.74 US SAN CLEMENTE CALIFORNIA 33.4322 -117.5780
10: 4.24.9.142 EG CAIRO AL QAHIRAH 30.0500 31.2500
11: 4.2.2.2 US PROVIDENCE RHODE ISLAND 41.8231 -71.4204
<<less
Download (0.13MB)
Added: 2006-03-09 License: BSD License Price:
754 downloads
FLP-i18n 2.1b2

FLP-i18n 2.1b2


FLP-i18n is a collection of PHP classes for internationalization. more>>
i18n is a collection of PHP classes for managing multilanguage webpages. Translation strings can be stored in flat text files, precompiled gettext files or a mysql database.

The i18n package is a punch of classes for internationalization. It gives you the possibility to maintain multilanguage webpages more easily. The translation strings are stored in flat text files, special Gettext files which are basically precompiled translation files or in a MySQL database. And it works independently from PHP’s setlocale function.

First, to avoid problems, make sure that for all pages that use the package you start and end your scripts with:

ob_start();
session_start();

and

ob_end_flush();

Getting the language:

Let’s start with one of the base classes, the language class. It’s propose is to determinate the preferred locale of the user, by looking at the HTTP_ACCEPT_LANGUAGE header an the users IP address.

First create a new object:

include(class.Language.inc.php);
$lg = new Language();

Let’s say the user has set his browser to “German – Austria” (de-at). Now get your information with those methods:

$lg->getLocale() outputs de_at (the hyphen is replaced with an underscore)
$lg->getLang() outputs de
$lg->getCountry() outputs at

Of course some users have set more than one locale. To get those informations use:

$lg->getUserRawArray() to get an array with all locales accepted by the user
$lg->getUserLangArray() for all Languages
$lg->getUserCountryArray() for all countries

But what if the user has set no specific country code or no locale information could be found at all? That’s where the default values kick in. Stuff like this is saved in the i18n_settings.ini file:

[Language]
default_locale = "en"
default_language = "en"
default_country = "us"

To retrieve those settings in your script use

$lg->getDefaultLocale()
$lg->getDefaultLanguage()
$lg->getDefaultCountry()

But there are much more settings for the package you can change in the i18n_settings.ini file:

* The method for getting the translations (normal text files, Gettext files, MySQL),
* The extensions for the translation files
* The database connection settings
* If translation errors should be shown or not

You can also force a specific locale to overrule all other locale sources when you create a language object:

$lg_gb = new Language(en_gb);
<<less
Download (0.20MB)
Added: 2005-04-18 License: Free for non-commercial use Price:
1652 downloads
Looking Glass 1.8p2 - 20040615

Looking Glass 1.8p2 - 20040615


LG is a Looking Glass written in Perl as a CGI script. more>>
LG is a Looking Glass written in Perl as a CGI script. It can execute almost all BGP-related commands and do ping and traceroute in routers or relay these queries to other looking glasses.
It supports both IPv4 and IPv6 commands, and is tested with Cisco, Zebra, and Juniper. It can connect to a router using different methods of remote connection like SSH, telnet or rsh.
Main features:
- all BGP show commands, ping and traceroute
- IPv4 and IPv6 support
- router access using SSH, telnet, rsh or via other public LG
- XML configuration file (requires XML::Parser)
- local ASN database and hyperlinks to RIPE/ARIN/APNIC/JPNIC/LACNIC whois server
- improved hyperlinking between different BGP views
- highlights best route
- tested with Cisco, Zebra and Juniper
Enhancements:
- disclaimer
- SECURITY: rshcmd check
- new TELNET protocol handling, change term size to fit command string
- async line-by-line reading of telnet data to show traceroutes in realtime
- hide BGP session port numbers if "secure" mode used
<<less
Download (0.038MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1207 downloads
Mail::Message::Head::ListGroup 2.069

Mail::Message::Head::ListGroup 2.069


Mail::Message::Head::ListGroup is a Perl module for mailinglist related header fields. more>>
Mail::Message::Head::ListGroup is a Perl module for mailinglist related header fields.

INHERITANCE

Mail::Message::Head::ListGroup
is a Mail::Message::Head::FieldGroup
is a Mail::Reporter

SYNOPSIS

my $lg = Mail::Message::Head::ListGroup->new(head => $head, ...);
$head->addListGroup($lg);

my $lg = $head->addListGroup(...);

$lg->delete;

A list group is a set of header fields which are added by mailing-list managing software. This class knowns various details about that software.

The knowledge and test messages which are used to initially implement this module is taken from Mail::ListDetector, written by Michael Stevens. The logic is redesigned to add flexibility and use the powerful MailBox features.

<<less
Download (0.57MB)
Added: 2006-12-19 License: GPL (GNU General Public License) Price:
1040 downloads
libkdtree++ 0.2.1

libkdtree++ 0.2.1


libkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree. more>>
libkdtree++ is a C++ template container implementation of k-dimensional space sorting, using a kd-tree.
Usage:
A simple example program is provided in the ./examples directory
(/usr/share/doc/libkdtree++-dev/examples on Debian).
The library supports pkg-config. Thus, to compile with the library,
include < kdtree++/kdtree.hpp >
and append the output of `pkg-config libkdtree++ --cflags` to your $CPPFLAGS.
Each call to erase() and insert() unbalances the tree. It is possible that nodes will not be found while the tree is unbalanced.
You rebalance the tree by calling optimize(), and you should call it before you need to search the tree (this includes erase(value) calls, which search the tree).
It is ok to call insert(value) many times and optimize() at the end, but every erase() call should be followed with optimize().
Main features:
- sports an unlimited number of dimensions (in theory)
- can store any data structure, provided the data structure provides operator[0 - k-1] to access the individual dimensional components (arrays, std::vector already do) and a std::less implementation for the type of dimensional components
- has support for custom allocators
- implements iterators
- provides standard find as well as range queries
- has amortised O(lg n) time (O(n lg n) worst case) on most operations (insert/erase/find optimised) and worst-case O(n) space.
- provides a means to rebalance and thus optimise the tree.
- exists in its own namespace
- uses STL coding style, basing a lot of the code on stl_tree.h
<<less
Download (0.072MB)
Added: 2005-09-27 License: Artistic License Price:
1491 downloads
yagg::Tutorial 1.4001

yagg::Tutorial 1.4001


yagg::Tutorial is a Perl module that contains a tutorial for yagg. more>>
yagg::Tutorial is a Perl module that contains a tutorial for yagg.

SYNOPSIS

# To use the generator
./yagg -m nonterminals.yg terminals.lg
./output/progs/generate 5

This tutorial will show you how to use yagg, by way of two examples. In the first example, we create a simple logical expression generator from scratch. In the second example, we create a more sophisticated logical expression generator from existing parser/lexer input files, such as those used by YACC/Bison and LEX/FLEX. These examples, plus another more sophisticated fault tree generator are included with the distribution in the examples/ directory.

It is assumed that the reader knows a little about formal grammars. Ideally, the reader would have some experience writing grammars for input to parser generators like YACC and Bison.

<<less
Download (0.21MB)
Added: 2007-07-05 License: Perl Artistic License Price:
845 downloads
Sys::Manage::Cmd 0.56

Sys::Manage::Cmd 0.56


Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.

SYNOPSIS

Command line script

use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();

# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};

# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];

# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];

# Command-line setup / loop:
$s->set([@ARGV]);

# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...

# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);

Command line

script -option -option... target command-line
script -option... -ttarget... command-line

Examples of command line

script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!

Options of command line

(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)

-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include

Embedded commands

(see also -cline and -assoc)

script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution

Embedding command line

(see also ENVIRONMENT and SLOTS)

if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
Gratis Descarga 1.0.1

Gratis Descarga 1.0.1


Descargue grátis, para celulares Nokia, Samsung, SonyEricsson, Sony Ericsson, Motorola, Benq, Philips, Siemens, Sharp, LG, Sanyo, Pantech, Panasonic, ... more>> <<less
Download (1KB)
Added: 2009-04-10 License: Freeware Price: Free
203 downloads
BitPim 1.0.1

BitPim 1.0.1


BitPim is a program that allows you to view and manipulate data on many CDMA phones. more>>
BitPim is a program that allows you to view and manipulate data on many CDMA phones from LG, Samsung, Sanyo and other manufacturers.

BitPim includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone) and the Filesystem for most Qualcomm CDMA chipset based phones.

You need a cell phone that BitPim can talk to (details).

You will need a cable that plugs into your computer and into the cellphone. The page for your cell phone lists details of the cables.

If you use Windows, a driver is required for your cable. The driver should be supplied by the supplier/manufacturer of the cable. Drivers may also be available online from the manufacturer of the cable or the phone. The "section" of the help pages for your phone may have pointers to these drivers. Mac OS X and most recent Linux distributions include the drivers, if required.

BitPim is a Python-based app that allows you to view and manipulate data on LG VX4400/VX6000 as well as many Sanyo Sprint cell phones. This includes the PhoneBook, Calendar, WallPapers, RingTones (functionality varies by phone), and the embedded Filesystem for most Qualcomm CDMA chipset-based phones (expert users).

Note: You should to use the test releases if you have any phone other than the LG VX4400, with the LG VX4400 you should use this version. Also, straight USB cables for the LG VX4400 phone WILL result in errors.
Supported phones:

- Audiovox CDM-8900
- LG-VX4400
- LG-VX4500
- LG-VX6000
- Sanyo SCP-4900
- Sanyo SCP-5300
- Sanyo SCP-5500
- Sanyo SCP-7200
- Other CDMA phones
<<less
Download (14.1MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
579 downloads
mAha! 1.5.4

mAha! 1.5.4


mAha! is a puzzle game for mobile phones along the lines of Aha, Same Gnome, and many others. more>>
The objective is to remove as many colored squares from the field as possible in as few moves as possible. There is also a desktop version available. Both versions are licensed under the BSD license.
Scoring
Scoring is exponential. To be exact, it is (number of blocks removed - 2) ^ 2, so it really pays off to remove blocks in large chunks. If you manage to clear the whole screen you get 250 extra points and can continue from a full field. My high score (on a Nokia S60 phone) is now 7411.
Compatibility
Test reports for different phone models are appreciated. Please let me know if there is any odd behaviour (this is the first MIDlet I have written and Im just learning the APIs). My e-mail address is below (remove ".NO.SPAM" from the address before sending). The MIDlet version has been reported to work with the following phone models and it should work with every Nokia S60 and S40 model as well as with pretty much all Java-capable phones made in the 21st century.
- LG C1300, C1500
- Motorola A780
- Nextel i730
- Nokia 7650, 7610, 6820, 6630, 6600, 6060, 5100, N-Gage, N90
- RIM BlackBerry 8800
- Sanyo MM-8300
- Siemens S55
- Sony Ericsson K700i, P900
Enhancements:
- This release adds tracking the number of times the board is cleared during a game to the high scores.
- Minor code cleanup has also been performed.
- This release is backwards compatible with earlier 1.5 versions, and can be upgraded without losing saved statistics.
<<less
Download (0.021MB)
Added: 2007-04-10 License: BSD License Price:
935 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 1
  • 1