Skip to content

Instantly share code, notes, and snippets.

View BoringCode's full-sized avatar

ʙʀᴀᴅʟᴇʏ ʀᴏsᴇɴғᴇʟᴅ BoringCode

View GitHub Profile
@BoringCode
BoringCode / keybase.md
Created July 29, 2016 23:50
Verification for Keybase.io

Keybase proof

I hereby claim:

  • I am BoringCode on github.
  • I am bradleyrosenfeld (https://keybase.io/bradleyrosenfeld) on keybase.
  • I have a public key whose fingerprint is 150C 68BB 3BA2 F6E8 8CE6 3E26 73D6 4308 CADA B35D

To claim this, I am signing this object:

@BoringCode
BoringCode / tagpropro.user.js
Created January 22, 2015 20:26
Slightly modified version of TagPro Pro (different marble overlay and balls)
// ==UserScript==
// @name TagPro Pro
// @description Spin marble overlay, pixel perfect tagpro and textures.
// @version 3
// @grant none
// @include http://tagpro-*.koalabeast.com:*
// @include http://tangent.jukejuice.com:*
// @include http://*.newcompte.fr:*
// @license 2014
// @author CFlakes, SomeBall -1, modified by Ballsagnia
@BoringCode
BoringCode / histogram.rb
Created September 12, 2013 14:05
Histogram class written in Ruby. Also a frequency method is added to the Array class.
class Histogram
#Create the object
def initialize(words)
#These are used later for calculating how many * are displayed
@highestWordCount = 0
@longestCharWord = 0
#Save the original word array
@raw = words
@wordsHash = Hash.new
#place words in hash
<img src="http://lcamtuf.coredump.cx/squirrel/">
@BoringCode
BoringCode / dabblet.css
Created April 22, 2012 16:32
BFH Style Box
/*
* BFH Style Box
*/
* { margin: 0; padding: 0; }
body {
background-color: #D7C8AF;
}
@BoringCode
BoringCode / dabblet.css
Created March 6, 2012 15:36
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;
@BoringCode
BoringCode / dabblet.css
Created January 4, 2012 16:16 — forked from LeaVerou/dabblet.css
Lined paper that follows the text (by Lea Verou)
/**
* Lined paper that follows the text (by Lea Verou)
* This was just so awesome I had to fork it.
*/
/* Just decorative */
padding: 20px;
/* The font. Try changing font-size and see how the lines
@BoringCode
BoringCode / dabblet.css
Created December 27, 2011 19:08
Made for eX
/*
Made for eX
*/
.outside-border {
padding: 25px;
padding-top: 14px;
padding-bottom: 14px;
background-color: #D6DEE1;
width: 600px;
@BoringCode
BoringCode / dabblet.css
Created December 27, 2011 18:38
Made for eX
/*
Made for eX
*/
.outside-border {
padding: 25px;
padding-top: 14px;
padding-bottom: 14px;
background-color: #D6DEE1;
width: 600px;
@BoringCode
BoringCode / dabblet.css
Created December 20, 2011 01:29
Untitled
/**
* Just a fun little tooltip, created from scratch.
*/
body {
background-color: #999999;
}
a {
margin-left: 20%;