From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- use.buetow.org/content/Bench.sub/IntVSCon.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/Loop.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/Shift.xml | 10 ++++++++++ use.buetow.org/content/Bench.sub/home.xml | 7 +++++++ use.buetow.org/content/Diverse.sub/Fibonacci.xml | 10 ++++++++++ use.buetow.org/content/Diverse.sub/foo.xml | 6 ++++++ use.buetow.org/content/Diverse.sub/home.xml | 7 +++++++ use.buetow.org/content/Examples.sub/Autoload.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/Dualvar.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/HashTie.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/Iterator.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/MyGrep.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/ReadOnly.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/Scopeing.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/StaticVar.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/Structs.xml | 10 ++++++++++ use.buetow.org/content/Examples.sub/home.xml | 5 +++++ use.buetow.org/content/Examples.sub/overload.xml | 10 ++++++++++ use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml | 15 +++++++++++++++ use.buetow.org/content/Fun.sub/Nosemicolon.xml | 10 ++++++++++ use.buetow.org/content/Fun.sub/Rev.xml | 10 ++++++++++ use.buetow.org/content/Fun.sub/home.xml | 7 +++++++ use.buetow.org/content/Poetry.sub/Christmas.xml | 12 ++++++++++++ use.buetow.org/content/Poetry.sub/Math.xml | 10 ++++++++++ use.buetow.org/content/Poetry.sub/PHP.xml | 10 ++++++++++ use.buetow.org/content/Poetry.sub/Shopping.xml | 10 ++++++++++ use.buetow.org/content/Poetry.sub/Travel.xml | 10 ++++++++++ use.buetow.org/content/Poetry.sub/home.xml | 5 +++++ use.buetow.org/content/home.xml | 7 +++++++ 29 files changed, 271 insertions(+) create mode 100644 use.buetow.org/content/Bench.sub/IntVSCon.xml create mode 100644 use.buetow.org/content/Bench.sub/Loop.xml create mode 100644 use.buetow.org/content/Bench.sub/Shift.xml create mode 100644 use.buetow.org/content/Bench.sub/home.xml create mode 100644 use.buetow.org/content/Diverse.sub/Fibonacci.xml create mode 100644 use.buetow.org/content/Diverse.sub/foo.xml create mode 100644 use.buetow.org/content/Diverse.sub/home.xml create mode 100644 use.buetow.org/content/Examples.sub/Autoload.xml create mode 100644 use.buetow.org/content/Examples.sub/Dualvar.xml create mode 100644 use.buetow.org/content/Examples.sub/HashTie.xml create mode 100644 use.buetow.org/content/Examples.sub/Iterator.xml create mode 100644 use.buetow.org/content/Examples.sub/MyGrep.xml create mode 100644 use.buetow.org/content/Examples.sub/ReadOnly.xml create mode 100644 use.buetow.org/content/Examples.sub/Scopeing.xml create mode 100644 use.buetow.org/content/Examples.sub/StaticVar.xml create mode 100644 use.buetow.org/content/Examples.sub/Structs.xml create mode 100644 use.buetow.org/content/Examples.sub/home.xml create mode 100644 use.buetow.org/content/Examples.sub/overload.xml create mode 100644 use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml create mode 100644 use.buetow.org/content/Fun.sub/Nosemicolon.xml create mode 100644 use.buetow.org/content/Fun.sub/Rev.xml create mode 100644 use.buetow.org/content/Fun.sub/home.xml create mode 100644 use.buetow.org/content/Poetry.sub/Christmas.xml create mode 100644 use.buetow.org/content/Poetry.sub/Math.xml create mode 100644 use.buetow.org/content/Poetry.sub/PHP.xml create mode 100644 use.buetow.org/content/Poetry.sub/Shopping.xml create mode 100644 use.buetow.org/content/Poetry.sub/Travel.xml create mode 100644 use.buetow.org/content/Poetry.sub/home.xml create mode 100644 use.buetow.org/content/home.xml (limited to 'use.buetow.org/content') diff --git a/use.buetow.org/content/Bench.sub/IntVSCon.xml b/use.buetow.org/content/Bench.sub/IntVSCon.xml new file mode 100644 index 0000000..d6ba4ef --- /dev/null +++ b/use.buetow.org/content/Bench.sub/IntVSCon.xml @@ -0,0 +1,10 @@ + + + Interpolated vs. constant! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/intvscon.pl"); + + + diff --git a/use.buetow.org/content/Bench.sub/Loop.xml b/use.buetow.org/content/Bench.sub/Loop.xml new file mode 100644 index 0000000..15a35ad --- /dev/null +++ b/use.buetow.org/content/Bench.sub/Loop.xml @@ -0,0 +1,10 @@ + + + Loop benchmarking! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/foreach.pl"); + + + diff --git a/use.buetow.org/content/Bench.sub/Shift.xml b/use.buetow.org/content/Bench.sub/Shift.xml new file mode 100644 index 0000000..a99dcc4 --- /dev/null +++ b/use.buetow.org/content/Bench.sub/Shift.xml @@ -0,0 +1,10 @@ + + + Shift benchmarking! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/bench/shift.pl"); + + + diff --git a/use.buetow.org/content/Bench.sub/home.xml b/use.buetow.org/content/Bench.sub/home.xml new file mode 100644 index 0000000..cb924bc --- /dev/null +++ b/use.buetow.org/content/Bench.sub/home.xml @@ -0,0 +1,7 @@ + + + Benchmarking + + This section contains perl benchmarking stuff :) + + diff --git a/use.buetow.org/content/Diverse.sub/Fibonacci.xml b/use.buetow.org/content/Diverse.sub/Fibonacci.xml new file mode 100644 index 0000000..c85b036 --- /dev/null +++ b/use.buetow.org/content/Diverse.sub/Fibonacci.xml @@ -0,0 +1,10 @@ + + + Fast Fibonacci calculating! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/diverse/fibonacci.pl"); + + + diff --git a/use.buetow.org/content/Diverse.sub/foo.xml b/use.buetow.org/content/Diverse.sub/foo.xml new file mode 100644 index 0000000..0b6ac7e --- /dev/null +++ b/use.buetow.org/content/Diverse.sub/foo.xml @@ -0,0 +1,6 @@ + + + Foo! + Nothing here! + + diff --git a/use.buetow.org/content/Diverse.sub/home.xml b/use.buetow.org/content/Diverse.sub/home.xml new file mode 100644 index 0000000..8c28dcc --- /dev/null +++ b/use.buetow.org/content/Diverse.sub/home.xml @@ -0,0 +1,7 @@ + + + Diverse stuff + + This section contains some diverse perl stuff + + diff --git a/use.buetow.org/content/Examples.sub/Autoload.xml b/use.buetow.org/content/Examples.sub/Autoload.xml new file mode 100644 index 0000000..ba04d0d --- /dev/null +++ b/use.buetow.org/content/Examples.sub/Autoload.xml @@ -0,0 +1,10 @@ + + + Autoload + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/autoload.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/Dualvar.xml b/use.buetow.org/content/Examples.sub/Dualvar.xml new file mode 100644 index 0000000..1a4b1d8 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/Dualvar.xml @@ -0,0 +1,10 @@ + + + Dual variable + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/dualvar.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/HashTie.xml b/use.buetow.org/content/Examples.sub/HashTie.xml new file mode 100644 index 0000000..76b4348 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/HashTie.xml @@ -0,0 +1,10 @@ + + + HashTie + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/hashtie.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/Iterator.xml b/use.buetow.org/content/Examples.sub/Iterator.xml new file mode 100644 index 0000000..7e5b367 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/Iterator.xml @@ -0,0 +1,10 @@ + + + Iterator + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/iterator.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/MyGrep.xml b/use.buetow.org/content/Examples.sub/MyGrep.xml new file mode 100644 index 0000000..b0c18ea --- /dev/null +++ b/use.buetow.org/content/Examples.sub/MyGrep.xml @@ -0,0 +1,10 @@ + + + MyGrep + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/mygrep.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/ReadOnly.xml b/use.buetow.org/content/Examples.sub/ReadOnly.xml new file mode 100644 index 0000000..9b0b994 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/ReadOnly.xml @@ -0,0 +1,10 @@ + + + ReadOnly + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/readonly.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/Scopeing.xml b/use.buetow.org/content/Examples.sub/Scopeing.xml new file mode 100644 index 0000000..5656a54 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/Scopeing.xml @@ -0,0 +1,10 @@ + + + Scopeing + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/scopeing.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/StaticVar.xml b/use.buetow.org/content/Examples.sub/StaticVar.xml new file mode 100644 index 0000000..d6afd53 --- /dev/null +++ b/use.buetow.org/content/Examples.sub/StaticVar.xml @@ -0,0 +1,10 @@ + + + StaticVar + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/staticvar.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/Structs.xml b/use.buetow.org/content/Examples.sub/Structs.xml new file mode 100644 index 0000000..c4093ea --- /dev/null +++ b/use.buetow.org/content/Examples.sub/Structs.xml @@ -0,0 +1,10 @@ + + + Scructs + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/structs.pl"); + + + diff --git a/use.buetow.org/content/Examples.sub/home.xml b/use.buetow.org/content/Examples.sub/home.xml new file mode 100644 index 0000000..0b53a1b --- /dev/null +++ b/use.buetow.org/content/Examples.sub/home.xml @@ -0,0 +1,5 @@ + + + Examples + This section contains some perl examples of cool perl features :) + diff --git a/use.buetow.org/content/Examples.sub/overload.xml b/use.buetow.org/content/Examples.sub/overload.xml new file mode 100644 index 0000000..c34a79a --- /dev/null +++ b/use.buetow.org/content/Examples.sub/overload.xml @@ -0,0 +1,10 @@ + + + Overload + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/examples/overload.pl"); + + + diff --git a/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml b/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml new file mode 100644 index 0000000..6f17e40 --- /dev/null +++ b/use.buetow.org/content/Fun.sub/Fibonacci.pl.c.xml @@ -0,0 +1,15 @@ + + + Fibonacci.pl.c! + + The following code is both, valid C and Perl code :) + + + + use LWP::Simple; + my $ret = get("https://ssl.buetow.org/repos/playground/trunk/Perl/perl-c/fibonacci.pl.c"); + $ret =~ s/ + + diff --git a/use.buetow.org/content/Fun.sub/Nosemicolon.xml b/use.buetow.org/content/Fun.sub/Nosemicolon.xml new file mode 100644 index 0000000..467feb4 --- /dev/null +++ b/use.buetow.org/content/Fun.sub/Nosemicolon.xml @@ -0,0 +1,10 @@ + + + Fibonacci Numbers w/o ; + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/fun/nosemicolon.pl"); + + + diff --git a/use.buetow.org/content/Fun.sub/Rev.xml b/use.buetow.org/content/Fun.sub/Rev.xml new file mode 100644 index 0000000..a7f2738 --- /dev/null +++ b/use.buetow.org/content/Fun.sub/Rev.xml @@ -0,0 +1,10 @@ + + + Random letters! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/fun/rev.pl"); + + + diff --git a/use.buetow.org/content/Fun.sub/home.xml b/use.buetow.org/content/Fun.sub/home.xml new file mode 100644 index 0000000..9bdbed1 --- /dev/null +++ b/use.buetow.org/content/Fun.sub/home.xml @@ -0,0 +1,7 @@ + + + Fun stuff + + This section contains some perl fun stuff + + diff --git a/use.buetow.org/content/Poetry.sub/Christmas.xml b/use.buetow.org/content/Poetry.sub/Christmas.xml new file mode 100644 index 0000000..783a6d0 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Christmas.xml @@ -0,0 +1,12 @@ + + + Merry Christmas! + + + use LWP::Simple; + my $ret = get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/christmas.pl"); + $ret =~ s/ + + diff --git a/use.buetow.org/content/Poetry.sub/Math.xml b/use.buetow.org/content/Poetry.sub/Math.xml new file mode 100644 index 0000000..b9bc42b --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Math.xml @@ -0,0 +1,10 @@ + + + Learning math! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/math.pl"); + + + diff --git a/use.buetow.org/content/Poetry.sub/PHP.xml b/use.buetow.org/content/Poetry.sub/PHP.xml new file mode 100644 index 0000000..2610188 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/PHP.xml @@ -0,0 +1,10 @@ + + + PHP! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/php.pl"); + + + diff --git a/use.buetow.org/content/Poetry.sub/Shopping.xml b/use.buetow.org/content/Poetry.sub/Shopping.xml new file mode 100644 index 0000000..8d98961 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Shopping.xml @@ -0,0 +1,10 @@ + + + Going shopping! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/shopping.pl"); + + + diff --git a/use.buetow.org/content/Poetry.sub/Travel.xml b/use.buetow.org/content/Poetry.sub/Travel.xml new file mode 100644 index 0000000..12b1ea5 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/Travel.xml @@ -0,0 +1,10 @@ + + + Travel! + + + use LWP::Simple; + get("https://ssl.buetow.org/repos/playground/trunk/Perl/poetry/travel.pl"); + + + diff --git a/use.buetow.org/content/Poetry.sub/home.xml b/use.buetow.org/content/Poetry.sub/home.xml new file mode 100644 index 0000000..46c2de7 --- /dev/null +++ b/use.buetow.org/content/Poetry.sub/home.xml @@ -0,0 +1,5 @@ + + + Poetry + This section contains perl poetry :) + diff --git a/use.buetow.org/content/home.xml b/use.buetow.org/content/home.xml new file mode 100644 index 0000000..10ec350 --- /dev/null +++ b/use.buetow.org/content/home.xml @@ -0,0 +1,7 @@ + + + Welcome to use.buetow.org! + + This site contains some nice Perl stuff! + + -- cgit v1.2.3