Main > Free Download Search >

Free tracks software for linux

tracks

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1294
tcptrack 1.2.0

tcptrack 1.2.0


tcptrack provides a packet sniffer that displays TCP connections similarly to top. more>>
tcptrack provides a packet sniffer that displays TCP connections similarly to top.

tcptrack is a packet sniffer, which passively watches for connections on a specified network interface, tracks their states, and lists them in a manner similar to the Unix top command.

It displays source and destination addresses and ports, connection state, idle time, and bandwidth usage.

<<less
Download (0.11MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
584 downloads
MegaTrack 1.4.1

MegaTrack 1.4.1


MegaTrack is an application that tracks Atlantic and eastern Pacific tropical storms. more>>
MegaTrack is an application that tracks Atlantic and eastern Pacific tropical storms. It uses the HSQLDB engine and is updated from the tropical storm data repository from the Unisys weather center.
Enhancements:
- This minor release fixes an issue with active storms and also some rendering issues.
<<less
Download (8.3MB)
Added: 2005-08-31 License: GPL (GNU General Public License) Price:
847 downloads
phpUserTrack 0.6.0

phpUserTrack 0.6.0


phpUserTrack tracks user habits and characteristics for a site or across multiple domains. more>>
phpUserTrack tracks user habits and characteristics for a site or across multiple domains.
It also has a highly flexible plugin system
The latest code is available via Subversion. There is also an up-to-date commit log.
svn co http://svn.chatetheory.com/phpusertrack/trunk phpusertrack
Enhancements:
- User management capabilities were added.
- Admins can now create users as well as other administrators and control whether data is publicly viewable or not.
<<less
Download (0.32MB)
Added: 2007-01-06 License: GPL (GNU General Public License) Price:
1021 downloads
Scout Tracker 0.13

Scout Tracker 0.13


Scout Tracker tracks Boy Scout advancements towards their Eagle Scout. more>>
Scout Tracker tracks Boy Scout advancements towards their Eagle Scout.

Scoutmasters can let the boys know about incomplete requirements without affecting advancement records. Worksheets created for the scouts are stored in a database for easy view and hide access.

Scouts can view the progress of all scouts to enable them to find other scouts who need to work on the same requirement or merit badge. Only leaders and administrators can change data on the site. The best part is that parents and scouts can access their information anytime they want without having to call the Scoutmaster.

<<less
Download (2.2MB)
Added: 2006-05-10 License: GPL (GNU General Public License) Price:
722 downloads
SoundTracker 0.6.8

SoundTracker 0.6.8


SoundTracker is a music tracking tool for Unix / X11 similar in design to the DOS program FastTracker. more>>
SoundTracker is a music tracking tool for X11 / Unix similar in design to the DOS program FastTracker and the Amiga legend ProTracker. Samples can be lined up on tracks and patterns which are then arranged to a song.

Supported module formats are XM and MOD; the player code is the one from OpenCP. A basic sample recorder and editor is also included. SoundTracker is free ("open source") software, licensed under the GNU GPL.

The basic concept is very simple: you have a number of sound samples, and you can arrange them on so-called tracks. A track (also called "channel") can not play more than one sample at the same time. Whereas the original Amiga trackers only provided four tracks (this was the hardware limit), modern trackers can mix a virtually unlimited number of channels into one sound stream, applying various effects to the samples used.

Tracks which are played at the same time are grouped to form a pattern. A pattern typically has 64 entries per track; these entries are cycled through at equidistant time intervals. A basic drum set could thus be arranged by putting a bass drum at entries 0, 4, 8, 12 etc. of one track and putting some hihat at entries 2, 6, 10, 14 etc. of a second track. Of course you can also interleave bass and hats on the same track, if the samples are short enough -- they cant overlap, otherwise the previous sample is stopped when the next one sets in -- look at the screen shots for a more visual explanation.

Finally, a module is a compact file containing various patterns and samples, including a position list which specifies playback order of the patterns, forming a song. SoundTracker can load modules of the popular XM and MOD formats. The also very popular IT format is not supported at the moment.

<<less
Download (0.85MB)
Added: 2006-02-25 License: GPL (GNU General Public License) Price:
1343 downloads
Geo::Track::Log 0.02

Geo::Track::Log 0.02


Geo::Track::Log is a Perl module that represent track logs and find a location based on a track log and a date. more>>
Geo::Track::Log is a Perl module that represent track logs and find a location based on a track log and a date.

SYNOPSIS

use Geo::Track::Log;
my $log = new Geo::Track::Log;

# add a point to a track log.
$log->addPoint( {
timestamp => 2004-12-25 12:00:00,
lat => 0.0,
long=> 0.0,
} );

$log->addPoint( {
timestamp => 2004-12-25 13:00:00,
lat => 0.0,
long=> 1.0,
} );

Get our location at a time
my ($pt, $sPt, $ePt) = $log->whereWasI(2004-12-25 12:30:00);
or (a synonym)
my ($pt, $sPt, $ePt) = $log->interpolate(2004-12-25 12:30:00);
(see DESCRIPTION for more)

Load tracklog from a Garnix format file
$log->loadTrackFromGarnix(file handle);

Load Waypoint from a Garnix format file
$log->loadWayFromGarnix(file handle);

Fix the funky Garnix line format
my $pt = $log->fixGarnixTrackLine ( qq( 44? 3 33.23" -123? 5 0.07" 148.0 WGS84 00:50:19-2004/07/12 [1];) )

Load a GPX (GPS XML) format file
$log->loadTrackFromGPX(file handle);

return the earliest point, by time
my $pt = $log->minTimeStamp();

return the latest point, by time
my $pt = $log->maxTimeStamp();

What percent of the way is time $d between the time at points $sPt and $dPt?
my $pct = $self->getPercent($d, $sPt, $ePt);

<<less
Download (0.017MB)
Added: 2006-06-15 License: Perl Artistic License Price:
1226 downloads
Track + Task Tracker 3.0.0

Track + Task Tracker 3.0.0


Track + is an online project management and issue tracking with team collaboration, user management, multiple access levels. more>> <<less
Download (11.1MB)
Added: 2005-04-13 License: Other/Proprietary License Price:
1669 downloads
MP3::Album::Track 0.14

MP3::Album::Track 0.14


MP3::Album::Track is a Perl extension to manage a physical track of a mp3 album. more>>
MP3::Album::Track is a Perl extension to manage a "physical" track of a mp3 album.

SYNOPSIS

use MP3::Album::Track;

#create a track object
$track = MP3::Album::Track->new(filename=>$path_to_mp3_file);

#set its mp3 tag
$track->set_tag(title=>i dont know why);

#rename it!
$track->rename(filename=>$path_to_new_file);

Manages a mp3 album track. Gets and sets mp3 file info.

<<less
Download (0.008MB)
Added: 2006-11-07 License: Perl Artistic License Price:
1084 downloads
zeRace 0.6

zeRace 0.6


zeRace project is a simple racing game. more>>
zeRace project is a simple racing game.

The purpose of this little car game is very simple : do the best time on each track.

It is inspired by the online game "Renault F1", as well as other free games like GeneRally and Trophy (I use some sounds from this game too).

Some tracks are those from the ICFP Programming Contest.

zeRace is coded in C and uses the SDL library.

<<less
Download (7.5MB)
Added: 2007-02-26 License: GPL (GNU General Public License) Price:
972 downloads
Feta Asset Tracking 1.2.1

Feta Asset Tracking 1.2.1


Feta Asset Tracking project efficiently tracks assets. more>>
Feta Asset Tracking project efficiently tracks assets. Feta is a PHP/MySQL/PostgreSQL application for use in tracking inventory of computer hardware within a company for internal use.

I wrote Feta because SimpleAssets is too complex, and I dont need to manage Licencing, since I tend not to use non-free software. It basically keeps track of individual parts and systems, as allocated to user-definable storage areas or externally-deployed locations.

Since Ive not actually started using it, I have no sense of how useful the interface is or if it is lacking a needed feature.

Ive also modified Tiquit to allow assignment of systems to Tiquit users, so that you can view a users system specs from their incident.
<<less
Download (0.13MB)
Added: 2006-12-13 License: GPL (GNU General Public License) Price:
1048 downloads
Device::Cdio::Track 0.2.3

Device::Cdio::Track 0.2.3


Device::Cdio::Track is a Perl class for track aspects of Device::Cdio. more>>
Device::Cdio::Track is a Perl class for track aspects of Device::Cdio.

SYNOPSIS

use Device::Cdio::Device;
use Device::Cdio::Track;

$device = Device::Cdio::Device->new(-source=>/dev/cdrom);
$track = $device->get_last_track();
print "track: %d, last lsn: %dn", $track->{track}, track->get_last_lsn();

$track = $device->get_first_track();
$format = $rackt->get_format();

<<less
Download (0.22MB)
Added: 2007-03-06 License: Perl Artistic License Price:
962 downloads
Katapult-Fast Track 0.1.2

Katapult-Fast Track 0.1.2


Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. more>>
Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. It fixes several outstanding issues of upstream Katapult. Unfortunately, Katapult development stagnated and no progress has been made upstream for half a year. Hopefully someone from the team will actually reply to my e-mails so Katapult development can continue. If not this fork will need a name (Im obviously leaning towards Fast Track) and will be a separate project altogether.
Improvements over last stable Katapult release:
- Support for multiple results (Press up or down keys to see more results)
- Support for multiple actions (Press left or right keys to see more actions)
- Adaptive search
- Threaded architecture
- Non-blocking DCOP calls
Kudos to the team for providing the framework for multiple results, multiple actions, and multithreaded catalogs.
Caveats:
- Currently, only the program and bookmark catalogs actually return more than one result at a time.
- Only the program catalog supports adaptive search.
- Only the amarok catalog has multiple actions.
What this means for YOU:
- The amarok catalog should not slow down Katapult if you have a big collection of songs.
- The amarok catalog can now queue songs and add songs to the current playlist
- The program catalog will adapt to your launching preferences (i.e. no more "Konquest" results when all you want is "Konqueror")
- You no longer have to type more letters (press the down key to choose something else)
What is still lacking:
- Testing. Especially for the amarok catalog. I only have a couple of GB worth of songs so I cant speak for everyone but this should be an improvement over the last release.
- Spell catalog. Ive tried everything to get KSpell to play nice with separate threads (i.e. call KSpell in the main thread, block the worker thread till KSpell is done, then pass the result to the worker thread) but it just wont work.
- Composite support. I havent applied my own real transparency patch. Dont try to apply it here because it was made to specifically work against 0.3.1.4.
Installation:
Extract the files. cd to the created directory. Then ./configure and make and then install as root.
For any problems, either leave something here or post something at the Katapult forums. Ill get back to you as soon as I can. Please include how to reproduce your problems.
<<less
Download (0.64MB)
Added: 2007-07-04 License: GPL (GNU General Public License) Price:
845 downloads
pyRacerz 0.2

pyRacerz 0.2


pyRacerz is a multiplayer top view 2D racing game. more>>
pyRacerz is a multiplayer top view 2D racing game. It features multiplayer (on the same computer), tournaments, high scores, replays, 6 tracks (really 12, because each track can be used Normal or Reverse), 9 cars, a basic robot player, 3 different levels of difficulty, and a music player (it can play the .ogg files locating in the musics directory).
Main features:
- Multiplayer (on the same computer)
- Tournament
- Challenge mode (for single user)
- Hi Scores
- Replays
- 8 tracks (1 to be unlocked)(in fact 16 because each track can be used Normal or Reverse)
- 9 cars
- Basic robot player
- 3 different levels of difficulty
- Music player (pyRacerz can play the .ogg files locating in the musics directory)
<<less
Download (4.5MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1468 downloads
Dream Print Tracking System 1.0.1

Dream Print Tracking System 1.0.1


Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation. more>>
Dream Print Tracking System is a powerful and user-friendly system for tracking print distribution and circulation.
It uses many principles from customer relationship management (CRM) systems, but in a way specific to print publishers.
The Media Development Loan Fund commissioned Dream based on its experience in working with print publishers in more than 30 countries worldwide, where it provides support to independent media in the form of financing, training and technology.
In many of these countries, print distribution is one of the biggest difficulties independent publishers face because it is tightly controlled. Many countries have print distribution monopolies or cartels, which are either politically tied to the government, corrupt or incompetent.
Dream is a tool for tracking print circulation. In a similar way to customer relationship management (CRM) systems such as Campwares Cream software, Dream allows you to maintain a clear picture of your distribution business based on regularly entered contracts, orders, and shipment information. This is handled primarily through Dreams Report functions. Dream is designed to look and feel like an email application. Its inbox is used for tracking inbound communications such as new customer e-mails and customer phone calls.
Because Dream works with any standard SMTP mail server, it also manages outbound customer communications and keeps records of your responses.
Dream does two things: It is a database that stores all the relevant information you supply about the publications you produce, who distributes, who sells it, and how you connect with these people.
It is also a tool for retrieving and presenting this information in several different ways. It contains utilities for tracking products, promotions, and communications.
Dream handles four types of information:
1. Information about what you produce and the people to whom you provide it. This information is entered on the Options tab of the screen and appears primarily in the menus on the Main tabs screens. One example is a product category in which you describe a periodical you produce.
2. Information about specific products such as books or individual issues of what you produce, specific distributors and specific sellers, and tracking of these items from contract to order to shipment to return.
3. Communications, including records of incoming messages from various sources, outgoing emails to individuals, and newsletters.
4. User information including usernames, passwords, preferences and permissions.
Enhancements:
- Minor bugfixes were made.
- A Russian localization was added.
<<less
Download (6.9MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1382 downloads
Advanced Stock Tracking System 0.2.8

Advanced Stock Tracking System 0.2.8


Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions. more>>
Advanced Stock Tracking System provides the individual investor with a powerful set of tools for making financial decisions and tracking securities.

This project features a portfolio with dividend tracking, worksheet to keep track of prospects, a stock comparison utility, a search engine for the stock market and an alert engine to email you about key events in your securities.
<<less
Download (9.8MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
909 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5