|
The seven main modes in music are Major, dorien, phryigian, lydian, mixolidian, minor, and locrien.
Lydian is the kewlist it has like an augmented 4th it sounds cool it can be heard in frank zappa's Appostrophe ( ' ). Phrygian has that western sound with the minor second. Locrien is the weird one that nobody uses but it still sounds kinda noice.
Haha I only the basic stuff in music theory, (basic compared to people who know alot of stuff). I randomly wank around on guitar more then anything else, whole tone scales ftw lol.
|
We learn them as Ionian, Dorian, Phrygian, Lydian, Mixolydian, Aeolian, and Locrian.
|
On December 13 2008 06:15 Varn wrote:+ Show Spoiler +On December 13 2008 05:57 Archaic wrote: public class HelloWorld { pubic static void main(String[] args) { String[] statements = new String[7] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land."}
System.out.println("Hello World!"); intelligence(statements); }
public void intelligence(int go) { System.out.println(go[(int)(Math.random()*go.length())]); } } EDIT I'm not going to keep this up to date...
n*x&(n-1)?
That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic. /* static and nonstatic stuff is correct but ur main method does NOT have to be private... actually i've never seen it as private in the first place... */
include <stdio.h>
void intelligence(char[][] statements) /* prints a random statement from the bunch.. */ { int maxRand = 32767; double rant = rand() / maxRand; printf("%s\n", statements[(int) (rant * strlen(statements))]); } int main() { char[][] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land." }
printf("Hello World!\n"); intelligence(statements); } return 0; } /* pwnt... */
|
On December 13 2008 10:00 Pwntrucci[sR] wrote: The seven main modes in music are Major, dorien, phryigian, lydian, mixolidian, minor, and locrien.
Lydian is the kewlist it has like an augmented 4th it sounds cool it can be heard in frank zappa's Appostrophe ( ' ). Phrygian has that western sound with the minor second. Locrien is the weird one that nobody uses but it still sounds kinda noice.
Haha I only the basic stuff in music theory, (basic compared to people who know alot of stuff). I randomly wank around on guitar more then anything else, whole tone scales ftw lol. The smartest thing you can say involves the word "kewlist"? :p
|
Just go around quoting Stoke's theorem all the time, it gets all the ladies
trust me
|
HnR)hT
United States3468 Posts
On December 13 2008 10:26 hi19hi19 wrote: Just go around quoting Stoke's theorem all the time, it gets all the ladies
trust me The real Stoke's theorem, or the dumb Calc 3 version?
|
ohh rite..
the halting problem.. if u rn't CS and a CS major explains the halting problem to u.. u'd better wish u were math major or ur head's gonna blow... sry im too lazy to type it up
google it
|
Postmodernists adopt a linguistic version of Rene Descartes's idea theory of perception (and intentionality generally). To understand the idea theory, and the postmodern adaptation of it, a good place to start is with a commonsense, critical realist view of perception. According to critical realism, when a subject is looking at a red object such as an apple, the object itself is the direct object of the sensory state. What one sees directly is the apple itself. True, one must have a sensation of red to apprehend the apple, but on the critical realist view, the sensation of red is to be understand as a case of being-appeared-to-redly and analyzed as a self-presenting property. What is a self-presenting property? If property F is a self-presenting one, then it is by means of F that a relevant external object is presented directly to a person, and F presents itself directly to the person as well. Thus, F presents its object mediately though direct, and itself immediately.
-As originally stated by J.P. Moreland (Though I say this myself, I thought it best to quote Moreland for the simple reason that he says it "better")
|
never push the red button
|
On December 13 2008 10:14 R3condite wrote:Show nested quote +On December 13 2008 06:15 Varn wrote:+ Show Spoiler +On December 13 2008 05:57 Archaic wrote: public class HelloWorld { pubic static void main(String[] args) { String[] statements = new String[7] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land."}
System.out.println("Hello World!"); intelligence(statements); }
public void intelligence(int go) { System.out.println(go[(int)(Math.random()*go.length())]); } } EDIT I'm not going to keep this up to date...
n*x&(n-1)?
That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic. /* static and nonstatic stuff is correct but ur main method does NOT have to be private... actually i've never seen it as private in the first place... */ include
void intelligence(char[][] statements) /* prints a random statement from the bunch.. */ { int maxRand = 32767; double rant = rand() / maxRand; printf("%s\n", statements[(int) (rant * strlen(statements))]); } int main() { char[][] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land." }
printf("Hello World!\n"); intelligence(statements); } return 0; } /* pwnt... */
open(ME,$0); @statements = ("Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker\nI think it's no problem if the lurker isn't under land.", do {local $/;<ME>}); print "Hello World!\n".$statements[rand($#statements+1)];
|
*Veg asking for computer help*
|
+ Show Spoiler +I like big butts and I can not lie You other brothers can't deny That when a girl walks in with an itty bitty waist And a round thing in your face You get sprung Wanna pull up tough Cuz you notice that butt was stuffed Deep in the jeans she's wearing I'm hooked and I can't stop staring Oh, baby I wanna get with ya And take your picture My homeboys tried to warn me But that butt you got Make Me so horney Ooh, rump of smooth skin You say you wanna get in my benz Well use me use me cuz you aint that average groupy
I've seen them dancin' To hell with romancin' She's Sweat,Wet, got it goin like a turbo vette
I'm tired of magazines Saying flat butts are the thing Take the average black man and ask him that She gotta pack much back
So Fellas (yeah) Fellas(yeah) Has your girlfriend got the butt (hell yeah) Well shake it, shake it, shake it, shake it, shake that healthy butt Baby got back
(LA face with Oakland booty)
I like'em round and big And when I'm throwin a gig I just can't help myself I'm actin like an animal Now here's my scandal
I wanna get you home And UH, double up UH UH I aint talkin bout playboy Cuz silicone parts were made for toys I wannem real thick and juicy So find that juicy double Mixalot's in trouble Beggin for a piece of that bubble So I'm lookin' at rock videos Knockin these bimbos walkin like hoes You can have them bimbos I'll keep my women like Flo Jo A word to the thick soul sistas I wanna get with ya I won't cus or hit ya But I gotta be straight when I say I wanna -- Til the break of dawn Baby Got it goin on Alot of pimps won't like this song Cuz them punks lie to hit it and quit it But I'd rather stay and play Cuz I'm long and I'm strong And I'm down to get the friction on
So ladies (yeah), Ladies (yeah) Do you wanna roll in my Mercedes (yeah) Then turn around Stick it out Even white boys got to shout Baby got back
(LA face with the Oakland booty)
Yeah baby When it comes to females Cosmo ain't got nothin to do with my selection 36-24-36 Only if she's 5'3"
So your girlfriend throws a Honda Playin workout tapes by Fonda But Fonda ain't got a motor in the back of her Honda My anaconda don't want none unless you've got buns hun You can do side bends or sit-ups, but please don't lose that butt Some brothers wanna play that hard role And tell you that the butt ain't gold So they toss it and leave it And I pull up quick to retrieve it So cosmo says you're fat Well I ain't down with that Cuz your waste is small and your curves are kickin And I'm thinkin bout stickin To the beanpole dames in the magazines You aint it miss thing Give me a sista I can't resist her Red beans and rice did miss her Some knucklehead tried to dis Cuz his girls were on my list He had game but he chose to hit 'em And pulled up quick to get with 'em So ladies if the butt is round And you wanna triple X throw down Dial 1-900-MIXALOT and kick them nasty thoughts Baby got back Baby got back Little in tha middle but she got much back x4
|
Korea (South)17174 Posts
fuck i was on sick tilt last night i micro'd that yoja back to my jib but she didn't want to bbong WTF
|
On December 13 2008 10:14 R3condite wrote:Show nested quote +On December 13 2008 06:15 Varn wrote:+ Show Spoiler +On December 13 2008 05:57 Archaic wrote: public class HelloWorld { pubic static void main(String[] args) { String[] statements = new String[7] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land."}
System.out.println("Hello World!"); intelligence(statements); }
public void intelligence(int go) { System.out.println(go[(int)(Math.random()*go.length())]); } } EDIT I'm not going to keep this up to date...
n*x&(n-1)?
That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic. /* static and nonstatic stuff is correct but ur main method does NOT have to be private... actually i've never seen it as private in the first place... */
He was actually referring to the fact that it was misspelled as "pubic".
|
I have a patient presenting with weakness and localised pain in the left elbow with paresthesia along an ulna nerve distribution. Upon physical examination, there is marked swelling due to a haemorrhagic effusion in the left elbow joint. Plain X ray reveals a transerve fracture of the olecranon process of the left ulna.
|
wu tang clan aint nuttin ta fuck wit
|
this thread got pretty derailed
|
+ Show Spoiler + Soulja boy tell'm
Soulja Boy Off In This Hoe Watch me Crank It Watch me Roll Watch me Crank Dat Soulja Boy Then Super Man Dat Hoe Now, Watch me You... (Crank Dat Soulja Boy) Now, Watch me You... (Crank Dat Soulja Boy) Now, Watch me You... (Crank Dat Soulja Boy) Now, Watch me You... (Crank Dat Soulja Boy)
|
On December 13 2008 11:33 Rostam wrote:Show nested quote +On December 13 2008 10:14 R3condite wrote:On December 13 2008 06:15 Varn wrote:+ Show Spoiler +On December 13 2008 05:57 Archaic wrote: public class HelloWorld { pubic static void main(String[] args) { String[] statements = new String[7] statements = { "Romanticism is the discovery, then expanded intuitive understanding that the self and the other exist in a categorically interdependent imperative, that the nature of the real is non-systematic and transcendent, and that value is simultaneously coalescent with the absolute, yet experientially radically individuated.", "It all comes from the heart and bubbles forth...", "Sup guise lets have buttseks. ", "Well I'm kind of on a budget, so I'm looking for cheap, but flavorful, penis", "what does this have to do with falling in love with one's sister?", "HURRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRR", "I found the way that a merine beat a lurker I think it's no problem if the lurker isn't under land."}
System.out.println("Hello World!"); intelligence(statements); }
public void intelligence(int go) { System.out.println(go[(int)(Math.random()*go.length())]); } } EDIT I'm not going to keep this up to date...
n*x&(n-1)?
That's not gonna compile man. You're referring to the non-static method intelligence from the static method main. Oh, that and your main method is pubic. /* static and nonstatic stuff is correct but ur main method does NOT have to be private... actually i've never seen it as private in the first place... */ He was actually referring to the fact that it was misspelled as "pubic".
ROFL i think it got edited soo when i saw it...there was no problem btw Don't press the red button by far beats everything and anything said thus far...
|
Jesus might have scripted the bible, but the press was handled by the devil
|
|
|
|