Skip to content

Instantly share code, notes, and snippets.

View peppy's full-sized avatar

Dean Herbert peppy

View GitHub Profile
{
"auto_match_enabled": false,
"caret_style": "blink",
"color_scheme": "Packages/User/base16-ocean.dark (SL).tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"drag_text": false,
"draw_indent_guides": false,
"draw_white_space": "selection",
"file_exclude_patterns":
@loading-size: 140px;
#loading-area {
//display: none;
position: fixed;
width: @loading-size;
height: @loading-size;
margin-left: -@loading-size / 2;
margin-top: -@loading-size / 2;
top: 50%;
@peppy
peppy / gist:d11da8c8b057946eb5b9
Last active September 28, 2023 04:50
buildbox feedback

I understand that a lot of the feedback I give here is because I'm running from barebones installs, but I think it's stuff that will probably be worth fixing at some point :).

@peppy
peppy / BSDiffer.cs
Created May 8, 2014 01:09
http://www.daemonology.net/bsdiff/ ported by peppy/echo for osu! (no licence; use as you wish)
using System;
using System.IO;
using System.Text;
using ICSharpCode.SharpZipLib.BZip2;
using Ionic.Zlib;
/* uncomment this to use unsafe version of memcmp */
//#define MEMCMP_UNSAFE
namespace osu_common.Libraries
using System;
using System.IO;
using System.Text;
using ICSharpCode.SharpZipLib.BZip2;
using Ionic.Zlib;
/* uncomment this to use unsafe version of memcmp */
//#define MEMCMP_UNSAFE
namespace osu_common.Libraries
@peppy
peppy / DMCA_Hazuki_Asphodelus.txt
Last active April 29, 2019 05:47
DMCA_Hazuki_Asphodelus.txt
*** ENGLISH FOLLOWS BELOW ***
ご返信頂きましてありがとうございます。
また、こちらの申請に対してご理解を頂きました事にお礼申し上げます。
日本語にて先にお送りした内容をご連絡いたしますが、より判りやすくご説明いたします。
弊社はショートバージョンの楽曲・Webサイトでの公開がある「公共性のあるもの」
は二次創作物に対して、弊社のガイドラインから黙認をしております。
@peppy
peppy / LICENCE.txt
Created April 11, 2014 06:17
osu! Skinnable Assets Licence
All osu! graphic and other game assets are copyright ppy Pty Ltd.
You are granted permission to use the elements contained within this archive as a template for creating your own skins. You can modify these in any way you see fit. Please do not include the resources if you haven't modified them; the defaults will automatically be used in this case.
You are NOT permitted to use these graphics outside of skins and/or beatmaps. This includes using them on other websites, games, products etc.
If you would like to use the resources outside of the scope provided above, please contact me at [email protected]
@peppy
peppy / run-on-all.sh
Created March 25, 2014 02:29
Run a command on all servers listed (space separated)
#!/bin/bash
SERVERS=""
for host in $SERVERS
do
echo -e "------------------------------------------------------"
echo -e "Running on \x1B[96m$host\x1B[0m"
echo -e "------------------------------------------------------"
ssh $host $@
done
@peppy
peppy / mysql_osu.py
Last active August 29, 2015 13:55
datadog check for osu!-specific replication. uses scores table as a reference point and accounts for SQL_DELAY.
# stdlib
import subprocess
import os
import sys
import re
import traceback
# project
from checks import AgentCheck
from util import Platform
so you need to get in touch with him and ask for the evidenc eproving these requirements
• A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.
• Identification of the copyrighted work claimed to have been infringed or, if multiple copyrighted works at a single online site are covered by a single notification, a representative list of such works at that site.
• Identification of the material that is claimed to be infringing or to be the subject of infringing activity and that is to be removed or access to which is to be disabled, and information reasonably sufficient to permit the service provider to locate the material. Providing URLs in the body of an email is the best way to help us locate content quickly.
• Information reasonably sufficient to permit the service provider to contact the complaining party, such as an address, telephone number, and, if available, an electronic mail address at which the complaining party ma