RCS file: ./header.h,v Working file: ./header.h head: 1.17 branch: locks: strict root: 1.17 access list: symbolic names: keyword substitution: kv total revisions: 17; selected revisions: 17 description: header file —————————- revision 1.17 locked by: root; date: 2014/12/05 10:54:41; author: root; … Continue reading
RCS file: server.c,v Working file: server.c head: 1.48 branch: locks: strict root: 1.48 access list: symbolic names: keyword substitution: kv total revisions: 48; selected revisions: 48 description: server code scp project —————————- revision 1.48 locked by: root; date: 2014/11/21 06:10:31; … Continue reading
RCS file: ./1_basicimpof_creat_join_exit.c,v Working file: ./1_basicimpof_creat_join_exit.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: Basic implementation of threads —————————- revision 1.2 locked by: root; date: 2014/11/22 04:45:10; … Continue reading
RCS file: ./ser_socket.c,v Working file: ./ser_socket.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Chat box implementation by socket using loopback implement socket,listen,accept system call to get … Continue reading
RCS file: lgen.c,v Working file: lgen.c head: 1.27 branch: locks: strict root: 1.27 access list: symbolic names: keyword substitution: kv total revisions: 27; selected revisions: 27 description: A generalised program of linked list —————————- revision 1.27 locked by: root; date: … Continue reading
OUTPUT AT SERVER TERMINAL [root@VIPIN scp_shm_usingsemp]# ./server semget: Success process 8390 create the semaphore semctl: Success process 8390 control the semaphore address of val in server0x804914c shmget: Success process 8390 create the shared mem process 8390 control the shared mem … Continue reading
OUTPUT AT SERVER TERMINAL [root@VIPIN scp_mq_using_semp]# ./server semget:: Success msgget:: Success msgctl:: Success msgrcv at server: Success 1 2 + data send to pc1 from server: Success msgget:: Success data recieved from server at pc1: Success result send to server … Continue reading
RCS file: ./1sem.c,v Working file: ./1sem.c head: 1.7 branch: locks: strict root: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7; selected revisions: 7 description: implementation of basic semaphore —————————- revision 1.7 locked by: root; date: 2014/11/22 04:22:47; … Continue reading
RCS file: ./1sig.c,v Working file: ./1sig.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: basic implementation of signals —————————- revision 1.2 locked by: root; date: 2014/11/22 04:18:02; … Continue reading
RCS file: server.c,v Working file: server.c head: 1.47 branch: locks: strict root: 1.47 access list: symbolic names: keyword substitution: kv total revisions: 47; selected revisions: 47 description: SERVER —————————- revision 1.47 locked by: root; date: 2014/11/11 03:55:47; author: root; state: … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.2 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: STRUCTURE ASSIGNMENT —————————- revision 1.2 date: 2014/09/27 00:30:59; author: root; state: Exp; lines: +1 -1 … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: understand the basic pointer concepts understand that pointer stores a logical address in … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: understand array concept by getting input in array and displaying on terminal —————————- … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: do practice of while,for loop —————————- revision 1.1 locked by: root; date: 2014/10/29 … Continue reading
RCS file: 1.c,v Working file: 1.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: understand the concept behind if(y0)x=3; else x=5; and if(z=(y==0))x=5; and if(x=y=z)x=3; this is … Continue reading