• Due to the recent changes with Twitter's API, it is no longer possible for Bulbagarden forum users to login via their Twitter account. If you signed up to Bulbagarden via Twitter and do not have another way to login, please contact us here with your Twitter username so that we can get you sorted.
  • Pronoun field selections have been updated! To ensure they show up correctly, please deselect then reselect your preferred option(s) in the Account details page. Click here for more information.

The Bulbagarden Conversational Chat-Thread

Status
Not open for further replies.

Netto Azure

«The Ashen Knight»
Joined
Feb 11, 2009
Messages
5,043
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

hai Netto o: I don't believe I've ever talked to you before, but I've certainly seen you around.

Hi there. I certainly hope people aren't scared of me or something. XD
 

Pancake-chan

bug types just got cuter
Joined
Apr 2, 2009
Messages
3,643
Reaction score
0
Re: The Bulbagarden Off-Topic Conversational Thread

well, so far the only scariness I see is the I-haven't-talked-to-this-person scariness. that is all, though!
 

DerMißingno

Gutes deutsches Bier
Joined
Feb 7, 2009
Messages
15,345
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

Multiplying two matrices in C++ is more annoying then I thought it would be.
 

Pancake-chan

bug types just got cuter
Joined
Apr 2, 2009
Messages
3,643
Reaction score
0
Re: The Bulbagarden Off-Topic Conversational Thread

eww multiplying matrices. that doesn't sound complicated though, just like a lot of work. like my math class! >__<
 

DerMißingno

Gutes deutsches Bier
Joined
Feb 7, 2009
Messages
15,345
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

I just figured it out. It turned out to be not that complicated, but figuring it out kind of made my brain hurt. Unfortunately it is only a very small part of the program that I'm writing that is due tomorrow. Here is the code for anyone who wants to tell me I'm stupid and I did it wrong (which I probably did):

double C12[3][3];
double counter[3];
for (int row=0; row<3; row++)
{
for (int col=0; col<3; col++)
{
for(int step=0; step<3; step++)
{
counter[step] = C1[col][step] * C2[step][row];
}
C12[row][col] = counter[0] + counter[1] + counter[2];
}
}


It multiplies 2 3 x 3 matrices.
 

DCM

Man Skilled In All Ways of Contending
Joined
May 2, 2008
Messages
6,403
Reaction score
51
Re: The Bulbagarden Off-Topic Conversational Thread

I take comfort In knowing there's at least one person out there who cares about me.
Even if it's only Padfoot.
 

DerMißingno

Gutes deutsches Bier
Joined
Feb 7, 2009
Messages
15,345
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

I take comfort In knowing there's at least one person out there who cares about me.
Even if it's only Padfoot.

That code I posted is actually a section of code used to calculate a DCM. It's fate that you would come here at this time.
 

Pancake-chan

bug types just got cuter
Joined
Apr 2, 2009
Messages
3,643
Reaction score
0
Re: The Bulbagarden Off-Topic Conversational Thread

I wouldn't know XD
I'm an artist, not a programmer. D:
 

DCM

Man Skilled In All Ways of Contending
Joined
May 2, 2008
Messages
6,403
Reaction score
51
Re: The Bulbagarden Off-Topic Conversational Thread

That code I posted is actually a section of code used to calculate a DCM. It's fate that you would come here at this time.
You can't calculate what doesn't exist.
 

DerMißingno

Gutes deutsches Bier
Joined
Feb 7, 2009
Messages
15,345
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

You are only one of many, unfortunately.
 

Hunter Blade

Can't stop me.
Joined
May 14, 2009
Messages
4,333
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

Where the Wild Things Are looks like it'll be fun.
 

DerMißingno

Gutes deutsches Bier
Joined
Feb 7, 2009
Messages
15,345
Reaction score
4
Re: The Bulbagarden Off-Topic Conversational Thread

Oh my god thank you so much for posting here...!

I agree, it looks pretty good. I remember reading the book as a kid, but I don't remember anything about it.
 

Scarlet Devil

「Sword of Destruction」
Joined
Jan 18, 2009
Messages
4,981
Reaction score
5
Re: The Bulbagarden Off-Topic Conversational Thread

oh yeah, I was woundering when they would make that into a movie


I like the book, so I hope the film would be good lol
 

Aladar

Guess Who's Watching...
Joined
Jan 1, 2009
Messages
7,312
Reaction score
1
Re: The Bulbagarden Off-Topic Conversational Thread

The weekend is here, guys! Let joy fill the air!
 

H-con

Hψ=Eψ
Joined
Feb 3, 2009
Messages
4,657
Reaction score
0
Re: *puts pinky to lips* ONE MILLION POSTS.

*puts pinky to lips*
 

H-con

Hψ=Eψ
Joined
Feb 3, 2009
Messages
4,657
Reaction score
0
Re: The Bulbagarden Off-Topic Conversational Thread

Let joy and schoolwork fill the air! Hooray!
 

Æsahættr

DOES IT VIA COPY/PASTE
Joined
Feb 5, 2006
Messages
2,383
Reaction score
0
Re: *puts pinky to lips* ONE MILLION POSTS.

PROOF THAT THIS THREAD IS AWESOME.

EPIC.gif
 

$aturn¥oshi

Stealin' cars.
Joined
Jun 4, 2008
Messages
34,396
Reaction score
276
Re: The Bulbagarden Off-Topic Conversational Thread

I take comfort In knowing there's at least one person out there who cares about me.
Even if it's only Padfoot.

Yeah, well... I was busy.
 
Status
Not open for further replies.
Top Bottom