Main > Free Download Search >

Free archivers locations software for linux

archivers locations

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 829
locations 1.1

locations 1.1


locations project can keep track of user logins. more>>
locations project can keep track of user logins. It is a simple script which can be used to display the locations from which users logged onto your machine from.

This was inspired by a similar script discussed in the Perl For System Administration book from O Reilly.

By default this script will display all the users who have logged into your box from more than three distinct locations - this may be tweaked via the --count=N argument.

Alternatively you may ask for a report on all the hosts all users have logged in from, via locations --show.

<<less
Download (0.012MB)
Added: 2007-08-21 License: GPL (GNU General Public License) Price:
797 downloads
Data::Locations 5.4

Data::Locations 5.4


Data::Locations is a virtual file manager which allows to read/write data to and from virtual files. more>>
Data::Locations - magic insertion points in your data
Did you already encounter the problem that you had to produce some data in a particular order, but that some piece of the data was still unavailable at the point in the sequence where it belonged and where it should have been produced?
Did you also have to resort to cumbersome and tedious measures such as storing the first and the last part of your data separately, then producing the missing middle part, and finally putting it all together?
In this simple case, involving only one deferred insertion, you might still put up with this solution.
But if there is more than one deferred insertion, requiring the handling of many fragments of data, you will probably get annoyed and frustrated.
You might even have to struggle with limitations of the file system of your operating system, or handling so many files might considerably slow down your application due to excessive file input/output.
And if you dont know exactly beforehand how many deferred insertions there will be (if this depends dynamically on the data being processed), and/or if the pieces of data you need to insert need additional (nested) insertions themselves, things will get really tricky, messy and troublesome.
In such a case you might wonder if there wasnt an elegant solution to this problem.
This is where the "Data::Locations" module comes in: It handles such insertion points automatically for you, no matter how many and how deeply nested, purely in memory, requiring no (inherently slower) file input/output operations.
(The underlying operating system will automatically take care if the amount of data becomes too large to be handled fully in memory, though, by swapping out unneeded parts.)
Moreover, it also allows you to insert the same fragment of data into SEVERAL different places.
This increases space efficiency because the same data is stored in memory only once, but used multiple times.
Potential infinite recursion loops are detected automatically and refused.
In order to better understand the underlying concept, think of "Data::Locations" as virtual files with almost random access: You can write data to them, you can say "reserve some space here which I will fill in later", and continue writing data.
And you can of course also read from these virtual files, at any time, in order to see the data that a given virtual file currently contains.
When you are finished filling in all the different parts of your virtual file, you can write out its contents in flattened form to a physical, real file this time, or process it otherwise (purely in memory, if you wish).
You can also think of "Data::Locations" as bubbles and bubbles inside of other bubbles. You can inflate these bubbles in any arbitrary order you like through a straw (i.e., the bubbles object reference).
Note that this module handles your data completely transparently, which means that you can use it equally well for text AND binary data.
You might also be interested in knowing that this module and its concept have already been heavily used in the automatic code generation of large software projects.
Enhancements:
- Fixed test file "02___refcount.t" to auto-adjust the offset dealing with self-ties not incrementing
- the refcount in some Perl versions.
- Added a warning to "Makefile.PL" that Perl versions including and between v5.6.1 and v5.7.0 are not fully supported (test file "11_______dump.t" dumps core).
<<less
Download (0.043MB)
Added: 2005-04-29 License: Artistic License Price:
1638 downloads
Point Location 6709 1.1

Point Location 6709 1.1


Point Location 6709 project is a Java library for parsing and formatting geographic point locations in ISO 6709:1983 format. more>>
Point Location 6709 project is a Java library for parsing and formatting geographic point locations in ISO 6709:1983 format.
Enhancements:
- A minor release that adds better error checking and more ISO 6709:1983 compliant output formats.
<<less
Download (MB)
Added: 2007-04-23 License: LGPL (GNU Lesser General Public License) Price:
916 downloads
main + location toolbar 0.01

main + location toolbar 0.01


main + location toolbar is a little hack for KDE (KDE improvement). more>>
main + location toolbar is a little hack for KDE (KDE improvement).

I dont know if there out is a hack to get maintoolbar + locationtoolbar in one line... but i did it by myself.

I get all normal bottons, location-depending bottons (in kghostview for exemple) and location toolbar (I tink find combo should work too).

edit ~/.kde/share/apps/konqueror/konqueror.rc:

-remove locationbar section
-maintoolbar section should be like the download (i cant put it here...)

