Skip to content

Instantly share code, notes, and snippets.

View fuck-shithub's full-sized avatar

fuck-shithub

View GitHub Profile
@fuck-shithub
fuck-shithub / main.cpp
Created September 24, 2017 14:37
CHALLENGE 5 / 20SEP - 25SEP / Mastermind (Fallout's Hacking Game)
#include <iostream>
#include <string>
#include <fstream>
#include <vector>
#include <stdlib.h>
#include <time.h>
using namespace std;
string toupperstring(string s) //function for making all letters in a string uppercase.
@fuck-shithub
fuck-shithub / SDL-1.2-JACK.diff
Created September 10, 2022 19:56
SDL 1.2 JACK support
# made while HEAD at 4c3097466bdf254a262ab7ffb72633992a892801
# Make sure to add the following line to include/SDL_config.h
#define SDL_AUDIO_DRIVER_JACK 1
diff --git a/configure.ac b/configure.ac
index a654c1bd..743dfbbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -555,6 +555,41 @@ CheckPulseAudio()
fi