Search:

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

Search: Search took 0.15 seconds.

  1. Replies
    45
    Views
    2,936

    Re: Weekly programming challenge, 26 January

    Here is my "solution" in Ook!*

    http://phpfi.com/198804

    * Whats Ook!? http://www.dangermouse.net/esoteric/ook.html
    * Interpreter for Ook! in Python:...
  2. Replies
    63
    Views
    47,738

    Re: What is the best python editor?

    I'm using SPE since a short while, its definitive worth a look.
    The best Editor, is the one _you_ like best.
  3. Replies
    5
    Views
    819

    Re: Desktop Database Cross Platform?

    Take a look at SQlite.
  4. Re: Weekly Programming Challenge: Friday, Jan 12, 2007

    lloyd mcclendons comment looks for me like kind of trolling also.
    I for instance appreciate the challenges. If you don't, you're free to ignore them.
    P.S. I will try to solve the challenge later...
  5. Replies
    21
    Views
    10,321

    Re: HowTo: Wallpaper Changer for Xubuntu (Xfce)

    somebody might find this script useful.
    you will need to have at least php4-cli installed to run it.



    #!/usr/bin/env php
    <?php

    /**
    * xfce4-background-changer
  6. Replies
    15
    Views
    934

    Re: Storeing Images in a MySQL tables

    Storing Images directly to the Database is not recommended in General.
    You'd better just place a relative or absolute path to the image in the Database.

    Considering the size of your application...
  7. Replies
    3
    Views
    316

    Re: why won't this work? (css question)

    Even if you answer your own questions, don't go and just delete your question, but post your solution and let the question intact. This way other people might find it useful later.

    Often when I'm...
  8. Replies
    8
    Views
    402

    Re: Tracking my posts, helping others

    If you dont like the email notifications, you can also do an advanced search, look for your exact username, leave all the other options on default.
    Will show all the Threads you have been posted...
  9. Replies
    114
    Views
    9,273

    Re: The programming language of future!!!

    As said earlier in here, there allways will be a big variaty of different languages, that are all useful for solving different problems. Being a fanboi of a particular language sounds idiotic to me. ...
  10. Re: Weekly Programming Challenge: Friday, Jan 5, 2006

    I was thinking that you were suggesting to make it a subforum of Programming Talk, like the Packaging is one, and gets little attention.

    But that gets OT, I'm fine with either way, as long as the...
  11. Re: Weekly Programming Challenge: Friday, Jan 5, 2006

    Although I like the idea of grouping the Challenge Threads, I think the chances newcomers - like me - find those, are bigger when they are kept here.
  12. Replies
    13
    Views
    1,526

    Re: cron ends jobs early?

    Thats not enough information. Please tell us the language the script is written in and if possible you could post the whole script/relevant parts.

    Some scripting languages have limited runtime for...
  13. Re: Weekly Programming Challenge: Friday, December 29, 2006

    Here you go:



    #!/usr/bin/php
    <?php

    /**
    * Programming Challenge 2006/12/29
    * http://www.ubuntuforums.org/showthread.php?t=327334
  14. Re: Weekly Programming Challenge: Friday, Jan 5, 2006

    Ok here is mine, written in Tcl. Works fine and i'm quite satisfied with it.
    Was fun though, thanks for the challenge.

    http://paste.tclhelp.net/?id=81m

    Some example output:


    -- Grid...
  15. Re: Master Programming Tutorial Thread

    Tcl

    The Tool Command Language is an easy to learn scripting language, but still very powerful.
    Its designed to have self explaining, human readable sourcecode.

    References:


    The Official...
  16. Replies
    585
    Views
    122,445

    Re: How did you learn to program

    I started with 18 with some very easy html stuff. Learning by doing is how I allways learnt best. When time passed by I learned php, css, javascript, tcl, sql, very little shellscript and some...
  17. Replies
    1,058
    Views
    351,051

    Re: What's your Favorite IDE?

    Bluefish & joe on Linux, Textpad on Windows
    for php, css, html, tcl
  18. Replies
    21
    Views
    10,321

    Re: HowTo: Wallpaper Changer for Xubuntu (Xfce)

    Thanks for the hint, works out great.

    Just as a little addition, the crontab line could be also written as:

    */5 * * * * killall -USR1 xfdesktop
    to change the background every 5 minutes
  19. Replies
    8
    Views
    12,842

    HOWTO: Install php-gtk 2.0 alpha

    This guide is meant to be an easy step to step guide
    to simplify the installation of php-gtk 2.0 alpha.

    - Tested on
    Xubuntu 6.10 x64
    should work on Ubuntu 6.04 x86/x64, Ubuntu 6.10 x86 too...
Results 1 to 19 of 20