Erica

Age: 29

May
14
awarded Notable Question
Nov
2
comment Download Pandora source with Java?
It returns the full list for me, have you tried loading it in your browser?
Oct
23
answered Download Pandora source with Java?
Oct
23
comment Download Pandora source with Java?
Have you considered using the unofficial API? It's not 'officially' supported, but is used by quite a lot of people so is probably more reliable than rolling your own? pan-do-ra-api.wikia.com/wiki/Pan-do-ra_API_Wiki
Oct
19
revised How do I avoid repetitive checking in my recursion?
deleted 7 characters in body
Oct
19
comment How do I avoid repetitive checking in my recursion?
A class variable is sometimes called a member variable. It's a variable which is accessible from all methods inside a class. & and << are both bitwise operators - & is a bitwise and, and << is shift left ( docs.oracle.com/javase/tutorial/java/nutsandbolts/op3.html ). 0x1 is the same as 1. The 0x prefix says that the following number is in hex, which is conventional when you're working with bit manipulation.
Oct
19
revised How do I avoid repetitive checking in my recursion?
added 165 characters in body
Oct
19
revised How do I avoid repetitive checking in my recursion?
added 583 characters in body
Oct
19
answered How do I avoid repetitive checking in my recursion?
Sep
25
awarded Revival
Aug
12
awarded Yearling
Aug
3
comment Hibernate Projection on list Field/Attribute and Restricted.in
Could you show us the Hibernate code you currently have which is failing, and the full error message you're getting?
Aug
2
comment Downloading html source code and loading it
Do you get any error messages when it crashes?
Jun
28
answered Byte type is weird
Jun
27
awarded java
Jun
26
answered Java Physics Engine?
Jun
26
comment Java Physics Engine?
Are you looking for 2d physics, or 3d physics? I'd guess 2d, since you're using Slick...
Jun
26
answered outofmemoryerror when running jar but not when running in netbeans/ apache poi
Jun
26
comment Listening for login events in JBoss AS 6
This is simple and cross-environment compatible, and most importantly it works, so I'm marking as accepted answer. It's a shame that there isn't a more elegant solution built into JBoss though.
Jun
26
accepted Listening for login events in JBoss AS 6
1 2 3 4 5