Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.473.527 Times

Baby Tracker App freeware
Filter: All | Freeware | Demo
 

Baby Tracker App

1 2 3 4 5 > 
Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 499

Stories Reader This is the companion reader app for The Story Of You digital baby book app. This app is the read only version to view books created by other users. This app is only for users that have been invited to view a book created by the Story Of You application.



Platforms: Mac

License: Freeware Size: 5 MB Download (52): Stories Reader Download

Added: February 15, 2010 | Visits: 2.251

GPS Tracker GPS Tracker project allows someone to track a GPS enabled cell phone using Google maps. For this project I used a Motorola i355 cell phone on the Sprint/Nextel network. You need to have a data plan so that you can make updates to your website from the cellphone. Please read the ReadMe.txt file...





Platforms: *nix

License: Freeware Download (203): GPS Tracker Download

Released: July 19, 2012  |  Added: July 19, 2012 | Visits: 495

911 Call Tracker 911 Call Tracker is a Java app that tracks 911 phone calls. It provides detailed reports of: calls per operator/answer times, abandoned calls/ring times, calls over answer limit and more. Provides real-time access to call info,TDD,address, and cell info.


Platforms: Windows, Mac, Linux

License: Freeware Size: 971.65 KB Download (52): 911 Call Tracker Download

Released: November 14, 2012  |  Added: November 14, 2012 | Visits: 617

Baby Animals Match Baby Animals Match is a premium memory game for preschoolers. It will help them learn the names of baby animals whilst improving their memory skills, all in an entertaining game. The game consists of matching baby animals to their parents. All the animals announce their names when revealed and...


Platforms: Mac

License: Freeware Size: 5.5 MB Download (53): Baby Animals Match Download

Added: May 10, 2013 | Visits: 4.246

Project Tracker Project Tracker application is a simple project tracker written in php. It can be used to keep track of the projects/tasks/problems in your company.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (188): Project Tracker Download

Added: August 11, 2014 | Visits: 10.254

WR Time Tracker WR Time Tracker is an open source, free web-based work time tracking system. It is simple and very easy to use. It allows you to create user logins and organize them in teams, create and modify projects and activities, input work time, generate reports and invoices and send them via e-mail. The...


Platforms: *nix, Linux

License: Freeware Size: 377 KB Download (1124): WR Time Tracker Download

Added: September 28, 2013 | Visits: 1.546

Bug Tracker Bug Tracker is a PHP web based bug tracking system.it has two user interfaces. One is for internal team. The other is for customers to report their feedback. It has flexible permission management, search/filter, FAQ, document management, multi-language.


Platforms: *nix

License: Freeware Size: 3.06 MB Download (124): Bug Tracker Download

Added: November 22, 2010 | Visits: 1.495

Network Tracker Network Tracker application is a user (MAC) tracker daemon, for big LANs (campus). The Network Trackerd builds a table which records which user is connected on which port of a switch by scanning the devices with SNMP in your inventory which is in a MySQL database. Trackerd keeps that table...


Platforms: *nix

License: Freeware Size: 1.8 MB Download (129): Network Tracker Download

Added: April 12, 2010 | Visits: 1.299

Technorati Tracker Technorati Tracker examines the traffic your blog is receiving from Technorati. This open source web analytics software will examine an Apache web server log and will display hits generated by clicks from technorati.com and will also track the visits by Technoratibot. Output: Each hit from...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (94): Technorati Tracker Download

Added: March 21, 2010 | Visits: 1.226

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.357

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.408

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.360

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (93): App::quickstart Download

Added: March 13, 2010 | Visits: 1.271

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (96): App::Session Download

Added: September 11, 2010 | Visits: 1.350

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: April 08, 2010 | Visits: 3.344

Tournament Pool and Bracket Tracker Tournament Pool and Bracket Tracker is a Java Servlet based generic game tournament pool bracket tracking application suitable especially for the NCAA basketball championship tournament. Features include bracket entering, multiple scoring systems, multiple users, groups, pools, etc....


Platforms: *nix

License: Freeware Size: 6.3 MB Download (230): Tournament Pool and Bracket Tracker Download

Added: February 19, 2010 | Visits: 1.427

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.251

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: September 26, 2010 | Visits: 1.754

Support Information Tracker Support Information Tracker is a knowledge base with loads of advanced features.. Get Support Information Tracker at SourceForge.net. Fast, secure and free downloads from the largest Open Source applications and software directory. Support Information Tracker is intended to be a free document...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (137): Support Information Tracker Download

Added: February 23, 2010 | Visits: 2.140

Support Incident Tracker Support Incident Tracker (or SiT!) is a Web-based application for tracking technical support calls or emails. Support Incident Tracker project can manage contacts, sites, technical support contracts, and support incidents in one place. You can send and receive email directly from SiT!,...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (107): Support Incident Tracker Download

1 2 3 4 5 >