Slashdot Mirror


User: KnightStalker

KnightStalker's activity in the archive.

Stories
0
Comments
764
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 764

  1. Re:mySQL C API on Review: MySQL and mSQL · · Score: 1

    That, or, create a structure of char*'s and cast it. It's not terribly portable, but it probably works.

    struct ST_ROW {
    char *id;
    char *first;
    char *last;
    }

    struct ST_ROW *st_row;
    while (row = mysql_fetch_row(result)) {
    st_row = (struct ST_ROW)row;
    printf("%s %s %s",st_row->id,st_row->first,st_row->id);
    }

  2. Re:screwy formatting on Review: MySQL and mSQL · · Score: 1

    View source, paste into Dreamweaver, apply source formatting, wipe out tables, then it's readable :-)

  3. Deja Who? on More Cooling/Overclocking Fun · · Score: 1

    Wasn't this posted here about a month or two ago?

  4. Slashdot slashdotted? on Debian Chooses Logo · · Score: 1

    What happened to the last half dozen stories?

  5. Re:Linuxcare story? on Rugged Laptops · · Score: 1

    I was just wondering the same thing. What gives?

  6. These have been out for years on "Invisible" Speakers · · Score: 1

    A friend of mine made a "meditation chamber" with these sometime back in the 70's. I don't know anything about the older ones, though.

  7. Re:Thank god I'm finally free on Hope In The Hellmouth: Looking Ahead · · Score: 1

    How large is your school? I see less of it at my college (3000 students) than I would at the University of Oregon (30,000 students). If you've got a small student body where you are forced to get to know a lot of people from different majors, I'd bet that makes a big difference.

  8. Re:Thank god I'm finally free on Hope In The Hellmouth: Looking Ahead · · Score: 1

    Judged by their ability alone? Possibly in .nl... but not by any means here in .us. People are certainly judged less by appearance. But I think that we are judged by our peers even more so than in high school. He's a mechanical engineering major? Obviously a gearhead with no abstract thinking skills. She's in dental hygiene? Valley girl.

    And it gets worse after college. This "egalitarian" society is more socially stratified, in some ways, than many feudal societies of the past.

  9. A Typing Teacher's Dream on Apple PowerBook with Goggle Display? · · Score: 1

    My old typing teacher (The Evil Crone) would love this. "Don't look at your fingers, dammit!"

  10. Why would you want to destroy your computer? on How to Destroy Your Computer · · Score: 1

    A better question is, What kind of idiot would mock the author when he hasn't read the article?

  11. Software or drivers? on 3Com to Develop for Linux · · Score: 1

    I'd expect more drivers and less PalmPilot software... but maybe we'll see some nice SNMP management software for 3Com hubs.

  12. Finally... on Essay on the GNU Community · · Score: 2

    someone with enough guts to point out reality. Linux is far too complicated to head for the mass desktop market anytime soon. And the documentation is really poor. I don't know about other distributions, but Red Hat's documentation is chaotic, incomplete, and often incorrect. There is virtually no comprehensive documentation to explain how modules work together. Maybe I've overlooked something.

    If I knew more, I'd write it myself. But if I had the documentation, learning it would be a lot easier. It's a vicious circle.

  13. Problems with Lynx? on Enormous 80s Textfile Archive · · Score: 1

    This site comes up fine in Opera... Their server however seems to have a problem with Lynx. Anybody know what might cause this?

  14. Very little that has ever made any difference... on Court rules website threats harm · · Score: 1

    ...has been done within the law.