Search Results - JustLinux Forums


Search:

Type: Posts; User: Ashe

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Thread: 8 queens

    by Ashe
    Replies
    7
    Views
    16,634

    ok... I found the problems, and I also found you...

    ok...
    I found the problems, and I also found you can ramp up the difficulty on the chess program.

    Here are a couple problems:
    http://www.itasoftware.com/careers/programmers.php


    Also, I...
  2. Thread: 8 queens

    by Ashe
    Replies
    7
    Views
    16,634

    woo:)

    that was fun:)
    This isn't the optimal way. Just the quickest (to code) brute force way. Given that the problem is pretty small (and that I forget a @(#*@ perl command :P ) it really isn't a concern....
  3. Replies
    5
    Views
    474

    put the path in single quotes

    put the path in single quotes
  4. Thread: Leaving JustLinux

    by Ashe
    Replies
    15
    Views
    2,446

    this is slightly OT, but someone mentioned...

    this is slightly OT, but someone mentioned heading over to linuxquestions. While linuxquestions is a wonderful source of information, my frusteration with their social rules is what caused me to...
  5. Replies
    2
    Views
    700

    http://search.cpan.org/author/JENDA/Mail-Sender-0....

    http://search.cpan.org/author/JENDA/Mail-Sender-0.8.04/Sender.pm
  6. Replies
    4
    Views
    696

    I like Bit Torrent. It isn't so much file...

    I like Bit Torrent. It isn't so much file swapping as it is mirroring. It uses P2P swarming to lighten the bandwidth load on popular items.
    I wish I had known about it when I was downloading my...
  7. Replies
    6
    Views
    1,295

    agreed, but the real debate is over time. I...

    agreed, but the real debate is over time.

    I wouldn't know, because I have never been into a real XP heavy shop :P

    I would guess that it would be faster. Considering all the clean up programmers...
  8. Replies
    6
    Views
    1,295

    http://www.xprogramming.com/xpmag/whatisxp.htm ...

    http://www.xprogramming.com/xpmag/whatisxp.htm

    basically its a programming style that leans heavily on testing and redundancy.

    you build a testing suite,
    and all aspects/modules of your...
  9. Replies
    1
    Views
    521

    how are you connected to the internet? I would...

    how are you connected to the internet? I would think that is the likely suspect.
  10. try using single quotes. You can do stuff like...

    try using single quotes.

    You can do stuff like
    mkdir 'foo bar'
    and cd 'foo bar'
  11. Replies
    1
    Views
    520

    mail client w/ skins?

    Has anyone run across a light mail client that supports skins?

    I am finding evolution to be abit more then I need, and slow.
    Considering 95% of my other software supports skins, I figured my mail...
  12. Replies
    6
    Views
    807

    there isn't too much of a need. Virii are rare...

    there isn't too much of a need. Virii are rare (but possible) on linux, and unless you ran the virii as root, it couldn't do any serious damage.
    The same rule you had in windows applies to linux,...
  13. Thread: fluxbox on jamd?

    by Ashe
    Replies
    4
    Views
    493

    make sure you chmod +x the fluxbox script in the...

    make sure you chmod +x the fluxbox script in the Sessions directory.
  14. Replies
    6
    Views
    1,295

    I would be interested in companies who promote...

    I would be interested in companies who promote extreme programming. It has been my experience that most companies fear it. It usually takes a general agreement between developers to take various...
  15. Replies
    9
    Views
    1,348

    rofl...Thats what most people would say about...

    rofl...Thats what most people would say about linux. Like anything good, it takes abit of time to adjust to it :)
  16. Thread: Fluxbox And DSL

    by Ashe
    Replies
    7
    Views
    857

    I think what they meant was "Is there a way to...

    I think what they meant was "Is there a way to bring my DSL connection up from fluxbox?".

    With KDE and Gnome you have everything you need available from the GUI, and they just want that emulated....
  17. Replies
    21
    Views
    3,661

    that command doesn't make any sense just type...

    that command doesn't make any sense

    just type ls -l /usr/local/bin/fluxbox

    or you can do:

    slocate -uv

    to update your database of files,
    and then do
  18. Replies
    3
    Views
    668

    Mister House is open source, and pretty nice:) ...

    Mister House is open source, and pretty nice:)

    you could buy a single X10 receiver instead of one of those kits to control a lamp, or a stereo or a television or something:P

    I haven't looked at...
  19. Replies
    3
    Views
    668

    its already been done on all accounts. Actually,...

    its already been done on all accounts. Actually, you also get the best results running linux:)

    You use X10 to power the appliance, something like http://www.misterhouse.com/
    to run the whole...
  20. Thread: RH8 and up2date

    by Ashe
    Replies
    1
    Views
    774

    You can skip it as long as you spend the time to...

    You can skip it as long as you spend the time to understand what you are skipping. If you aren't using kerboros, there is no harm in skipping that. Also, unless there is some sort of security issue,...
  21. Replies
    21
    Views
    3,661

    make sure you chmod +x FluxBox also, instead...

    make sure you chmod +x FluxBox

    also, instead of calling fluxbox from Xsession just replace it with this line:

    exec /usr/local/bin/fluxbox

    I had the same problem. I am not knowledgable enough...
  22. here is an example... make a file call...

    here is an example...
    make a file call infile.txt and fill it with this:
    fill it with this (remember to correct for line wrap on the forum):
    "dobbs","bob","123 park lane","apt....
  23. Yes...except it looked like the forum removed the...

    Yes...except it looked like the forum removed the padding....It was just an example on how to use sprintf to create fixed width lines.
  24. Sorry, I miscommunicated:) You know how data...

    Sorry, I miscommunicated:)

    You know how data file lines can go on for as long as they need to? I didn't want to print the output of that script in the forum, because the forum would do a linewrap...
  25. Replies
    9
    Views
    1,348

    Its not working because you are reading in the...

    Its not working because you are reading in the file line by line, and running the line through s///.

    if you have a blink tag spanning two lines, and you read it in one line at a time, it won't...
Results 1 to 25 of 44
Page 1 of 2 1 2