Skip to content

Instantly share code, notes, and snippets.

View JohnForbes's full-sized avatar

John Forbes JohnForbes

View GitHub Profile
var counter = 100
var limit = counter + 600
do {
//console.log(String.fromCharCode(counter))
counter++
} while (counter<limit)
console.log(String.fromCharCode(593))
console.log("ɑ")
@JohnForbes
JohnForbes / interpolation.py
Last active September 7, 2021 04:50
Interpolation Code
bituAsphHueMax = 100.0
bituAsphHueMean = 50.0
bituAsphHueMin = 0.0
bituAsphLumMax = 100.0
bituAsphLumMean = 50.0
bituAsphLumMin = 0.0
bituAsphSatMax = 100.0
bituAsphSatMean = 50.0
bituAsphSatMin = 0.0
brickPavHueMax = 100.0