Skip to content

Instantly share code, notes, and snippets.

@paradox460
paradox460 / relay.rb
Created May 3, 2012 16:17
Cinch-based IRC relay bot
# ====================================================================
# = Scroll to the bottom for config settings this is all other stuff =
# ====================================================================
require 'cinch'
Bot2Bot1, Bot1Bot2 = Queue.new, Queue.new
class Relay
include Cinch::Plugin
listen_to :connect, method: :relay
@paradox460
paradox460 / reddit.rb
Created May 10, 2012 22:54
Cinch reddit bot
require 'cinch'
require 'json'
require 'open-uri'
require 'cgi'
class Reddit
include Cinch::Plugin
RedditBaseUrl = "http://www.reddit.com"
@paradox460
paradox460 / Gemfile
Created October 17, 2012 22:32
reddit userpage scrubber
ruby '1.9.3'
source 'https://rubygems.org'
gem 'snoo', '0.1.0.pre.1'
gem 'ruby-progressbar'
@paradox460
paradox460 / code.sass
Created October 22, 2012 18:48
TomorrowNight-pygments
$code-background: #1d1f21
$code-current-line: #282a2e
$code-selection: #373b41
$code-foreground: #c5c8c6
$code-comment: #969896
$code-red: #cc6666
$code-orange: #de935f
$code-yellow: #f0c674
$code-green: #b5bd68
$code-aqua: #8abeb7
@paradox460
paradox460 / gist:4358029
Created December 22, 2012 08:10
The immense amount of butthurt generated when you use a script to respond to IRC trolls
[22:21:28] <CollegiateLion> Im going to take a semen piss on your anus
[22:23:55] <Paradox> ok
[22:24:12] <CollegiateLion> Stfu cum breath
[22:28:37] <Paradox> k
[22:28:46] <CollegiateLion> stfu bitch face
[22:31:58] <Paradox> k
[22:32:11] <CollegiateLion> stfu buttfucking faggot
[22:32:22] <Paradox> k
[22:32:29] <CollegiateLion> fuck you shut the fuck up already
[22:32:32] <CollegiateLion> dick
@paradox460
paradox460 / commands.md
Created February 28, 2013 00:06
Snoonet Minecraft commands

This is a complete listing of commands, and doesn't reflect permissions or anything else


Command Arguments Description
/.s [args...] Execute last CraftScript
@paradox460
paradox460 / screen.css
Created May 2, 2013 21:39
/r/sublimetext
body {
background-color: #1d1f20;
color: #d0d2d2; }
#header {
background-image: url(%%tabset-background%%);
background-repeat: repeat-x;
background-position: bottom left;
background-color: #383838;
border: none; }
@paradox460
paradox460 / pullrequest.sublime-snippet
Last active August 29, 2015 14:07
Pull request template
<snippet>
<content><![CDATA[
## Status
**${1:READY}**
| See Also | #$2 |
| -------- | -${2/./-/g} |
## Description
${3:*n/a*}
@paradox460
paradox460 / kek.md
Created December 15, 2014 19:09
Apple pork

Ingredients

  • 3 Tbs oil
  • Cut of lean pork. Chops and roasts work well
  • Rosemary
  • Salt+pepper
  • 3 large Fuji or Gala apples
  • 1 large sweet onion
  • 3-5 Tbs brown sugar
  • 1/4 stick of butter
  • 1/4 cup cabernet sauvignon
@paradox460
paradox460 / config.cson
Last active August 2, 2017 21:32
Atom config
'*':
'editor':
'fontFamily': 'menlo'
'fontSize': 12
'showInvisibles': true
'showIndentGuide': true
'useShadowDOM': false
'invisibles': {}
'core':
'disabledPackages': [