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/31 02:36] jonathan [Misc] |
eiffel:videos:larry-rix [2018/07/30 01:59] (current) jonathan [Misc] |
||
---|---|---|---|
Line 24: | Line 24: | ||
====== Misc ====== | ====== Misc ====== | ||
- | [[https://www.youtube.com/playlist?list=PLf9JgTngKbj6hd2yI_BQhC_blwvtrpdRh&disable_polymer=true|Playlist]] | + | [[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/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]] |