Search:

Type: Posts; User: Fredd

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. http://thekonst.net/centericq/ If it's not...

    http://thekonst.net/centericq/

    If it's not programming related why is it on the Linux programming board?
  2. Replies
    12
    Views
    1,768

    Yeah... I was thinking halfdelay() instead of the...

    Yeah... I was thinking halfdelay() instead of the incorrect hafedelay()...

    Don't know what to tell ya... moving the cursor works just fine over here....
  3. Replies
    12
    Views
    1,768

    works perfectly for me... #include...

    works perfectly for me...



    #include <stdio.h>
    #include <ncurses.h>

    int main (void)
    {
    WINDOW *win;
  4. Replies
    12
    Views
    1,768

    case KEY_DOWN: i++; ... and case...

    case KEY_DOWN:
    i++;
    ...

    and


    case KEY_UP:
    i--;
  5. Replies
    44
    Views
    8,121

    I'm not even going to begin to ponder what that's...

    I'm not even going to begin to ponder what that's supposed to mean...


    Oh, this wasn't the Zewu bashing thread? ;)
    oh well... *returns to underneath his rock
  6. Thread: Spam!

    by Fredd
    Replies
    12
    Views
    2,758

    Yes, but i believe there was a scene in monty...

    Yes, but i believe there was a scene in monty python involving lot's of Spam in one way or another. Can't seem to find the original story though.

    edit: oo here it is http://www.odul.net/spam/
  7. Replies
    12
    Views
    2,140

    I very much doubt that you will ever get any...

    I very much doubt that you will ever get any impartial answers. I think that if you want any real answers you should e-mail the developers of gnome, my guess is that they would know more than anyone...
  8. Replies
    44
    Views
    8,121

    if anyone wonders / cares: " "Prisoner" at 01:05...

    if anyone wonders / cares: " "Prisoner" at 01:05 on Tv4 tonight, there was a homicide yesterday.
    lol, i'll try to see it. :edit: yuck i spell worse in swedish than english.

    about the origin of...
  9. Thread: Spam!

    by Fredd
    Replies
    12
    Views
    2,758

    http://www.catb.org/~esr/jargon/html/S/spam.html ...

    http://www.catb.org/~esr/jargon/html/S/spam.html

    "[from Monty Python's Flying Circus]"
  10. Replies
    12
    Views
    2,140

    Are you trying to make us sell the Gnome window...

    Are you trying to make us sell the Gnome window manager to you? Is it really that hard to try it for yourself and see if you are comfortable with the system?
    As for everything else im pretty sure...
  11. Replies
    17
    Views
    4,549

    Thermites are rather harmless, just make sure you...

    Thermites are rather harmless, just make sure you don't need whatever is beneath it :).
    As for ignition, good luck. As mentioned a magnesium strip will work but it's hard to find. A few sparklers...
  12. Replies
    12
    Views
    6,987

    http://www.amazon.com/exec/obidos/ASIN/0141000511/...

    http://www.amazon.com/exec/obidos/ASIN/0141000511/qid=1051611460/sr=2-1/ref=sr_2_1/104-0144790-0992758
    This book is great.
  13. Thread: Computer Quotes

    by Fredd
    Replies
    19
    Views
    5,964

    Since we are all sharing :)

    Since we are all sharing :)
  14. Replies
    6
    Views
    1,227

    You mean the internal speaker? just open up the...

    You mean the internal speaker?
    just open up the box and rip the thing out :)
    there's usually three cords going from the front of the chassi to the motherboard, two are leds and one is the speaker....
  15. Thread: Switched...

    by Fredd
    Replies
    9
    Views
    2,423

    this site is pretty good: http://www.tldp.org/...

    this site is pretty good: http://www.tldp.org/
    There's alot of Howtos and guides, it'll keep you busy for awhile :)
  16. Replies
    3
    Views
    1,570

    A good place to start would be Google...

    A good place to start would be Google or perhaps sourceforge
    I found http://k3d.sourceforge.net/new/ and http://www.wings3d.com/
    I don't know if these live up to your expectations but they might...
  17. Replies
    1
    Views
    2,186

    i'd say this is a tech board thread but ok... ...

    i'd say this is a tech board thread but ok...

    try reseting the BIOS, just take the battery out .This should turn everything to it's default setting.
  18. Replies
    3
    Views
    1,289

    hmm, maybe you should describe the problem...

    hmm, maybe you should describe the problem aswell.
    I get "esti" from running it, seems right to me i'm to tired to think though :)

    furthermore you should declare the copy function by adding
    ...
  19. Thread: linux wont boot

    by Fredd
    Replies
    4
    Views
    2,119

    Heh, I put my Linux (slackware) disk in another...

    Heh, I put my Linux (slackware) disk in another computer ( different mobo, ram processor ) it worked just fine :)
    i guess you could boot the linux install disk and run cfdisk or something to remove...
  20. Thread: nCurses

    by Fredd
    Replies
    6
    Views
    3,762

    Like a menu you mean? I still recommend reading...

    Like a menu you mean?
    I still recommend reading thru http://en.tldp.org/HOWTO/NCURSES-Programming-HOWTO/

    check out the parts about windows ( /windows.html ) and perhaps keyboard/ mouse handling.
  21. Thread: nCurses

    by Fredd
    Replies
    6
    Views
    3,762

    you could read through this:...

    you could read through this: http://en.tldp.org/HOWTO/NCURSES-Programming-HOWTO/

    not sure of what you mean though.
  22. Replies
    2
    Views
    1,825

    Yes, there is a way with ncurses. ...

    Yes, there is a way with ncurses.


    keypad(stdscr, TRUE)

    after that you can use KEY_UP for up arrow KEY_DOWN for down, etc.
    for function keys I think it is KEY_F(n) not sure though.

    more...
  23. Replies
    7
    Views
    4,370

    How about kdevelop (http://www.kdevelop.org/)...

    How about kdevelop then?
    haven't used it much myself but it seems ok.

    I think theres a Linux port of DevC++ too.
  24. Replies
    7
    Views
    4,370

    scroll down 1/4 of a screen and voila!...

    scroll down 1/4 of a screen and voila!
    http://cboard.cprogramming.com/showthread.php?s=&threadid=32318

    I prefer vim and gcc though.
  25. Replies
    6
    Views
    1,971

    Actually it's TERM=xterm-color. this only applies...

    Actually it's TERM=xterm-color. this only applies to the terminal you type it into.
    I think you can put it in .xinitrc though.
Results 1 to 25 of 71
Page 1 of 3 1 2 3