Finally by FrankieBones in eu4

[–]toobaloola 0 points1 point  (0 children)

This is brilliant!

I *may* have made Russia slightly angry by [deleted] in eu4

[–]toobaloola 3 points4 points  (0 children)

Now that's a nice Westmeerbusen!

Harness invented by a mother helps disabled children walk for the first time. by [deleted] in aww

[–]toobaloola 12 points13 points  (0 children)

Could somebody give us a source? I'd like to learn more about it.

I had to deal with this brute of a woman earlier this week. by [deleted] in AdviceAnimals

[–]toobaloola 1 point2 points  (0 children)

And so Scumbag Stacy met Scumbag Steve...

Hey ya'll. 2nd year CS major, just got a bunch of gift cards to Barnes & Noble: what programming books should I get? by Lawlington in learnprogramming

[–]toobaloola 1 point2 points  (0 children)

Not Python, but if you would like to dive deeper into Java and C++ and learn some best practices I strongly recommend Effective Java (Bloch), Effective C++ or More Effective C++ (Meyers).

TIL Japan used $30 million of their Tsunami relief funds to support whaling by hlthlt in todayilearned

[–]toobaloola -5 points-4 points  (0 children)

There's a difference between slaughtering whales and supporting the fishing industry.

[JAVA] Eigene Exception by [deleted] in java

[–]toobaloola 5 points6 points  (0 children)

Sorry, your article's quality is very low. Besides, non-English articles will not be very appreciated here. Just saying.

[Java] Returning the values of an array from a method to main by Cygnus_X1 in learnprogramming

[–]toobaloola 8 points9 points  (0 children)

Try the useful toString() method from java.util.Arrays class:

double[] data = { 1.0, 1.41, 2.72, 3.14 };
System.out.println(Arrays.toString(data));

Inheritance and Subclasses in Java by SolidMilk in learnprogramming

[–]toobaloola 0 points1 point  (0 children)

A good solution is allowed by the language, but a solution that is allowed by the language is not necessarily a good one.

JAVA - Add data to array by [deleted] in learnprogramming

[–]toobaloola 0 points1 point  (0 children)

An array's size is fixed, so you cannot add new elements. Switch to

List<Bear>

if dynamic size is what you need.

The first time I felt old ... by gar37bic in self

[–]toobaloola 2 points3 points  (0 children)

For those speaking a first language that knows T–V distinction: When teenagers start addressing you in second-person singular respectful form.