Skip to content

Instantly share code, notes, and snippets.

View peppy's full-sized avatar

Dean Herbert peppy

View GitHub Profile
@peppy
peppy / snippet.txt
Created July 19, 2012 13:20
osu!arcade stream download urls
http://media23.justin.tv/archives/2012-7-14/live_user_peppyhax_1342234528.flv
http://media31.justin.tv/archives/2012-7-14/live_user_peppyhax_1342241734.flv
http://media27.justin.tv/archives/2012-7-14/live_user_peppyhax_1342248932.flv
http://media29.justin.tv/archives/2012-7-14/live_user_peppyhax_1342256135.flv
http://media15.justin.tv/archives/2012-7-14/live_user_peppyhax_1342263338.flv
http://media18.justin.tv/archives/2012-7-14/live_user_peppyhax_1342270541.flv
http://media10.justin.tv/archives/2012-7-14/live_user_peppyhax_1342277740.flv
http://media24.justin.tv/archives/2012-7-14/live_user_peppyhax_1342284944.flv
http://media31.justin.tv/archives/2012-7-14/live_user_peppyhax_1342292146.flv
http://media11.justin.tv/archives/2012-7-14/live_user_peppyhax_1342299348.flv
Active connections: 61111
server accepts handled requests
57953057 57952201 76938193
Reading: 3535 Writing: 4648 Waiting: 52928
@peppy
peppy / syslog.txt
Created January 25, 2013 03:21
Percona Server 5.5.28-29.1-log crash
Jan 24 14:06:05 db mysqld: 20:06:05 UTC - mysqld got signal 11 ;
Jan 24 14:06:05 db mysqld: This could be because you hit a bug. It is also possible that this binary
Jan 24 14:06:05 db mysqld: or one of the libraries it was linked against is corrupt, improperly built,
Jan 24 14:06:05 db mysqld: or misconfigured. This error can also be caused by malfunctioning hardware.
Jan 24 14:06:05 db mysqld: We will try our best to scrape up some info that will hopefully help
Jan 24 14:06:05 db mysqld: diagnose the problem, but since we have already crashed,
Jan 24 14:06:05 db mysqld: something is definitely wrong and this may fail.
Jan 24 14:06:05 db mysqld: Please help us make Percona Server better by reporting any
Jan 24 14:06:05 db mysqld: bugs at http://bugs.percona.com/
Jan 24 14:06:05 db mysqld:
using System;
using System.Collections.Generic;
using System.Text;
using osu_common.Bancho.Requests;
namespace osu_common.Bancho
{
public class SlimClient
{
public SlimClient()
class PHPFpmStatus < Scout::Plugin
needs 'open-uri', 'json'
OPTIONS=<<-EOS
url:
name: FPM Status Url
default: "http://localhost/status?json"
EOS
def build_report
@peppy
peppy / link_config.sh
Created June 20, 2013 08:38
config linking from git repo
@peppy
peppy / style.css
Created June 24, 2013 10:30
osu! css
body {
background: #37344a url('/images/footer_bg.jpg');
margin: 0;
padding: 0;
font-family: "Arial Grande",Tahoma,Helvetica,Arial,sans-serif;
font-size: 8pt;
}
textarea {
font-family: "Arial Grande",Tahoma,Helvetica,Arial,sans-serif;
@peppy
peppy / fault-report-20130916-0217+0900.md
Last active September 28, 2023 04:48
fault-report-20130916-0217+0900.txt

osu! fault report 2013-09-15 02:17 UTC+9

What happened:

  • Detected SSD in an unmounted state. This particular SSD contained PP-related data, so was non-critical.
  • In an attempt to repair without any downtime, I force-unmounted this drive.
  • This caused MySQL to crash.
  • When MySQL crashes, tables of the MyISAM engine require a fair amount of time to recover.
  • I have migrated most of osu! away from MyISAM, but a few key tables remain (due to the sheer performance that can be achieved with this engine).
SELECT
`publications_bibliographicrecord`.`id`,
`publications_bibliographicrecord`.`publication_id`,
`publications_bibliographicrecord`.`data_source`,
`publications_bibliographicrecord`.`id_at_source`,
`publications_bibliographicrecord`.`verification_status`,
`publications_bibliographicrecord`.`times_cited`,
`publications_bibliographicrecord`.`reference_count`,
`publications_bibliographicrecord`.`abstract`,
`publications_bibliographicrecord`.`associated_authors`,
@peppy
peppy / wtf.txt
Last active September 28, 2023 04:42
osu!stream spinner wtf
This is nonsense. Brace yourself.
Things to note:
- Apple always give responses to the other party within 24 hours. It takes them over 1 month to get back to me each time.
- Some emails are likely missing. It was such a mess of a conversation I had trouble tracking them all down.
- Although Derek's email does not make it so clear, the spinner graphic was taken from xistyle (property of XaioUnlimited) with full permission and acknowledged in the game credits.
It was also heavily modified (by myself).
- Aside from the fact this person is accusing me of "stealing" a graphic he did not even make in the first place, please consider that we are talking about a spiral on a circle.
The inner section (smaller circle with black/white semi-circles) was made by me and has been in the osu! skin since early days.
Claiming copyright on a spiral in a circle is enough to get any app taken off the app store.