This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Delivered-To: [email protected] | |
Received: by 10.143.19.9 with SMTP id w9cs142774wfi; | |
Thu, 16 Oct 2008 13:50:13 -0700 (PDT) | |
Received: by 10.114.27.14 with SMTP id a14mr2737733waa.209.1224190213245; | |
Thu, 16 Oct 2008 13:50:13 -0700 (PDT) | |
Return-Path: <[email protected]> | |
Received: from cl39.gs01.gridserver.com (cl39.gs01.gridserver.com [64.13.192.48]) | |
by mx.google.com with ESMTP id j15si7732405waf.42.2008.10.16.13.50.12; | |
Thu, 16 Oct 2008 13:50:12 -0700 (PDT) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updated to revision 5017. | |
~/Projects/elc/givezooks/trunk >rake db:migrate | |
(in /Users/elcdeveloper/Projects/elc/givezooks/trunk) | |
== 134 AddCommunities: migrating ============================================== | |
-- add_column(:communities, :status, :string) | |
rake aborted! | |
Mysql::Error: #42S21Duplicate column name 'status': ALTER TABLE `communities` ADD `status` varchar(255) | |
(See full trace by running task with --trace) | |
~/Projects/elc/givezooks/trunk > |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# drop this in a ruby file in my_rails_app/config/initializers | |
# restart your rails and app you're good to go! | |
class String | |
# remove middle from strings exceeding max length. | |
def ellipsize(options={}) | |
max = options[:max] || 40 | |
delimiter = options[:delimiter] || "..." | |
return self if self.size <= max |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.reintroducing.transitions | |
{ | |
import flash.display.Bitmap; | |
import flash.display.BitmapData; | |
import flash.display.MovieClip; | |
import flash.display.Shape; | |
import flash.events.Event; | |
import flash.events.EventDispatcher; | |
import flash.geom.Point; | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name delicious.com legacy bookmarklet fix | |
// @namespace Decafbad | |
// @include http://delicious.com/save* | |
// ==/UserScript== | |
(function() { | |
function $(id) { | |
return document.getElementById(id); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# Parses the itunes playlist xml file and sticks it in a mysql table. | |
# Gem requirements: | |
# ActiveRecord | |
# Hpricot | |
# Create a database called "itunes_library" | |
# Schema is as follows: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tits, breasts, titties, sex, jugs, boobies, knockers, breast, nipples, hooters, ass, boob, melons, penis, rack, tit, vagina, cleavage, chest, bra, fun bags, pussy, girl, fuck, big, hot, dick, funbags, sexy, fat, porn, nipple, cans, girls, man, women, woman, balls, titty, slut, nips, tatas, cunt, cock, moobs, whore, juggs, bitch, butt, saggy | |
boobs, breasts, jugs, titties, ass, sex, boobies, knockers, nipples, hooters, breast, fuck, melons, boob, rack, pussy, tit, penis, vagina, shit, balls, cock, dick, chest, fun bags, cunt, cans, funbags, bitch, cum, fat, cleavage, nipple, bra, sexy, hot, nips, porn, big, awesome, girl, slut, cool, woman, titty, booty, nigger, tatas, whore, juggs, boobs, tits, titties, jugs, boobies, knockers, hooters, nipples, melons, rack, sex, cleavage, chest, boob, breast, fun bags, cans, tit, funbags, bra, fat, penis, nipple, woman, girl, mammaries, tatas, women, sexy, moobs, juggs, dirty pillows, titty, vagina, nips, ta-tas, breasticles, ass, norks, baps, saggy, headlights, honkers |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@zeke:/etc/apache2/sites-available# sudo gem install mechanize | |
Building native extensions. This could take a while... | |
ERROR: Error installing mechanize: | |
ERROR: Failed to build gem native extension. | |
/usr/bin/ruby1.8 extconf.rb install mechanize | |
checking for #include <libxml/xmlversion.h> | |
... yes | |
checking for #include <libxslt/xslt.h> | |
... no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAxxETxrWQb+n+Ip5Hg98eBNjDCd+fxHd2pXTOFfQAZRM3iX9kauFl33661OF7yir67wxZ2LuPppveJ2acFeogEC5D/35CELQWLw/85XoBKVO+m5MCerWqHpZPprttmtQcnohoQlhcw2onGl1+OdRjdgi/pUzu7ieK/pK6pSkU9qR3LHZUgHJDiRfqcGXU3oAapOuXoaaVHjsO0SakFKeuAfKYZ3VvNysEUvu7iUBisKes7Srb98lmWDsPDBugIMs8YJpSlM3JmBmnsPQR/FQ6UKTkTzJyrbEIyim6jh6KcMr7YtPYmsSHZlJ5zjvjpSxQ8jJnAHIgIkk/Bp1anbX2ew== [email protected] |