Added Workshops data

master v0.01
Oliver Sprinzl 4 years ago
parent 5dbdedd54b
commit 1326460abc
  1. BIN
      static/workshops/C++.pdf
  2. BIN
      static/workshops/C.pdf
  3. BIN
      static/workshops/Cursesexamples.tgz
  4. BIN
      static/workshops/GTK-II.pdf
  5. BIN
      static/workshops/GTK.pdf
  6. BIN
      static/workshops/Python Workshop 1.pdf
  7. BIN
      static/workshops/Python Workshop 2.pdf
  8. BIN
      static/workshops/Python Workshop 3 FraLUG.pdf
  9. BIN
      static/workshops/Python Workshop 4.pdf
  10. BIN
      static/workshops/Uebungen Python 1.pdf
  11. BIN
      static/workshops/Uebungen Python 2.pdf
  12. BIN
      static/workshops/Uebungen Python 3 FraLUG.pdf
  13. BIN
      static/workshops/c-aufgaben.pdf
  14. BIN
      static/workshops/c-src.tgz
  15. BIN
      static/workshops/gobject.pdf
  16. BIN
      static/workshops/gtk-src.tgz
  17. BIN
      static/workshops/io.tar.gz
  18. BIN
      static/workshops/java-workshop-#1.pdf
  19. BIN
      static/workshops/java-workshop-phase1.tar.bz2
  20. BIN
      static/workshops/jugs.tgz
  21. BIN
      static/workshops/lsg.tar.gz
  22. BIN
      static/workshops/main-2.c.tar.gz
  23. BIN
      static/workshops/main.c.tar.gz
  24. BIN
      static/workshops/mongo.pdf
  25. 12
      static/workshops/properties.vala
  26. BIN
      static/workshops/qt-src.tgz
  27. BIN
      static/workshops/shoestring.tar.gz
  28. BIN
      static/workshops/text.tar.gz
  29. BIN
      static/workshops/vala.pdf
  30. BIN
      static/workshops/vala.tar.gz

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -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;
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save