Archive
Jus†ice, Stress
Pirategay, yarrrrrrrrrr
[20:10:37] Rodrick Harbl > gay pirates raise the skulls and crossed boners flag ![]()
[20:11:04] ArkieParkie > i wonder what a boner skull looks like
Expensive loss
He’s gonna emo rage for a little while.. http://fusion.eve-kill.net/?a=kill_detail&kll_id=7309605
Eva Mendes’ Sex Tape finally online!
Eva Mendes’ Sex Tape that you guys have all been waiting for!
[NDS] Dragon Quest IX final boss savegame

Here’s the dragon questIX final boss savegame with a party around 20+/50-ish including 2 sage’s provided by the nice people from www.javaforums.net
Download the savegame here!
Fasted way to go down hill
Eve online pos bash livestream!
Watch a random livestream about some guys that are bashing a pos.
mms://96.231.51.225:6666/
Checking the table size
I was reading a bit about MSSQL and stumbled on this page. It’s a nice looking script to get the table size and you never know when it might come in handy
If you have your own tricks or tips, let us know!
declare @RowCount int, @tablename varchar(100)
declare @Tables table (
PK int IDENTITY(1,1),
tablename varchar(100),
processed bit
)
INSERT into @Tables (tablename)
SELECT TABLE_NAME from INFORMATION_SCHEMA.TABLES where TABLE_TYPE = ‘BASE TABLE’ and TABLE_NAME not like ‘dt%’ order by TABLE_NAME ascdeclare @Space table (
name varchar(100), rows nvarchar(100), reserved varchar(100), data varchar(100), index_size varchar(100), unused varchar(100)
)
select top 1 @tablename = tablename from @Tables where processed is null
SET @RowCount = 1
WHILE (@RowCount <> 0)
BEGIN
insert into @Space exec sp_spaceused @tablename
update @Tables set processed = 1 where tablename = @tablename
select top 1 @tablename = tablename from @Tables where processed is null
SET @RowCount = @@RowCount
ENDupdate @Space set data = replace(data, ‘ KB’, ”)
update @Space set data = convert(int, data)/1000
update @Space set data = data + ‘ MB’
update @Space set reserved = replace(reserved, ‘ KB’, ”)
update @Space set reserved = convert(int, reserved)/1000
update @Space set reserved = reserved + ‘ MB’select * from @Space order by convert(int, replace(data, ‘ MB’, ”)) desc
Invisible bike!?
After the invisible woman and who not, you can add the invisible bike to the invisible list.

Horse boy on google maps
Some people just do anything to get on google maps.



