-
Hi,
The term kilocalorie refers to one thousand gram calories. However in the US, I've noticed the food labels just place cal as a unit of 1 kilogram calories, which is the same of 1 thousand gram calories....
Long story short, kcal in idiet is the same as calories on the food label. So when you enter the calories from the food label, just copy down the same number you see, without any...
2009-05-12 23:37:47 UTC in iDiet - Diet Management Software
-
Hi,
The food database is in english only as it it is provided by the United States Department of Agriculture. It is available for everyone so if you would like to contribute feel free to translate it and send it to me. I will create a German version.
I am working on a good mechanism for translation of the interface, none of the developers speaks german, so unless someone gives us the...
2009-02-02 16:19:49 UTC in iDiet - Diet Management Software
-
Hey, thanks a lot guys. I will give it a go.
Regards,
Georgi.
2009-02-02 15:11:20 UTC in Job Scheduler
-
Hi
Can anyone help me with creating a job chain of two jobs (jobA and jobB) where jobA must run on hostA after jobB finishes on hostB.
The idea is to be able to make dependencies between hosts in a job chain.
Thanks
Georgi.
2009-01-28 19:29:30 UTC in Job Scheduler
-
Hi in netx-rv-0.4
boolean netxrv.jnlp.Launcher.requiresExternalLaunch(JREDesc jre)
always returns false:
private boolean requiresExternalLaunch(JREDesc jre) {
if (jre == null) {
return false;
}
return false;
}
should be:
private boolean requiresExternalLaunch(JREDesc jre) {
if (jre == null) {
return false;
}
return true;
}
Regards,
GT.
2008-09-24 15:05:58 UTC in Recursive Network Execute
-
terahz committed revision 129 to the iDiet - Diet Management Software SVN repository, changing 1 files.
2008-09-20 19:42:05 UTC in iDiet - Diet Management Software
-
terahz committed revision 128 to the iDiet - Diet Management Software SVN repository, changing 5 files.
2008-09-20 19:20:18 UTC in iDiet - Diet Management Software
-
terahz committed revision 127 to the iDiet - Diet Management Software SVN repository, changing 3 files.
2008-09-20 18:07:48 UTC in iDiet - Diet Management Software
-
terahz committed revision 126 to the iDiet - Diet Management Software SVN repository, changing 1 files.
2008-09-20 16:51:09 UTC in iDiet - Diet Management Software
-
Translate gui to various languages.
2008-09-19 14:48:07 UTC in iDiet - Diet Management Software