pouët.net

Go to bottom

Random line of code thread

category: code [glöplog]
Code: lda $dc00
added on the 2023-12-02 13:21:38 by Preacher Preacher
for (;;){fork();}
added on the 2023-12-05 15:13:38 by EviL EviL
Code:(define (cons a b) (lambda (pick) (cond ((= pick 1) a) ((= pick 2) b)))) (define (car x) (x 1)) (define (cdr x) (x 2))
added on the 2023-12-06 18:39:18 by MsK` MsK`
Code:*sr 0.9998 # (over)samplerate-independent volume envelope (exponential decay)
added on the 2024-01-27 12:07:22 by bsp bsp
Code:id test inc myosc <out: ~myosc freq=1 dcy=0.25 # instantiate a template. now we're cookin' :-)
added on the 2024-02-18 19:53:23 by bsp bsp
Code:.pool @ ugh
added on the 2024-05-01 17:52:28 by DevEd DevEd
Code:0;
added on the 2024-05-01 18:01:54 by rudi rudi
While...Wend
added on the 2024-05-02 11:20:26 by moredhel moredhel
JZ MetaRet ; most of the time we will fail.
Code:10 PRINT "PENUS "; 20 GOTO 10
added on the 2024-05-02 14:12:33 by sagacity sagacity

login

Go to top