This site works best with JavaScript enabled
Sign In
Discussions
Activity
Sign In
All
Pravjot Sir Classes
Discussion Forum for classes taken by Pravjot Sir.
Pravjot Sir Classes
MDC based function pointer
rdheresskstar
April 29
RCS file: compression.c,v
Working file: compression.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
openfile is called and stored in master array
Open array is called using mode pointer array
openfile is called and stored in fd
create master array is called using fd and stored in ma(master array)
countlength coln is called thorugh ma and stored in ret
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:27:50; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: compressionStat.c,v
Working file: compressionStat.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here compressionStat is done
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:34:39; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: countlen.c,v
Working file: countlen.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here no. of bits are called by taking the length of data stored in ma(master array)
then comparison is done
rdheresskstar
April 29
revision 1.1
locked by: root;
date: 2019/03/11 08:35:08; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: createmasterarr.c,v
Working file: createmasterarr.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here unique function is called and characters are stored
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:38:15; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: decompression.c,v
Working file: decompression.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here decompression is done
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:44:59; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: decompressionStat.c,v
Working file: decompressionStat.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here stats of decompression takes place
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:46:18; author: root; state: Exp;
Initial revision
rdheresskstar
April 29
RCS file: init.c,v
Working file: init.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here initialization takes place
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:47:08; author: root; state: Exp;
Initial revision
=============================================================================
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:
main Menu is called and choice is being selected
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:47:54; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: mainMenu.c,v
Working file: mainMenu.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
This will display the message log of main menu
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:00:03; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: openfile.c,v
Working file: openfile.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
String is entered using getchar
file is opened for read mode only
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:00:30; author: root; state: Exp;
Initial revision
========================================
rdheresskstar
April 29
RCS file: unique.c,v
Working file: unique.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
String comparison is done.
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:14:20; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: declerations.h,v
Working file: declerations.h
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
Function and their pointers are declared
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:23:24; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: headers.h,v
Working file: headers.h
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here stdio.h
stdlib.h
string.h
unistd.h
fcntl.h
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:26:05; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: compression.c,v
Working file: compression.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
openfile is called and stored in master array
Open array is called using mode pointer array
openfile is called and stored in fd
create master array is called using fd and stored in ma(master array)
countlength coln is called thorugh ma and stored in ret
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:27:50; author: root; state: Exp;
Initial revision
rdheresskstar
April 29
RCS file: compressionStat.c,v
Working file: compressionStat.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here compressionStat is done
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:34:39; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: countlen.c,v
Working file: countlen.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here no. of bits are called by taking the length of data stored in ma(master array)
then comparison is done
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:35:08; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: createmasterarr.c,v
Working file: createmasterarr.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here unique function is called and characters are stored
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:38:15; author: root; state: Exp;
Initial revision
rdheresskstar
April 29
RCS file: decompression.c,v
Working file: decompression.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here decompression is done
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:44:59; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: decompressionStat.c,v
Working file: decompressionStat.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here stats of decompression takes place
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:46:18; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: init.c,v
Working file: init.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here initialization takes place
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:47:08; author: root; state: Exp;
Initial revision
=============================================================================
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:
main Menu is called and choice is being selected
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 08:47:54; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: mainMenu.c,v
Working file: mainMenu.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
This will display the message log of main menu
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:00:03; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: openfile.c,v
Working file: openfile.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
String is entered using getchar
file is opened for read mode only
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:00:30; author: root; state: Exp;
Initial revision
rdheresskstar
April 29
RCS file: unique.c,v
Working file: unique.c
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
String comparison is done.
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:14:20; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: declerations.h,v
Working file: declerations.h
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
Function and their pointers are declared
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:23:24; author: root; state: Exp;
Initial revision
=============================================================================
RCS file: headers.h,v
Working file: headers.h
head: 1.1
branch:
locks: strict
root: 1.1
access list:
symbolic names:
keyword substitution: kv
total revisions: 1;
selected revisions: 1
description:
here stdio.h
stdlib.h
string.h
unistd.h
fcntl.h
----------------------------
revision 1.1
locked by: root;
date: 2019/03/11 09:26:05; author: root; state: Exp;
Initial revision
=============================================================================
Add a Comment
Powered by
Vanilla
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
0
Today
1
Project 22. Ethernet Network Device Driver Development
0
Project.14. Linux System and Network Administration
0
Project.10. Embedded Linux ARM, Configuring and Porting using Storage
0
Project.36 Linux System Programming, Data Management and MySQL
0
Suraj Sir Classes
21
Pravjot Sir Classes
107
Events at EmbLogic
2
Query
481
Project 00: Linux System Administration
11
Project 01: C Programming and Data Structures
51
Project 02: OOPs using C++ with Eclipse on Linux
16
Project 03: Linux System Programming using Processes, IPC, Sync & threads
25
Project 04: Linux Network Programming using Sockets & NW Protocols
2
Project 05: Character Device Drivers Development
9
Project 06: Parallel Port Device Drivers Development
5
Project 07: Serial Port Device Drivers Development
3
Project 08: Block Device Driver Development
3
Project 09: Embedded Linux on ARM Cortex A8 using Storage
4
Project 11: Shell Scripting using Bash
4
Project 12: Linux Kernel Architecture and Internals
2
Project 15: Python with Eclipse on Linux
1
Project 16: SPI Device Driver Development
2
Project 17: I2C Device Driver Development
0
Project 18: PCI Device Driver Development
0
Project 19: Embedded Linux on ARM Using Network TFTP
0
Project 20: CAN Bus Protocol and Driver Development
0
Project 21: USB Device Drivers Development
0
Embedded Linux
0
ARM Embedded Processor
0
Training
2
Members Area
1
Word From Admin
1