Search:

Type: Posts; User: jgtech

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,422

    OOPs. Never mind, i found the best way 2>&1...

    OOPs. Never mind, i found the best way 2>&1 >filename :)
  2. Replies
    1
    Views
    2,422

    Redirect make output to some other file..

    i m tyring to build gnome-bluetooth, and would like to redirect make output to some other file , how can i do that ?
  3. Replies
    2
    Views
    10,888

    syslogd source code

    Where/How do i get syslogd source code ?

    regards,
    JGTech.
  4. Replies
    1
    Views
    2,903

    cc1 not found in ubuntu 11.04

    I have upgraded my ubuntu machine from 10.10 to 11.04, but unfortunately i do not see cc1 compiler part of gcc compiler driver. Do i need to install specific debian package for it ?

    Thanks...
  5. Need to invoke my own app while system is idle as in screen saver ?

    Hey guys,
    I need my application get invoked while my linux is idle, as in invoking screen saver ?.
    What is the logic to figure out the system idle. Any clue much appreciated!!!.

    Thanks
  6. Any available code to read configuration details from file ?

    would like to write a module in order to read a configuration from the file ?
    example:
    [MODULE]
    prop1=<value>
    prop2=<value>

    [MODULE1]
    prop1=<value>
    prop2=<value>
  7. Thread: if condition

    by jgtech
    Replies
    1
    Views
    2,819

    if condition

    Are are any significant difference between the following two satements ?

    1) if ( 0 == strcmp(str1, str)) ..

    2) if ( strcmp(str1, str) == 0)) ...
  8. Replies
    1
    Views
    2,247

    struct and extern

    hello,

    typedef struct __test
    {
    int x;
    } TEST;

    extern TEST t;

    Is this the valid statement?, If so, what is the linkage the variable 't' is going to keep?
Results 1 to 8 of 8