• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by sqeezon

  1. S

    Filcos up on Amazon

    Hey guys, I have been trying to grab a Filco Majestouch with Cherry Browns for a while now and found them up on Amazon this morning. http://www.amazon.com/Majestouch-Tenkeyless-Tactile-Action-Keyboard/dp/B00304DCMG/ref=sr_1_2?ie=UTF8&qid=1299170428&sr=8-2 Also, the Leopolds are up on...
  2. S

    Best Micro ATX Solution

    I am looking to put together a micro atx machine this week. I am looking for the best bang for my buck. The only thing I currently own that will be going into the machine is a single slot 8800gt. Can anyone offer me advice as to whether ATI or Intel makes a better micro atx board for the price...
  3. S

    Flash and PHP

    I am trying to send a variable from a flash input text box to a php script. The input box has a var name of search. The PHP script attempts to read in this variable by doing the following $text=$_POST['search']; the flash code is as follows: on (release) {...
  4. S

    Simmering: BFG 8800 GTS OC 320MB $257

    Go grab the Radeon 2900pro for the same price at http://www.ewiz.com/detail.php?name=AT-29PRO51 more bang 4 your buck imo
  5. S

    Java GUI that looks nice

    I am trying to develop a java application to talk to a database. I know of a few different options for designing a gui for the app. There is swing which is built in but it looks terrible and I would rather go with something a little "flashier". I could do a java applet in a web browser but this...
  6. S

    Wierd lag problem in VIsta

    I have Windows Vista Ultimate installed on my machine. Since I have started using Vista I am noticing a problem in online games where everything seems to stop for a minute then speed up really fast. This happens every 3 minutes or so and makes gaming almost impossible. I mostly play World of...
  7. S

    Opteron 165

    Finally I am finished :) CPU running at 2.7 with 1.4V Core temp is around 64-66 but as far as I can tell this is acceptable.
  8. S

    Opteron 165

    2.6 and 60C....I am worried this is too hot.
  9. S

    Opteron 165

    Just started the overclocking...currently at 2.2 and going smoothly. I'm using stock cooling and core temp is at 54C under full load. Anyone know what a safe temp is for the Opty 165 under 100% load.
  10. S

    Opteron 165

    For those of you picking up an opty 165 from the egg hoping to get the magic stepping I just got mine in today...CCBBE 0610. It was shipped from TN as far as I can tell. Just wanted to get everyones hopes up :)
  11. S

    Binary Tree

    Yes, that is the bit I'm talking about. I see what you are saying. Now I will see if I can fix it.
  12. S

    Binary Tree

    After doing as much testing as I am capable of I must turn to the good folks of the forums for assistance. I'm creating a binary tree in Java with all the normal tree functions (insert, delete, print). The delete method I have written is giving me trouble. Here is the method. //Recursive...
  13. S

    500GB Maxtor 159.99 from Outpost(Real this time)

    pata makes me sad
  14. S

    Status of Java

    I am currently a comp sci undergrad and I can give you this little bit of advice. Assuming you are doing your assignments in java, after you get your program coded try to rewrite it in another language you want to learn. One of the C languages is probably the easiest but regardless it helps just...
  15. S

    AVL Tree in Java

    nm kill this I figured it out
Back
Top