EmbLogic's Blog

Author Archives: akshatembdev

volatile modifier in c

All variable in c are by default not volatile. With help of modifier volatile which is keyword of c language you can make any variable as volatile variable. Properties of volatile variable: 1. A volatile variable can be changed by … Continue reading

Posted in Data Structures with C | Leave a comment

Shell Script basics

RCS file: script,v Working file: script head: 1.34 branch: locks: strict akshat: 1.34 access list: symbolic names: keyword substitution: kv total revisions: 34;    selected revisions: 34 description: Introduction to shell script. Shells are wrappers around os, shells can act as … Continue reading

Posted in Shell Scripts | Leave a comment

MDC using IPC

RCS file: sender.c,v Working file: sender.c head: 1.7 branch: locks: strict akshat: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7;    selected revisions: 7 description: MDC using IPC. In this project msg send to other process will be … Continue reading

Posted in Project 03: Client Server Communication using Linux and IPC, Project 2: Multiple Data Compression and Encryption | Leave a comment

IPC: Message queue

RCS file: msg.c,v Working file: msg.c head: 1.19 branch: locks: strict akshat: 1.19 access list: symbolic names: keyword substitution: kv total revisions: 19;    selected revisions: 19 description: IPC project. This projectb is client server based project using msg queues. Server … Continue reading

Posted in Uncategorized | Leave a comment

Semaphores with fifo

RCS file: sema.c,v Working file: sema.c head: 1.8 branch: locks: strict akshat: 1.8 access list: symbolic names: keyword substitution: kv total revisions: 8; selected revisions: 8 description: This is communication btw 3 clients and central server. all are sendings requests … Continue reading

Posted in Uncategorized | Leave a comment

Database Using Pipes

RCS file: server.c,v Working file: server.c head: 1.10 branch: locks: strict akshat: 1.10 access list: symbolic names: keyword substitution: kv total revisions: 10; selected revisions: 10 description: IPC PROJECT Creating a server that stores information of employes. Table of employe … Continue reading

Posted in Uncategorized | Leave a comment

Creating two clients from same server and making communication possible.

RCS file: ser.c,v Working file: ser.c head: 1.9 branch: locks: strict akshat: 1.9 access list: symbolic names: keyword substitution: kv total revisions: 9;    selected revisions: 9 description: IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then … Continue reading

Posted in Uncategorized | Leave a comment

Creating a pipe

RCS file: ser.c,v Working file: ser.c head: 1.5 branch: locks: strict akshat: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: IPC- INTERPROCESS COMMUNICATION, communication btw two processes invoking a fork call and then … Continue reading

Posted in Uncategorized | Leave a comment

Insertion Sort Algo

RCS file: prog7.c,v Working file: prog7.c head: 1.7 branch: locks: strict akshat: 1.7 access list: symbolic names: keyword substitution: kv total revisions: 7;    selected revisions: 7 description: Insertion sorting One element is taken and compared with other elements of sorted … Continue reading

Posted in Uncategorized | Leave a comment

Fork duplicacy

RCS file: 1.c,v Working file: 1.c head: 1.20 branch: locks: strict akshat: 1.20 access list: symbolic names: keyword substitution: kv total revisions: 20;    selected revisions: 20 description: IPC process basic. Working of fork. —————————- revision 1.20    locked by: akshat; date: … Continue reading

Posted in Uncategorized | Leave a comment

MDC PROJECT

MDC MDC stands for MULTIPLE DATA COMPRESSION AND ENCRYPTION using Iterative techniques, It is the back-end process for every communication via internet. Whatsapp, Facebook, Viber and all the latest messangers have adapted this technique of encryption and decryption. Sometimes this … Continue reading

Posted in Uncategorized | Leave a comment

Fibonacci Using Recursion

RCS file: ques1.c,v Working file: ques1.c head: 1.3 branch: locks: strict akshat: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3;    selected revisions: 3 description: fibonaci using function calling. recursion concept. —————————- revision 1.3    locked by: akshat; date: … Continue reading

Posted in Uncategorized | Leave a comment

Project 1-MDC

RCS file: mdc.c,v Working file: mdc.c head: 1.42 branch: locks: strict akshat: 1.42 access list: symbolic names: keyword substitution: kv total revisions: 42;    selected revisions: 42 description: implementation of MULTIPLE DATA COMPRESSION AND ENCRYPTION USING ITERATIVE TECHNIQUES. Opening and reading … Continue reading

Posted in Uncategorized | Leave a comment

Creating a linked list

RCS file: prog.c,v Working file: prog.c head: 1.1 branch: locks: strict akshat: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1;    selected revisions: 1 description: insertion in link list without functions. —————————- revision 1.1    locked by: akshat; date: … Continue reading

Posted in Uncategorized | Leave a comment

Insertion in link list

RCS file: prog1.c,v Working file: prog1.c head: 1.13 branch: locks: strict akshat: 1.13 access list: symbolic names: keyword substitution: kv total revisions: 13;    selected revisions: 13 description: creating a linked list. with help of functions. —————————- revision 1.13    locked by: … Continue reading

Posted in Uncategorized | Leave a comment