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/content/home.xml | 67 ++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 calculator.buetow.org/content/home.xml (limited to 'calculator.buetow.org/content/home.xml') 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. + + -- 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/home.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calculator.buetow.org/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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/content/home.xml') 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 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/home.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calculator.buetow.org/content/home.xml') 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. -- 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/content/home.xml') 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