From 12c0c4b2a8701b617949a84166897e1783cd7f70 Mon Sep 17 00:00:00 2001 From: "Paul Buetow (uranus)" Date: Sun, 24 Jan 2016 09:33:35 +0000 Subject: cleanup --- calculator.buetow.org/OBSOLETEPROJECT | 1 - calculator.buetow.org/SITEMAP | 0 calculator.buetow.org/content/98.contact.xml | 11 ----- calculator.buetow.org/content/Download.xml | 10 ----- calculator.buetow.org/content/Screenshots.xml | 16 ------- calculator.buetow.org/content/home.xml | 61 -------------------------- calculator.buetow.org/content/license.xml | 31 ------------- calculator.buetow.org/htdocs/images/v0.1.png | Bin 35918 -> 0 bytes calculator.buetow.org/htdocs/images/v0.2.png | Bin 24026 -> 0 bytes calculator.buetow.org/htdocs/images/v0.4.png | Bin 27659 -> 0 bytes cpphomepage.buetow.org/OBSOLETEPROJECT | 1 - cpphomepage.buetow.org/SITEMAP | 0 cpphomepage.buetow.org/content/98.contact.xml | 11 ----- cpphomepage.buetow.org/content/Download.xml | 9 ---- cpphomepage.buetow.org/content/home.xml | 14 ------ cpphomepage.buetow.org/content/license.xml | 31 ------------- 16 files changed, 196 deletions(-) delete mode 100644 calculator.buetow.org/OBSOLETEPROJECT delete mode 100644 calculator.buetow.org/SITEMAP delete mode 100644 calculator.buetow.org/content/98.contact.xml delete mode 100644 calculator.buetow.org/content/Download.xml delete mode 100644 calculator.buetow.org/content/Screenshots.xml delete mode 100644 calculator.buetow.org/content/home.xml delete mode 100644 calculator.buetow.org/content/license.xml delete mode 100644 calculator.buetow.org/htdocs/images/v0.1.png delete mode 100644 calculator.buetow.org/htdocs/images/v0.2.png delete mode 100644 calculator.buetow.org/htdocs/images/v0.4.png delete mode 100644 cpphomepage.buetow.org/OBSOLETEPROJECT delete mode 100644 cpphomepage.buetow.org/SITEMAP delete mode 100644 cpphomepage.buetow.org/content/98.contact.xml delete mode 100644 cpphomepage.buetow.org/content/Download.xml delete mode 100644 cpphomepage.buetow.org/content/home.xml delete mode 100644 cpphomepage.buetow.org/content/license.xml diff --git a/calculator.buetow.org/OBSOLETEPROJECT b/calculator.buetow.org/OBSOLETEPROJECT deleted file mode 100644 index 94948c3..0000000 --- a/calculator.buetow.org/OBSOLETEPROJECT +++ /dev/null @@ -1 +0,0 @@ -Calculator is a very portable text based calculator program written in C++. diff --git a/calculator.buetow.org/SITEMAP b/calculator.buetow.org/SITEMAP deleted file mode 100644 index e69de29..0000000 diff --git a/calculator.buetow.org/content/98.contact.xml b/calculator.buetow.org/content/98.contact.xml deleted file mode 100644 index 976ee93..0000000 --- a/calculator.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Contact me - - Please use the contact methods listed - on this site - of if you are interested in other projects please visit - https://dev.buetow.org - :) - - diff --git a/calculator.buetow.org/content/Download.xml b/calculator.buetow.org/content/Download.xml deleted file mode 100644 index bbcc1a2..0000000 --- a/calculator.buetow.org/content/Download.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - Download - Source packages and Binaries - - The source and the binaries are available in git - git clone git://git.buetow.org/playground.git -cd playground/Cpp/StackCalculator - - diff --git a/calculator.buetow.org/content/Screenshots.xml b/calculator.buetow.org/content/Screenshots.xml deleted file mode 100644 index 20ababb..0000000 --- a/calculator.buetow.org/content/Screenshots.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - 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 deleted file mode 100644 index 5458ea0..0000000 --- a/calculator.buetow.org/content/home.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - 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 - https://dev.buetow.org - and enjoy :) - - - 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. - 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 deleted file mode 100644 index c4b05e9..0000000 --- a/calculator.buetow.org/content/license.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - License - - Calculator is (C) by Paul C. 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 deleted file mode 100644 index 567e694..0000000 Binary files a/calculator.buetow.org/htdocs/images/v0.1.png and /dev/null differ diff --git a/calculator.buetow.org/htdocs/images/v0.2.png b/calculator.buetow.org/htdocs/images/v0.2.png deleted file mode 100644 index 02e6fbd..0000000 Binary files a/calculator.buetow.org/htdocs/images/v0.2.png and /dev/null differ diff --git a/calculator.buetow.org/htdocs/images/v0.4.png b/calculator.buetow.org/htdocs/images/v0.4.png deleted file mode 100644 index 7e69d53..0000000 Binary files a/calculator.buetow.org/htdocs/images/v0.4.png and /dev/null differ diff --git a/cpphomepage.buetow.org/OBSOLETEPROJECT b/cpphomepage.buetow.org/OBSOLETEPROJECT deleted file mode 100644 index d0d942e..0000000 --- a/cpphomepage.buetow.org/OBSOLETEPROJECT +++ /dev/null @@ -1 +0,0 @@ -cpphomapge is a small but usefull CGI application for generating dynamic HTML sites. You must have installed a C++ compiler in order to get it running. diff --git a/cpphomepage.buetow.org/SITEMAP b/cpphomepage.buetow.org/SITEMAP deleted file mode 100644 index e69de29..0000000 diff --git a/cpphomepage.buetow.org/content/98.contact.xml b/cpphomepage.buetow.org/content/98.contact.xml deleted file mode 100644 index 976ee93..0000000 --- a/cpphomepage.buetow.org/content/98.contact.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Contact me - - Please use the contact methods listed - on this site - of if you are interested in other projects please visit - https://dev.buetow.org - :) - - diff --git a/cpphomepage.buetow.org/content/Download.xml b/cpphomepage.buetow.org/content/Download.xml deleted file mode 100644 index f5a9da9..0000000 --- a/cpphomepage.buetow.org/content/Download.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - Download - Download from git repository - - Go to - http://github.com/buetow/!!HOSTNAME!! - - diff --git a/cpphomepage.buetow.org/content/home.xml b/cpphomepage.buetow.org/content/home.xml deleted file mode 100644 index accfed2..0000000 --- a/cpphomepage.buetow.org/content/home.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - C++ Homepage - - - Important notice: - The development of cpphomepage 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 - https://dev.buetow.org - and enjoy :) - - - cpphomepage is a small but usefull CGI application for generating dynamic HTML sites. It should be runnable on most *NIX and a like boxes having a decent C++ compiler installed. - Look through the template and config file and you will understand very quickly how to use this small CGI application. - diff --git a/cpphomepage.buetow.org/content/license.xml b/cpphomepage.buetow.org/content/license.xml deleted file mode 100644 index 5221dc9..0000000 --- a/cpphomepage.buetow.org/content/license.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - License - - cpphomepage is (C) by Paul C. 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. - - - -- cgit v1.2.3