Aua-uff-Code!

by stefan.haslinger@mittenin.at (Matthias Bendel und Stefan Haslinger) · · ·

Ein Podcast, mit dem zwei Lernende ihre Erfahrungen beim Lernen teilen.

Show Notes und Links ### From Nand to Tetris * Beschreibung Chapter 10: Compiler 1: Syntax Analysis * Pdf des entsprechenden Buchkapitels Chapter 10: Compiler 1: Syntax Analysis * Funktional oder objektorientiert? * Tail recursion = Endrekursion * Stefan hatte so seinen Probleme mit den schließenden Klammern * Quellcode von Stefans jack-compiler #### Weitere Themen * Die letzte Episode war am 5.November 2019 … * Preload in Ecto mit left oder innerlateraljoin * Mein timing Problem lag darin, dass ich zuerst die Assoziation komplett geladen hatte, kein Index Problem * Tailwind.css * Tailwind Kurs bei Scrimba (benötigt Login, ist …

more...


Tags:

Older Episodes

## Show Notes und Links ### [From Nand to Tetris](http://nand2tetris.org/) * Beschreibung [Chapter 9: High-Level Programming](https://www.nand2tetris.org/project09) * Präsentation [Chapter 9: High-Level Programming](High-Level Programming) * Eine (vermütlich ältere) gesamte Version des Buches liegt als Public Domain auf Archive.org: [The Elements of Computing Systems](https://ia902307.us.archive.org/18/items/TheElementsOfComputingSystems_201408/The%20Elements%20of%20Computing%20Systems.pdf) * Quellcode von Stefans [Game of Life](https://aua-uff-co.de/code/GameOfLife.jack) * …
## Show Notes und Links ### [From Nand to Tetris](http://nand2tetris.org/) * Beschreibung [Chapter 8: Program Control](https://www.nand2tetris.org/project08) * Präsentation [Chapter 8: Program Control](https://drive.google.com/file/d/1lBsaO5XKLkUgrGY6g6vLMsiZo6rWxlYJ/view) * Eine (vermütlich ältere) gesamte Version des Buches liegt als Public Domain auf Archive.org: [The Elements of Computing Systems](https://ia902307.us.archive.org/18/items/TheElementsOfComputingSystems_201408/The%20Elements%20of%20Computing%20Systems.pdf) * Vordefinierte Symbole SP, LCL, ARG, THIS, THAT, …
## Show Notes und Links #### [From Nand to Tetris](http://nand2tetris.org/) * Beschreibung [Chapter 7: Stack Arithmetik](https://www.nand2tetris.org/project07) * Präsentation [Chapter 7: Stack Arithmetik](https://drive.google.com/file/d/19fe1PeGnggDHymu4LlVY08KmDdhMVRpm/view) * Matthias sagt, die Buchkapitel gibt es nicht mehr auf der Webseite. Aber: * Eine (vermütlich ältere) gesamte Version des Buches liegt als Public Domain auf Archive.org: [The …
* [C64 Weihnachtsdemo](https://www.youtube.com/watch?v=qaeN4SMiOpg) * Wikipediaseite zu [Lot](https://de.wikipedia.org/wiki/Lot_\(Metall\)) #### SQL * Buch [SQL Performance Explained](https://sql-performance-explained.com/) von Markus Winand * Podcast [Episode mit Markus Winand](https://layer8.informatom.com/2013/09/02/episode1.html#639dcf6d) #### SPARQL * [SparQL Tutorial](https://www.wikidata.org/wiki/Wikidata:SPARQL_tutorial/de) * [Wikidata](https://www.wikidata.org/wiki/Wikidata:Main_Page) * [Wikidata Query Service](https://query.wikidata.org/) * z.B.: Die [größten Städte mit Bürgermeisterin](https://query.wikidata.org/#%23Largest%20cities%20with%20female%20mayor%0A%23added%20before%202016-10%0A%23TEMPLATE%3D%7B%22template%22%3A%22Largest%20%3Fc%20with%20%3Fsex%20head%20of%20government%22%2C%22variables%22%3A%7B%22%3Fsex%22%3A%7B%22query%22%3A%22%20SELECT%20%3Fid%20WHERE%20%7B%20%3Fid%20wdt%3AP31%20wd%3AQ48264%20.%20%20%7D%20%22%7D%2C%22%3Fc%22%3A%7B%22query%22%3A%22SELECT%20DISTINCT%20%3Fid%20WHERE%20%7B%20%20%3Fc%20wdt%3AP31%20%3Fid.%20%20%3Fc%20p%3AP6%20%3Fmayor.%20%7D%22%7D%20%7D%20%7D%0Ahttps://www.bignerdranch.com/books/android-programming/SELECT%20DISTINCT%20%3Fcity%20%3FcityLabel%20%3Fmayor%20%3FmayorLabel%0AWHERE%0A%7B%0A%20%20BIND%28wd%3AQ6581072%20AS%20%3Fsex%29%0A%20%20BIND%28whttps://www.bignerdranch.com/books/android-programming/d%3AQ515%20AS%20%3Fc%29%0A%0A%09%3Fcity%20wdt%3AP31%2Fwdt%3AP279%2a%20%3Fc%20.%20%20%23%20find%20instancehttps://www.bignerdranch.com/books/android-programming/s%20of%20subclasses%20of%20city%0A%09%3Fcity%20p%3AP6%20%3Fstatement%20.%20%20%20%20%20%20%20%20%20%20%20%20%23%20with%20a%20P6%20%28head%20of%20goverment%29%20statement%0A%09%3Fstatement%20ps%3AP6%20%3Fmayor%20.%20%20%20%20%20%20%20%20%20%20%23%20...%20that%20has%20the%20value%20%3Fmayor%0A%09%3Fmayor%20wdt%3AP21%20%3Fsex%20.%20%20%20%20%20%20%20%23%20...%20where%20the%20%3Fmayor%20has%20P21%20%28sex%20or%20gender%29%20female%0A%09FILTER%20NOT%20EXISTS%20%7B%20%3Fstatement%20pq%3AP582%20%3Fx%20%7D%20%20%23%20...%20but%20the%20statement%20has%20no%20P582%20%28end%20date%29%20qualifier%0A%09%0A%09%23%20Now%20select%20the%20population%20value%20of%20the%20%3Fcity%0A%09%23%20%28wdt%3A%20properties%20use%20only%20statements%20of%20%22preferred%22%20rank%20if%20any%2C%20usually%20meaning%20%22current%20population%22%29%0A%09%3Fcity%20wdt%3AP1082%20%3Fpopulation%20.%0A%09%23%20Optionally%2C%20find%20English%20labels%20for%20city%20and%20mayor%3A%0A%09SERVICE%20wikibase%3Alabel%20%7B%0A%09%09bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22%20.%0A%09%7D%0A%7D%0AORDER%20BY%20DESC%28%3Fpopulation%29%0ALIMIT%2010) * Ergebnis eingebettet: * [Stefans minimales Notebook](https://aua-uff-co.de/jupyter/) derselben Abfrage …
Prozessor und PC = From Nand to Tetris, Teil 5
Assembler + Maschinensprache = From Nand to Tetris, Teil 4
Long Time, No See + From Nand to Tetris, Teil 3
ALU und API - From Nand to Tetris, Teil 2
Krautsourcing mit Florian Simon
From Nand to Tetris - Teil 1
To learn, to teach, to code w/ Ramón Huidobro
Turtlestitch und Codeweek
21 Episode 21 - Podcasten March 26, 2017
Podcasten
20 Episode 20 - Datenbanken March 14, 2017
Datenbanken
Sonjas Ruby on Rails Projekt
Algorithmen zur Vorhersage von Podcasts, Automaten und Zellen
Mobile Development
16 Episode 16 - Chaos! Jan. 14, 2017
Chaos!
Ein Schlüsselthema