Skip to content

Instantly share code, notes, and snippets.

View sct's full-sized avatar
☕️ ☕️ ☕️ ☕️ ☕️ ☕️

Ryan Cohen sct

☕️ ☕️ ☕️ ☕️ ☕️ ☕️
View GitHub Profile
@sct
sct / FloatingCreeper.js
Created May 3, 2013 21:24
Floating creeper
$(function() {
function creeperFloat() {
$('.creeper').animate({
left: '+=35',
top: '+=25'
}, 4500).animate({
left: '-=35',
top: '-=25'
}, 4500, creeperFloat);
}
@sct
sct / DarkMonokai.qss
Created November 9, 2012 21:04
dark monokai quassel
/**
* ____ _ ___ ___ _ _
* | _ \ | | | \/ | | | (_)
* | | \ |__ _ _ __| | __ | . . | ___ _ __ ___ | | __ __ _ _
* | | | | _` | '__| |/ / | |\/| |/ _ \| '_ \ / _ \| |/ // _` | |
* | |_/ /(_| | | | < | | | | (_) | | | | (_) | <| (_| | |
* |____/\__,_|_| |_|\_\ \_| |_/\___/|_| |_|\___/|_|\_\\__,_|_|
*
* Quassel Theme
*