Archive

Archive for the ‘Everything else’ Category

Sweetface

August 17th, 2010
33 views No comments

Jus†ice, Stress

August 16th, 2010
30 views No comments

Yo gangsta, lets break stuff.

Jus†ice, Stress from ROMAIN-GAVRAS on Vimeo.

Arkie Everything else ,

Pirategay, yarrrrrrrrrr

August 9th, 2010
108 views No comments

[20:10:37] Rodrick Harbl > gay pirates raise the skulls and crossed boners flag :-P
[20:11:04] ArkieParkie > i wonder what a boner skull looks like

probably something like this?
http://retardedweblogger.com/blog/wp-content/uploads/2010/08/pirategay-copy1.png

Arkie Everything else

Expensive loss

August 7th, 2010
68 views No comments

Eva Mendes’ Sex Tape finally online!

August 4th, 2010
83 views No comments

Eva Mendes’ Sex Tape that you guys have all been waiting for!

Arkie Everything else

MOST STUPID PENALTY KICK EVER

August 2nd, 2010
648 views No comments

Massive Fireworks Experiment

July 30th, 2010
648 views No comments

Die with another gay

July 28th, 2010
125 views No comments

[NDS] Dragon Quest IX final boss savegame

July 26th, 2010
264 views No comments

http://www.blogcdn.com/www.joystiq.com/media/2008/12/dq8dcro49.jpg
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!

Arkie Everything else

Fasted way to go down hill

July 25th, 2010
33 views No comments

Dangerous shit

July 19th, 2010
52 views No comments

Srsly, pretty dangerous.

2010_07_19_dangerousv2

Arkie Everything else , ,

Eve online pos bash livestream!

July 10th, 2010
59 views No comments

Watch a random livestream about some guys that are bashing a pos.
mms://96.231.51.225:6666/

Arkie Everything else

Checking the table size

June 29th, 2010
81 views No comments

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 asc

declare @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
END

update @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

Arkie Everything else ,

Invisible bike!?

June 28th, 2010
80 views No comments

After the invisible woman and who not, you can add the invisible bike to the invisible list.
http://www.totalprosports.com/wp-content/uploads/2010/06/Invisible-bike-595x436.jpg

Arkie Everything else

Horse boy on google maps

June 25th, 2010
86 views No comments

Some people just do anything to get on google maps.

Arkie Everything else