![]() |
|
|
|
|
#127 (permalink) |
|
I donīt speak english..fu
Join Date: Sep 2010
Posts: 4,313
|
^look kitten videos on youtube, they can do a lot of stupid cute things, and no more angry for jew
![]() i'm dying... and people call me from work to ask me for things >.< wth!!! i need some rest and they "wake up" me >:[ |
|
|
|
|
|
#128 (permalink) |
|
Ominous Bloodvomit
Join Date: May 2006
Location: Belgrade, Serbia
Posts: 3,678
|
Finished a work in progress mix lol, here: would like to hear some opinions bad or good.
http://soundcloud.com/scavneck/barock-pre-mix-5-11
__________________
![]() Grave Demise Myspace Link -------------------------------------- This species has amused it self to death |
|
|
|
|
|
#132 (permalink) | |
|
Creepiness Och Terrorism
Join Date: Jun 2008
Location: Psychedelic Planet
Posts: 9,792
|
Quote:
!!!!!!!!!!!!
__________________
I am just a spectator An advocate documenting the loss Fluttering with conceit This doesn't concern me yet Still far from the knell ![]() |
|
|
|
|
|
|
#133 (permalink) | |
|
Ominous Bloodvomit
Join Date: May 2006
Location: Belgrade, Serbia
Posts: 3,678
|
Quote:
I don't know if you are talking about the song, but I can hear a drum shift or wtv it's called. Thanks for the input Vikk!
__________________
![]() Grave Demise Myspace Link -------------------------------------- This species has amused it self to death |
|
|
|
|
|
|
#134 (permalink) |
|
Creepiness Och Terrorism
Join Date: Jun 2008
Location: Psychedelic Planet
Posts: 9,792
|
I'm waiting for my friend to pass by and writing this meanwhile :
Code:
package toys;
interface HasBatteries{}
interface Waterproof{}
interface Shoots{}
class Toy{
Toy(){}
Toy(int i){}
}
class FancyToy extends Toy
implements HasBatteries, Waterproof, Shoots {
FancyToy() { super(1); }
}
public class ToyTest {
static void printInfo(Class cc){
System.out.println("Class name :" + cc.getName() + " is interface?["+ cc.isInterface() +"]");
System.out.println("Simple name: " + cc.getSimpleName());
System.out.println("Canonical name: " + cc.getCanonicalName());
}
public static void main(String[] args){
Class c = null;
try{
c = Class.forName("chapter15.toys.FancyToy");
}catch(ClassNotFoundException e){
System.out.println("Can't find FancyToy");
System.exit(1);
}
printInfo(c);
for(Class face : c.getInterfaces())
printInfo(face);
Class up = c.getSuperclass();
Object obj = null;
try{
obj = up.newInstance();
}catch (InstantiationException e){
System.out.println("Cannot instantiate");
System.exit(1);
}catch(IllegalAccessException e){
System.out.println("Cannot Access");
System.exit(1);
}
printInfo(obj.getClass());
}
}
__________________
I am just a spectator An advocate documenting the loss Fluttering with conceit This doesn't concern me yet Still far from the knell ![]() |
|
|
|
|
|
#135 (permalink) |
|
ov Doom
Join Date: Sep 2005
Location: Stockholm, Sweden
Posts: 25,718
|
sounds nice scav
![]()
__________________
![]() Desolator: http://www.myspace.com/desolatorswe http://www.facebook.com/DesolatorSwe Death Metal Within the Fall: http://www.facebook.com/WithinTheFall http://www.youtube.com/withinthefall Death/Doom Metal last.fm: http://www.lastfm.se/user/Anubis- |
|
|
|
|
|
#136 (permalink) | |
|
parangaricutirimicuaro
Join Date: Nov 2005
Posts: 20,805
|
Quote:
![]() i have a about 5 songs to mix for practice, i should get on that. if you want: http://www.ultimatemetal.com/forum/p...-practice.html |
|
|
|
|
|
|
#137 (permalink) |
|
invariably off-topic
Join Date: Feb 2003
Location: Stockholm, Sweden
Posts: 42,508
|
Chilling out and listening to Vomitåry
__________________
Desolator (Swedish Old School Death Metal): http://www.facebook.com/DesolatorSwe?ref=ts Ending Quest (Swedish Old School Death Metal): http://www.facebook.com/pages/Ending...46404308776819 Soliloquium (Death/Doom Metal): http://www.facebook.com/pages/Solilo...36215949804095 |
|
|
|
|
|
#140 (permalink) |
|
invariably off-topic
Join Date: Feb 2003
Location: Stockholm, Sweden
Posts: 42,508
|
needled twenty four sevaannnnnnnnnn? JAU JAU JAU jude
__________________
Desolator (Swedish Old School Death Metal): http://www.facebook.com/DesolatorSwe?ref=ts Ending Quest (Swedish Old School Death Metal): http://www.facebook.com/pages/Ending...46404308776819 Soliloquium (Death/Doom Metal): http://www.facebook.com/pages/Solilo...36215949804095 |
|
|
|
|
|
#146 (permalink) | |
|
this member
Join Date: Aug 2010
Location: planet earth
Posts: 6,639
|
Quote:
Last edited by Animaltracks : July 14th, 2011 at 10:37 PM. |
|
|
|
|
|
|
#147 (permalink) |
|
Total Satan
Join Date: Jun 2009
Location: A land forlorn
Posts: 9,536
|
Practising bass tapping and some new Desolator and Ending Quest songs.
__________________
Swedish death metal: http://www.myspace.com/desolatorswe More Swedish death metal: http://www.myspace.com/endingquest Soliloquium (Death/Doom Metal): http://www.facebook.com/pages/Solilo...36215949804095
|
|
|
|
|
|
#148 (permalink) |
|
invariably off-topic
Join Date: Feb 2003
Location: Stockholm, Sweden
Posts: 42,508
|
Making coffee and putting on some music-ah
__________________
Desolator (Swedish Old School Death Metal): http://www.facebook.com/DesolatorSwe?ref=ts Ending Quest (Swedish Old School Death Metal): http://www.facebook.com/pages/Ending...46404308776819 Soliloquium (Death/Doom Metal): http://www.facebook.com/pages/Solilo...36215949804095 |
|
|
|
|
|
#149 (permalink) |
|
Total Satan
Join Date: Jun 2009
Location: A land forlorn
Posts: 9,536
|
Cleaning my apartment
![]()
__________________
Swedish death metal: http://www.myspace.com/desolatorswe More Swedish death metal: http://www.myspace.com/endingquest Soliloquium (Death/Doom Metal): http://www.facebook.com/pages/Solilo...36215949804095
|
|
|
|
![]() |
| Thread Tools | |
|
|