-
tvoverbe changed the public information on the EasyCalc project.
2009-11-02 19:51:47 UTC in EasyCalc
-
Wrong forum.
2009-04-07 10:44:05 UTC in EasyCalc
-
The last few days (22,23 Dec 2008) the open discussion forum has been flooded by sex spam, 1 posting every 5 minutes.
Therefore effective immediately no more anonymous postings are allowed.
2008-12-23 14:03:52 UTC in EasyCalc
-
You have the wrong interpretation of how range works.
range(75.5:3:0) results in a list of 75 elements, with first element 3 and increment 0, i.e. a list of 75 times the value 3.
The list command in your example results in a list with 75+80+85=240 elements:
75 times 3, 80 times 8 and 85 times 5.
See the manual (http://easycalc.sourceforge.net/manual/manual.html) for details.
2008-12-12 17:31:39 UTC in EasyCalc
-
Hi,
I am on travel right now for the remainder of the month.
You can find the structure by looking at the source in the trunk of subversion.
Start with Makefile.cupdate. Some relevant files are README.update,
dataformat.h, mkpdb.c and databaseupd.[ch].
Hope this is sufficient.
Ton van Overbeek.
2008-10-09 11:26:13 UTC in PalmOS Currency Converter
-
tvoverbe committed revision 127 to the PalmOS Currency Converter SVN repository, changing 1 files.
2008-09-27 23:35:38 UTC in PalmOS Currency Converter
-
tvoverbe committed revision 126 to the PalmOS Currency Converter SVN repository, changing 1 files.
2008-09-23 19:04:50 UTC in PalmOS Currency Converter
-
Making Currency run on the iPhone/iPodTouch would most likely require a major rewrite.
I do not have the Apple SDK (which only runs on Macs) and do not plan to spend money
on getting an open source application into the Apple AppStore.
But since it is open source, if someone else wants to try, they are welcome to do so.
2008-09-13 18:03:51 UTC in PalmOS Currency Converter
-
tvoverbe committed patchset 80 of module website to the GCC for Palm OS CVS repository, changing 1 files.
2008-08-22 15:18:58 UTC in GCC for Palm OS
-
A request from Open Discussion:
Remove the hard coded limit of 10 for function recursion.
2008-05-01 01:38:38 UTC in EasyCalc