Skip to content

Instantly share code, notes, and snippets.

View angeldollface's full-sized avatar
💅

✭ ANGEL DOLLFACE ✭ angeldollface

💅
View GitHub Profile
/*
POINT LIGHT EXPERIMENT by Alexander Abraham, a.k.a. "Angel Dollface".
Licensed under the MIT license.
*/
// Import the three.js library.
import * as THREE from 'three';
// Importing the GLTF 2.0 loader.
import { GLTFLoader } from 'three/examples/jsm/loaders/GLTFLoader';
@angeldollface
angeldollface / combination_formula.ipynb
Created July 13, 2023 20:32
An IPython Notebook for calculating the combinations of k beats in a cycle of n phrases.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
[package]
name = "countbot"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = "0.12.5"
serde_json = "1.0.120"
tokio = { version = "1.38.1", features = ["full"] }
serde = { version = "1.0.204", features = ["derive"] }