Skip to content

Instantly share code, notes, and snippets.

@ltlian
ltlian / generative_main.rb
Last active October 24, 2022 23:25
Generative music with Sonic PI
# Read more about Sonic PI:
# https://sonic-pi.net/
# https://github.com/sonic-pi-net
BEGIN {
use_random_seed 0
set_link_bpm! 100
root_1 = :c2
root_2 = :gs1
@ltlian
ltlian / VueJS-Scaffolding-Containers.md
Created October 10, 2021 14:42
Container definitions for running Vue CLI and Quasar Cli

VueJS scaffolding containers

These dockerfiles will build container images which allow you to run Vue CLI or Quasar CLI to scaffold new projects in the hosting filesystem.

The images will not host a development server or build the actual application.

These dockerfiles are modifications of an example found in the article A step-by-step guide to develop and deploy Vue apps with docker, part one.

Building and running the images