Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    30
    Views
    4,390

    Re: Beginners Programming Challenge 16

    I apologise for the long time it took to judge the entries. The results are now in, and the winner is:
    appi2012
    Although I had to fix your code a little itsy bit (one line indented wrong, nothing...
  2. Replies
    30
    Views
    4,390

    Re: Beginners Programming Challenge 16

    Yes, it should emulate it. The image should change according to the rules of the game. Tip: make a waiting time between the changes so I can actually observe them.
  3. Replies
    30
    Views
    4,390

    Re: Beginners Programming Challenge 16

    Yes the file will be the right length. I realize that you can do without the size, bonus points I guess.
    To the non-standard library, can I download it from the ubuntu repo?
  4. Replies
    30
    Views
    4,390

    Beginners Programming Challenge 16

    The challenge now is related to the Conway's Game of Life. Yes - you must create a program which emulates it.
    Rules: http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
    You may consider dead...
  5. Replies
    46
    Views
    9,486

    Re: Beginners Programming Challenge 15

    Yes, I figured that much. Now, I'm seeing the Wiki algorithm seems to try all the possibilities (substitution, insertion and deletion) and then sees which one is most efficient. Is that correct?

    I...
  6. Replies
    46
    Views
    9,486

    Re: Beginners Programming Challenge 15

    Ok, I am a beginner to programming in general (I've been learning for 2 or 3 months now). I picked up C about a month ago. I tried to come up with my own way of doing this. It may not be the most...
  7. Replies
    6
    Views
    410

    [all variants] Re: Two very basic question.

    On a terminal, type:

    alacarte
    Report back if any errors are found.
  8. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    Banned for having a blog.
  9. Replies
    28,953
    Views
    1,391,837

    Re: Ban The User Above You.

    I ban you for hiding your beans.
  10. Replies
    13
    Views
    1,066

    [ubuntu] Re: Help with internet

    Bump; I know this issue is strange but we really need some help over here.
  11. Replies
    13
    Views
    1,066

    [ubuntu] Re: Help with internet

    They are active.
  12. Replies
    13
    Views
    1,066

    [ubuntu] Re: Help with internet

    We tried re-installing firefox but it did nothing.
  13. Replies
    13
    Views
    1,066

    [ubuntu] Re: Help with internet

    "ok pedro3005, here's my answer for STLsaint (on the forums), tell him that I can load most pages on a profile, but when I need to upload any information from a form that the browser simply does not...
  14. Replies
    13
    Views
    1,066

    [ubuntu] Help with internet

    I'm posting this in regards of a friend, who has this issue but cannot access the forums. The problem:
    Any solutions?
    EDIT: He added that making new profiles work for a while, but later stop.
  15. Replies
    140
    Views
    14,487

    Re: Beginner Programming Challenge #9

    Well, I'm learning python and this was helpful. I had to get a bit of help (was that cheating?), but I did lots of it myself. Not my hardest challenge yet :D!


    import string
    save =...
  16. Replies
    24
    Views
    1,867

    [other] Re: I messed up Pidgin

    I think it should be either:

    sudo apt-get purge pidgin
    or

    sudo apt-get remove --purge pidgin
    Correct me if I'm wrong though.
  17. Replies
    4
    Views
    475

    [ubuntu] Re: Where do Startup Applications get run ?

    Also, the reason rc.local didn't work is you probably didn't make it executable. Try:

    sudo chmod +x /etc/rc.local
  18. Re: Wine world of warcraft installer temp deletion errors and more!

    I would try running the downloader as root user.
  19. Replies
    12
    Views
    1,061

    [ubuntu] Re: Unable to install NVIDIA driver

    System > Administration > Hardware Drivers.
  20. [ubuntu] Re: Cannot create archive from my home folder, permission denied.

    Can you create files at your desktop?
  21. Replies
    8
    Views
    601

    [ubuntu] Re: Help with Internet

    To get in the desktop try

    cd ~/Desktop
    But what is this driver? What format is it? What OS was it made for? Are you following a guide or anything?
  22. Replies
    3
    Views
    945

    [ubuntu] Re: running fsck from live DVD

    sudo e2fsck -C0 -p -f -v /dev/sdxy
    Remember to alter sdxy to your partiton, which in your case is sda1. So:

    sudo e2fsck -C0 -p -f -v /dev/sda1
  23. [ubuntu] Re: is there anyone who can help me connect wirlessly!!

    Run this on a terminal:

    sudo apt-get install b43-fwcutter
    When you are asked "Fetch and install firmware?" answer "Yes" (just press "Enter).
    Reboot and see if that works for you. Tip extracted...
  24. Replies
    14
    Views
    9,556

    [all variants] Re: can I move /usr/src files?

    You can get rid of them, i think the following command will do:

    sudo apt-get purge linux-headers-2.6.20-15 linux-headers-2.6.20-16 linux-headers-2.6.22-10 linux-headers-2.6.22-9...
  25. Replies
    9
    Views
    1,721

    [ubuntu] Re: Try ubuntu option not working

    What's your graphics card?
Results 1 to 25 of 243
Page 1 of 10 1 2 3 4