I hope this work for anyone who prefers this toolbar way and in a easy way...
<<less
Download (MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
941 downloads
Image::ExifTool::Location 0.0.1

Image::ExifTool::Location 0.0.1


Image::ExifTool::Location is a Perl module with easy setting, getting of an images location information. more>>
Image::ExifTool::Location is a Perl module with easy setting, getting of an images location information.

SYNOPSIS

use Image::ExifTool;
use Image::ExifTool::Location;

my $exif = Image::ExifTool->new();

# Extract info from existing image
$exif->ExtractInfo($src);
# Set location
$exif->SetLocation(54.787515, -2.341355);
# Set elevation
$exif->SetElevation(515);
# Write new image
$exif->WriteInfo($src, $dst);

Image::ExifTool is a versatile module for reading and writing EXIF data in a number of image formats. This module extends its interface adding methods that simplify the reading and writing of GPS location information.

Without this module the interface for working with GPS location information is cryptic. To store latitude and longitude a total of four EXIF values are used - two to store the latitude and longitude in degrees, minutes and seconds format and two to store the hemisphere (north / south, east / west).

This module replaces that cryptic interface with simple calls (GetLocation and SetLocation) that take care of encoding and decoding the latitude and longitude values correctly.

<<less
Download (0.012MB)
Added: 2007-01-15 License: Perl Artistic License Price:
1013 downloads
Geo::Google::Location 0.02

Geo::Google::Location 0.02


Geo::Google::Location is a geographical point. more>>
Geo::Google::Location is a geographical point.

SYNOPSIS

use Geo::Google::Point;
# you shouldnt need to construct these yourself,
# have a Geo::Google object do it for you.

OBJECT METHODS

Geo::Google::Location objects provide the following accessor methods

Method Description
------ -----------
icon an icon to use when drawing this point.
id a unique identifier for this point.
infostyle unknown function.
latitude latitude of the point, to hundred-thousandth degree precision.
lines a few lines describing the point, useful as a label
longitude longitude of the point, to hundred-thousandth degree precision.
title a concise description of the point.
toString a method that renders the point in Google Maps XML format.

<<less
Download (0.010MB)
Added: 2006-11-27 License: Perl Artistic License Price:
1062 downloads
AVScan 3.1.1

AVScan 3.1.1


AVScan is an AntiVirus scanner front end for ClamAV. more>>
AVScan is an AntiVirus scanner front end for ClamAV.

A front end for the Clam AntiVirus scanner using Endeavour Mark II. Features a scan list for frequently scanned locations, freshclam update support, and command line calling from Endeavour.

<<less
Download (0.53MB)
Added: 2007-06-13 License: GPL (GNU General Public License) Price:
877 downloads
Location Navigator 0.6.2

Location Navigator 0.6.2


Location Navigator is a Firefox extension that lets you grab a location and then navigate up or down from that starting spot. more>>
Location Navigator is a Firefox extension that lets you grab a location, select a portion of the location that varies, and then navigate up or down from that starting spot.

<<less
Download (0.046MB)
Added: 2007-07-18 License: MPL (Mozilla Public License) Price:
843 downloads
Dispositionator 0.2

Dispositionator 0.2


Dispositionator is a Web application to make it easy to embed collections of papers and slides of talks into Web pages. more>>
Dispositionator is a Web application to make it easy to embed collections of papers and slides of talks into Web pages, using templates.
Talk material, related files, and information about events and associated topics are handled and can be sorted and filtered.
The data is kept in a simple XML file and thus no database is required.
Enhancements:
- With DispoDesktop, an SDL full-screen frontend can now be used in addition to the Web-based default frontend.
- Support for talk locations, filtering by speaker, and abstracts was introduced.
<<less
Download (0.45MB)
Added: 2006-01-16 License: Free To Use But Restricted Price:
1376 downloads
Where is M13 for Linux 2.2

Where is M13 for Linux 2.2


It helps you visualize the locations and physical properties of deep sky objects more>> Where is M13? is a unique application that helps you visualize the locations and physical properties of deep sky objects in and around the Galaxy.
At home, Where is M13? serves as a reference you will frequently turn to when you read about an object and become curious where it is with respect to our galaxy. In the field, the program will enhance your observing experience by allowing you to get an intuitive sense of the physical location, size, luminosity, and distance of the object you are viewing. You will find Where is M13? a great educational and outreach tool as well.
<<less
Download (1.41MB)
Added: 2009-04-18 License: Freeware Price: Free
188 downloads
Roadnav for linux 0.19

Roadnav for linux 0.19


Roadnav is an open source street navigation solution more>> Roadnav is an open source street navigation solution capable of running on a variety of operating systems. It can obtain your position from a GPS unit, plot a map of your area, and provide directions to locations in the USA. It can also verbalize directions using Microsoft SAPI 5.1, Festival, flite, and OS Xs built in text to speech engine.
Roadnav uses the free TIGER/Line (Topologically Integrated Geographic Encoding and Referencing) files from the US Census Bureau to build the maps, along with the GNIS state and topical gazetteer data from the USGS to identify locations. It has experimental support for scripting, LCDproc, importing OpenStreetMap data, and importing GPX waypoints and tracks.
Features
Generates street level maps for the US
Interfaces with GPS units to display your position in real time
Verbal turn by turn directions to any place in the US. Automatically recomputes directions if you miss a turn. (experimental)
On screen keyboard
3D (drivers perspective) view mode
Daytime and nighttime color schemes
Automatic day/night mode switching
Plots nearby landmarks and points of interest
Can operate offline (without an Internet connection)
Antialiased output
Supports multiple operating systems including Windows, Linux, and Mac OS X
Uses freely available data from the US Census Bureau and the USGS
Appearance can be customized with skins
Can output status information to LCD devices through LCDproc
GPX and OpenStreetMap support (experimental)
<<less
Download (5.34MB)
Added: 2009-04-24 License: Freeware Price: Free
182 downloads
User::Identity::Archive 0.90

User::Identity::Archive 0.90


User::Identity::Archive is a base class for archiving user information. more>>
User::Identity::Archive is a base class for archiving user information.

INHERITANCE

User::Identity::Archive
is a User::Identity::Item

User::Identity::Archive is extended by
User::Identity::Archive::Plain

SYNOPSIS

use User::Identity::Archive::Plain;
my $friends = User::Identity::Archive::Plain->new(friends);
$friends->from(*FH);
$friends->from(.friends);

An archive stores collections. It depends on the type of archive how and where that is done. Some archivers may limit the kinds of selections which can be stored.

<<less
Download (0.025MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1214 downloads
Bio::Location::CoordinatePolicyI 1.4

Bio::Location::CoordinatePolicyI 1.4


Bio::Location::CoordinatePolicyI is an abstract interface for objects implementing a certain policy... more>>
Bio::Location::CoordinatePolicyI is an abstract interface for objects implementing a certain policy of computing integer-valued coordinates of a Location.

SYNOPSIS

# get a location, e.g., from a SeqFeature
$location = $feature->location();
# examine its coordinate computation policy
print "Location of feature ", $feature->primary_tag(), " employs a ",
ref($location->coordinate_policy()),
" instance for coordinate computationn";
# change the policy, e.g. because the user chose to do so
$location->coordinate_policy(Bio::Location::NarrowestCoordPolicy->new());

Objects implementing this interface are used by Bio::LocationI implementing objects to determine integer-valued coordinates when asked for it. While this may seem trivial for simple locations, there are different ways to do it for fuzzy or compound (split) locations. Classes implementing this interface implement a certain policy, like always widest range, always smallest range, mean for BETWEEN locations, etc. By installing a different policy object in a Location object, the behaviour of coordinate computation can be changed on-the-fly, and with a single line of code client-side.

<<less
Download (4.7MB)
Added: 2007-06-11 License: Perl Artistic License Price:
866 downloads
Plasmatronics 0.03

Plasmatronics 0.03


Plasmatronics Perl module is a Plasmatronics PL regulator controller. more>>
Plasmatronics Perl module is a Plasmatronics PL regulator controller.

SYNOPSIS

use Device::Regulator::Plasmatronic;
my $r = Device::Regulator::Plasmatronic;
print "Current state of charge = " . $r->pl_dsoc . "n";

This is an interface library via the serial port to a Plasmatronics Regulator. (http://www.plasmatronics.com.au/)

MAJOR LIMITATIONS

Serial Port

I have to replace the serial port driver - currently I use the unix only version, but I have written

Hard Coded Multiplier

The multiplier used for voltages etc is hard coded (currently 4 = 48 Volt system). This can be read from the system, so I will have to do that as part of the initialisation.

Combined Values

Load and other things combine values from multiple locations to allow for larger numbers. I know that I have got this wrong in a number of places. Work to be done to test these for large numbers (eg: > 25 Amps etc).

<<less
Download (0.014MB)
Added: 2007-06-19 License: Perl Artistic License Price:
862 downloads
WWW::Search::AltaVista::Careers 2.145

WWW::Search::AltaVista::Careers 2.145


WWW::Search::AltaVista::Careers is a class for searching www.altavistacareers.com. more>>
WWW::Search::AltaVista::Careers is a class for searching www.altavistacareers.com.

SYNOPSIS

use WWW::Search;
my $oSearch = new WWW::Search(AltaVista::Careers);
my $sQuery = WWW::Search::escape_query("java c++)");
$oSearch->native_query($sQuery,
{state => CA});
while (my $res = $oSearch->next_result()) {
print $res->title . "t" . $res->change_date
. "t" . $res->location . "t" . $res->url . "n";
}

This class is a AltaVistaCareers specialization of WWW::Search. It handles making and interpreting AltaVistaCareers searches http://careers.altavista.com.
The returned WWW::SearchResult objects contain url, title, location and change_date fields.

OPTIONS

The following search options can be activated by sending a hash as the second argument to native_query().

The only available options are to select a specific location. The default is to search all locations. To change it use

{state => $state} - Only jobs in state $state.
{city => $city} - Only job in a specific $city

<<less
Download (0.027MB)
Added: 2007-06-15 License: Perl Artistic License Price:
861 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5