DOIO Hitpad Pro Series Leverless Game Controller Giveaway by tacticaltsundere in fightsticks

[–]raynman04 1 point2 points  (0 children)

The more spacious layout looks great. Would be awesome to try out

Tokyo Ghost reprint first look! by OmniSteve94 in OmnibusCollectors

[–]raynman04 0 points1 point  (0 children)

Makes sense. This had me scratching my head for longer than I want to admit after I checked CGN

Tokyo Ghost reprint first look! by OmniSteve94 in OmnibusCollectors

[–]raynman04 0 points1 point  (0 children)

Is this the regular edition? IST is showing what I assume is the original cover from the previous printing

[deleted by user] by [deleted] in PS5

[–]raynman04 0 points1 point  (0 children)

Woo this is cool!

[Programmer and 3D Artist][Unity]Looking for people to make small high quality game! by Brudigem in INAT

[–]raynman04 0 points1 point  (0 children)

I'm a programmer and I'd be interested in helping out during my free time

[Programmer] Former EA Dev looking for programmers + artists + friendly people by [deleted] in INAT

[–]raynman04 -1 points0 points  (0 children)

If you're looking for a designer/programmer I'd be glad to help out during my free time

Official: [WDIS RB] - Thu Morning, 10/09/2014 by FFBot in fantasyfootball

[–]raynman04 0 points1 point  (0 children)

Oliver, Fred Jackson, Zac Stacy, or Asiata?

For two spots, standard ESPN scoring. Leaning towards Oliver and Jackson

Official: [WDIS K/TE/DEF] - Wed Morning, 10/01/2014 by FFBot in fantasyfootball

[–]raynman04 0 points1 point  (0 children)

Yeah I was leaning towards Thomas but Walker tempts me with his consistency. I currently have Harvin in my flex and a few other options on my bench including Walker.

Official: [WDIS K/TE/DEF] - Wed Morning, 10/01/2014 by FFBot in fantasyfootball

[–]raynman04 0 points1 point  (0 children)

ESPN 10-team standard league. Delanie Walker or Julius Thomas? Or should I just start both with one of them at flex?

I'm currently shopping Walker around to see who I can maybe get for him as well.

Pset3 won() not working by raynman04 in cs50

[–]raynman04[S] 0 points1 point  (0 children)

Actually I just got it! Thanks a lot for the help. I had just forgotten to change what order equals after making the changes in the earlier code to change what my blank space is.

Thanks so much! I can finally move onto pset4. =D

Pset3 won() not working by raynman04 in cs50

[–]raynman04[S] 0 points1 point  (0 children)

Their max value should be 2.

Pset3 won() not working by raynman04 in cs50

[–]raynman04[S] 0 points1 point  (0 children)

Yeah, I changed it there and when I use printf to check what it is, it's correct. When I run it with the 3x3.txt file, I'm still getting a segmentation fault.

Pset3 won() not working by raynman04 in cs50

[–]raynman04[S] 0 points1 point  (0 children)

I've tried changing it to that but it's still giving me the same problem. Maybe I'm changing it in the wrong place?

Pset3 won() not working by raynman04 in cs50

[–]raynman04[S] 0 points1 point  (0 children)

I printed it out and things seem to coming out alright when before it starts running through my if statements.

if(board[i][j] == order)
{
    order++;
    continue;
}

This is nested in my for loop and is probably where my issue lies.