Search results

  1. B

    I can't get DrJava/compiler to work

    Use Eclipse IDE, you'll love it! A lot of companies uses Eclipse IDE to develop their projects, it'll prepare you for the long run.
  2. B

    What defines a developer

    I agree with what's been said and would second that it can't hurt to apply for other positions than "junior dev/entry level". From what I hear, experience is what companies look for. Most positions doesn't state the titled developer position but rather the number of experience the applicant...
  3. B

    512 MB MP3 player $4.99 shipped w/google checkout

    thanks, just what i needed for when i go out and exercise.
  4. B

    Anyone played the Splinter Cell series?

    im big CS fan, so i too like running around and shooting ppl dead, and i admit this is hard to do on SC, especially since it's in third person view, but what it lacks in CS it makes up with its cool moves such as breaking somebody's neck while hanging from a pipe, or throw somebody off a ledge...
  5. B

    The 24 Poll: Which Season do you think is the best?!?

    that logic may work for you, but never for me. those characters such as kim, chase, driscoll's daughter, were not intended to annoy viewers...(why the hell would they do that??) , but they're more of just fill ins, failed ones if i may add. i rather see some real intense action, twists, and...
  6. B

    Pre-Newbie Programming Question

    go with java, it's less complicated than c++, but i would definitely say that whichever one of you choose, you should go with a higher level language , and preferably an object oriented programming language. although it wouldn't hurt if you learned some basics of scheme or lisp, they do. i...
  7. B

    Programming Challenge

    writing an AI for this is going to be very tricky, you'll most likely going to do a lot of deterministic programming, the complexity is pretty intricate, of course it's solvable, it's just a matter of how intelligent the AI is going to be, and i guess that'll depend on how you implement and what...
  8. B

    Is pot addictive answer the poll please

    i actually talked about legalizing marijuana for one of my speeches in my speech class. most ppl smoke it for fun and to get high, just like ppl drinking to get drunk, not because the body is craving for it.
  9. B

    Is Flash Java?

    no flash isn't based on java, although it has its own syntax for programming it is different. and i wouldnt recommend you using flash for anything else but buttons/menus, unless you master it, because it's quite hard to update. flash is only for pretty looking websites, if that's what you're...
  10. B

    best program for splitting avi files?

    i would say you get either virtualdub or video splitter. video splitter is a trialware though, so you won't get the full splitting option with the trialware. virtualdub is free and fairly easy to use, there are some guides out there if you google for them. but if you really have the time i...
  11. B

    what are hemmoroids? UPDATE

    i dont think so dude, your infection won't go over, over a night. by do head over to rite aid and see if they have something for pinworms. and how long have you had it? you should really check if anybody in your house hold has the same symptoms, or you might get it again sooner than you think
  12. B

    what are hemmoroids? UPDATE

    what you do about it is that you go to your doctor and get a prescription for it. it's very easy to spread what you have, basically the worm/parasite "migrates" to your rectum and lay its eggs there (thousands), and that's what is causing the itchiness. try to not scratch the area, and if you...
  13. B

    what are hemmoroids? UPDATE

    sounds like you got pinworms
  14. B

    PSA: You are not in Night Crew if your name is not on the following list.

    wow, and i thought joining clans on CS was as lame as something could get....i stand corrected.
  15. B

    fedex shipping

    not always, but more than likely it won't get there earlier than tues. i once ordered a few memory sticks, it was "standard" shipping and scheduled 5 day shipping, but it arrived in 24 hours, but that's because the place it shipped from was a neighboring city.
  16. B

    New date tomorrow...cant wait!

    btw, you need to stop posting pix of your dates, because i take it they didnt give you permission to do so . last time around i actually had sympathy for yah, but you're really begging for ppl to bash yah, huh.
  17. B

    New date tomorrow...cant wait!

    thought you were in love last time u were on here with that other girl.
  18. B

    $1000 credit card bill, and every item is $20 or less

    i know exactly what you mean. those suckers build up, fortunately i too never spend more than what i have. and i honestly don't see how or why people would spend money they don't have. it's simply scary that there's a chance of not being able to pay it back for whatever reason.
  19. B

    Anyone played the Splinter Cell series?

    my 2 pennies on this is that you have to play the first two before playing the newest one. not because there'll be twists or spoilers...but because each installment of splinter cell has new things you can do, so if you play 3 and go back to 2 and 1, you'll see how limited your movement and...
  20. B

    Anyone have a programming project that needs to get done?

    you must be very bored..
  21. B

    The 24 Poll: Which Season do you think is the best?!?

    season 1 was very good, lots of twists, but i still have to go for season 2, it was just that much more intense, and it didn't have jack on a leash with his family being kidnapped. season 4 was also very good, just finished watching it. and i liked it because we didnt have annoying kim bauer...
  22. B

    Can anybody help me with a Java program?

    heh, just to clarify, this isnt my program, i just bumped up a very old thread.
  23. B

    Writing "proper" Java

    i always do if (condition) { code } else { code } the only time i do what's described in the page is the : try { code } catch (....) { code } i guess that makes it a bit inconsistent other than that i always put an open bracket next to a function/condition
  24. B

    Can anybody help me with a Java program?

    well that's how i interpreted the problem, that he wanted to separate positive even, positive odd, and negative to its respective arrays
  25. B

    Can anybody help me with a Java program?

    that piece of code will put negative values in even and oddlist, that was not intended, since you're suppose to separate the negative values and put them in the negativeList doing if (positive & even) put in evenList else if (positive & odd) put in oddList else put in negativeList //...
  26. B

    Can anybody help me with a Java program?

    100+ is very different from 1000+. which one's it gonna be? for(; ; ; )...very bad coding, why write something like that? when you have a while loop that is designed to loop until you break out of it, while a for loop is used primarly to loop around a fixed # of times. i think the whole...
  27. B

    Can anybody help me with a Java program?

    well how do you suggest you do an infinite loop with a for loop? set the limit to a very large number? it seems impractical, or perhaps you set it to something that will never be true. such as (for i = 0; i < -1; i++) , but yet again, it seems impractical. and the break statement is obviously...
  28. B

    Quick Java Question -- How to replace a component in a frame/container

    i wasn't talking about ...remove() or add()... i dont really see how they could have that. cuz if you dont want one you simply remove the code that represented the button, or u just add the code needed for the button. there should not be any effect in regards to the order of how you lay out...
  29. B

    Can anybody help me with a Java program?

    i have no experience with reading/updating other peoples code so i can't comment on that. but sometimes you're forced to use while loops, if there's no fixed number of iterations, although in this case there is. but imagine if the program was to ask for an integer input until the person...
  30. B

    Linked List "remove" method trouble in java.

    well working with linked list is much easier to implement certain algorithms. try writing something that uses a binary tree with an array. it's very inefficient, algorithm-wise, because you'll have to resize the array at some point and put the values into the array again.
  31. B

    Can anybody help me with a Java program?

    oh yeah, i need to put an increment for i, before it loops around. but yeah a for loop could do it as well, (for int i = 0, even = 0, odd = 0, neg = 0; i < 10; i++) {...} on another note, why is it less preferred to use while (do/while) statements? or are you talking about break in...
  32. B

    Can anybody help me with a Java program?

    i would imagine that you only put positive integers in the first two arrays, and whatever is negative (odd or even) will be put in the negative array.
  33. B

    Can anybody help me with a Java program?

    heh...i know this is waaaaaay past over due on your hwk. but i dont see why you wrote your program the way you did, it doesn't make sense. you should've used a while loop int i = 0, even = 0, odd = 0, neg = 0; while(true) { if (i == 10) break; System.out.print("Input an integer...
  34. B

    Quick Java Question -- How to replace a component in a frame/container

    are you asking if a component can be removed or replaced with a new one? if so then yes. if you want to remove it, then you just remove the button object in the code if you want to replace it, then you keep the object but write a specific method for it...
  35. B

    Good HTML

    there's a little difference between html and coding a script for a webpage. if he wants to create a simple website, then he doesnt really need to learn programming. using MS frontpage or macromedia dreamweaver would be sufficient. but if he really wants to know how to code, then he should...
  36. B

    what else can i do with my pc

    that's because CS was not meant for them, if they're struggling with "coding" then they really need to change major NOW, because it's not going to get any easier when the material taught will be mostly about theories, design and analysis of algorithms, etc.
  37. B

    Mailman stealing Netflix Movies... I saw him!!!!

    when i read the title the first thing that came to my mind was turn that sucker in. but then reading the last part of your post about how the extra money goes to grocery etc., i can't help but to say let it be, or warn them. on the other hand, correct me if i'm wrong, would you not be an...
  38. B

    AHHH!!!! Which house would you buy?

    FIOS, is basically an internet connection, right now provided by verizon, gives you up to 30MB of d/l and 5MB u/l for their most(?) expensive package. anyways, what's the price for each? i'm a sucker for new houses, so i would go with that. clearly the neighborhood for the new area will be...
  39. B

    Do you feel that people are always deserving of a second chance when they screw up?

    definitely depends on what the person screwed up on. if they screwed up by cheating then kick them out to the curb. i don't believe in people in that nonsense of "in the heat of the moment", being unfaithful is not something that occurs in a moment, the person has a choice and plenty of time...
  40. B

    Elisha Cuthbert on Conan

    cute?? she drove me nuts in 24, i'm glad she got cut off. and her damn screaming in house of wax is annoying as hell "listen...PLEASE DONT KILL ME!" - from house of wax. i think we heard her say that enough in 24. it makes me want to kick her in the stomache and a few more times against...
sale-70-410-exam    | Exam-200-125-pdf    | we-sale-70-410-exam    | hot-sale-70-410-exam    | Latest-exam-700-603-Dumps    | Dumps-98-363-exams-date    | Certs-200-125-date    | Dumps-300-075-exams-date    | hot-sale-book-C8010-726-book    | Hot-Sale-200-310-Exam    | Exam-Description-200-310-dumps?    | hot-sale-book-200-125-book    | Latest-Updated-300-209-Exam    | Dumps-210-260-exams-date    | Download-200-125-Exam-PDF    | Exam-Description-300-101-dumps    | Certs-300-101-date    | Hot-Sale-300-075-Exam    | Latest-exam-200-125-Dumps    | Exam-Description-200-125-dumps    | Latest-Updated-300-075-Exam    | hot-sale-book-210-260-book    | Dumps-200-901-exams-date    | Certs-200-901-date    | Latest-exam-1Z0-062-Dumps    | Hot-Sale-1Z0-062-Exam    | Certs-CSSLP-date    | 100%-Pass-70-383-Exams    | Latest-JN0-360-real-exam-questions    | 100%-Pass-4A0-100-Real-Exam-Questions    | Dumps-300-135-exams-date    | Passed-200-105-Tech-Exams    | Latest-Updated-200-310-Exam    | Download-300-070-Exam-PDF    | Hot-Sale-JN0-360-Exam    | 100%-Pass-JN0-360-Exams    | 100%-Pass-JN0-360-Real-Exam-Questions    | Dumps-JN0-360-exams-date    | Exam-Description-1Z0-876-dumps    | Latest-exam-1Z0-876-Dumps    | Dumps-HPE0-Y53-exams-date    | 2017-Latest-HPE0-Y53-Exam    | 100%-Pass-HPE0-Y53-Real-Exam-Questions    | Pass-4A0-100-Exam    | Latest-4A0-100-Questions    | Dumps-98-365-exams-date    | 2017-Latest-98-365-Exam    | 100%-Pass-VCS-254-Exams    | 2017-Latest-VCS-273-Exam    | Dumps-200-355-exams-date    | 2017-Latest-300-320-Exam    | Pass-300-101-Exam    | 100%-Pass-300-115-Exams    |
http://www.portvapes.co.uk/    | http://www.portvapes.co.uk/    |