EmbLogic's Blog

Author Archives: Vipin Choudhary

C assignment no.4

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: use of if-else statement to determine a number wheather it is postive or … Continue reading

Posted in Data Structures with C | Leave a comment

C assignment no .3

RCS file: 1,v Working file: 1 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 need of C language. —————————- revision 1.1 locked by: root; date: … Continue reading

Posted in Data Structures with C | Leave a comment

C assignment no.2

RCS file: 1.c,v Working file: 1.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: print hello world / —————————- revision 1.2 locked by: root; date: 2014/10/22 15:57:31; … Continue reading

Posted in Data Structures with C | Leave a comment

C assignment no.1

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: use of printf to print data on screen —————————- revision 1.1 locked by: … Continue reading

Posted in Data Structures with C | Leave a comment

IPC client-server project using pipes only.

Output is: [root@VIPIN server_client_comm4.1]# ./server Requesting client1 has written 12 bytes of data on server Processing client1 has recieved 12 bytes of data from server The recieved data is a=7 b=4 operator=+ Result calculated by the processing client1 is 11 … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Pipes Implementation…..

CS file: ./1pipes.c,v Working file: ./1pipes.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: Basic implementation of pipes —————————- revision 1.3 locked by: root; date: 2014/10/16 18:44:25; … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Process management(Replacing process using fork and execl)

RCS file: ./1execl.c,v Working file: ./1execl.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: basic implementation of process replacement —————————- revision 1.3 locked by: root; date: 2014/10/15 … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Process management(Duplicating process image using fork system call)

RCS file: ./2fork.c,v Working file: ./2fork.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 fork implementation —————————- revision 1.2 locked by: root; date: 2014/10/14 21:23:34; author: … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC | Leave a comment

Complete MDC project with a generalized compression function for 1 to 7 bit code lenght

Output of the project: [root@VIPIN MDCGUR]# ./script header.h,v <– header.h file is unchanged; reverting to previous revision 1.32 done main.c,v <– main.c file is unchanged; reverting to previous revision 1.13 done func.c,v > . done header.h,v –> header.h revision 1.32 … Continue reading

Posted in Uncategorized | Leave a comment

Devoloped link list concept

RCS file: ll.c,v Working file: ll.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: link list program —————————- revision 1.3 locked by: root; date: 2014/09/26 05:52:07; author: … Continue reading

Posted in Data Structures with C | Leave a comment

MDC project output:

Final output of MDC project: (In readd) (In chkfile) file read successfully as fd is 5 (In printfile) the size of the file is:47 the content is in the file: when the going gets tough the tough gets going (In … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

Multiple Data Compression & Encryption using Ittrative Techniques

RCS file: mdc.c,v Working file: mdc.c head: 1.20 branch: locks: strict root: 1.20 access list: symbolic names: keyword substitution: kv total revisions: 20; selected revisions: 20 description: Main function Of MDC —————————- revision 1.20 locked by: root; date: 2014/09/19 19:43:44; … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

unichar function for MDCEUIT

RCS file: mdcmain.c,v Working file: mdcmain.c head: 1.8 branch: locks: strict root: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: main function for MDC project —————————- revision 1.8 locked by: root; date: 2014/09/19 … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

functions file for MDC completed

RCS file: func.c,v Working file: func.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: MDC functions —————————- revision 1.1 locked by: root; date: 2014/09/17 03:02:24; author: root; … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | Leave a comment

RCS file: main.c,v Working file: main.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: c code to generate master array —————————- revision 1.1 locked by: root; date: 2014/09/16 13:46:55; author: root; state: Exp; Initial revision =============================================================================

Posted in Uncategorized | Leave a comment