Skip to content

Instantly share code, notes, and snippets.

===2017
root@vps:/home/steam/gmod/garrysmod/data/ulx_logs# grep -rn *17.txt -e "Hallor set the karma for "
02-25-17.txt:1263:[17:34:04] Hallor set the karma for Themself to 5000
02-28-17.txt:249:[09:21:35] Hallor set the karma for Themself to 1753
02-28-17.txt:250:[09:21:38] Hallor set the karma for Themself to 10000
02-28-17.txt:552:[11:04:47] Hallor set the karma for Nein to 10000
03-06-17.txt:440:[11:13:43] Hallor set the karma for Themself to 10000
03-12-17.txt:19:[08:00:09] Hallor set the karma for Themself to 10000
03-12-17.txt:117:[12:34:41] Hallor set the karma for Maxii to 10000
03-14-17.txt:519:[15:21:31] Hallor set the karma for Themself to 10000
@Nyoob
Nyoob / installcommands.sh
Created November 15, 2017 00:20
Osu! compile commands for easy copy&pasta
git clone https://github.com/ppy/osu
cd osu
git submodule update --init --recursive
wget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
mono ./nuget.exe restore
xbuild
cd osu.Desktop/bin/Debug/
mono 'osu!.exe'