Skip to content

Instantly share code, notes, and snippets.

View StefanRvO's full-sized avatar

Stefan Ravn van Overeem StefanRvO

View GitHub Profile
@StefanRvO
StefanRvO / z
Created November 8, 2020 08:48
sudo pacman -S python boost qt5 gst-plugins-bad gst-plugins-bad-libs gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-ugly cmake squashfuse git
git clone https://github.com/MusicQuizCPP/Music-Quiz_CPP
cd Music-Quiz_CPP
git submodule init && git submodule update
cmake . -B out
VERBOSE=1 cmake --build out --config Release -j2
./out/bin/MusicQuizGUI
@StefanRvO
StefanRvO / websockets
Created December 8, 2019 23:21
websockets in processing
import websockets.*;
import java.util.concurrent.locks.ReentrantLock;
class WebsocketsThread extends Thread {
String url;
PApplet parent;
WebsocketClient wsc;
ReentrantLock lock;
byte r;
byte g;
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm64 4.4.154 Kernel Configuration
#
CONFIG_ARM64=y
CONFIG_64BIT=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_MMU=y
CONFIG_ARCH_MMAP_RND_BITS_MIN=18
CONFIG_ARCH_MMAP_RND_BITS_MAX=24