An open API service indexing awesome lists of open source software.

https://github.com/stex/programming_basics

Very incomplete list of things I use to explain programming basics
https://github.com/stex/programming_basics

Last synced: 4 months ago
JSON representation

Very incomplete list of things I use to explain programming basics

Awesome Lists containing this project

README

          

# programming_basics
Very incomplete list of things I use to explain programming basics

To run the javascript inside the markdown files, install [`lit-node`](https://github.com/Rich-Harris/lit-node):

npm install -g lit-node

Afterwards, just run `lit-node FILE.md`

Sections within the markdown documents can easily be ran using this extension for VS Code: https://marketplace.visualstudio.com/items?itemName=hanskre.markdown-execute