Search:

Type: Posts; User: JLPence

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Bsd

    by JLPence
    Replies
    13
    Views
    3,627

    BSD for Linux users...

    BSD for Linux users is your link. I'd go on about what little I know about BSD but in the end about everything I know was from that site. Also, here's the accompanying Slashdot article, if you want...
  2. Replies
    2
    Views
    1,340

    Accessing http in Linux using C?

    What I want to do in my program is download a file off the internet. I feel it's important that I write the code myself as a learning experience. So far I've looked at sockets and have read many...
  3. Replies
    10
    Views
    2,129

    Don't worry about it. A huge percentage of that...

    Don't worry about it. A huge percentage of that is cached memory. For example I have 196 megs of memory, and free reports that I have 3.5 megs free. Dig a little further and I find out that 57 megs...
  4. Replies
    10
    Views
    1,904

    Dear anonytmouse, After two days of mucking...

    Dear anonytmouse,

    After two days of mucking with this it finally works. I would like to buy you beer.

    Love,
    me.

    :D:D:D
  5. Replies
    10
    Views
    1,904

    The top of the code for both programs: main.c...

    The top of the code for both programs:

    main.c
    #define TRUE 1
    #define FALSE 0
    #define DEBUG 1 // Verbose output, handy for development
    #define SUPERDEBUG 0 // VERY verbose output! Annoying...
  6. Replies
    10
    Views
    1,904

    Done and:At least I'm down to one error. :D

    Done and:At least I'm down to one error. :D
  7. Replies
    10
    Views
    1,904

    Structures problem

    Writing a weather program and I'm using a structure to keep the current weather data. Right now I have two source files - main.c and rssparse.c. rssparse contains all the functions I need to read the...
  8. Girl's on the rag. Do I really want to get...

    Girl's on the rag. Do I really want to get "something in return" that night? Yech.

    BTW, I'm single. Long live hand lotion and usenet porn groups!
  9. Replies
    14
    Views
    4,430

    I would like to note that we are looking at...

    I would like to note that we are looking at something for a design contest. It's a concept, far from being reality. Neat concept, though.
  10. Replies
    12
    Views
    3,546

    Personally, I'm fond of Cow. ...

    Personally, I'm fond of Cow.

    http://www.bigzaphod.org/cow/
  11. Replies
    5
    Views
    1,175

    Actually, I would think you'd be learning a bit...

    Actually, I would think you'd be learning a bit about assembly, since you'd probabaly be reading from the keyboard buffer. Then again I'm hardly experienced with C and the only assembly I've done is...
  12. Replies
    10
    Views
    3,436

    If you like that go give Firebird a try. ...

    If you like that go give Firebird a try.

    http://www.mozilla.org/

    Before I switched I was using Opera. When I switched I found Opera to be the only non-Free program I just had to have. After...
  13. Replies
    3
    Views
    1,352

    /* Quick Y/N input example Very simple...

    /* Quick Y/N input example

    Very simple program. We declare a character variable. Then we begin an infinite loop,
    and prompt the user. After tossing the first letter of the user's input into...
  14. Thread: Linux distro

    by JLPence
    Replies
    18
    Views
    4,823

    Distros: SuSE * ** Has its strengths, has its...

    Distros:

    SuSE * ** Has its strengths, has its weaknesses. Does it's job for a desktop user such as myself.
    Mandrake - Sucked. Got the latest version off a friend and the install program died.......
  15. Replies
    23
    Views
    4,607

    I'd highly suggest OpenGL for one simple reason -...

    I'd highly suggest OpenGL for one simple reason - You can easily port your OpenGL programs to other operating systems. Can't do that with DirectX. Well, not without a ton of porting and fustration.
  16. Thread: not resonding

    by JLPence
    Replies
    5
    Views
    1,253

    Two ways: If you're using KDE then hit Control...

    Two ways:

    If you're using KDE then hit Control + Alt + Escape. Your mouse cursor will change, click on the window that's fugging up to kill it.

    Second, open a terminal/konsole/whatever and type...
  17. Replies
    11
    Views
    3,410

    Just use shiju's code, he got that right. When...

    Just use shiju's code, he got that right. When you want to validate the date use the validatedate function -


    if (!validatedate(day month year)) printf("Bad date, take care of this");

    Boom,...
  18. Replies
    4
    Views
    1,832

    I don't know dick about windows, so if my head is...

    I don't know dick about windows, so if my head is up my ass it's because I'm guessing. Caveat emptor.

    (1) Either GTK or QT. GTK is used for Gnome and is best used with C, QT is used for KDE and is...
  19. Replies
    8
    Views
    1,529

    1) Compressed file, like .zip, .rar, etc in...

    1) Compressed file, like .zip, .rar, etc in Windows. Tar shoves everything into one huge file, bzip2 and gzip compresses them. In bash I usually just type
    $ bzip2 -d file.tar.bz2 && tar -xf...
  20. Replies
    11
    Views
    8,036

    Bingo. That document on FTP is basically the FTP...

    Bingo. That document on FTP is basically the FTP bible. FTP is but a solution to a problem (how to transfer files and such), it's up to the programmer to implement that solution using his preferred...
  21. Replies
    9
    Views
    3,437

    *stabs you in the face*

    *stabs you in the face*
  22. Replies
    9
    Views
    3,437

    http://www.go-gaia.com/ That place is...

    http://www.go-gaia.com/

    That place is absolutely insane. You post a thread and in 20 minutes you have > 50 replies. Don't think there's anything that beats it. (Due to its size, it's absolute...
  23. Thread: E-a-g-l-e-s

    by JLPence
    Replies
    13
    Views
    3,297

    Green Bay still had the most awesome game of the...

    Green Bay still had the most awesome game of the season. Favre's dad dies. Favre responds by giving the second best game of his life in dedication to his father. Raiders don't even know what the hell...
  24. Replies
    146
    Views
    19,497

    So many reasons... (1) I refuse to have to...

    So many reasons...

    (1) I refuse to have to spend thousands of dollars just to do what I need to do with my computer. $200 for an OS, $500 for office, $500 for photoshop, and that's just the basics...
  25. Replies
    5
    Views
    1,625

    First thought: WHY IN GOD'S NAME ARE YOU RUNNING...

    First thought: WHY IN GOD'S NAME ARE YOU RUNNING IN ROOT?! Only time I ever run as root is when I su to make install, and that's it. Was root for all of 3 minutes the last time I upgraded my kernel,...
Results 1 to 25 of 26
Page 1 of 2 1 2