Skip to content

Instantly share code, notes, and snippets.

View sergev's full-sized avatar

Serge Vakulenko sergev

View GitHub Profile
#EXTM3U
#EXTINF:0,Kerrang Radio AAC 48k
https://stream-al.hellorayo.co.uk/kerrang.aac?direct=true&aw_0_1st.skey=1602676850
#EXTINF:0,Absolute Classic Rock AAC 128K
https://stream-ar.hellorayo.co.uk/absoluteclassicrock.aac?direct=true&aw_0_1st.skey=1602676850
#EXTINF:0,Radio Paradise Rock FLAC
http://stream.radioparadise.com/rock-flac
#EXTINF:0,Planet Rock AAC 48k
https://stream-mz.hellorayo.co.uk/planetrock.aac?direct=true&aw_0_1st.skey=1602676850
#EXTINF:0,KISS London Radio AAC 48k
@Wunkolo
Wunkolo / compact.cpp
Last active May 5, 2024 20:21
Ascii Raymarcher(old)
#include <math.h>
#include <algorithm>
#include <string>
#include <immintrin.h>
using namespace std;typedef float R;
#define _W 79
#define _H 39
#define EP 0.01f
#define OP operator
#define C const