Skip to content

Instantly share code, notes, and snippets.

Web Audio API Theremin

In honour of Léon Theremin's great invention, this JavaScript controls the frequency and volume of the instrument via mouse movements.

A Pen by David Sabine on CodePen.

License.

@DavidSabine
DavidSabine / Docker-Hello-World.markdown
Last active October 26, 2022 19:12
How to make the world's most basic Docker container.

Pre-requisites: Ensure Docker is Installed & Working

It’s important you have Docker Engine and Docker CLI and Docker Compose. How to know if you have these on your system?

Note: Docker Desktop for Linux/Mac/Windows includes all the necessary tools.

You’ll know whether these tools are installed and working if, at any command prompt, the following commands will report the version number of each tool.

docker --version