From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- calculator.buetow.org/OBSOLETEPROJECT | 1 + calculator.buetow.org/content/98.contact.xml | 20 ++++++++ calculator.buetow.org/content/Download.xml | 17 +++++++ calculator.buetow.org/content/SVN-Download.xml | 7 +++ calculator.buetow.org/content/Screenshots.xml | 13 +++++ calculator.buetow.org/content/home.xml | 67 +++++++++++++++++++++++++ calculator.buetow.org/content/license.xml | 30 +++++++++++ calculator.buetow.org/htdocs/images/v0.1.png | Bin 0 -> 35918 bytes calculator.buetow.org/htdocs/images/v0.2.png | Bin 0 -> 24026 bytes calculator.buetow.org/htdocs/images/v0.4.png | Bin 0 -> 27659 bytes 10 files changed, 155 insertions(+) create mode 100644 calculator.buetow.org/OBSOLETEPROJECT create mode 100644 calculator.buetow.org/content/98.contact.xml create mode 100644 calculator.buetow.org/content/Download.xml create mode 100644 calculator.buetow.org/content/SVN-Download.xml create mode 100644 calculator.buetow.org/content/Screenshots.xml create mode 100644 calculator.buetow.org/content/home.xml create mode 100644 calculator.buetow.org/content/license.xml create mode 100644 calculator.buetow.org/htdocs/images/v0.1.png create mode 100644 calculator.buetow.org/htdocs/images/v0.2.png create mode 100644 calculator.buetow.org/htdocs/images/v0.4.png (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/OBSOLETEPROJECT b/calculator.buetow.org/OBSOLETEPROJECT new file mode 100644 index 0000000..94948c3 --- /dev/null +++ b/calculator.buetow.org/OBSOLETEPROJECT @@ -0,0 +1 @@ +Calculator is a very portable text based calculator program written in C++. diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml new file mode 100644 index 0000000..f46ee65 --- /dev/null +++ b/calculator.buetow.org/content/98.contact.xml @@ -0,0 +1,20 @@ + + + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + + + diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml new file mode 100644 index 0000000..69758ef --- /dev/null +++ b/calculator.buetow.org/content/Download.xml @@ -0,0 +1,17 @@ + + + Download + Binaries + Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. + + Look at + ftp://ftp.buetow.org/pub/Calculator/binaries + for all available binaries! + + Source packages + + Calculator source packages are available at + ftp://ftp.buetow.org/pub/Calculator/ + . + + diff --git a/calculator.buetow.org/content/SVN-Download.xml b/calculator.buetow.org/content/SVN-Download.xml new file mode 100644 index 0000000..be985e9 --- /dev/null +++ b/calculator.buetow.org/content/SVN-Download.xml @@ -0,0 +1,7 @@ + + + Download through SVN (Subversion) + The Stack Calculator can be downloaded from SVN. Use the following steps to do so: + svn co https://ssl.buetow.org/repos/playground/trunk/Cpp/StackCalculator/ + + diff --git a/calculator.buetow.org/content/Screenshots.xml b/calculator.buetow.org/content/Screenshots.xml new file mode 100644 index 0000000..5c916a0 --- /dev/null +++ b/calculator.buetow.org/content/Screenshots.xml @@ -0,0 +1,13 @@ + + + Screenshots + + Here some Screenshots of Calculator running on a Microsoft Windows box: + + v0.1.png + + v0.2.png + + v0.4.png + + diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml new file mode 100644 index 0000000..a845630 --- /dev/null +++ b/calculator.buetow.org/content/home.xml @@ -0,0 +1,67 @@ + + + Easy Stack Calculator + + + Important notice: + The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit + http://dev.buetow.org + and enjoy :) + + + + Calculator is a very portable text based calculator program written in C++. If you wanna stay informed, please subscibe at + freecode + to the stack-calculator project. You will receive an email then a new release has been made. However, I do not plan to release any new versions in the near future. This calculator is obsolet and may be replaced by the + Fype Language + which can do arithmetic calculations too. + + Version 0.6 (Sep 20th 2005) + + Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. + Fixed the "operators" command. + + Version 0.5 (Apr 18 2005) + + Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. + The - (minus) bug has been fixed! + + Version 0.4.1 (Dec 1st 2004) - Bugfix release + + + Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. + + Example: (4\+3)^(8*7)! + + The ^ operator now only uses whole numbers as an exponent. + Use \ to calculate the roots instead! + + Version 0.4 (Nov 27th 2004) + + Renamed the qu(it) command into ex(it). + Renamed the pri(ority) command into op(erators). + A "," can be used as a synonym for a ".". + 0! resulted in an infinite loop. This has been fixed. + \w* resultet in a segmentation fault. This has been fixed. + New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. + + Version 0.3.1 (Jul 26th 2004) - Bugfix release + + This is a bugfix release only. No new features included. + + Version 0.3 (May 8th 2004) + + This version uses $ to store the result of the last calculaion in. + Also 4(2)(4) will be interpreted as 4*2*4. + Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0 + A few bugs have been fixed too. + + Version 0.2 (May 2nd 2004) + + This version can also handle different fields and double and float numbers. + + Version 0.1 (May 1st 2004) + + This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions. + + diff --git a/calculator.buetow.org/content/license.xml b/calculator.buetow.org/content/license.xml new file mode 100644 index 0000000..0106ffe --- /dev/null +++ b/calculator.buetow.org/content/license.xml @@ -0,0 +1,30 @@ + + + License + + Calculator is (C) by Paul Buetow. + + GNU General Public license + + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + + + + diff --git a/calculator.buetow.org/htdocs/images/v0.1.png b/calculator.buetow.org/htdocs/images/v0.1.png new file mode 100644 index 0000000..567e694 Binary files /dev/null and b/calculator.buetow.org/htdocs/images/v0.1.png differ diff --git a/calculator.buetow.org/htdocs/images/v0.2.png b/calculator.buetow.org/htdocs/images/v0.2.png new file mode 100644 index 0000000..02e6fbd Binary files /dev/null and b/calculator.buetow.org/htdocs/images/v0.2.png differ diff --git a/calculator.buetow.org/htdocs/images/v0.4.png b/calculator.buetow.org/htdocs/images/v0.4.png new file mode 100644 index 0000000..7e69d53 Binary files /dev/null and b/calculator.buetow.org/htdocs/images/v0.4.png differ -- cgit v1.2.3 From 94ceb8b3290aabe02743e7ff90bb838b8ddf73a7 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 14:22:31 +0200 Subject: move to git --- calculator.buetow.org/content/Download.xml | 6 ++++++ calculator.buetow.org/content/SVN-Download.xml | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 calculator.buetow.org/content/SVN-Download.xml (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index 69758ef..4f41856 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -14,4 +14,10 @@ ftp://ftp.buetow.org/pub/Calculator/ . + Git + + The source is also available in git + git clone git://git.buetow.org/playground.git +cd playground/Cpp/StackCalculator + diff --git a/calculator.buetow.org/content/SVN-Download.xml b/calculator.buetow.org/content/SVN-Download.xml deleted file mode 100644 index be985e9..0000000 --- a/calculator.buetow.org/content/SVN-Download.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - Download through SVN (Subversion) - The Stack Calculator can be downloaded from SVN. Use the following steps to do so: - svn co https://ssl.buetow.org/repos/playground/trunk/Cpp/StackCalculator/ - - -- cgit v1.2.3 From 32e575a30e53389d3ae96346b69ddc6a756c7a37 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sun, 15 Sep 2013 12:35:45 +0200 Subject: s/link/hyperlink/ --- calculator.buetow.org/content/98.contact.xml | 2 +- calculator.buetow.org/content/Download.xml | 4 ++-- calculator.buetow.org/content/home.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml index f46ee65..11dcff3 100644 --- a/calculator.buetow.org/content/98.contact.xml +++ b/calculator.buetow.org/content/98.contact.xml @@ -13,7 +13,7 @@ If you are interested in other projects please visit - http://dev.buetow.org + http://dev.buetow.org :) diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index 4f41856..b126f7e 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -5,13 +5,13 @@ Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. Look at - ftp://ftp.buetow.org/pub/Calculator/binaries + ftp://ftp.buetow.org/pub/Calculator/binaries for all available binaries! Source packages Calculator source packages are available at - ftp://ftp.buetow.org/pub/Calculator/ + ftp://ftp.buetow.org/pub/Calculator/ . Git diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index a845630..0466e30 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -5,7 +5,7 @@ Important notice: The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit - http://dev.buetow.org + http://dev.buetow.org and enjoy :) -- cgit v1.2.3 From daaf7ff0e1a1301eb27b97642586b518e1de3a5c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:37:21 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 0466e30..b2692bd 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -1,19 +1,19 @@ Easy Stack Calculator - + - Important notice: - The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit - http://dev.buetow.org - and enjoy :) + Important notice: + The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit + http://dev.buetow.org + and enjoy :) - + Calculator is a very portable text based calculator program written in C++. If you wanna stay informed, please subscibe at - freecode + freecode to the stack-calculator project. You will receive an email then a new release has been made. However, I do not plan to release any new versions in the near future. This calculator is obsolet and may be replaced by the - Fype Language + Fype Language which can do arithmetic calculations too. Version 0.6 (Sep 20th 2005) -- cgit v1.2.3 From f3668678d1f4c69bd2f113c42774a5a1cb16b45e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:37:44 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 48 ---------------------------------- 1 file changed, 48 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index b2692bd..11ed0ac 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -16,52 +16,4 @@ Fype Language which can do arithmetic calculations too. - Version 0.6 (Sep 20th 2005) - - Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. - Fixed the "operators" command. - - Version 0.5 (Apr 18 2005) - - Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. - The - (minus) bug has been fixed! - - Version 0.4.1 (Dec 1st 2004) - Bugfix release - - - Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. - - Example: (4\+3)^(8*7)! - - The ^ operator now only uses whole numbers as an exponent. - Use \ to calculate the roots instead! - - Version 0.4 (Nov 27th 2004) - - Renamed the qu(it) command into ex(it). - Renamed the pri(ority) command into op(erators). - A "," can be used as a synonym for a ".". - 0! resulted in an infinite loop. This has been fixed. - \w* resultet in a segmentation fault. This has been fixed. - New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. - - Version 0.3.1 (Jul 26th 2004) - Bugfix release - - This is a bugfix release only. No new features included. - - Version 0.3 (May 8th 2004) - - This version uses $ to store the result of the last calculaion in. - Also 4(2)(4) will be interpreted as 4*2*4. - Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0 - A few bugs have been fixed too. - - Version 0.2 (May 2nd 2004) - - This version can also handle different fields and double and float numbers. - - Version 0.1 (May 1st 2004) - - This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions. - -- cgit v1.2.3 From 1b21e4d65ff823f12c91a0d691f12ea00066b9a8 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:37:56 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 11ed0ac..5a842ab 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -16,4 +16,9 @@ Fype Language which can do arithmetic calculations too. + Version 0.6 (Sep 20th 2005) + + Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. + Fixed the "operators" command. + -- cgit v1.2.3 From abf43f3815ee9c575fc5476b8e7c1fb237cb852c Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:38:15 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 5a842ab..b2692bd 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -21,4 +21,47 @@ Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. Fixed the "operators" command. + Version 0.5 (Apr 18 2005) + + Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. + The - (minus) bug has been fixed! + + Version 0.4.1 (Dec 1st 2004) - Bugfix release + + + Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. + + Example: (4\+3)^(8*7)! + + The ^ operator now only uses whole numbers as an exponent. + Use \ to calculate the roots instead! + + Version 0.4 (Nov 27th 2004) + + Renamed the qu(it) command into ex(it). + Renamed the pri(ority) command into op(erators). + A "," can be used as a synonym for a ".". + 0! resulted in an infinite loop. This has been fixed. + \w* resultet in a segmentation fault. This has been fixed. + New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. + + Version 0.3.1 (Jul 26th 2004) - Bugfix release + + This is a bugfix release only. No new features included. + + Version 0.3 (May 8th 2004) + + This version uses $ to store the result of the last calculaion in. + Also 4(2)(4) will be interpreted as 4*2*4. + Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0 + A few bugs have been fixed too. + + Version 0.2 (May 2nd 2004) + + This version can also handle different fields and double and float numbers. + + Version 0.1 (May 1st 2004) + + This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions. + -- cgit v1.2.3 From 484ff425b4e3991b02f9077e1016c2efc3d91041 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:38:36 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 47 ---------------------------------- 1 file changed, 47 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index b2692bd..85b3a6e 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -17,51 +17,4 @@ which can do arithmetic calculations too. Version 0.6 (Sep 20th 2005) - - Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. - Fixed the "operators" command. - - Version 0.5 (Apr 18 2005) - - Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. - The - (minus) bug has been fixed! - - Version 0.4.1 (Dec 1st 2004) - Bugfix release - - - Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. - - Example: (4\+3)^(8*7)! - - The ^ operator now only uses whole numbers as an exponent. - Use \ to calculate the roots instead! - - Version 0.4 (Nov 27th 2004) - - Renamed the qu(it) command into ex(it). - Renamed the pri(ority) command into op(erators). - A "," can be used as a synonym for a ".". - 0! resulted in an infinite loop. This has been fixed. - \w* resultet in a segmentation fault. This has been fixed. - New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. - - Version 0.3.1 (Jul 26th 2004) - Bugfix release - - This is a bugfix release only. No new features included. - - Version 0.3 (May 8th 2004) - - This version uses $ to store the result of the last calculaion in. - Also 4(2)(4) will be interpreted as 4*2*4. - Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0 - A few bugs have been fixed too. - - Version 0.2 (May 2nd 2004) - - This version can also handle different fields and double and float numbers. - - Version 0.1 (May 1st 2004) - - This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions. - -- cgit v1.2.3 From 35de30025a7ae41f7312d10e737964a4a09399f0 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:38:53 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 85b3a6e..51ddcc9 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -17,4 +17,14 @@ which can do arithmetic calculations too. Version 0.6 (Sep 20th 2005) + + Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. + Fixed the "operators" command. + + Version 0.5 (Apr 18 2005) + + Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. + The - (minus) bug has been fixed! + + Version 0.4.1 (Dec 1st 2004) - Bugfix release -- cgit v1.2.3 From fb5a815e485694a6f0bafcd49a3f19b6bf8a2fb6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:39:18 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 51ddcc9..b2692bd 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -27,4 +27,41 @@ The - (minus) bug has been fixed! Version 0.4.1 (Dec 1st 2004) - Bugfix release + + + Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. + + Example: (4\+3)^(8*7)! + + The ^ operator now only uses whole numbers as an exponent. + Use \ to calculate the roots instead! + + Version 0.4 (Nov 27th 2004) + + Renamed the qu(it) command into ex(it). + Renamed the pri(ority) command into op(erators). + A "," can be used as a synonym for a ".". + 0! resulted in an infinite loop. This has been fixed. + \w* resultet in a segmentation fault. This has been fixed. + New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. + + Version 0.3.1 (Jul 26th 2004) - Bugfix release + + This is a bugfix release only. No new features included. + + Version 0.3 (May 8th 2004) + + This version uses $ to store the result of the last calculaion in. + Also 4(2)(4) will be interpreted as 4*2*4. + Negative numbers can be typed: 4+-4(-1) = 4-4*-1 = 0 + A few bugs have been fixed too. + + Version 0.2 (May 2nd 2004) + + This version can also handle different fields and double and float numbers. + + Version 0.1 (May 1st 2004) + + This version can only handle normal integer numbers. Double, floats etc. will be added in the next versions. + -- cgit v1.2.3 From 70f901d636479ce4ba7023edf387ea3166e738a3 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:40:53 +0200 Subject: fix --- calculator.buetow.org/content/home.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index b2692bd..0ba4a1e 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -23,7 +23,7 @@ Version 0.5 (Apr 18 2005) - Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. + Added list.h and stack.h. Calculator can now be used with parameters: ./calculator '1+6+4\'. Added the v(erbose) command. Added the pr(ecision) int command. The - (minus) bug has been fixed! Version 0.4.1 (Dec 1st 2004) - Bugfix release @@ -43,11 +43,11 @@ A "," can be used as a synonym for a ".". 0! resulted in an infinite loop. This has been fixed. \w* resultet in a segmentation fault. This has been fixed. - New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. + New commands: ra(scii), which is the same as as(cii) but works the reverse way. !command executes a shell command. x\ calculates the square root of x. Version 0.3.1 (Jul 26th 2004) - Bugfix release - This is a bugfix release only. No new features included. + This is a bugfix release only. No new features included. Version 0.3 (May 8th 2004) -- cgit v1.2.3 From b1496e683022c2e01dd76d9a0783a0ed01183aab Mon Sep 17 00:00:00 2001 From: "Paul Buetow (pluto.buetow.org)" Date: Sat, 28 Sep 2013 17:41:25 +0200 Subject: fix --- calculator.buetow.org/content/Download.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index b126f7e..b9fd504 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -5,7 +5,7 @@ Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. Look at - ftp://ftp.buetow.org/pub/Calculator/binaries + ftp://ftp.buetow.org/pub/Calculator/binaries for all available binaries! Source packages -- cgit v1.2.3 From 2bfe5014a3ec0c2dc04fc3a72420ca86f5fac524 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sat, 28 Sep 2013 18:02:25 +0200 Subject: reformat XML --- calculator.buetow.org/content/98.contact.xml | 35 +++++++++++++-------------- calculator.buetow.org/content/Download.xml | 2 +- calculator.buetow.org/content/Screenshots.xml | 13 ++++++---- calculator.buetow.org/content/home.xml | 6 ++--- calculator.buetow.org/content/license.xml | 9 ++++--- 5 files changed, 34 insertions(+), 31 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml index 11dcff3..a881cc3 100644 --- a/calculator.buetow.org/content/98.contact.xml +++ b/calculator.buetow.org/content/98.contact.xml @@ -1,20 +1,19 @@ - + - Contact Me/Us - - Please use the - Development Mailing List - for any considerations of this humble programming project or any other programming project of mine. - - - But you may also use other methods such as listed - on this site - for example. - - - If you are interested in other projects please visit - http://dev.buetow.org - :) - + Contact Me/Us + + Please use the + Development Mailing List + for any considerations of this humble programming project or any other programming project of mine. + + + But you may also use other methods such as listed + on this site + for example. + + + If you are interested in other projects please visit + http://dev.buetow.org + :) + - diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index b9fd504..af0085e 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -1,4 +1,4 @@ - + Download Binaries diff --git a/calculator.buetow.org/content/Screenshots.xml b/calculator.buetow.org/content/Screenshots.xml index 5c916a0..20ababb 100644 --- a/calculator.buetow.org/content/Screenshots.xml +++ b/calculator.buetow.org/content/Screenshots.xml @@ -1,13 +1,16 @@ - + Screenshots Here some Screenshots of Calculator running on a Microsoft Windows box: - + + v0.1.png - + + v0.2.png - + + v0.4.png - + diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 0ba4a1e..5e0187b 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -1,11 +1,11 @@ - + Easy Stack Calculator Important notice: The development of the Easy Stack Calculator has been stalled. There will be no further development on this project. This project always was a proof of concept only. Bugs are not gonna be fixed. For current programming projects please visit - http://dev.buetow.org + http://dev.buetow.org and enjoy :) @@ -30,7 +30,7 @@ Equations like (...)op... can be solved now. Here, op is an operator. Before, ...op(...) only worked. - + Example: (4\+3)^(8*7)! The ^ operator now only uses whole numbers as an exponent. diff --git a/calculator.buetow.org/content/license.xml b/calculator.buetow.org/content/license.xml index 0106ffe..4db9150 100644 --- a/calculator.buetow.org/content/license.xml +++ b/calculator.buetow.org/content/license.xml @@ -1,4 +1,4 @@ - + License @@ -12,14 +12,16 @@ as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. - + + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. - + + You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software @@ -27,4 +29,3 @@ - -- cgit v1.2.3 From 297e838b5a08ccc4d7eaae94d7ed06ecda1a0d9e Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Tue, 1 Oct 2013 20:14:34 +0200 Subject: add sitemap --- calculator.buetow.org/SITEMAP | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 calculator.buetow.org/SITEMAP (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/SITEMAP b/calculator.buetow.org/SITEMAP new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3 From 2fd98d1e20927e1bc3b08554f03777083df1a9e1 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Sun, 15 Dec 2013 11:41:04 +0100 Subject: no ftp --- calculator.buetow.org/content/Download.xml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml index af0085e..bbcc1a2 100644 --- a/calculator.buetow.org/content/Download.xml +++ b/calculator.buetow.org/content/Download.xml @@ -1,22 +1,9 @@ Download - Binaries - Calculator binaries are available for the following platforms. But may compile on lots more. Check out the CVS Download to do so. + Source packages and Binaries - Look at - ftp://ftp.buetow.org/pub/Calculator/binaries - for all available binaries! - - Source packages - - Calculator source packages are available at - ftp://ftp.buetow.org/pub/Calculator/ - . - - Git - - The source is also available in git + The source and the binaries are available in git git clone git://git.buetow.org/playground.git cd playground/Cpp/StackCalculator -- cgit v1.2.3 From 20c88aac8eb106c07ccb4cc8f4be06fb61324bad Mon Sep 17 00:00:00 2001 From: "Paul Buetow (mars.fritz.box)" Date: Thu, 13 Mar 2014 23:31:13 +0100 Subject: add C. --- calculator.buetow.org/content/license.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/license.xml b/calculator.buetow.org/content/license.xml index 4db9150..c4b05e9 100644 --- a/calculator.buetow.org/content/license.xml +++ b/calculator.buetow.org/content/license.xml @@ -2,7 +2,7 @@ License - Calculator is (C) by Paul Buetow. + Calculator is (C) by Paul C. Buetow. GNU General Public license -- cgit v1.2.3 From 926bc98bfb6ff456efd7483dfa8cf043cffc7035 Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Sun, 22 Jun 2014 10:58:45 +0200 Subject: remove references to freshmeat aka freecode --- calculator.buetow.org/content/home.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/home.xml b/calculator.buetow.org/content/home.xml index 5e0187b..5b0298f 100644 --- a/calculator.buetow.org/content/home.xml +++ b/calculator.buetow.org/content/home.xml @@ -9,13 +9,7 @@ and enjoy :) - - Calculator is a very portable text based calculator program written in C++. If you wanna stay informed, please subscibe at - freecode - to the stack-calculator project. You will receive an email then a new release has been made. However, I do not plan to release any new versions in the near future. This calculator is obsolet and may be replaced by the - Fype Language - which can do arithmetic calculations too. - + Calculator is a very portable text based calculator program written in C++. Version 0.6 (Sep 20th 2005) Changed the source tree structure. Normal non-digits will now be treated with their ASCII values. Digits will be treated with ASCII values too if mode ascii has been activated. -- cgit v1.2.3 From dace221b1fabae687dc68dc1bce3085579c72da6 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sat, 27 Dec 2014 15:30:21 +0100 Subject: fix listurls --- calculator.buetow.org/content/98.contact.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org') diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml index a881cc3..d3d66b0 100644 --- a/calculator.buetow.org/content/98.contact.xml +++ b/calculator.buetow.org/content/98.contact.xml @@ -3,7 +3,7 @@ Contact Me/Us Please use the - Development Mailing List + Development Mailing List for any considerations of this humble programming project or any other programming project of mine. -- cgit v1.2.3