Search results

  1. Nenad

    The Secret World - Beta Weekend #4

    Been a long time, been busy and lots of other stuff, so lets get right to the point: http://www.thesecretworld.com/ If anyone hasn't heard, TSW is an upcoming MMORPG from Funcom that has gotten good reviews and learned from their mistakes from AoC and AO and are looking for a decent launch...
  2. Nenad

    Need a Gaming Monitor

    My monitor has outlived it's purpose and is dying (it has problems starting up, peeps like crazy and gets weird flickering.) I need a new, decent gaming monitor. The size doesn't matter, as long as it's 23 inches or more. The price range is up to 350$, although i could probably spare another...
  3. Nenad

    Optimize?

    import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.InputStreamReader; import java.util.StringTokenizer; import java.util.Arrays; import java.util.ArrayList; public class Search{ public static ArrayList position(String...
  4. Nenad

    Xbox install feature and borrowing disks.

    So, i recently got to try and play fable 2 again only to notice that the disk had suffered from the vertically challenged scratches (a nice little circular pattern). Now my disk fails to load up sometimes (not always) or freezes. Did some polishing and it helped loading, but with the new install...
  5. Nenad

    Java [Constructor Problem]

    Been a while since i asked for help (mostly cause I was doing well), but now I've run into a problem. This is what I'm supposed to do: As you may have noticed I need to use an extension program called ACM, of which the libraries are found here: Link.. That being said I'm having a serious...
  6. Nenad

    [Java] Detect key pressed.

    Well, looked around the interwebs and tried a few solutions nothing seems to work so far. I need to detect when a key is pressed, specifically the arrow keys. For now, I've got this method (There are other methods in but they have no relations with this one). import java.awt.event.KeyEvent...
  7. Nenad

    [Java] More help needed (arraylists, getting etc.) :/

    This is another part of the assignment that is still not going well, several questions here if anyone can help me: 1. What the **** is that toString method supposed to do? This is all of the assignment and frankly i don't even know where to start on that one. 2. This is my code for the...
  8. Nenad

    [Java] Checking and comparing fields...

    I have an assignment that i would like some help with, cause i have no idea what to place in this method. The method:public boolean method isMotherOf "Create a method that tests whether this Person is the mother of the Person given as an argument to the method. " Now, I'm still a little...
  9. Nenad

    Stack Java Problem

    I'm using eclipse with acm.jar and i can't seem to print out my stack of objects, here's the code: public void run () { int i = 1; Stack Number = new Stack(); while(i!=0) { String oper = readLine("Enter Number or Operator: "); boolean Digit = checkForDigit(oper); boolean...
  10. Nenad

    Diablo 2 Commercial

    Me being such a D2 fan i found this both hilarious and just plain awesome XD. Enjoy: ZzBp9ECiodc
  11. Nenad

    TES V: Skyrim

    Excited! xD hGMOMkACtn4 New Engine by Bethesda in the game, this is all we know for now. High hopes the game will be less buggy than most Bethesda games xD
  12. Nenad

    Super Mario Bros. Movie Trailer

    ^^
  13. Nenad

    Philosophy - Methodologies

    I have an assignment to do in my philosophy class which is fairly simply broken down to: Which methodology should be used to analyze human sciences: Hyphotetical deductive or the interpretive (hermeneutic) method. Now, i just have one question. What the am i supposed to write in the body...
  14. Nenad

    Be careful of the new Trojan that stops Internet

    Be careful of the (relatively) new trojan that stops you're internet if it starts up. The name of the trojan is ms0cfg32.exe, delete it with antivirus and prevent it to connect to the internet somehow (lucky me i had ZA). Getting it seems to be easy (since i only surfed the pages i usually do...
  15. Nenad

    Acer Aspire 4820TG Wireless problem

    I'm having problems with a completely new Acer 4820TG Laptop. As i got it out of the case it did it's factory settings etc.. and i got a clean windows straight from the factory. Then i installed NOTHING and tried working a bit on it, everything works properly except! the wireless internet...
  16. Nenad

    Cell Phone Voice Stuttering/laggy

    The phones in question are Sony Ericsson C510 and K810. Some, but not all the times the voice stutters when a conversation is held. This takes some time (5-10minutes+) to manifest, and does not always happen. Only the recipient (that is to say me, on the K810) can hear the stuttering, however...
  17. Nenad

    Frozen Throne Crashes

    Frozen throne crashes every now and then. The crash itself: Screen freezes for 1-5 seconds, no sound or very laggy or repeating sound and the machine restarts. ONLY! happens in warcraft, every other game works fine, no crashes, no freezes nothing. Drivers are as updated as they can be, here's...
  18. Nenad

    Problem with an ability

    I have a bit of a problem with one of my AI abilities. It's supposed to: Fire a shockwave in front, and two more shockwaves on each side that differ by an angle, but go in a cone in front of the hero. Like this: /|\ Lines=shockwaves. However, my ability fires only 1 (wtf?) shockwave, and...
  19. Nenad

    Ranger hero - Need Ultimate Spell Idea

    My map is going to finally get its first agility hero (although the progress may be slow). I have all of my abilities figured out except the heroes ultimate. The hero is a ranger, agility as its primary attribute. It focuses primarily on dealing damage quickly, both through auto attacks and its...
  20. Nenad

    If dying unit has buff then...

    I made a spell that deals damage over time to a unit (based on unholy frenzy). If a unit dies while having this spell (or rather the buff) it should create a dummy unit that will cast the same ability. I made 5 different buffs (for each level of the spell) so that i can check which buff the unit...
Top