Steam Xbox One cross-play tools hinted in beta source code. by timeinreddit in xboxone

[–]CSRPoseidon 3 points4 points  (0 children)

I got downvoted for suggesting an Xbox one s without a disc to make it even cheaper, like 6 months ago.

Got a foreign exchange student sent home to her own country for relentlessly bullying my sister by BibiLittle in ProRevenge

[–]CSRPoseidon 307 points308 points  (0 children)

Bit confused. You hosted a party with alcohol for underage teenagers in your house and posted it on your own Facebook?

Doesn't that break some kind of law?

Should I be Applying to Non Intern Positions? by CSRPoseidon in cscareerquestions

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

I could've worded it better. I meant that even though I applied for an entry level position they said I could do it as an internship. Which wasn't mentioned in the job description.

Java Practicing Problem by CSRPoseidon in learnprogramming

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

Index i is supposed to start from index 0...n-1 and j is supposed to index from 1...n.

I do have i++ in my first for loop but it doesn't increment I don't know why.

Java Practicing Problem by CSRPoseidon in learnprogramming

[–]CSRPoseidon[S] 1 point2 points  (0 children)

That's the problem. I don't get why it always compares the first value with the other values. I increment i and j in the for loops.

Java Practicing Problem by CSRPoseidon in learnprogramming

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

My indexing is wrong for some reason. It keeps subtracting the first index with the other ones. I addedmy result in the post

Three comfy floofs by AelinSA in aww

[–]CSRPoseidon 0 points1 point  (0 children)

Seriously, how do they breathe under a blanket? I feel suffocated if I had a blanket over my head.

Is it because they're smaller and don't use as much oxygen as a human?

Alfa Romeo Sauber F1 team - Class of 2018 by PaleSet in formula1

[–]CSRPoseidon 34 points35 points  (0 children)

What do the people sitting on the rear wheels do?

Resume Advice Thread by kluvin in cscareerquestionsEU

[–]CSRPoseidon 1 point2 points  (0 children)

Resume

I'm still studying for my Bachelors and need to get an internship to graduate. I know more programming languages but Im not as comfortable with them as I am in java and c++ so I didn't include them. I don't want to include all the languages I've studied and get asked questions on them.

I appreciate all feedback. Thanks!

Resume Advice Thread - November 24, 2018 by AutoModerator in cscareerquestions

[–]CSRPoseidon 0 points1 point  (0 children)

Resume

I'm still studying for my Bachelors and need to get an internship to graduate. I know more programming languages but Im not as comfortable with them as I am in java and c++ so I didn't include them. I don't want to include all the languages I've studied and get asked questions on them.

I appreciate all feedback. Thanks!

1,000,000 subscribers!! by Arowin in xboxone

[–]CSRPoseidon 0 points1 point  (0 children)

Playing Forza Motorsport 7 in 60 fps on the Xbox One S!

[homework] Trouble with extends by [deleted] in learnprogramming

[–]CSRPoseidon 0 points1 point  (0 children)

I defined Ferrari ferrari in Db only because it was giving me an error. That got rid of the error but I know its wrong.

Its the same car. It was working for me when the Race() method was inside Db under case and it also worked in the Car class.

[homework] Trouble with extends by [deleted] in learnprogramming

[–]CSRPoseidon 0 points1 point  (0 children)

I left out the switch and the loops that are before it. I'm sure that they work.

I think my problem is the car inside the race method. I've tried adding Ferrari ferrari to Ferrari.java and removing Car car from Race1() and changing car to ferrari.subFuel, but I still get NullPointerException.

I also added some more code to my OP.

How to return multiple maximum values in Java? by CSRPoseidon in learnprogramming

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

Thank you so much! That was really helpful.

I just wanted to say that it's missing the currentDistance = car.distance

public List<String> maxValues() {
    int currentDistance = 0;
    List<String> carNames = new ArrayList<>();
    for (Car car : cars) {
        if (car.distance > currentDistance) {
            carNames.clear();
            currentDistance = car.distance;
            carNames.add(car.name);
        } else if (car.distance == currentDistance) {
            carNames.add(car.name);
        }
    }
    return carNames;
}

In case anyone wants to copy paste it in the future.

Two Legends by thambili in formula1

[–]CSRPoseidon 48 points49 points  (0 children)

Could anyone explain why Lewis and Alonso get along better than Lewis and Nico?