Search:

Type: Posts; User: DeadEyes; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    23
    Views
    4,018

    [ubuntu] Re: Nokia 6300 phone and USB problem

    Update to 2.6.27-8-generic doesn't seem to have fixed the problem. I tried wammu and it works in nokia mode for getting info and contacts but what I need is transfering music which I used to do using...
  2. Replies
    23
    Views
    4,018

    [ubuntu] Re: Nokia 6300 phone and USB problem

    I'm having the same problem, guess I'll just have to wait for a kernel update.
  3. Poll: Re: Share with the community your gutsy install/upgrade experience

    Where's the upgrade failed or didn't even get started option. I tried to upgrade through the update manager but the servers are obviously going into meltdown. I'll leave it for a few days now.
  4. Replies
    4
    Views
    33,384

    Re: Run command line program from Ruby script?

    In ruby you can use
    system("tar xzf test.tgz") ->true
    or
    backquotes
    result = `date` -> "Thur Sep 06"

    If you want more interaction have a look at IO::popen

    Edit: on top of what geraldm said
  5. Replies
    7
    Views
    1,468

    Re: Ruby and Glade3

    Ah, been there. Actually your program is working. The window's visible property is set to false. For the top level window in Glade go to common properties and set visible to Yes then try again.
    Now...
  6. Replies
    7
    Views
    1,468

    Re: Ruby and Glade3

    Your not giving us much to go on, what exactly is happening?
  7. Replies
    6
    Views
    497

    Re: Ruby and long/large numbers

    Ruby should handle big numbers automatically, as far as i know it hold numbers in a knid of string so the only limit is memory. no int type overflows.
  8. Re: Simple shell script to ping every couple of minutes?

    what about a simply using the interval switch
    ping -i120 ipaddress
  9. Replies
    5
    Views
    703

    Re: Error: Object Expect

    The change does not appear to have had any effect. It could just be my setup. I'm sure, I'm not the only person who views the forum using Win+IE6 yet no one else seems to be bothered by it, or at...
  10. Replies
    5
    Views
    703

    Error: Object Expect

    Running IE6, I keep getting Error:Object Expected every time a page loads.
    The debugger points to this line:


    $('q').addEvent('focus', function() {
    $('q').select();
    });

    Its begining to...
  11. Replies
    2
    Views
    1,605

    Re: ubuntu.ie -- IP theft?

    I don't think I would consider it theft, but it is rather myopic of them. I mean they obviously came across the word liked it and decided to use it, but never bothered to do a quick google.
    Someone...
  12. Replies
    7
    Views
    20,189

    Re: How install glade???

    You might find this helpful
  13. Re: I installed Ubuntu with a hate for Windows. You?

    I installed Ubuntu cause I wanted to try something new. I had always wanted to check out Linux but could never find one that worked. winmodems being the main problem. I don't hate Windows in fact...
  14. Replies
    27
    Views
    6,886

    Re: Is Ireland goin downhill fast?

    So it's not all bad, If we could just get control of bloody house prices.
  15. Replies
    224
    Views
    9,675

    Re: What is your browser homepage?

    about:blank
  16. Replies
    19
    Views
    1,705

    Re: Recent Graduate - J2EE vs .NET

    First off Java/.NET are not mutually exclusive, you can learn both. If you know Java and have a good grounding in programming concepts you should be able to pick C# up in about a week. You won't get...
  17. Thread: Halo on Linux

    by DeadEyes
    Replies
    18
    Views
    1,454

    Re: Halo on Linux

    It would appear that you can install but not run it with Ubuntu although someone appears to have had some success with Suse.
    http://appdb.winehq.org/appview.php?iVersionId=2720
  18. Thread: Regex help

    by DeadEyes
    Replies
    6
    Views
    345

    Re: Regex help

    I didn't fully understand I thought he was just looking for the names.
  19. Thread: Regex help

    by DeadEyes
    Replies
    6
    Views
    345

    Re: Regex help

    ='(\w|<|<=|=|>=|>)*'

    use the above regexp to do a global find, and replace with an empty string you should get:

    nome,soprannome,eta,peso

    in your example there is a <=100, so I assume there...
  20. Replies
    7
    Views
    468

    Re: Design Patterns

    here is a site with some of the basic ones its for .NET but should be easily understandable.
    more free eBooks don't know if any of them are any good though.
  21. Replies
    13
    Views
    902

    Re: Help with a Java program

    Two pieces of advice if I may
    1. Variable name should be meaningful. "c,n,p,o" are not very helpful when reading the code. Single letters like "i" can be used for loop indexes but thats about it....
  22. Re: Weekly Programming Contest - Friday, Dec 1, 2006

    oops word/work :)
  23. Replies
    10
    Views
    74,280

    Re: Convert .xcf to .jpg or other?

    No problem, xyz. It is simple but maybe not so obvious, the reason I know is because I had to ask the same question at one time.
  24. Replies
    10
    Views
    74,280

    Re: Convert .xcf to .jpg or other?

    I nearly certain that The Gimp saves the file based on the extension you give to the filename, so if you have a file called test1.xcf and you save it as test1.jpg it will automatically convert it to...
  25. Replies
    55
    Views
    20,677

    Re: kmail vs thunderbird vs evolution

    I use Thunderbird on XP and Edgy that way I can access my mail regardless of which OS I boot.
Results 1 to 25 of 42
Page 1 of 2 1 2