Search Results - JustLinux Forums


Search:

Type: Posts; User: ArtVandelay

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    3,767

    a more general solution

    I'm not going to post a zillion copies of this, but this one is an actual general solution for any size of image, so I feel obliged to post this version.

    Note - the scheme language - weird!
    ...
  2. Replies
    4
    Views
    3,767

    I did it

    I found lots of scripts to rotate images, but nothing about appending them.

    What I ended up doing in this script is copying and pasting from an original file, rotating what got pasted (a paste is...
  3. Replies
    9
    Views
    4,607

    I have had problems similar to this that were...

    I have had problems similar to this that were really hard to track down.
    I once set up my makefile such that it did not recompile a class's
    implementation file (the .cpp file) when I changed the...
  4. Replies
    9
    Views
    4,607

    I made a game about a year ago, and this kind of...

    I made a game about a year ago, and this kind of thing worked:



    class car
    {


    public:
    car();
  5. Replies
    13
    Views
    4,790

    It *is* a really good program! Way more intuitive...

    It *is* a really good program! Way more intuitive than blender, etc.

    I have never experienced this problem when launching K3B from the gnome environment (that is kind of ironic, eh?).

    It could...
  6. Replies
    4
    Views
    3,767

    appending images in the GIMP

    Is there a way to simply append images horizontally or vertically in the GIMP?

    You can do it in imagemagick like so:


    convert -background "#000000" +append tmp11.png tmp12.png tmp13.png...
  7. Replies
    49
    Views
    6,598

    Another vote for vim

    I'm not the worlds most knowledgeable vim user but it suits
    my purposes fairly well.

    I made attempts to learn vim and emacs.
    I don't really "get" emacs, I guess.

    When I set up a freeBSD...
  8. find

    I have also experienced the weird problem
    with find sometimes working and sometimes not
    when you do it in the usual way.

    A typical one for me is
    find . -iname "prefix*"

    Now I know to just...
  9. Replies
    0
    Views
    720

    rhythmbox: ntfs partition as non-root

    I have an ntfs partition with some MP3s.
    Distro is ubuntu feisty fawn.

    When I mount the partition, the owner of
    everything is root, so I can't just fire up
    rhythmbox from the menu and listen to...
  10. Solved

    For any other poor souls out there who floundered around,
    the answer is to add the following line to httpd.conf
    (in my case, the full path is /usr/local/etc/apache22/httpd.conf)


    AddType...
  11. php apache module not appearing to do anything

    Hello everyone.

    After a couple hours of hair pulling, I've apparently gotten
    the php apache module installed, and the httpd.conf
    file automatically got the load module entry added
    to it:...
  12. In that properties window, "roaming mode" is...

    In that properties window, "roaming mode" is checked, which
    causes everything else to be greyed out. That "sounds" like
    what I'd want since I'll be using multiple wireless networks.
    The one at...
  13. Ubuntu wireless not working at some locations

    I just switched to Ubuntu (Feisty Fawn) after being
    a long time Fedora user.

    Everything went smooth, including connecting to
    the wireless network at home. But now, at school,
    it doesn't seem to...
  14. Replies
    3
    Views
    1,271

    solved

    Thanks. ulimit -c unlimited is exactly what I was looking for.

    It turned out I solved the problem without needing the core
    dump as I managed to make it happen while in gdb by fluke.
    (and yes,...
  15. Replies
    3
    Views
    1,271

    core dumps on fedora. where/if?

    I'm trying to debug a program I wrote that has a weird crash that
    happens only on rare occasions. (doing this on Fedora 5)

    I always seem to not be able to reproduce it when I run it
    from gdb.
    ...
  16. Replies
    0
    Views
    730

    web reporting

    The combo I have going right now is perl
    and mysql. I'm pretty convinced about the merit
    of perl. There seems to be CPAN modules for everything.

    But I can't seem to find any that automagically...
  17. Replies
    3
    Views
    898

    About the second option

    Thanks for the reply!

    That second option is really what I'd like, but you cannot
    have image files within the CGI directories. They won't
    display correctly. The server tries to "execute" them
    or...
  18. Replies
    3
    Views
    898

    paths to stuff on webserver in perl

    here's a function I wrote thats part of a perl script



    #----------------------------------------------------
    # function : gf_show_image
    #
    # display a...
  19. Replies
    2
    Views
    737

    mp3 on Linux/Windows

    I noted that when burning mp3 to CD:

    - in windows, when using nero, it doesn't like the format
    of mp3s made in Linux with the grip utility

    - In Linux, when using k3B to burn to CD, it doesn't...
  20. Replies
    4
    Views
    1,090

    will that actually fool rpm though? doesn't it go...

    will that actually fool rpm though? doesn't it go by a database rather than the actual files themselves?
  21. Thread: quick edit

    by ArtVandelay
    Replies
    10
    Views
    2,415

    excellent!

    pterm -xrm 'pterm.RectSelect: 1'

    Now we're getting somewhere!
  22. Thread: quick edit

    by ArtVandelay
    Replies
    10
    Views
    2,415

    aterm and pterm

    I just installed aterm and pterm since they were short
    simple installs. I'll see if either cuts the mustard for me.
  23. Replies
    4
    Views
    1,090

    rpm: two versions of the same library

    I may have posted something like this before, but search turned up
    nothing. Hopefully the title I gave this post will be more searchable.

    Problem was VLC needs libgnutls.so.11


    [root@minidex...
  24. Thread: quick edit

    by ArtVandelay
    Replies
    10
    Views
    2,415

    thats one down

    gnome-terminal does indeed allow
    middle clicks as a non-menu paster, as does konsole.

    It even considers something you selected as "pastable"
    but it doesn't actually go to the window manager...
  25. Thread: quick edit

    by ArtVandelay
    Replies
    10
    Views
    2,415

    the reason

    this came up because at a job I did, I would use AIX, HP-UX, and
    Solaris, and they didn't necessarily have bash / history, so I would
    administer from windows using putty, and I set up this...
Results 1 to 25 of 191
Page 1 of 8 1 2 3 4