dotties weight loss zone
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 477
BZFlag 2.0.8
BZFlag is a 3D multiplayer, tank battle zone, capture the flag game. more>>
BZFlag is a free multiplayer multiplatform 3D tank battle game. The name stands for Battle Zone capture Flag. BZFlag runs on Irix, Linux, *BSD, Windows, Mac OS X and other platforms. Its one of the most popular games ever on Silicon Graphics machines.
The Linux install can use either RPM or DEB formats. To install, use rpm or apt, repectively. Its possible that the following symbolic links may need to be made to get BZFlag to install properly over Mesa:
$ ln -s libMesaGL.so.3 /usr/lib/libGL.so.1
$ ln -s libMesaGLU.so.3 /usr/lib/libGLU.so.1
Also, rpm may require the --nodeps option for some systems (to get around broken dependencies). However, Mesa is absolutely required for DRI systems.
Enhancements:
- Critical bug fixes.
- Enhancements to graphic performance.
- New in game logos and icons.
<<lessThe Linux install can use either RPM or DEB formats. To install, use rpm or apt, repectively. Its possible that the following symbolic links may need to be made to get BZFlag to install properly over Mesa:
$ ln -s libMesaGL.so.3 /usr/lib/libGL.so.1
$ ln -s libMesaGLU.so.3 /usr/lib/libGLU.so.1
Also, rpm may require the --nodeps option for some systems (to get around broken dependencies). However, Mesa is absolutely required for DRI systems.
Enhancements:
- Critical bug fixes.
- Enhancements to graphic performance.
- New in game logos and icons.
Download (1.1MB)
Added: 2006-05-16 License: LGPL (GNU Lesser General Public License) Price:
2816 downloads
Diet Tracker 1.5
Diet Tracker is a set of Perl codes to help you keep track of your diet progress. more>>
Diet Tracker is a set of Perl codes to help you keep track of your diet progress. Diet Tracker uses a MySQl database to store and display your weight variations and calorie intake as you progress in your diet.
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
<<lessThis 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
Download (0.14MB)
Added: 2007-07-23 License: GPL (GNU General Public License) Price:
826 downloads
Weight Loss Recipe Book 3.1
Weight Loss Recipe Book is a free, online, community-built recipe book. more>>
Weight Loss Recipe Book is a free, online, community-built recipe book. Weight Loss Recipe Book contains everything you need to allow your web site visitors to submit recipes and everything your administrator needs to administer the recipes.
When a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
<<lessWhen a visitor submits a recipe, the recipe is added to a database and awaits approval from the administrator before being added to the public site.
Main features:
- Community built, meaning you just have to approve entries and watch your web site expand!
- Captcha validation to prevent automated entries into the recipe book.
- Complete administrator system - add administrators, recipe categories, manage recipes and more!
- Best of all, Weight Loss Recipe Book is totally free!
Download (0.061MB)
Added: 2006-05-08 License: Freeware Price:
1267 downloads
Posadis Zone Editor 0.9pre
Posadis Zone Editor is a graphical DNS update client. more>>
The Posadis Zone Editor is a graphical tool to edit DNS (Domain Name System) zones using DNS update.
Because it uses zone transfers, you can simply edit the DNS zone, and have only the changes transferred to the DNS server.
<<lessBecause it uses zone transfers, you can simply edit the DNS zone, and have only the changes transferred to the DNS server.
Download (0.12MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1649 downloads
xmlenc 0.52
xmlenc provides a light-weight XML output library for Java. more>>
xmlenc provides a light-weight XML output library for Java.
It fills the gap between a light-weight parser like SAX, and a heavy-weight XML output library, like JDOM.
<<lessIt fills the gap between a light-weight parser like SAX, and a heavy-weight XML output library, like JDOM.
Download (0.10MB)
Added: 2007-02-23 License: BSD License Price:
974 downloads
DNS::Zone 0.85
DNS::Zone contains a collection of Perl modules which provide an abstraction of name service zones. more>>
DNS::Zone contains a collection of Perl modules which provide an abstraction of name service zones as well as server specific adaptors for concrete file representations.
The modules origin is the ZoneMaster project which make heavy use of the module for comprehensive zone file management. Go to http://www.zonemaster.org for further information.
Installation:
You install DNS::Zone as you would install any perl module library, by running these command:
If you have CPAN.pm installed and are connected to the Internet
perl -MCPAN -e shell
> install DNS::Zone
or even
perl -MCPAN -e install DNS::Zone
otherwise
perl Makefile.PL
make
make test
make install
<<lessThe modules origin is the ZoneMaster project which make heavy use of the module for comprehensive zone file management. Go to http://www.zonemaster.org for further information.
Installation:
You install DNS::Zone as you would install any perl module library, by running these command:
If you have CPAN.pm installed and are connected to the Internet
perl -MCPAN -e shell
> install DNS::Zone
or even
perl -MCPAN -e install DNS::Zone
otherwise
perl Makefile.PL
make
make test
make install
Download (0.008MB)
Added: 2007-04-16 License: Perl Artistic License Price:
924 downloads
OvBB 0.16a
OvBB is a light-weight and fast message board system that mimics vBulletin. more>>
OvBB project is a light-weight and fast message board system that mimics vBulletin 2.x.x in both look and behavior, while incorporating new features and functionality.
<<less Download (0.24MB)
Added: 2007-04-08 License: MIT/X Consortium License Price:
930 downloads
Time::Zone 1.16
Time::Zone is a miscellaneous timezone manipulations routines. more>>
Time::Zone is a miscellaneous timezone manipulations routines.
SYNOPSIS
use Time::Zone;
print tz2zone();
print tz2zone($ENV{TZ});
print tz2zone($ENV{TZ}, time());
print tz2zone($ENV{TZ}, undef, $isdst);
$offset = tz_local_offset();
$offset = tz_offset($TZ);
This is a collection of miscellaneous timezone manipulation routines.
tz2zone() parses the TZ environment variable and returns a timezone string suitable for inclusion in date-like output. It opionally takes a timezone string, a time, and a is-dst flag.
tz_local_offset() determins the offset from GMT time in seconds. It only does the calculation once.
tz_offset() determines the offset from GMT in seconds of a specified timezone.
tz_name() determines the name of the timezone based on its offset
<<lessSYNOPSIS
use Time::Zone;
print tz2zone();
print tz2zone($ENV{TZ});
print tz2zone($ENV{TZ}, time());
print tz2zone($ENV{TZ}, undef, $isdst);
$offset = tz_local_offset();
$offset = tz_offset($TZ);
This is a collection of miscellaneous timezone manipulation routines.
tz2zone() parses the TZ environment variable and returns a timezone string suitable for inclusion in date-like output. It opionally takes a timezone string, a time, and a is-dst flag.
tz_local_offset() determins the offset from GMT time in seconds. It only does the calculation once.
tz_offset() determines the offset from GMT in seconds of a specified timezone.
tz_name() determines the name of the timezone based on its offset
Download (0.022MB)
Added: 2006-06-29 License: Perl Artistic License Price:
1214 downloads
acidlaunch 0.5
acidlaunch is a light weight GTK based launch bar. more>>
acidlaunch is a light weight GTK based launch bar.
It is designed to be small and light, with a simple XML based configuration format. Its also designed to work well with blackbox.
<<lessIt is designed to be small and light, with a simple XML based configuration format. Its also designed to work well with blackbox.
Download (0.059MB)
Added: 2006-09-26 License: GPL (GNU General Public License) Price:
1123 downloads
hsclock 0.01.0
hsclock is an accurate, multi-zone GTK clock. more>>
hsclock is a small, accurate, multi-zone GTK clock that can also run in a tty.
Currently configuration is solely by commandline options. hsclock uses GTK timeouts to synchronize with the system clock, making display updates accurate to within milliseconds.
The time output format can be set with a date-like format option.
<<lessCurrently configuration is solely by commandline options. hsclock uses GTK timeouts to synchronize with the system clock, making display updates accurate to within milliseconds.
The time output format can be set with a date-like format option.
Download (0.30MB)
Added: 2006-09-27 License: GPL (GNU General Public License) Price:
1126 downloads
DNS List 0.2
DNS List is a BIND zone file -to- HTML script written in PHP which enables drilling down on particular hosts to view CNAME. more>>
DNS List is a BIND zone file -to- HTML script written in PHP which enables drilling down on particular hosts to view CNAME records (if any).
In order to display an easily readable list of entries hosted on my DNS servers, I wrote this PHP script to parse A and CNAME records out of my BIND zone files, and generate an expandable/collapsable table containing the information.
This script expects to find the zonefile in a zonefile subdirectory of the directory in which the script currently resides. Again this is easy to change, but it was written for my purposes and Im providing it here should it be useful to others. There is a lot of hard-coding within the script for "kw.zone" and "test.zone" - so modify this to suit your needs. The script can parse fairly simple zone files easily, but hasnt been tested with more complex zones. Your milage will vary.
<<lessIn order to display an easily readable list of entries hosted on my DNS servers, I wrote this PHP script to parse A and CNAME records out of my BIND zone files, and generate an expandable/collapsable table containing the information.
This script expects to find the zonefile in a zonefile subdirectory of the directory in which the script currently resides. Again this is easy to change, but it was written for my purposes and Im providing it here should it be useful to others. There is a lot of hard-coding within the script for "kw.zone" and "test.zone" - so modify this to suit your needs. The script can parse fairly simple zone files easily, but hasnt been tested with more complex zones. Your milage will vary.
Download (0.004MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
566 downloads
Dates 0.4.1
Dates project is a small, light-weight calendar that shares data with GNOME Evolution. more>>
Dates project is a small, light-weight calendar that shares data with GNOME Evolution.
Dates is a small, light-weight calendar that shares data with GNOME Evolution. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.
<<lessDates is a small, light-weight calendar that shares data with GNOME Evolution. Dates features an innovative, unified, zooming view and is designed for use on hand-held devices, such as the Nokia 770 or the Sharp Zaurus series of PDAs.
Download (0.43MB)
Added: 2007-04-14 License: GPL (GNU General Public License) Price:
924 downloads
PgMarket 2.2.3
PgMarket is an e-commerce solution based on PHP4 and PostgreSQL/MySQL. more>>
PgMarket is an E-Commerce Solution based on PHP 4 and PostgreSQL/MySQL.
It is released under the terms of the GNU GPL (General Public License).
All its pages are HTML 4.01 Transitional valid documents, and the CSSs are valid CSS 2.0 documents; full usability and accessibility is provided also if JavaScript is disabled on the client browser.
Main features:
- PostgreSQL (>= 6.5) and MySQL 3.23 support, and easy portability to other DBMSs
- multiple languages support (i18n)
- advanced images and thumbnails handling; possibility of on the fly generation of thumbnails of full size images; possibility of storing images and thumbnails in the DB instead of on the file system
- easy customization of many look elements through .css files
- HTML-only templates, not containing PHP code
- a simple and an advanced search engine
- products are organized in categories and subcategories of arbitrary level; each product can belong to more than one category; products and categories are shown ordered by their respective "special level" values
- comfortable category browsers (the PHP Layers Menu system is used)
- support of per-user and per-product discounts
- delivery price based on the delivery zone and on the total shopping cart weight
- possibility of disabling many features through the configuration file, without modifying scripts and templates
- mailing of the orders, and storage of all the orders in the database
- order states handling
- ability for the customers to track their orders states and logs
- ability for subscribed and non subscribed customers to contact the store without buying anything, through a suited contact form
- splitting in sub pages for pages that show a large number of items
- easy customization of the currency and of the weight unit
- comfortable web based administration interface: the web shop is easily built up simply through a browser; the "web shop root" can insert categories, as well as insert, edit, and delete products also while browsing the catalog
- possibility of importing data from text files easily obtainable through a spreadsheet
- possibility of off-line filling of the shop and subsequent on-line synchronization of data and images/thumbs, also between etherogeneous platforms, i.e. between PostgreSQL and MySQL and between Unix and MS Windows, in both directions
<<lessIt is released under the terms of the GNU GPL (General Public License).
All its pages are HTML 4.01 Transitional valid documents, and the CSSs are valid CSS 2.0 documents; full usability and accessibility is provided also if JavaScript is disabled on the client browser.
Main features:
- PostgreSQL (>= 6.5) and MySQL 3.23 support, and easy portability to other DBMSs
- multiple languages support (i18n)
- advanced images and thumbnails handling; possibility of on the fly generation of thumbnails of full size images; possibility of storing images and thumbnails in the DB instead of on the file system
- easy customization of many look elements through .css files
- HTML-only templates, not containing PHP code
- a simple and an advanced search engine
- products are organized in categories and subcategories of arbitrary level; each product can belong to more than one category; products and categories are shown ordered by their respective "special level" values
- comfortable category browsers (the PHP Layers Menu system is used)
- support of per-user and per-product discounts
- delivery price based on the delivery zone and on the total shopping cart weight
- possibility of disabling many features through the configuration file, without modifying scripts and templates
- mailing of the orders, and storage of all the orders in the database
- order states handling
- ability for the customers to track their orders states and logs
- ability for subscribed and non subscribed customers to contact the store without buying anything, through a suited contact form
- splitting in sub pages for pages that show a large number of items
- easy customization of the currency and of the weight unit
- comfortable web based administration interface: the web shop is easily built up simply through a browser; the "web shop root" can insert categories, as well as insert, edit, and delete products also while browsing the catalog
- possibility of importing data from text files easily obtainable through a spreadsheet
- possibility of off-line filling of the shop and subsequent on-line synchronization of data and images/thumbs, also between etherogeneous platforms, i.e. between PostgreSQL and MySQL and between Unix and MS Windows, in both directions
Download (0.48MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1637 downloads
TaskJuggler 2.4.0
Taskjuggler is a project management tool for Linux and UNIX system-based operating systems. more>>
Taskjuggler is a project management tool for Linux and UNIX system-based operating systems. Whether you want to plan your colleges shifts for the next month or want to build a skyscraper - Taskjuggler is the tool for you.
Instead of clicking yourself painfully through hundreds of dialog boxes you specify your Taskjuggler project in a simple text format. You simply list all your tasks and their dependencies. The resulting schedule is then presented as GANTT chart, Table, HTML, XML or CSV report.
Taskjuggler does not only honor the task interdependencies but also takes resource constrains into account. Using Taskjugglers powerful filtering and reporting algorithms you can create task lists, resource usage tables, status reports, project calendars and project accounting statements.
Main features:
- Automatic scheduling of interdependent tasks with resource conflict solver.
- Powerful project description syntax with macro support.
- Flexible working hours and vacation handling.
- Support for shifts.
- Multiple time zone support.
- Flexible resource grouping.
- Project accounting support.
- Task may have initial costs, finishing costs.
- Resource may have running costs.
- Support for simple profit/loss analysis.
- HTML and XML report generation.
- Support for plan and actual scenario comparisons.
- Project tracking support.
- Groupware support by using a revision control system such as CVS or RCS on the project description files.
- Support for central resource allocation database.
<<lessInstead of clicking yourself painfully through hundreds of dialog boxes you specify your Taskjuggler project in a simple text format. You simply list all your tasks and their dependencies. The resulting schedule is then presented as GANTT chart, Table, HTML, XML or CSV report.
Taskjuggler does not only honor the task interdependencies but also takes resource constrains into account. Using Taskjugglers powerful filtering and reporting algorithms you can create task lists, resource usage tables, status reports, project calendars and project accounting statements.
Main features:
- Automatic scheduling of interdependent tasks with resource conflict solver.
- Powerful project description syntax with macro support.
- Flexible working hours and vacation handling.
- Support for shifts.
- Multiple time zone support.
- Flexible resource grouping.
- Project accounting support.
- Task may have initial costs, finishing costs.
- Resource may have running costs.
- Support for simple profit/loss analysis.
- HTML and XML report generation.
- Support for plan and actual scenario comparisons.
- Project tracking support.
- Groupware support by using a revision control system such as CVS or RCS on the project description files.
- Support for central resource allocation database.
Download (1.2MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
866 downloads
Zonestats 0.3
Zonestats create an RRD database with the values of CPU and memory (RSS) usage per Solaris 10 zone. more>>
Zonestats create an RRD database with the values of CPU and memory (RSS) usage per Solaris 10 zone. Zonestats project requires only the RRDs Perl module.
<<less Download (0.013MB)
Added: 2006-04-19 License: BSD License Price:
1284 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above dotties weight loss zone search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed