Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    7
    Views
    277

    Re: Regular expressions help (sed)

    Thanks,

    It's a heck of a lot more beneficial to look at code segments (that to the beginner can look incomprehensible) when I already know what they should be doing
  2. Replies
    7
    Views
    277

    Re: Regular expressions help (sed)

    Thanks, your example is very useful
  3. Replies
    7
    Views
    277

    Re: Regular expressions help (sed)

    For those who might be interested, I got it working with the following:


    sed -e "s/example...."."txt/$filename/" foo.txt > bar.txt

    which is example[anychar][anychar][anychar][anychar][.txt]....
  4. Replies
    7
    Views
    277

    Re: Regular expressions help (sed)

    Ahhhh,

    Thank you!

    Much to learn obviously

    Cheers again
  5. Replies
    7
    Views
    277

    Regular expressions help (sed)

    Hi all,

    I am rather new to scripting and am only starting to learn as it has become necessary. I am enjoying it, but I am currently having some trouble with the following...

    Within a file, I...
  6. Replies
    1
    Views
    2,267

    Re: GNUplot output to multiple png

    Hi,

    you will have to write a script for it to use. Everything that you need is at the following page

    http://t16web.lanl.gov/Kawano/gnuplot/intro/working-e.html
  7. Re: Controlling the mouse from a programme

    No problem, shame I couldn't be more help - but I am no expert on this kind of coding. Cheers for posting your findings, I would be interested in taking a look myself... I will be of more use next...
  8. Re: Controlling the mouse from a programme

    I have never really tried anything like this...

    Python - in particular "Pygame" can work on a pixel-by-pixel basis (of course, game programming is closely tied into controls/the mouse cursor). If...
  9. Replies
    16,646
    Views
    772,143

    Re: The last place trophy game

    Do While t<t_universe
    Print *, "i win ololololololol"
  10. Replies
    27
    Views
    1,427

    [ubuntu] Re: Duh, you are missing libraries!

    Oops sorry, how did you try and install it then? What commands?
  11. Replies
    27
    Views
    1,427

    [ubuntu] Re: Duh, you are missing libraries!

    Do you get any messages when you try and install it - if so post them here
  12. Replies
    14
    Views
    1,998

    Re: Bump alternative

    Lol, this made my day

    Sorry I can't be of any help beyond saying that I agree to a degree. I guess if you bump your own thread people see that it has had responses and don't bother looking at it -...
  13. Replies
    16,646
    Views
    772,143

    Re: The last place trophy game

    Last post.

    No returns.

    Injection for life.



    sudo win
  14. Replies
    53,489
    Views
    3,280,312

    Re: The BUMP Thread

    bump
  15. Replies
    16,646
    Views
    772,143

    Re: The last place trophy game

    shhhhhhhhhhhhhhhhhhhhhhhhhh


    nothing to see here...


    go away and eat bacon or something...............


    (unless of course thread is closed - in which case this counts as final post!......
  16. Replies
    6
    Views
    420

    [SOLVED] Re: developing a server like Apache

    The web security tutorials here are nice intro into some concepts:
    http://code.google.com/edu/courses.html

    The examples involve web servers (including a basic one with source code you can look...
  17. Replies
    763
    Views
    65,171

    Re: Challenge for all you Microsoft haters!

    I agree with you, but MS already has a strong foundation laid, even if it is a psychological comfort due to familiarity

    It is this part of the population which will lay the same foundation for...
  18. Replies
    6
    Views
    484

    Re: n game issues

    I searched ubuntu packages:
    http://packages.ubuntu.com/search?keywords=libgtk1.2&searchon=names&suite=all&section=all

    but don't know if it contains what you are after...
  19. Replies
    7
    Views
    1,305

    Re: Installing IE under Wine???

    What is output of:



    wine --version
  20. Replies
    6
    Views
    484

    Re: n game issues

    That probably means that libgtk-1.2.so.0 is out of date. What you can do though is go into synaptic package manager --> repositories and manually add

    deb http://us.archive.ubuntu.com/ubuntu/...
  21. Replies
    2
    Views
    343

    [ubuntu] Re: problem after login

    It may be worth trying to create a new login as mentioned here:
    http://ubuntuforums.org/showthread.php?t=1061084
  22. Replies
    2
    Views
    343

    [ubuntu] Re: problem after login

    See this thread first:
    http://ubuntu-virginia.ubuntuforums.org/showthread.php?t=1373476
  23. Replies
    4
    Views
    842

    Re: Batch/Script Program Help

    Where are you running this from (e.g. an admin machine)? If you are on a network you will have to make sure you include the network name when you specify that in the DESKTOP LOCATION.

    e.g. you...
  24. Replies
    763
    Views
    65,171

    Re: Challenge for all you Microsoft haters!

    Microsoft is good for what it is - an OS for the majority of people.

    I use Linux, but don't really have a problem with MS. It can be cheap, easy and runs pretty much everything an everyday user...
  25. Thread: feappv

    by lordhaworth
    Replies
    4
    Views
    2,020

    Re: feappv

    Hi,

    Can you show us what the error message is that you are getting?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4