Skip to content

Instantly share code, notes, and snippets.

View Pluckerpluck's full-sized avatar

Sammy Gillespie Pluckerpluck

View GitHub Profile
@Pluckerpluck
Pluckerpluck / dice.py
Created May 13, 2020 09:32
Dual D6 Statistics
"""Dual d6 roller with dice decks
A quick program used to generate some statistics on
the effect of different sized dice decks in a any game that
uses two d6 dice.
Author: Pluckerpluck
License: MIT
"""
@Pluckerpluck
Pluckerpluck / pool.md
Last active September 15, 2019 18:03

My Poster Request

Looking to create an A4 poster to have next to our pool table at home showing the rules of (British) world pool rules.

Thinking of framing this if it looks good, but definitely need source files as I'll likely end up manipulating or editing rules etc.

Full rules are here in case you're interested (no need to be):

from gw2rpc.mumble import MumbleData
from pprint import pprint
from time import sleep
import math
def convert_mumble_coordinates(position):
crect = [[13440, 14336], [15360, 16256]]
mrect = [[-21504, -21504], [24576, 24576]]
x = crect[0][0] + (position.x - mrect[0][0]) / 24
y = crect[0][1] + (mrect[1][1] - position.y) / 24

Chassis & Display

Octane Series: 17.3" Matte Full HD 120Hz 90% NTSC LED Widescreen (1920x1080)

Processor (CPU)

Intel® Core™i5 Six Core Processor i5-8600K (3.6GHz) 9MB Cache

Memory (RAM)

Sorry for the late response over the weekend. I'm not finally back at my home PC, so I'll answer the questions but if it's been too late I understand:

What do you love about the Brawlhalla Community?

I love the community which was incredibly quick at banding together and preparing tournaments to help this game become what it is, but most of all I love the developer interaction with the community. Having them be part of the community itself really helps ensure the game progresses in a good and healthy way, whilst also allowing the community to feel close and almost like a family. Still hoping for a UK based Brawlhalla event as I've yet to be able to go to anything in person.

When did you start playing Brawlhalla and what keeps you coming back?

I started playing Brawlhalla back when it was in beta back in March 2015. I was drawn to the game as for the longest time I've been hoping for a PC brawler like Smash and it seemed to be finally here. Not only that but it was F2P! And actually that's probaly

@Pluckerpluck
Pluckerpluck / agreement.md
Created August 21, 2017 18:07
Basic agreement

OFFER FOR COMMISSIONED ILLUSTRATION

This contract is an offer ("Offer") by Artist name/registered trade name ("Artist") to name of person commissioning("Commissioner") made on date for Artist to provide creative work ("Work" – as described below) as requested by Commissioner.

  1. Work. Commissioner retains Artist to create Enter a description of the work here. Work includes only the final, deliverable art, and not any preliminary work or sketches.
@Pluckerpluck
Pluckerpluck / comment.md
Created July 1, 2017 14:51
Prepping ground for reddit comments

Having discussed this internally, we have finally decided to issue you a ban for your constant drama inciting comments. We believe you are negatively impacting the subreddit and wish to make /r/oculus a more enjoyable experience for other users.

Before coming to this decision we did perform some comment analysis. Scanning over your last 1000 comments (which is as much as reddit allows) and observing those in /r/oculus we came up with the following stats.

Count Mean Positive Percentage Negative Ratio Neutral Ratio
Yellowturdbig 487 -0.8726899384 37.99% 41.48% 20.53%
MegaVR 780 0.9692307692 48.85% 29.23% 21.92%
Michaeltieso 547 1.937842779 57.59% 7.13% 35.28%
@Pluckerpluck
Pluckerpluck / meteor.py
Created February 22, 2017 23:13
Quick script to check the nerf on meteor shower
#-------------------------------------------------------------------------------
# Name: Meteor Shower
# Purpose:
#
# Author: Pluckerpluck
#
# Created: 22/02/2017
# Copyright: (c) Pluckerpluck 2017
# Licence: MIT
#-------------------------------------------------------------------------------
@Pluckerpluck
Pluckerpluck / swagger.yml
Last active January 19, 2017 22:11
Swagger
swagger: '2.0'
info:
title: Brawlhalla API
version: "1.0.0"
description: |
Welcome to the Brawlhalla API Beta! You can use our API to access Brawlhalla API endpoints, which can get information on various players, stats, and ranked data in our database. To gain access to the Brawlhalla API, send an email to api@brawlhalla.com with a description on how you intend to use the service!
#### Rate limits
The Brawlhalla API limits how often a end-user can access the API. This is done in order to ensure that quality service is provided to the API system as well as the Brawlhalla game itself. We enforce a rate limit to prevent overloading and to ensure that the back-end servers and system are stable.
@Pluckerpluck
Pluckerpluck / Simulcast_Queue_Information.user.js
Created January 4, 2015 02:40
Adds show time to shows in the queue from a list
// ==UserScript==
// @name Simulcast Queue Information
// @namespace com.pluckerpluck.crunchyroll
// @description Adds show time to shows in the queue from a list
// @version 1.0
// @grant none
// @require https://code.jquery.com/jquery-2.1.3.min.js
// @include http://www.crunchyroll.com/home/queue
// ==/UserScript==