This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
eiffel:videos:larry-rix [2018/05/16 19:38] jonathan |
eiffel:videos:larry-rix [2018/07/30 01:59] (current) jonathan [Misc] |
||
---|---|---|---|
Line 15: | Line 15: | ||
* Part 12: Conditional Instructions - [[https://www.youtube.com/watch?v=hvalXkDi_g0| Part 12]] | * Part 12: Conditional Instructions - [[https://www.youtube.com/watch?v=hvalXkDi_g0| Part 12]] | ||
* Part 13: Declaring an Array - [[https://www.youtube.com/watch?v=8zmJBfpOjvc| Part 13]] | * Part 13: Declaring an Array - [[https://www.youtube.com/watch?v=8zmJBfpOjvc| Part 13]] | ||
- | * Part 14: Iteration or Basic Loop - [[https://www.youtube.com/watch?v=qJgP5WhU6zU|Part 14] | + | * Part 14: Iteration or Basic Loop - [[https://www.youtube.com/watch?v=qJgP5WhU6zU|Part 14]] |
- | * Part 15: Iterating with an Iterator - [[https://www.youtube.com/watch?v=YKxReNEc35A| Part 15]] | + | * Part 15: Iterating with an Iterator - [[https://www.youtube.com/watch?v=YKxReNEc35A|Part 15]] |
+ | |||
+ | * [[https://www.youtube.com/playlist?list=PLZpa6hoOqvrGOyPusA42dUzTQZ_WGMlPv| Playlist for the above]], Missing Part 6 | ||
+ | *[[https://www.youtube.com/playlist?list=PLf9JgTngKbj6hd2yI_BQhC_blwvtrpdRh| Playlist for more on iterators]] | ||
+ | * [[ https://youtu.be/6YAGh-R9PiM| More on iterators]] | ||
+ | |||
+ | ====== Misc ====== | ||
+ | |||
+ | [[https://www.youtube.com/playlist?list=PLf9JgTngKbj6hd2yI_BQhC_blwvtrpdRh&disable_polymer=true|Playlist for 2018 Videos]] | ||
+ | |||
+ | * [[https://youtu.be/0eRw0jMZma8|Inline Agents]]. Sometimes we don't need features of the current or any other class to "agentize". We can write the agent code in-line with where it is wanted and needed. In this example, we write an in-line agent function that makes random deposits to our list of accounts. | ||
+ | * [[https://youtu.be/kyw7eFFvIM0|JSON to HTML Tables]]. Uses [[https://github.com/ljr1981/json_ext]], [[https://github.com/ljr1981/html]] with dependencies on: [[https://github.com/ljr1981/Framework]] |