Search:

Type: Posts; User: arunj

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thanks for a feedback that reasons well and makes...

    Thanks for a feedback that reasons well and makes sense.

    I have disabled the infinite scroll after I realized what you have explained so well.

    Regarding your last question "Many casual viewers...
  2. Anyway, I think your and my point of views are...

    Anyway, I think your and my point of views are clear now and I am not going to post any further replies in this thread.
  3. Another mistake by you: I should have realized...

    Another mistake by you: I should have realized that "leisure read" meant "mostly uninteresting (to me) personal drivel".

    Well the short lived visit is a reality. But we are fine with readers who...
  4. That's because you have selectively ignored the...

    That's because you have selectively ignored the "leisure read" part everywhere. Great, we love readers like you! Keep up the excellent reading skills.
    By the way, have you ever heard about...
  5. I prefer putting the quote below as long as I am...

    I prefer putting the quote below as long as I am replying to the immediate previous post.
    And no, the blog is not for lazy people. A few guys put in a lot of effort to get quality content.
    The...
  6. Hello, The blog is free for reference. I am...

    Hello,

    The blog is free for reference. I am neither selling anything here nor forcing anyone to follow the blog. You get what you see. If you do not like it, just move on.
  7. Here are some examples of uncalled for attitude:...

    Here are some examples of uncalled for attitude:
    "Yeah, not going to happen. They ever heard of RSS?"
    "But ugh, awful place."

    Maybe you should take some time to work on how to give...
  8. That's Worpress default and Wordpress just...

    That's Worpress default and Wordpress just happens to be the major blog hoster today.
    Subscribe to the feed using a feed reader and read back in time to your heart's content.
    And stop posting...
  9. All WP blogs have RSS feeds. Anyway, here it...

    All WP blogs have RSS feeds. Anyway, here it goes:
    Regular Expressions
  10. Informative blog on Ubuntu, Linux, Programming and several other things

    Here's an informative and growing blog on Ubuntu, Linux, Programming and leisure read:
    Regular Expressions | A blend of tech and leisure read.

    Like the FB page to get notified on new posts:...
  11. Replies
    2
    Views
    3,714

    Hi! I traced it out. pause() is called after...

    Hi!

    I traced it out. pause() is called after the signal is sent.

    Regards,

    Arun
  12. Replies
    2
    Views
    3,714

    Hi! It is workig if I remove the pause() call....

    Hi!

    It is workig if I remove the pause() call.
    Why is this happening?

    Regards,

    Arun
  13. Replies
    2
    Views
    3,714

    Child process can't send signal to itself.

    Hi!

    When I am trying to execute the following program the child process simply waits for the signal.



    #include <stdio.h>
    #include <unistd.h>
    #include <signal.h>
    #include <stdlib.h>
  14. Replies
    6
    Views
    3,540

    Hi, Thanks for the responses and clarifying....

    Hi,

    Thanks for the responses and clarifying. :)

    Regards,

    Arun
  15. Replies
    3
    Views
    7,321

    Hi, I modified the code a bit and tried to...

    Hi,

    I modified the code a bit and tried to compile. There is no error.



    #include <stdio.h>
    #include <string.h>

    int show_recent( char* checkvalue )
  16. Replies
    6
    Views
    3,540

    Problem with execl() and redirection.

    Hi,

    I am trying to execute the program "upper" (code in upper.c) from "useupper" (code in useupper.c) with input redirection for "upper".
    Both the codes compile fine. But when I am running...
  17. Replies
    11
    Views
    1,563

    Hi! It often happens that if I don't do the...

    Hi!

    It often happens that if I don't do the wrong thing and learn how to rectify it again I'll never be able to grab the correct concept.
    And I think comments like "because I won't believe you"...
  18. Replies
    11
    Views
    1,563

    or # rm -rf /?

    or # rm -rf /?
  19. Replies
    11
    Views
    1,563

    Hi! Which method in this piece of code is...

    Hi!

    Which method in this piece of code is comparable to # rm /?

    Thanks,

    Arun
  20. Replies
    11
    Views
    1,563

    Hi! Thanks for the reply. What is silly if it...

    Hi!

    Thanks for the reply. What is silly if it is run as root?

    Thanks,

    Arun
  21. Replies
    11
    Views
    1,563

    Change in sequence due to a newline

    Hi!

    I am trying to run the following code.



    #include <stdio.h>
    #include <errno.h>
  22. Replies
    4
    Views
    3,432

    Hi! It's working now. :) Thanks a lot for...

    Hi!

    It's working now. :)

    Thanks a lot for pointing it out. :)

    Arun
  23. Replies
    4
    Views
    3,432

    open returns 3.

    open returns 3.
  24. Replies
    4
    Views
    3,432

    trying to rea from /dev/tty fails!

    Hi,

    I am trying to run the following piece of code. It compiles fine
    [root@localhost test]# gcc -o prog prog.c
    [root@localhost test]#



    #include <stdio.h>
    #include <unistd.h>
  25. Replies
    2
    Views
    3,121

    Hi Salem, Thanks for taking interest. What I...

    Hi Salem,

    Thanks for taking interest. What I need to know specifically is does Linux 2.4 manage threads with different priorities but same scheduling policy in the same task list? What is the...
Results 1 to 25 of 36
Page 1 of 2 1 2