Guest horvath Posted November 3, 2002 Share Posted November 3, 2002 which cds do you have now at your stereo? when more videoclips or better, a DVD? Quote Link to comment Share on other sites More sharing options...
Guest auryn Posted November 4, 2002 Share Posted November 4, 2002 what do your parents think about your music / career choice? how do you keep the victory & glory vibe alive? dont you ever wanna make sad or melancholic music instead? Quote Link to comment Share on other sites More sharing options...
Guest Mike D Posted November 4, 2002 Share Posted November 4, 2002 What music traing have you had? Would it be likely to have a chill out album ever? And also give 'em a big ups for keeping the old skool alive :-) Quote Link to comment Share on other sites More sharing options...
DeathPosture Posted November 5, 2002 Share Posted November 5, 2002 Have they ever been in a Turkish prison? Ever seen a grown man naked? Do they like movies about gladiators? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 Why do mice always choose to run across the room in the middle of good TV shows, and never during the commercials? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 I have been looking at the emu10k1 driver and I had a few questions about general idioms used there. In a line like this, [main.c, line 175] for (count = 0; count < sizeof(card->digmix) / sizeof(card->digmix[0]); count++) { Isn't there some sort of `ALEN' macro available, or is this considered to muddy things by using a macro? [main.c, line 223] if ((card->mpuout = kmalloc(sizeof(struct emu10k1_mpuout), GFP_KERNEL)) Why is the struct type referenced for the allocation size? Why not, if ((card->mpuout = kmalloc(sizeof(card->mpuout), GFP_KERNEL)) This seems to get the size for the actual object being allocated. [cardmi.c, line 42] static struct { int (*Fn) (struct emu10k1_mpuin *, u8); } midistatefn[] = { ... My question to Astral Projection: Why aren't all the gobs of constant data in this driver declared as constant? Do it give a performance advantage by having the data in a different MMU section and better cache effects or something? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 If your sending somebody styrofoam, what do you pack it in? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 What do you do when you see an endangered animal that is eating an endangered plant? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 When I erase a word with a pencil, where does it go? Quote Link to comment Share on other sites More sharing options...
Guest Zaramatu Posted November 5, 2002 Share Posted November 5, 2002 Have you ever missed the bus to Hawaii? If so, what colours was the bus? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.