Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pondus(1) [debian man page]

PONDUS(1)																 PONDUS(1)

NAME
pondus - personal weight manager for GTK+2 SYNOPSIS
pondus [options] OPTIONS
--version show program's version number and exit -h, --help show a help message and exit -i FILE, --input=FILE read data from FILE instead of the standard location DESCRIPTION
Pondus is a personal weight manager that keeps track of your body weight and, optionally, the percentage of bodyfat, muscle and water. It aims to be simple to use, lightweight and fast. All data can be plotted to get a quick overview of the history of your weight. A simple weight planner allows to define "target weights" and this plan can be compared with the actual measurements in a plot. By default, the user data is stored in ~/.pondus/user_data.xml and is written to this file automatically on exit, so you don't have to worry about saving the data you entered. All functionality is available via the toolbar or via keyboard/mouse shortcuts. The following shortcuts are currently used: CTR-a add new dataset CTR-d, Delete delete selected dataset CTR-e, Return, Double-click edit selected dataset CTR-p plot weight vs time CTR-q quit pondus To improve the workflow, the add dialog is initialized with the current date and the last measured weight. Both date and weight can be incremented/decremented by one day/0.1kg(lbs) by pressing "+" or "-", respectively. Pressing "Enter" in one of the entry fields is a shortcut for clicking the "OK"-button. A simple weight planner allows you to define future "target weights", i.e. the weight you want to have at some future date. After enabling the weight planner in the preferences, a selector at the bottom of the main window determines whether you are currently editing the weight measurements or the weight plan. The CSV im-/export dialogs allow to im-/export weight data from/to other applications. Currently, the only supported format is 2008-03-26,81.3 (for example). BUGS
Look for known bugs and report new bugs at http://bitbucket.org/eike/pondus/issues/ RESOURCES
Homepage: http://bitbucket.org/eike/pondus/ Mailing List: <pondus-dev@lists.berlios.de> AUTHOR
Written by Eike Nicklas <eike@ephys.de> COPYRIGHT
Copyright (C) 2007-2011 Eike Nicklas. Free use of this software is granted under the terms of the MIT License. AUTHOR
Eike Nicklas <eike@ephys.de> Author. 06/09/2011 PONDUS(1)

Check Out this Related Man Page

Xapian::Document(3pm)					User Contributed Perl Documentation				     Xapian::Document(3pm)

NAME
Search::Xapian::Document - Document object DESCRIPTION
This class represents a document in a Xapian database. METHODS
new Class constructor. clone Return a clone of this class. get_value (value_no) Returns the value by the assigned number. add_value <value_no> <value> Set a value by value number. remove_value <value_no> Removes the value with the assigned number. clear_values Clear all set values. get_data Return all document data. set_data <data> Set all document data. This can be anything you like. add_posting <term> <position> [<weight>] Adds a term at the given position. weight defaults to 1. remove_posting <term> <position> [<weight] Removes a term from the given position. weight defaults to 1. add_term <term> [<weight>] Adds a term without positional information. weight defaults to 1. add_boolean_term <term> Adds a term intended for boolean filtering (its wdf contribution will be 0). remove_term <term> Removes a term without positional information. clear_terms Remove all terms from the document. termlist_count Returns number of terms in the document. termlist_begin Iterator for the terms in this document. Returns a Search::Xapian::TermIterator. termlist_end Equivalent end iterator for termlist_begin(). Returns a Search::Xapian::TermIterator. values_count Return number of defined values for this document. values_begin Return a Search::Xapian::ValueIterator pointing at the start of the values in this document. values_end Return a Search::Xapian::ValueIterator pointing at the end of the values in this document. get_description Return a description of this object. SEE ALSO
Search::Xapian::Database perl v5.14.2 2012-05-09 Xapian::Document(3pm)
Man Page