S R T B H P N

Story List - please see Notes, below

All of these links load stories in the StoryTeller app

Story
Description
C++ review and tutorial
Rust tutorial - under construction
∞ Data Library - Scientific Data Management Framework, Alexey Zaitsev
Machine Learning integration with PowerShell-based Framework, Mike Corley
An experiment in documenting and deploying a large curated set of code repositories.
Story Prototype
Description
Story for testing StoryTeller.html
StoryTeller design
Archive
Description
C++ review and tutorial - version 1
Notes:
StoryTeller works correctly when run out of a website like github, e.g., an http:// or https:// protocol, with FireFox, Chrome or Safari. The new chrome-based Edge (Preview edition) also works well. Edge and IE appear to implement a few of the CSS style requirements differently from Chrome and FireFox. They do not display any of the pages on this site correctly. Neither FireFox nor Chrome will correctly execute stories when loaded from a local drive. That is due to the fact that both interpret all files as coming from different origins and that causes CORS exceptions when StoryTeller tries to access localStorage data written by the loaded file, e.g., a story Table of Contents file. You can alter security settings but that is not a good idea, even for development - you might forget to reset to defaults. Thus, making a version that works across all browsers for local files will require a different design. I've started work on a design using JavaScript messaging. It may be a while before that is complete due to other tasks in my queue.