diff --git a/static/workshops/C++.pdf b/static/workshops/C++.pdf new file mode 100644 index 0000000..de85c67 Binary files /dev/null and b/static/workshops/C++.pdf differ diff --git a/static/workshops/C.pdf b/static/workshops/C.pdf new file mode 100644 index 0000000..7dd991b Binary files /dev/null and b/static/workshops/C.pdf differ diff --git a/static/workshops/Cursesexamples.tgz b/static/workshops/Cursesexamples.tgz new file mode 100644 index 0000000..00a4805 Binary files /dev/null and b/static/workshops/Cursesexamples.tgz differ diff --git a/static/workshops/GTK-II.pdf b/static/workshops/GTK-II.pdf new file mode 100644 index 0000000..6b4b1a4 Binary files /dev/null and b/static/workshops/GTK-II.pdf differ diff --git a/static/workshops/GTK.pdf b/static/workshops/GTK.pdf new file mode 100644 index 0000000..418a785 Binary files /dev/null and b/static/workshops/GTK.pdf differ diff --git a/static/workshops/Python Workshop 1.pdf b/static/workshops/Python Workshop 1.pdf new file mode 100644 index 0000000..f0dd1b2 Binary files /dev/null and b/static/workshops/Python Workshop 1.pdf differ diff --git a/static/workshops/Python Workshop 2.pdf b/static/workshops/Python Workshop 2.pdf new file mode 100644 index 0000000..9e39f15 Binary files /dev/null and b/static/workshops/Python Workshop 2.pdf differ diff --git a/static/workshops/Python Workshop 3 FraLUG.pdf b/static/workshops/Python Workshop 3 FraLUG.pdf new file mode 100644 index 0000000..dbcfeeb Binary files /dev/null and b/static/workshops/Python Workshop 3 FraLUG.pdf differ diff --git a/static/workshops/Python Workshop 4.pdf b/static/workshops/Python Workshop 4.pdf new file mode 100644 index 0000000..c592e88 Binary files /dev/null and b/static/workshops/Python Workshop 4.pdf differ diff --git a/static/workshops/Uebungen Python 1.pdf b/static/workshops/Uebungen Python 1.pdf new file mode 100644 index 0000000..0756598 Binary files /dev/null and b/static/workshops/Uebungen Python 1.pdf differ diff --git a/static/workshops/Uebungen Python 2.pdf b/static/workshops/Uebungen Python 2.pdf new file mode 100644 index 0000000..99b839a Binary files /dev/null and b/static/workshops/Uebungen Python 2.pdf differ diff --git a/static/workshops/Uebungen Python 3 FraLUG.pdf b/static/workshops/Uebungen Python 3 FraLUG.pdf new file mode 100644 index 0000000..da10988 Binary files /dev/null and b/static/workshops/Uebungen Python 3 FraLUG.pdf differ diff --git a/static/workshops/c-aufgaben.pdf b/static/workshops/c-aufgaben.pdf new file mode 100644 index 0000000..348c850 Binary files /dev/null and b/static/workshops/c-aufgaben.pdf differ diff --git a/static/workshops/c-src.tgz b/static/workshops/c-src.tgz new file mode 100644 index 0000000..4f0646f Binary files /dev/null and b/static/workshops/c-src.tgz differ diff --git a/static/workshops/gobject.pdf b/static/workshops/gobject.pdf new file mode 100644 index 0000000..75f4a97 Binary files /dev/null and b/static/workshops/gobject.pdf differ diff --git a/static/workshops/gtk-src.tgz b/static/workshops/gtk-src.tgz new file mode 100644 index 0000000..cb84a93 Binary files /dev/null and b/static/workshops/gtk-src.tgz differ diff --git a/static/workshops/io.tar.gz b/static/workshops/io.tar.gz new file mode 100644 index 0000000..3e78d95 Binary files /dev/null and b/static/workshops/io.tar.gz differ diff --git a/static/workshops/java-workshop-#1.pdf b/static/workshops/java-workshop-#1.pdf new file mode 100644 index 0000000..2381afc Binary files /dev/null and b/static/workshops/java-workshop-#1.pdf differ diff --git a/static/workshops/java-workshop-phase1.tar.bz2 b/static/workshops/java-workshop-phase1.tar.bz2 new file mode 100644 index 0000000..f18e89c Binary files /dev/null and b/static/workshops/java-workshop-phase1.tar.bz2 differ diff --git a/static/workshops/jugs.tgz b/static/workshops/jugs.tgz new file mode 100644 index 0000000..5752840 Binary files /dev/null and b/static/workshops/jugs.tgz differ diff --git a/static/workshops/lsg.tar.gz b/static/workshops/lsg.tar.gz new file mode 100644 index 0000000..cd710b6 Binary files /dev/null and b/static/workshops/lsg.tar.gz differ diff --git a/static/workshops/main-2.c.tar.gz b/static/workshops/main-2.c.tar.gz new file mode 100644 index 0000000..e638268 Binary files /dev/null and b/static/workshops/main-2.c.tar.gz differ diff --git a/static/workshops/main.c.tar.gz b/static/workshops/main.c.tar.gz new file mode 100644 index 0000000..082596b Binary files /dev/null and b/static/workshops/main.c.tar.gz differ diff --git a/static/workshops/mongo.pdf b/static/workshops/mongo.pdf new file mode 100644 index 0000000..4d1e879 Binary files /dev/null and b/static/workshops/mongo.pdf differ diff --git a/static/workshops/properties.vala b/static/workshops/properties.vala new file mode 100644 index 0000000..65884a5 --- /dev/null +++ b/static/workshops/properties.vala @@ -0,0 +1,12 @@ +using Gtk; + +int main (string[] args) { + + init (ref args); + var w = new Window (); + + foreach (ParamSpec p in w.get_class().list_properties()) + stdout.printf ("\"%s\": %s\n", p.name, p.get_blurb()); + + return 0; +} diff --git a/static/workshops/qt-src.tgz b/static/workshops/qt-src.tgz new file mode 100644 index 0000000..c850b34 Binary files /dev/null and b/static/workshops/qt-src.tgz differ diff --git a/static/workshops/shoestring.tar.gz b/static/workshops/shoestring.tar.gz new file mode 100644 index 0000000..9006e5a Binary files /dev/null and b/static/workshops/shoestring.tar.gz differ diff --git a/static/workshops/text.tar.gz b/static/workshops/text.tar.gz new file mode 100644 index 0000000..b9be472 Binary files /dev/null and b/static/workshops/text.tar.gz differ diff --git a/static/workshops/vala.pdf b/static/workshops/vala.pdf new file mode 100644 index 0000000..8c8b912 Binary files /dev/null and b/static/workshops/vala.pdf differ diff --git a/static/workshops/vala.tar.gz b/static/workshops/vala.tar.gz new file mode 100644 index 0000000..e310c4b Binary files /dev/null and b/static/workshops/vala.tar.gz differ