• 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 tontork

  1. T

    looking for a new carrier

    My bill is $85 before taxes. The texting might be related to swype. I would select one contact, and another would open up. I might open my best friend's text message stream, and get my girlfriend. I am using the normal texting on there, not the swype. Seems to be working ok.
  2. T

    looking for a new carrier

    I believe I still have it on my plan with the Evo. I have a bunch of notifiers that I am now a premier member. Im not a big fan of the evo. The coverage of sprint is good, but the Evo isn't so good. Texting issues galore.
  3. T

    So I guess 59.99 is finally the new price point for PC games..

    I bought Starcraft 2 for $50 bucks when it was on sale, and I waited for the Inception BR to be on sale for $13.99. That was the last game I purchased, I am in the same boat, I won't pay $60 for a game or $25 for a BR. One of my friends bought Black Ops on the pc for $60 when it first came...
  4. T

    CS Degree - In over my head?

    If you are doing systems programming I could see CS. If you were aiming for a Microsoft or Apple job developing the OS. If you are doing application type (java/.net) I could see either CS or CIS.
  5. T

    Clone drives?

    Dell/HP/Lenovo tend to have their software already activated, the latter two for sure. On my thinkpad, it was place the two dvds in, wait for it to finish installing, and then boot into windows. No activating, no driver installs, and I was fortunate Lenovo didn't include any crapware on the...
  6. T

    CS Degree - In over my head?

    cabech984- depends on where you are looking. Google will definitely require a high gpa, they have been known in the past to ask why someone's gpa isn't high. For the most part, I dont think it matters. Some companies ask for a minimum gpa if you are doing an internship. I believe JP Morgan...
  7. T

    CS Degree - In over my head?

    At my school, we have CS, IS and BIT, plus a few more additional degrees. BIT is a tie between the business college and the computer science college. There is no programming in the BIT. IS is information system that comes from the computer science school. There is programming involved...
  8. T

    CS Degree - In over my head?

    I would agree with this. Go back and take College algebra if you have to. I am reading up on assembly programming than, taking the class. I might have to take another course before I take the assembly class, if I decide to take it.
  9. T

    CS Degree - In over my head?

    Assembly Programming is a bitch, it is worse than C++. I had it, and dropped it due to having to take it via distance learning with a professor who doesn't speak English clearly, and his super long homework. I didn't even need assembly for my program, but I took it anyway. Just wait to you...
  10. T

    CS Degree - In over my head?

    I agree. I bombed Java the first semester I had it in grad school. I had a little java way way back, and I did great one semester and bombed another. I had a D+, I did not even do the last project correctly. I just didn't open the book, I didn't write programs, and I didn't watch my...
  11. T

    Web Sync'd Notepad

    I don't need additional software. I also don't have ads when I am editing ;-)
  12. T

    Java Arrays

    The Java API has some sort functions built in. I believe you can use a sort, than a sub function within that function. http://download.oracle.com/javase/6/docs/api/ http://download.oracle.com/javase/6/docs/api/javax/swing/SortOrder.html
  13. T

    IDE for Python? IDE for PHP?

    I might check that one out myself. I have been using textpad. Textpad is ok, the software asks me if I want to buy it every few time I run it.
  14. T

    Java Arrays

    I see what you are saying, he is reading a single array and searching one array. my bad!
  15. T

    Java Arrays

    He told you. I think he is mostly correct about what he said. As for the second loop, when you reach the last item in the array number (be that 5, 500, 5000), it will error out. It will be searching for spot 6, 501, or 5001 in the array, and since they dont exist you will get a nice error...
Back
Top