to track
Diet Tracker 1.5
Diet Tracker is a set of Perl codes to help you keep track of your diet progress. more>>
This software was inspired by Jeremy Zawodnys Excel spreadsheet that does almost the same thing. I wanted a web version that was simple and meant for single user and not finding any, wrote one.
Main features:
- Web based
- Track calorie intake per day
- Graphs to track weight and intake history
- Moving average calculation to even out jitters
- Automatic BMI calculation
- Clean interface
Time Tracker 1.0.2
TimeTracker is an application loosely based on TimeKeeper, a Windows application used to track the time you spent on a task. more>>
Being a Linux user and not willing to install Wine, I decided to hack my own version.
TimeTrack 1.1.4
TimeTrack is a program to track time in a modular, project- oriented way. more>>
You can arrange your timers over several tabs, just as you like. Saving and loading happens through XML Files. Timetracker also has the ability to import single timers from other files to merge your timerdata with other timerdata.
Main features:
New Timer:
- This button spawns a new Timer on the current tab. Just click it and you can start tracking.
New Tab:
- This buttons spawns a new Tab. Youll be asked for the name of the new tab before it is created.
Rename Tab:
- This button renames the current Tab.
Close all:
- This button closes all tabs and running timers WITHOUT saving.
One of the new functions of 1.1 is the ability to save a running timer which will pe persistent even through reboots and shutdowns through the usage of timestamps. This is a useful feature especially for notebook users with limited energy resources.
Starting with V1.1.1, TimeTrack is featuring a generic report generator, which aids you in your documentation needs by - well - simply building reports out of your tracked time data.
Tracksail 1.0
Tracksail project is a simple sailing game. more>>
The player guides a small boat through a track while competing for the best time with other players.
It uses a client-server model.
NP PPC Tracker 1.0
NPTracker is script to track keywords, clicks, codes and test performance of different types of advertising. Discover which keywords, search terms and referral sites actually make you money and which more>>
Free NP [KISS] Tracker Genially Simple Ad Performance Tracking
NPTracker is script to track keywords, clicks, codes and test performance of different types of advertising.
Discover which keywords, search terms and referral sites actually make you money and which ones part you with it. Simple and powerful.
NPTracker is a simple but powerful script to:
+ dynamically track performance of your PPC campaigns on a keyword level
+ reveal which keywords are profitable and which are not
+ discover what search keywords people are using when clicking on your ads
+ see exact referral sites people are coming from
+ capture traffic statistics in real-time, including IPs, browser and OS info
everything with a genuinely simple free NPTracker script.
More details about Free NP Tracker are available at http://NeoPerformancer.com/nptracker/
Requirements: PHP 4.3
<<lessAdvance Stock Tracker 0.2.8
Advanced Stock Tracking System (AST) is a Web-based application for keeping track of stocks. more>>
Advance Stock Tracker features a portfolio with dividend tracking, a worksheet to keep track of prospects, a stock comparison utility, and a search engine for the stock market based heavily on technical analysis.
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>>
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);
phpOpenTracker 1.5.1
phpOpenTracker is a framework solution for the analysis of Web site traffic and visitor behaviour. more>>
It features a logging engine that, either invoked as a web-bug by a HTML
Through the phpOpenTracker API module you can easily access the gathered data and perform complex operations on it, like for instance the analysis of your visitors clickpaths.
The analysis of clickpaths is essential when you want to measure the usability of your website. phpOpenTrackers API functions shortest_paths and top_paths help to answer questions like: Is the navigation intuitive enough? Do visitors find the shortest, most direct way from A to B? How are ads percepted?
On what document do they leave the website -- and where to? The answers to these questions help you to improve the user experience and the way your website is percepted by your customers.
Main features:
- Complete framework for the analysis of website traffic and visitor analysis.
- Highly optimized logging engine that stores the access information into a database.
- Powerful interface to access the gathered data and perform operations on it: from simple statistical queries to the complex analysis of the visitors clickpaths.
- Can be used to track both dynamic and static pages.
- Can be invoked directly from within PHP applications, for instance by a Content Management System, or through a HTML image tag -- a so called Web Bug.
- One installation of phpOpenTracker may track an arbitrary number of different web sites.
Katapult-Fast Track 0.1.2
Katapult-Fast Track project is a Katapult fork based on the KDE SVN repository. more>>
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.
Feta Asset Tracking 1.2.1
Feta Asset Tracking project efficiently tracks assets. more>>
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.
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
Device::Cdio::Track 0.2.3
Device::Cdio::Track is a Perl class for track aspects of Device::Cdio. more>>
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();
Network Tracker and Management 0.94
Network Tracker and Management is a Web-based network management application. more>>
Network Tracker and Management can store information about all of your network devices, and allows you to track all changes and updates made to the device.
Having this information readily available will enhance your ability to troubleshoot network problems.
Enhancements:
- The documentation was updated to include more details on the setup of the database for the network tracking system.
Plone Click Tracking Tool 0.4.4
Plone Click Tracking Tool is a product which aimed for assisting in tracking advertisement campaigns in Plone websites. more>>
Plone Click Tracking Tool (qClickTrackingTool ) is aimed for assisting in tracking advertisement campaigns in Plone websites. It allows to track clicks of visitors. Actual statistics calculation is performed by external AWstats log analysis system.
Each campaign is assigned id and destination URL. Tool is redirecting urls of the form "portal_url/track/campaignId" to actual campaign destination.
External log analysis tool is grouping tracking log entries and provides results as a part of statistical report.
Installation includes AWstats configuration details.
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>>
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.