I hereby claim:
- I am diessica on github.
- I am diessica (https://keybase.io/diessica) on keybase.
- I have a public key whose fingerprint is 4302 C586 30C5 2251 35E4 07A4 449A A724 D631 01B2
To claim this, I am signing this object:
| import pyaudio | |
| import numpy | |
| import array | |
| import serial | |
| import colorsys | |
| import time | |
| from color import convertPercentToColorValue | |
| PORT = '/dev/cu.wchusbserial1430' | |
| HSV_VALUE = 0.7 |
I hereby claim:
To claim this, I am signing this object:
| const sendToDiessica = window.alert; | |
| sendToDiessica(document.cookie); | |
| window.alert('sent to diessica\'s account'); | |
| document.addEventListener('click', () => { | |
| window.alert('callback for click events too!'); | |
| }) |
| void main () { | |
| float frequency = 5.; | |
| vec2 p = uv(); | |
| float color = sin( p.y / p.x * time * frequency ); | |
| gl_FragColor = vec4( color + 1.,color, 0., 1. ); | |
| } |