Search Results

Search: Posts Made By: VSSajjan
Forum: Programming 07-31-2014
2,261
Posted By VSSajjan
Which are blocking and non-blocking api's in sockets in C ?
among the below socket programming api's, please let me know which are blocking and non-blocking.

socket
accept
bind
listen
write
read
close
Forum: Programming 07-16-2014
1,370
Posted By VSSajjan
How to reverse a linked list by traversing only once.?
Program to reverse a linked list by traversing only once.
Forum: Programming 05-07-2014
1,763
Posted By VSSajjan
for example consider the below linked list ...
for example consider the below linked list
42->15->37->76

Now you need to remove the 76 element only the pointer to the 76 element is given.

How do you do this.?

Important point to be...
Forum: Programming 05-07-2014
1,763
Posted By VSSajjan
How to delete the last node in a linked list.?
How to delete the last node in a single linked list given only the pointer to last node ?
Head node will not be given.
1,641
Posted By VSSajjan
I need regular expression in java for below line ...
I need regular expression in java for below line
" 1 1982 1 testing init.cc 3001 Apr 25 2014 09:56:20.083"
The numbers and the strings may change.

Let me get...
Forum: Programming 04-29-2014
1,144
Posted By VSSajjan
Bind system call
We are calling the bind system call as below
bind(sfd, (struct sockaddr *) &addr, sizeof(struct sockaddr_un));Why there is difference in third parameter getting the sizeof as "struct sockaddr_un",...
1,641
Posted By VSSajjan
Okay.. let me be clear with question. i have...
Okay.. let me be clear with question.

i have below lines.

1 1982 1 testing init.cc 3001 Apr 25 2014 09:56:20.083
Start FH Log:
End FH Log.
0 2014 ...
1,641
Posted By VSSajjan
similar to the line " 1 1982 1 ...
similar to the line "
1 1982 1 testing init.cc 3001 Apr 25 2014 09:56:13.617"
Here the numbers and the strings might change
1,641
Posted By VSSajjan
As i have explained earlier i need to get write...
As i have explained earlier i need to get write the reqular expression for the first line so that it will read untill it encounters same line i.e., 1st line again.

I might have changed the...
1,641
Posted By VSSajjan
Thanks Singh for the response. But that is...
Thanks Singh for the response.

But that is not what i need.

I need the two lines to be displayed.
1 1982 1 testing init.cc 3001 Apr 25 2014 09:56:13.617...
1,641
Posted By VSSajjan
Help required in writing the regular expression.
1 1982 1 testing init.cc 3001 Apr 25 2014 09:56:13.617
Task(0x5bac5060) tRestart (stack st:0x5bace000, end:0x5bac8000) deleted
1 1982 1 testing ...
Showing results 1 to 11 of 11

 
All times are GMT -4. The time now is 09:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy