Search results

  1. Martin

    computer science area

    I don't see any method called taBortBok in your code.
  2. Martin

    computer science area

    It all looks alright to me.. :undecide:
  3. Martin

    computer science area

    Well assuming the method findWriter() returns the correct string, I see no reason why this should not work. The only concern that comes to mind is you want to eliminate any possible whitespaces that could have been stored inadvertently. You could accomplish that by running trim() on each of the...
  4. Martin

    computer science area

    You needed English class to tell you that? :p
  5. Martin

    computer science area

    I like the last quote the best, really proves his credibility on that one.. :D
  6. Martin

    computer science area

    http://www.b3ta.com/realistic-internet-simulator/ http://www.mslinux.org/ :LOL: "640 K ought to be enough for anybody." -- Bill Gates, 1981 "I believe OS/2 is destined to be the most important operating system, and possibly program, of all time. As the successor to DOS, which has...
  7. Martin

    computer science area

    I'm still waiting to see your hip java code... :rolleyes: ;)
  8. Martin

    computer science area

    Majed, you're dead meat, you know it and I know it :D
  9. Martin

    computer science area

    It looks okay but it depends on what you are trying to accomplish so I can't tell from that extract. It should be static on line 4 :)
  10. Martin

    computer science area

    Prove it ;)
  11. Martin

    computer science area

    Spoken like a C# coder.. what a LOoOSER muahahahha :devil::D But we digress, let's see some of your genius code, chump ;) Dazzle us won't you :p
  12. Martin

    computer science area

    I'm very touchy about my java... :mad::D
  13. Martin

    computer science area

    Well, do you see a constructor? No? Well then let's TRY to keep things simple to suit the example at hand, shall we? ;)
  14. Martin

    computer science area

    Loppan, to declare an empty array you would have: int[] arr = new int[6]; Majed, you're a jerk, I left it like that on purpose :p
  15. Martin

    computer science area

    There are exceptions of course... :rolleyes: :p
  16. Martin

    computer science area

    YES! The thread is getting more geeky by the post, I like that! :devil::D I'm assuming you are trying to find the largest integer in the array, as opposed to its positioning within the array. I might suggest something like.. public int oldest() { int[] arr = {23,25,28,29,24,27}...
  17. Martin

    computer science area

    I've tried Lindows 2.0 and it's pretty strange really :D It installs pretty fast, sets up all your drivers, display, mouse, all the things that will normally make you struggle in Linux. It runs on Debian and KDE so you have the underlying Debian structure and functions. Once you've installed the...
  18. Martin

    computer science area

    :D Linux is cool ;)
  19. Martin

    computer science area

    Most pros use pcs, that's how the market share of the pc/windows is much higher than that of mac, the home use of pcs can in no way account for a 90% share. And as for secretaries, if macs are better, why didn't they get macs? Who cares what they need them for?
  20. Martin

    computer science area

    You need to locate your XF86Config, sometimes named XF86Config-4 and change the settings. # locate XF86Config /etc/X11/XF86Config-4 # nano /etc/X11/XF86Config-4 In the file, under Section "Screen" you should see various resolutions listed, just edit the list and change the default one. :)