Search results

  1. G

    Need tutorials - earn unlimited credits

    I need tutorials to my site http://tutorialhou.se (digg-like site). I will pay 10 credits per tutorial when the credit system is back. + if you have google adSense you could earn a bit of extra $, as I have revenue sharing 50/50 set up. Post back with the username you chose.
  2. G

    World Community Grid - x10 team

    Some of us on the IRC channel decided to revive the old x10Hosting team on World Community Grid. For those of you who don't know what WCG is, it's doing research on your computer (you yourself has to do nothing else than just installing it, it does the computing in the background). You can tell...
  3. G

    HOWTO: Auto-backup database | transfer database (with pics)

    I am writing this guide for you who are a bit unsure of how to do it, and for those who didn't think of doing regular backups of the database. Remember, backups can save you a lot of trouble, nothing is bugfree, servers can go corrupt and beyond repairable. Under my time as staff I seen a lot of...
  4. G

    My HDD is corrupt?

    Windows can't start. I put in the win7 CD, it wont run as it complains about corrupted files. The XP CD BSoDs, The Recovery Console ISO freezes. What now? Buy a new computer?
  5. G

    NetGear FS608v3

    I just bought this one as the router our ISP sent us only has 1 port for computer usage (the rest is for TV and telephones). My computer can access the Internet to it, but not my moms... I've set it up like, the Internet router in port 1, my computer in port 2, and her computer in port 3...
  6. G

    Getting progress of download java

    I have a SwingWorker where I download a file using FTP. It writes the data to an output stream. How can I track how much data has been downloaded so I can update a progress bar? Why would http://pastebin.com/me89f548 not work (IndexOutOfBounds)
  7. G

    saving project info java

    I'm making a IDE, where the user should be able to create projects. How should I save the project info? xml?
  8. G

    Beat this...

    My new internet connection :D Anyone can beat it?
  9. G

    smowtion

    Smowtion is an ad-network, much like google adSense. You put their ads on your page and earn money per impression. More pageviews = more money. Ad types are banner and pop-under. Referral link, you will get 80% revenue share if you use this non-referral, 60% revenue share
  10. G

    hotkeys

    How do I remap the back, forward and stop button to run CMD commands?
  11. G

    winAPI java

    Anyone knows how I can send keystrokes trough winAPI to a running software, in java? I tried ask in the Java channel, but they told me I am a idiot that they always do when they fail... What I would want to do is like http://johan.deckmar.net/2009/09/spotify-friends-part-2.html, but in Java
  12. G

    flash player

    Recently it got broken and crashes the browser when anything with flash loads. What should I do?
  13. G

    4000 posts!

    Finally got to post #4000 xD. Took much longer than it took to get to 3000 xD :biggrin:
  14. G

    decompress RAR file in java

    Is there any way of doing this? I found http://sourceforge.net/projects/java-unrar/, but there is no documentation :/ Edit: ok I think I got some of the lib now, how correct is this: public static void unrar () throws RarException, IOException { String output =...
  15. G

    Deals on software

    What do you think? If a company has a special deal on it's software, should it be worldwide or not? The cause why I write this is that Microsoft sells win7 home premium for $30 to US students, while it's $180 for students here. This is not the first time they do it lol. What is the difference...
  16. G

    RFID chip, is it real?

    One of my class mates is a bit paranoid in my opinion. He believes that the American government wants to implant microchips (RFID chips) in every human on earth to keep track of them, and implement one global currency. So on this chip, you will have your money to automatically pay for stuff etc...
  17. G

    fans

    My GPU gets really hot when I'm playing, and I think it is that what causes my BSoDs. I had speedfan and flyff running for 30 min to check the temp, the GPU went to 56C and I think the System got too hot or something, as it showed -1C on them :/. How would I best fix this without spending too...
  18. G

    GUI freezing java

    This is my case: I have a swing GUI with a jProgressBar on. Then I have a jFileChooser where you could choose images, which gets read by an input stream that searches the end of the files for some bytes. I want the jProgressBar to update after every file gets searched, so if I choose 100...
  19. G

    network monitor

    I often get "The default gateway is not responding". First I thought it was my ISPs fault, but my mother never gets it on her laptop, so I think it's something with my computer. Is there any program that could log the cause of such things happening? Like if it's some faulty software or faulty...
  20. G

    archive file in image

    I made an app in java to hide an zip/rar in a jpg/png image. Now I want to reverse it, but then I need to find out if there is an archive in the image the user inputs. Any ideas on how I could check this?
Top