-- Leo's gemini proxy

-- Connecting to hipstre.flounder.online:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini; charset=utf-8

W 2157
Example in C

I've found some examples. I thought I wouldn't be able to find them. This is where I left it off in C:


<stdio.h>

void main() {

for (int t=0; t<=480000; t++) {

putchar (10*(t|t>>6|t>>(t>>16))+((t>>11)&7));

}

}


It's not a "one-line" but it's obscenely simple. I compiled it with gcc with some flags set to ignore errors (I forget what). Then I ran it and pointed it at a file named raw. Then I imported the raw file in Audacity.


comments: hipstre@protonmail.com




-- Response ended

-- Page fetched on Sat May 18 18:03:42 2024