Search:

Type: Posts; User: HyperSlug

Search: Search took 0.03 seconds.

  1. Thread: Apache

    by HyperSlug
    Replies
    2
    Views
    446

    Apache is web server software. It's responsible...

    Apache is web server software. It's responsible for serving up .html or .htm or .php (if you have the extension) files to you.

    Apache's website is www.apache.org

    Sysopt is running apache ->...
  2. Replies
    32
    Views
    1,217

    This is from an article at ArsTechnica Posted...

    This is from an article at ArsTechnica Posted 10/8/2001 by Caesar (the site admin):
    Virus said:

    I'll concede this pt. I agree a lot of ppl here would prob be uncomfortable using paypal

    I'm...
  3. Replies
    3
    Views
    1,297

    Try www.w3schools.com. It's all beginner stuff.

    Try www.w3schools.com. It's all beginner stuff.
  4. Replies
    11
    Views
    1,658

    true, i didn't really have robustness on my mind....

    true, i didn't really have robustness on my mind.

    my old CS teacher told me to make the code good enough "so a monkey could bang on the keyboard."

    besides, i figured tightlines would handle the...
  5. Replies
    11
    Views
    1,658

    ok seriously, Is it a req for you to use...

    ok seriously,

    Is it a req for you to use nested while's ? I think it's a bit easier using just one while loop. (not to mention more readable). I assumed you're allowed at least one if...
  6. Replies
    11
    Views
    1,658

    #include int main(void) {...

    #include <iostream.h>

    int main(void)
    {
    while(0)
    while(0){
    //obligatory while statements
    }

    cout << " * \n";
  7. Replies
    3
    Views
    417

    Air Conditioning

    Which is more efficient/reduces cost?

    1) Leaving the AC on at 80 F all day so it only has to cool the place down by 5 degrees when I get home in the evening.

    2) Shutting the whole thing off,...
  8. Replies
    4
    Views
    256

    Air Conditioning

    Which is more efficient/reduces cost?

    1) Leaving the AC on at 80 F all day so it only has to cool the place down by 5 degrees when I get home in the evening.

    2) Shutting the whole thing off,...
Results 1 to 8 of 8