Martin Thoma
4b52753c61
removed TODO
2013-07-30 11:09:59 +02:00
Martin Thoma
b9a6642d0e
compiled PDF
2013-07-30 11:08:14 +02:00
Martin Thoma
fcd8fbb849
Merge pull request #7 from taikano/patch-1
...
corrected SQL statement
2013-07-30 02:06:16 -07:00
Stefan Koch
8f0b025fca
corrected SQL statement
...
- it's totally uneeded to join the FROM table once again
- I do not know about specifying multiple tables in one JOIN, it might be wrong, but at least it's (same as using CROSS JOIN syntax with multiple FROM tables) at least bad behaviour
- omitting the ON clause when using JOIN is afaik not optional in the SQL standard. MySQL allows it, but then uses CROSS JOIN. Here you either want NATURAL JOIN or JOIN with ON clause. I prefer JOIN with explicit ON clauses all the time (because I never call my columns Berater.berater_id, but Berater.id and in foreign key definitions then Foo.berater_id), but since in the lectures NATURAL JOIN was so often prefered, I thought about using that. In my own exam, I will always use ON clause, because I am more used to that and I will not run into troubles if there are two columns with the same name, which is exactly the problem here. There are two tables with column "name". The second NATURAL JOIN would fail, because it would try to not only JOIN Kunden2Berater.kunden_id with Kunden.kunden_id, but also Berater.name with Kunden.name.
Thus, I'd recommend to always use explicit ON statements.
2013-07-30 11:05:00 +02:00
Martin Thoma
62f30e1a58
Musterloesung existiert bereits
2013-07-29 17:22:55 +02:00
Martin Thoma
a84cd83c16
misc
2013-07-28 16:15:18 +02:00
Martin Thoma
50874a1066
Merge branch 'master' of github.com:MartinThoma/LaTeX-examples
2013-07-28 16:13:50 +02:00
Martin Thoma
2560f06f6b
definition von strict
2013-07-28 16:13:27 +02:00
Martin Thoma
cb3f1a482f
Mit Peter und Nilan nochmals korrekturgelesen.
2013-07-28 15:55:54 +02:00
Martin Thoma
31742592bd
Merge pull request #4 from mcwise/patch-1
...
Fixed a copy paste errors and filtered out all edges with form (x,x)
2013-07-27 11:10:04 -07:00
Martin Thoma
9d563c4ed9
Merge pull request #5 from mcwise/patch-2
...
Ist von mir und Stefan, nicht Stephan :P
2013-07-27 11:07:54 -07:00
Nilan
5eae2ce100
Ist von mir und Stefan, nicht Stephan :P
2013-07-27 19:48:23 +02:00
Nilan
8d0fccde3a
Fixed a copy paste errors and filtered out all edges with form (x,x)
...
Before, there were edges in this form (x,x) included but they shouldn't be included.
2013-07-27 19:42:28 +02:00
Martin Thoma
fe6543ad0b
db getext
2013-07-27 17:14:28 +02:00
Martin Thoma
a430494180
misc
2013-07-27 15:29:03 +02:00
Martin Thoma
29d5c11e84
misc
2013-07-27 15:28:36 +02:00
Martin Thoma
58786aaad4
db-systeme
2013-07-27 13:58:39 +02:00
Martin Thoma
5a03b4421c
added some readme
2013-07-18 22:35:44 +02:00
Martin Thoma
940343261a
added readme
2013-07-18 22:23:59 +02:00
Martin Thoma
e0d3782190
added missing square example
2013-07-14 11:43:43 +02:00
Martin Thoma
8d67c61e5e
added csv2piechart example; corrected error in CFB mode decryption
2013-07-09 14:41:25 +02:00
Martin Thoma
3090514803
added compiled example
2013-07-02 15:49:34 +02:00
Martin Thoma
85e029236c
added sphere example
2013-07-02 15:47:01 +02:00
Martin Thoma
5279c340d6
added sphere sphere solution
2013-07-02 15:39:25 +02:00
Martin Thoma
167c963317
fixed typo
2013-07-02 14:19:05 +02:00
Martin Thoma
968b8c35aa
misc
2013-07-02 09:02:19 +02:00
Martin Thoma
e847d4c17d
updated cv and fixed typo
2013-07-01 21:28:25 +02:00
Martin Thoma
ab35a9c940
fixed minor errors
2013-07-01 20:31:52 +02:00
Martin Thoma
753becae8b
fixed minor issues
2013-07-01 19:37:29 +02:00
Martin Thoma
4f8837d107
added sphere-cylinder intersection
2013-06-30 17:24:01 +02:00
Martin Thoma
86ab5dfa97
misc
2013-06-29 10:14:22 +02:00
Martin Thoma
3cfc9d9969
added example for polynomial interpolation
2013-06-24 09:14:27 +02:00
Martin Thoma
68e9b5a70f
minor
2013-06-13 21:45:28 +02:00
Martin Thoma
3bec81b0b6
Tippfehler
2013-06-13 21:05:15 +02:00
Martin Thoma
c66e19636b
Kantenzug-Defnition verbessert; Definition einer Schleife hinzugefügt; RectangleFreeColoring; Hierholzer-Algorithmus; Nicht-Eindeutigkeit von Eulerkreisen
2013-06-13 20:59:55 +02:00
Martin Thoma
896fb9601e
Schlingen hinzugefügt; Textsetzungsprobleme behoben; Aufgabe 'Zeichne alle Graphen' verbessert
2013-06-13 11:18:18 +02:00
Martin Thoma
f476b74301
Quelle hinzugefügt
2013-06-12 23:08:39 +02:00
Martin Thoma
0e0896033f
Weitere Aufgaben hinzugefügt
2013-06-12 22:55:14 +02:00
Martin Thoma
d9a06acf14
graph triangles
2013-06-12 21:08:53 +02:00
Martin Thoma
ef302ae8d2
added Good Will Hunting
2013-06-11 22:11:08 +02:00
Martin Thoma
61d7185054
misc
2013-06-11 21:59:02 +02:00
Martin Thoma
e63c4f3335
Einige Inhalte hinzugefügt
2013-06-11 21:51:30 +02:00
Martin Thoma
a8ab55d4b3
added circle inscirbed circumscribed polygon
2013-05-31 16:15:33 +02:00
Martin Thoma
241e9ec502
more pseudocode
2013-05-31 09:51:38 +02:00
Martin Thoma
2274a07a62
added tikz familiy tree example
2013-05-31 09:50:48 +02:00
Martin Thoma
3e03f1097a
added pstricks family-tree example
2013-05-31 09:49:23 +02:00
Martin Thoma
f087df39be
si-units example: minor changes
2013-05-31 09:48:53 +02:00
Martin Thoma
0c3653dd14
added circle-diameter-radius image
2013-05-30 19:34:14 +02:00
Martin Thoma
e9574df049
misc
2013-05-18 13:44:47 +02:00
Martin Thoma
78b9ac5883
some more steps to completion of this proof
2013-05-18 13:40:50 +02:00