Search Results - JustLinux Forums


Search:

Type: Posts; User: sploo22

Search: Search took 0.07 seconds.

  1. Replies
    278
    Views
    668,605

    Oops, sorry, I didn't mean to give the impression...

    Oops, sorry, I didn't mean to give the impression that that was mine. Never mind. I'll go away now. :D

    ;)
  2. Replies
    278
    Views
    668,605

    It's been done ;) ...

    It's been done ;)

    http://homepages.tesco.net/~andycarlson/enigma/enigma_j.html
  3. Replies
    278
    Views
    668,605

    In C: x = (x>0) ? x : -x

    In C:

    x = (x>0) ? x : -x
  4. Replies
    278
    Views
    668,605

    You first. :D

    You first. :D
  5. Replies
    278
    Views
    668,605

    Sepero: int main(int argc, char **argv) {...

    Sepero:



    int main(int argc, char **argv)
    {
    char buf[100];

    if (argc != 2) return 1;
    if (argv[1][0] != '-') return 1;
Results 1 to 5 of 5