<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: Project 2: Multiple Data Compression and Encryption using Iterative Technique</title>
	<atom:link href="https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3274</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Mon, 31 Dec 2012 09:01:12 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3274</guid>
		<description><![CDATA[#Implemented scull
with the structures
struct scull_qset
{
        char **qdata;
        struct scull_qset *next;
};
struct scull_dev
{
        int rows, cols;
        struct scull_qset *data;
};

**used linked lists and double pointers]]></description>
		<content:encoded><![CDATA[<p>#Implemented scull<br />
with the structures<br />
struct scull_qset<br />
{<br />
        char **qdata;<br />
        struct scull_qset *next;<br />
};<br />
struct scull_dev<br />
{<br />
        int rows, cols;<br />
        struct scull_qset *data;<br />
};</p>
<p>**used linked lists and double pointers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3272</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Mon, 31 Dec 2012 05:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3272</guid>
		<description><![CDATA[completed Q2 of linked lists
and stacks assignment

working on scull]]></description>
		<content:encoded><![CDATA[<p>completed Q2 of linked lists<br />
and stacks assignment</p>
<p>working on scull</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3270</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Sun, 30 Dec 2012 04:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3270</guid>
		<description><![CDATA[Implemented
#basics of link lists i.e. creation,insertion,deleteion
#assignment questions on linked lists i.e. questions 1,4,5,9,8...]]></description>
		<content:encoded><![CDATA[<p>Implemented<br />
#basics of link lists i.e. creation,insertion,deleteion<br />
#assignment questions on linked lists i.e. questions 1,4,5,9,8&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amritpreet singh</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3268</link>
		<dc:creator><![CDATA[amritpreet singh]]></dc:creator>
		<pubDate>Fri, 28 Dec 2012 11:58:04 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3268</guid>
		<description><![CDATA[succesfully implemented linked list with following operations:-
-&gt;creation
-&gt;addition at start
-&gt;addition at end
-&gt;addition in mid
-&gt;deletiom at start
-&gt;deletion in mid
-&gt;deletion at end
-&gt;display]]></description>
		<content:encoded><![CDATA[<p>succesfully implemented linked list with following operations:-<br />
-&gt;creation<br />
-&gt;addition at start<br />
-&gt;addition at end<br />
-&gt;addition in mid<br />
-&gt;deletiom at start<br />
-&gt;deletion in mid<br />
-&gt;deletion at end<br />
-&gt;display</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3262</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Thu, 27 Dec 2012 10:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3262</guid>
		<description><![CDATA[completed
#assignment on file operators
issues::
1)in union assignment cleared the issue on unions by using union n{int a;short int b[2]
}; was having problem earlier as the two short int were pointing to the same memory location...but nw [0] and b[1] nt pointg to same location
2)purpose of fflsuh still unclear
3)nt clear with openg a binary file using fopen()]]></description>
		<content:encoded><![CDATA[<p>completed<br />
#assignment on file operators<br />
issues::<br />
1)in union assignment cleared the issue on unions by using union n{int a;short int b[2]<br />
}; was having problem earlier as the two short int were pointing to the same memory location&#8230;but nw [0] and b[1] nt pointg to same location<br />
2)purpose of fflsuh still unclear<br />
3)nt clear with openg a binary file using fopen()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amritpreet singh</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3261</link>
		<dc:creator><![CDATA[amritpreet singh]]></dc:creator>
		<pubDate>Wed, 26 Dec 2012 19:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3261</guid>
		<description><![CDATA[studied dirent.h but still not clear...........dont know what is stat, s_isdir. s_isreg]]></description>
		<content:encoded><![CDATA[<p>studied dirent.h but still not clear&#8230;&#8230;&#8230;..dont know what is stat, s_isdir. s_isreg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amritpreet singh</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3260</link>
		<dc:creator><![CDATA[amritpreet singh]]></dc:creator>
		<pubDate>Wed, 26 Dec 2012 19:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3260</guid>
		<description><![CDATA[completed
# n-bit general code for compression decompression using file and pointers.
# assignment on structure(problem in two questions).
# assignment on union(problem in 1 question.)

issues:-
1.don&#039;t know how to use enum
2.found the code to identify the processors endianess....but didnt understand
3. did not understand how to create directories, subdirectories and file in those directories using c program.]]></description>
		<content:encoded><![CDATA[<p>completed<br />
# n-bit general code for compression decompression using file and pointers.<br />
# assignment on structure(problem in two questions).<br />
# assignment on union(problem in 1 question.)</p>
<p>issues:-<br />
1.don&#8217;t know how to use enum<br />
2.found the code to identify the processors endianess&#8230;.but didnt understand<br />
3. did not understand how to create directories, subdirectories and file in those directories using c program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3256</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Wed, 26 Dec 2012 10:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3256</guid>
		<description><![CDATA[Completed
#n bit compression using pointers and files
#assignment on structures

issues::
facing issues while working with union...created a union m{int a;unsigned int b,c;
}; size fo union is 4 but i m unable to assign values to unsigned int b,c]]></description>
		<content:encoded><![CDATA[<p>Completed<br />
#n bit compression using pointers and files<br />
#assignment on structures</p>
<p>issues::<br />
facing issues while working with union&#8230;created a union m{int a;unsigned int b,c;<br />
}; size fo union is 4 but i m unable to assign values to unsigned int b,c</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3249</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 16:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3249</guid>
		<description><![CDATA[completed
#Question no.1-7 of assignment low level file opertions
#Q-1 and Q-2 of structures assignment
**issues::
1)resolved the issue of creating a new file with different permision with the help of S_IRUSR etc flags.

2)facing a problem in reading directories from subdirectories..the directories from current directories are being detected by S_ISDIR but all the files inside the subdirectories are being detected by S_ISDIR as directories..]]></description>
		<content:encoded><![CDATA[<p>completed<br />
#Question no.1-7 of assignment low level file opertions<br />
#Q-1 and Q-2 of structures assignment<br />
**issues::<br />
1)resolved the issue of creating a new file with different permision with the help of S_IRUSR etc flags.</p>
<p>2)facing a problem in reading directories from subdirectories..the directories from current directories are being detected by S_ISDIR but all the files inside the subdirectories are being detected by S_ISDIR as directories..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amritpreet singh</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3248</link>
		<dc:creator><![CDATA[amritpreet singh]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 12:58:49 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3248</guid>
		<description><![CDATA[implemented
# general code for compression &amp; decompression for n-bit.
# completed all assignments before structures]]></description>
		<content:encoded><![CDATA[<p>implemented<br />
# general code for compression &amp; decompression for n-bit.<br />
# completed all assignments before structures</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amardeep singh</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3244</link>
		<dc:creator><![CDATA[Amardeep singh]]></dc:creator>
		<pubDate>Sun, 23 Dec 2012 10:20:56 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3244</guid>
		<description><![CDATA[i hv completed general code for compression of 2,3,4,5,6,7 bit.]]></description>
		<content:encoded><![CDATA[<p>i hv completed general code for compression of 2,3,4,5,6,7 bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anil rajak</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3242</link>
		<dc:creator><![CDATA[anil rajak]]></dc:creator>
		<pubDate>Fri, 21 Dec 2012 07:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3242</guid>
		<description><![CDATA[i had completed project 01...]]></description>
		<content:encoded><![CDATA[<p>i had completed project 01&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3241</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Thu, 20 Dec 2012 17:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3241</guid>
		<description><![CDATA[#completed 
functions assignment
**issues faced
1)gets() function doesnt work properly while working in a loop starts taking \n
2)found that it isnt possible to store the return value from a function into a const
**resolved 1) by
while(!strcmp(s,&quot;&quot;)&#124;&#124;!strcmp(s,&quot;\n&quot;))
gets(s);]]></description>
		<content:encoded><![CDATA[<p>#completed<br />
functions assignment<br />
**issues faced<br />
1)gets() function doesnt work properly while working in a loop starts taking \n<br />
2)found that it isnt possible to store the return value from a function into a const<br />
**resolved 1) by<br />
while(!strcmp(s,&#8221;&#8221;)||!strcmp(s,&#8221;\n&#8221;))<br />
gets(s);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: samta</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3235</link>
		<dc:creator><![CDATA[samta]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 16:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3235</guid>
		<description><![CDATA[#completed
1)mdc project for n bit compression and decompression using arrays and files..
2)class assignment:created a mycp command which functions like cp to copy one file into another.
**issues faced
on hw to call the command mycp srcfle destifile without doing ./mycp
**resolved
copied the executable file in one of the paths
**Doubt
The new file which was created by default doesnt have read permission....had to do chmod 700 then access the new desti file....why is this so?]]></description>
		<content:encoded><![CDATA[<p>#completed<br />
1)mdc project for n bit compression and decompression using arrays and files..<br />
2)class assignment:created a mycp command which functions like cp to copy one file into another.<br />
**issues faced<br />
on hw to call the command mycp srcfle destifile without doing ./mycp<br />
**resolved<br />
copied the executable file in one of the paths<br />
**Doubt<br />
The new file which was created by default doesnt have read permission&#8230;.had to do chmod 700 then access the new desti file&#8230;.why is this so?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pravin bhalerao</title>
		<link>https://www.emblogic.com/blog/10/project-2-multiple-data-compression-and-encryption-using-iterative-technique/#comment-3230</link>
		<dc:creator><![CDATA[pravin bhalerao]]></dc:creator>
		<pubDate>Wed, 19 Dec 2012 08:33:13 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=5430#comment-3230</guid>
		<description><![CDATA[i had completed project 01 mdc.]]></description>
		<content:encoded><![CDATA[<p>i had completed project 01 mdc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
