<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-16960507</id><updated>2011-11-11T04:56:17.399-08:00</updated><title type='text'>Dreamz Unlimited......</title><subtitle type='html'>This is my first blog.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16960507.post-116428930281548624</id><published>2006-11-23T05:39:00.000-08:00</published><updated>2006-11-23T05:41:42.826-08:00</updated><title type='text'>FAQs on C programming language</title><content type='html'>Few days back I was thinking of collecting the common questions asked in various orkut communities on C. But then I found such a collection already exists.....the link is &lt;a href="http://prokutfaq.byethost15.com/HomePage"&gt;here&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-116428930281548624?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/116428930281548624/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=116428930281548624&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116428930281548624'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116428930281548624'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/11/faqs-on-c-programming-language.html' title='FAQs on C programming language'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-116404537393696376</id><published>2006-11-20T09:54:00.000-08:00</published><updated>2006-11-20T10:01:51.853-08:00</updated><title type='text'>Untold love.....</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://photos1.blogger.com/blogger/6046/1623/1600/25611337.jpg"&gt;&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://photos1.blogger.com/blogger/6046/1623/320/25611337.jpg" border="0" alt="" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-style:italic;font-weight:bold;"&gt;&lt;center&gt;Shei tumi kano ato ochena hole&lt;br /&gt;shei ami kano tomake dukkho dilem...&lt;/center&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-116404537393696376?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/116404537393696376/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=116404537393696376&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116404537393696376'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116404537393696376'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/11/untold-love.html' title='Untold love.....'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-116318585018700879</id><published>2006-11-10T10:46:00.000-08:00</published><updated>2006-11-10T11:21:26.286-08:00</updated><title type='text'>Static libraries in linux</title><content type='html'>Some days back I was trying to create static libraries in linux. I tried to search for the method,but did not find anything anywhere.I got the method from a teacher,and it worked.So here it is for anyone who does not know.....&lt;br /&gt;1.Create files having the impelementations of the functions you wish to have in the library.Suppose we write test1.c and test2.c.So,test1.c is&lt;br /&gt;#include &lt;stdio.h&gt;&lt;br /&gt;int square(int a)&lt;br /&gt;{&lt;br /&gt; return(a*a);&lt;br /&gt;}&lt;br /&gt;and test2.c is&lt;br /&gt;#include &lt;stdio.h&gt;&lt;br /&gt;int cube(int b)&lt;br /&gt;{&lt;br /&gt; return(b*b*b);&lt;br /&gt;}&lt;br /&gt;2.compile them as &lt;br /&gt;gcc -c test1.c test2.c&lt;br /&gt;3.write the header file having the prototypes of the functions.So,test.h is&lt;br /&gt;int square(int);&lt;br /&gt;int cube(int);&lt;br /&gt;4.Write a program to test the library.Say it is program.c&lt;br /&gt;#include &lt;stdio.h&gt;&lt;br /&gt;#include "test.h" //assuming it is in the same directory&lt;br /&gt;int main()&lt;br /&gt;{&lt;br /&gt;int num;&lt;br /&gt;printf("Enter a number\n");&lt;br /&gt;scanf("%d",&amp;num);&lt;br /&gt;printf("Square=%d\nCube=%d\n",square(num),cube(num));&lt;br /&gt;return(EXIT_SUCCESS);&lt;br /&gt;}&lt;br /&gt;5.Compile the program as&lt;br /&gt;gcc -c program.c&lt;br /&gt;then link with the other object files&lt;br /&gt;gcc -o program program.o test1.o test2.o&lt;br /&gt;6.Run it as&lt;br /&gt;./program&lt;br /&gt;7.Create a library from the individual object files&lt;br /&gt;ar crv libtest.a test1.o test2.o&lt;br /&gt;note that this is a static library with extension .a&lt;br /&gt;8.Now we need to list the library into the system list,for this,do&lt;br /&gt;ranlib libtest.a&lt;br /&gt;9.This library can be linked with programs in a number of ways....&lt;br /&gt;gcc -o program program.c libtest.a&lt;br /&gt;and then&lt;br /&gt;./program&lt;br /&gt;to run the program&lt;br /&gt;&lt;br /&gt;Or,you can do&lt;br /&gt;gcc program.c libtest.a&lt;br /&gt;to compile and link and&lt;br /&gt;./a.out&lt;br /&gt;to run the program&lt;br /&gt;&lt;br /&gt;Or,you can do&lt;br /&gt;gcc -o program program.c -L. -ltest&lt;br /&gt;and&lt;br /&gt;./program&lt;br /&gt;Here -L. instructs the compiler to search for libtest in the current directory.&lt;br /&gt;&lt;br /&gt;Similarly,we also have&lt;br /&gt;gcc program.c -L. -ltest&lt;br /&gt;and &lt;br /&gt;./a.out&lt;br /&gt;&lt;br /&gt;We can also place the library in the /usr/include directory.Then we wont need the -L option to specify the path.But -ltest option is needed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-116318585018700879?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/116318585018700879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=116318585018700879&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116318585018700879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/116318585018700879'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/11/static-libraries-in-linux.html' title='Static libraries in linux'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-115424268289817914</id><published>2006-07-29T23:55:00.000-07:00</published><updated>2006-11-10T11:23:18.840-08:00</updated><title type='text'>Lost in someone....</title><content type='html'>&lt;span style="font-style:italic;"&gt;In the darkest nights when friends are few,&lt;br /&gt;I close my eyes and think of you.&lt;br /&gt;A silent night,a silent tear,&lt;br /&gt;a silent wish you were here&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-115424268289817914?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/115424268289817914/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=115424268289817914&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/115424268289817914'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/115424268289817914'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/07/lost-in-someone.html' title='Lost in someone....'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-115416510045889139</id><published>2006-07-29T02:24:00.000-07:00</published><updated>2006-08-18T10:51:43.916-07:00</updated><title type='text'>Bubble sort in 8085A assembly</title><content type='html'>;Sorts an array of five integers stored in memory using bubble sort ;algorithm,assuming the array elements to be distinct&lt;br /&gt;;Input:the array,number of elements&lt;br /&gt;;Output:the sorted array&lt;br /&gt;;destroys:none&lt;br /&gt;;calls:sort&lt;br /&gt;;target microprocessor:Intel 8085A&lt;br /&gt;;The array starts from 9000.B and C are the two loop variables.A memory location is used&lt;br /&gt;;to store data (9050)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;main:&lt;br /&gt;      LXI SP,A000&lt;br /&gt;      MVI B,05&lt;br /&gt;    L:CALL sort&lt;br /&gt;      DCR B&lt;br /&gt;      JNZ L&lt;br /&gt;      HLT&lt;br /&gt;&lt;br /&gt;sort:&lt;br /&gt;      LXI H,9000&lt;br /&gt;      MVI C,04&lt;br /&gt;   L1:MOV A,M&lt;br /&gt;      INX H&lt;br /&gt;      CMP M&lt;br /&gt;      JC L2&lt;br /&gt;      STA 9050&lt;br /&gt;      MOV A,M&lt;br /&gt;      DCX H&lt;br /&gt;      MOV M,A&lt;br /&gt;      LDA 9050&lt;br /&gt;      INX H&lt;br /&gt;      MOV M,A&lt;br /&gt;   L2:DCR C&lt;br /&gt;      JNZ L1&lt;br /&gt;      RET&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-115416510045889139?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/115416510045889139/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=115416510045889139&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/115416510045889139'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/115416510045889139'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/07/bubble-sort-in-8085a-assembly.html' title='Bubble sort in 8085A assembly'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-114754972621175484</id><published>2006-05-13T12:46:00.000-07:00</published><updated>2006-05-13T12:48:46.220-07:00</updated><title type='text'>TRAITOR</title><content type='html'>See the personal website of a &lt;a href="http://164.100.24.167:8080/members/website/Mainweb.asp?mpcode=75"&gt;TRAITOR&lt;/a&gt;&lt;span class="down" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-114754972621175484?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/114754972621175484/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=114754972621175484&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/114754972621175484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/114754972621175484'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/05/traitor.html' title='TRAITOR'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-114448033019375555</id><published>2006-04-07T23:58:00.000-07:00</published><updated>2006-04-13T10:24:00.650-07:00</updated><title type='text'>The "worst profile in orkut" trick...</title><content type='html'>Orkut is fast becoming an well known social network.This is mainly due to it's firm architecture and security policies.Orkut is really secure,you can never really save the login password,you will have to type it every time you enter.But still,orkut has some flaws which allows some pranks to be played.To tell the truth,at first,I was also embarrased by this!!!&lt;br /&gt;  Did you ever see a scrap in your friend's scrap book or a post in a forum titled "the worst profile in orkut" with a link to the "worst profile in orkut"?When you click on that link,to your surprise,you land up to your own profile!!!Then you feel totally embarrased,and wonder how it is possible!!!Is'nt it?Did you ever wonder how it is done?Orkut profile urls look like this &lt;a href="http://www.orkut.com/Profile.aspx?uid=15986554242344144315"&gt;http://www.orkut.com/Profile.aspx?uid=15986554242344144315&lt;/a&gt; .The number after "uid" is to locate your profile.The link that says your profile is the worst in orkut will look like this &lt;a href="http://www.orkut.com/Profile.aspx?2uid=15986554242344144315"&gt;http://www.orkut.com/Profile.aspx?2uid=15986554242344144315&lt;/a&gt; .See the difference?There is a 2 before "uid".Actually this should be a wrong url,but it is the orkut server that directs all such urls to the profile of the person who clicks them.This may be regarded as a flaw in orkut,or just a way to play pranks on your friends.Just as you will like to see this.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-114448033019375555?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/114448033019375555/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=114448033019375555&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/114448033019375555'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/114448033019375555'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2006/04/worst-profile-in-orkut-trick.html' title='The &quot;worst profile in orkut&quot; trick...'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16960507.post-112729291520483533</id><published>2005-09-21T01:35:00.000-07:00</published><updated>2005-09-21T01:55:15.210-07:00</updated><title type='text'>My first post,my intro actually.</title><content type='html'>"Giving an intro" that's what I am worst at (ask my seniors to confirm this).Anyways, I am Abhishek Chanda&lt;br /&gt;I studied at Nava Nalanda High School for 12 years(from nursury 1 to class 10).Then I  got  admitted  at  South  Suburban  School  (Main).I  was  a student  of science ,my additional  was  statistics  during  HS.Then  I  landed  up  at  Bengal  Engineering  and  Science  University,Shibpur.Now I am a student of Computer Engineering  there.&lt;br /&gt;                 The world was blessed with me on the 25th day of August 1986.&lt;br /&gt;                  About my hobbies,I love reading almost all kinds of books.I love chatting with good friends.And ofcourse as everyone knows,I am addicted to computers and everything related to it.I love web programming,Linux and Unix system administration,networking etc.My childhood hobbies included stamp collection,coin collection etc.&lt;br /&gt;                   I love melodious songs,those which can touch my heart.I love Rabindra Sangeet.My favourite singers are Sonu Nigam,Kishore Kumar,Mohd. Rafi,Asha Bhonsle,Lata Mangeshkar,Chinmoy chatterjee, Srikanto Achrya etc.&lt;br /&gt;                    Well so much for now.I am really tired to day.&lt;br /&gt;                          Bye bye.Have a great day.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16960507-112729291520483533?l=rony358.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://rony358.blogspot.com/feeds/112729291520483533/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16960507&amp;postID=112729291520483533&amp;isPopup=true' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/112729291520483533'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16960507/posts/default/112729291520483533'/><link rel='alternate' type='text/html' href='http://rony358.blogspot.com/2005/09/my-first-postmy-intro-actually.html' title='My first post,my intro actually.'/><author><name>Abhishek Chanda</name><uri>http://www.blogger.com/profile/11754625235264915690</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry></feed>
