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
http://edge-bauerall-01-gos2.sharp-stream.com/kerrang.aac?aw_0_1st.skey=1644418187
#EXTINF:0,Absolute Classic Rock AAC 128K
http://www.radiofeeds.net/playlists/bauerflash.pls?station=absoluteclassicrockhigh-aac
#EXTINF:0,Radio Paradise Rock FLAC
http://stream.radioparadise.com/rock-flac
#EXTINF:0,Planet Rock AAC 48k
http://www.radiofeeds.net/playlists/bauer.pls?station=planetrock-aac
#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