<?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-3867817436998389190</id><updated>2011-07-07T23:29:35.570-07:00</updated><category term='unix nis samba mysql'/><title type='text'>an IROBIX dreamer</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Rossi Kamal</name><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>22</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3867817436998389190.post-4293520268858929251</id><published>2009-06-22T05:27:00.000-07:00</published><updated>2009-06-22T05:28:28.759-07:00</updated><title type='text'>Simple Database Trigger in Oracle- Part 1</title><content type='html'>create table AccountHolders(&lt;br /&gt;   ID    VARCHAR2(4 BYTE)  NOT NULL,&lt;br /&gt;   UserName   VARCHAR2(10 BYTE),&lt;br /&gt;   AccountID  VARCHAR2(10 BYTE),&lt;br /&gt;   CellPhoneNumber  VARCHAR2(10 BYTE),&lt;br /&gt;   TotalAmount VARCHAR2(10BYTE)&lt;br /&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;insert into AccountHolders(ID,  UserName, AccountID, CellPhoneNumber,TotalAmount)&lt;br /&gt;               values ('01','Rossi','001','+880172','2334' )&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;CREATE TABLE mytriggertable( event   VARCHAR2(400) )&lt;br /&gt;&lt;br /&gt;   create or replace trigger mytrigger&lt;br /&gt;   BEFORE INSERT OR UPDATE OR DELETE ON AccountHolders&lt;br /&gt;   DECLARE&lt;br /&gt;   mymessage  varchar2(200) ;&lt;br /&gt;   PRAGMA AUTONOMOUS_TRANSACTION;&lt;br /&gt;   BEGIN&lt;br /&gt;   IF inserting THEN&lt;br /&gt;       mymessage := ' Insert into AccountHolders @ ' || to_char(sysdate, 'mm/dd/yyyy hh:mi') || ' by ' || user ;&lt;br /&gt;   ELSIF updating THEN&lt;br /&gt;      mymessage := ' Update of employee @ ' || to_char(sysdate, 'mm/dd/yyyy hh:mi') || ' by ' || user ;&lt;br /&gt;   ELSIF deleting THEN&lt;br /&gt;      mymessage := ' Delete of employee @ ' || to_char(sysdate, 'mm/dd/yyyy hh:mi') || ' by ' || user ;&lt;br /&gt;   END IF;&lt;br /&gt;   INSERT INTO mytriggertable VALUES(mymessage);&lt;br /&gt;   COMMIT;&lt;br /&gt;   END;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;insert into AccountHolders(ID,  UserName, AccountID, CellPhoneNumber,TotalAmount)&lt;br /&gt;               values ('02','Bapin','003','+880167','1334' )&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-4293520268858929251?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/4293520268858929251/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=4293520268858929251' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/4293520268858929251'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/4293520268858929251'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2009/06/simple-database-trigger-in-oracle-part.html' title='Simple Database Trigger in Oracle- Part 1'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-1428096677649442186</id><published>2009-02-07T02:15:00.000-08:00</published><updated>2009-02-07T02:17:21.078-08:00</updated><title type='text'>Scrum</title><content type='html'>http://www.codeproject.com/KB/architecture/scrum.aspx&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-1428096677649442186?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/1428096677649442186/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=1428096677649442186' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1428096677649442186'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1428096677649442186'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2009/02/scrum.html' title='Scrum'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-6914145185758328008</id><published>2008-12-15T00:51:00.000-08:00</published><updated>2008-12-15T00:52:35.211-08:00</updated><title type='text'>Sourceforge Tips</title><content type='html'>http://osdir.com/ml/linux.hams/2003-05/msg00059.html&lt;br /&gt;http://alexandria.wiki.sourceforge.net/Subversion+Client+-+Command-line+SVN+client#top&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-6914145185758328008?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/6914145185758328008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=6914145185758328008' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/6914145185758328008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/6914145185758328008'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/12/sourceforge-tips.html' title='Sourceforge Tips'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-1385483675415116240</id><published>2008-12-09T03:34:00.000-08:00</published><updated>2008-12-09T03:37:44.159-08:00</updated><title type='text'>Yahoo Antivirus</title><content type='html'>http://techiecorner.blogspot.com/2006/10/yahoo-messenger-virus-attack-remove-it.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-1385483675415116240?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/1385483675415116240/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=1385483675415116240' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1385483675415116240'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1385483675415116240'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/12/yahoo-antivirus.html' title='Yahoo Antivirus'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-5941120336424805272</id><published>2008-09-23T00:32:00.001-07:00</published><updated>2008-09-23T00:32:29.861-07:00</updated><title type='text'>UML Use Case</title><content type='html'>http://www.developer.com/design/article.php/2109801&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-5941120336424805272?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/5941120336424805272/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=5941120336424805272' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5941120336424805272'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5941120336424805272'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/09/uml-use-case.html' title='UML Use Case'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-7454865771965293797</id><published>2008-09-23T00:30:00.000-07:00</published><updated>2008-09-23T00:31:53.698-07:00</updated><title type='text'>UML Class</title><content type='html'>http://www.developer.com/design/article.php/2206791&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-7454865771965293797?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/7454865771965293797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=7454865771965293797' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7454865771965293797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7454865771965293797'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/09/uml-class.html' title='UML Class'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-7668846415113874791</id><published>2008-09-23T00:14:00.000-07:00</published><updated>2008-09-23T00:17:39.093-07:00</updated><title type='text'>Topcoder Design</title><content type='html'>&lt;a href="http://www.topcoder.com/wiki/display/tc/How+to+Compete+in+Component+Design+Competitions?showChildren=true#children"&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.topcoder.com/wiki/display/tc/Getting+Started+in+Component+Design+Competitions"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.topcoder.com/wiki/display/tc/Component+Design+Tutorial"&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.topcoder.com/wiki/display/tc/Practicing+Component+Design"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-7668846415113874791?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/7668846415113874791/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=7668846415113874791' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7668846415113874791'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7668846415113874791'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/09/topcoder-design_23.html' title='Topcoder Design'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-8422711170404827963</id><published>2008-09-23T00:11:00.001-07:00</published><updated>2008-09-23T00:11:46.088-07:00</updated><title type='text'>topcoder design</title><content type='html'>http://www.topcoder.com/wiki/display/tc/How+to+Compete+in+Component+Design+Competitions?showChildren=true#children&lt;br /&gt;&lt;br /&gt;http://www.topcoder.com/wiki/display/tc/Getting+Started+in+Component+Design+Competitions&lt;br /&gt;&lt;br /&gt;http://www.topcoder.com/wiki/display/tc/Component+Design+Tutorial&lt;br /&gt;&lt;br /&gt;http://www.topcoder.com/wiki/display/tc/Practicing+Component+Design&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-8422711170404827963?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/8422711170404827963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=8422711170404827963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/8422711170404827963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/8422711170404827963'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/09/topcoder-design.html' title='topcoder design'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-892723434854766260</id><published>2008-09-22T22:21:00.000-07:00</published><updated>2008-09-22T22:22:07.114-07:00</updated><title type='text'>UML1 Sequence Diagram</title><content type='html'>http://www.developer.com/design/article.php/3080941&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-892723434854766260?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/892723434854766260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=892723434854766260' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/892723434854766260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/892723434854766260'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/09/uml1-sequence-diagram.html' title='UML1 Sequence Diagram'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-8190871055921125845</id><published>2008-07-15T13:18:00.000-07:00</published><updated>2008-07-15T13:22:14.904-07:00</updated><title type='text'>executable jar file creation</title><content type='html'>http://www.technowledgebase.com/2007/07/23/java-making-a-simple-executable-jar/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-8190871055921125845?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/8190871055921125845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=8190871055921125845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/8190871055921125845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/8190871055921125845'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/07/executable-jar-file-creation.html' title='executable jar file creation'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-5556752342181062824</id><published>2008-06-27T09:17:00.000-07:00</published><updated>2008-06-27T09:18:05.523-07:00</updated><title type='text'>Create jar file from ant script- Nice tutorial</title><content type='html'>http://www.rgagnon.com/javadetails/java-0532.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-5556752342181062824?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/5556752342181062824/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=5556752342181062824' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5556752342181062824'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5556752342181062824'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/06/create-jar-file-from-ant-script-nice.html' title='Create jar file from ant script- Nice tutorial'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-7496995737940283719</id><published>2008-06-27T09:07:00.000-07:00</published><updated>2008-06-27T09:12:39.179-07:00</updated><title type='text'>Java Ant Tutorial</title><content type='html'>http://www.visualbuilder.com/java/ant/tutorial/pageorder/10/&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-7496995737940283719?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/7496995737940283719/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=7496995737940283719' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7496995737940283719'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7496995737940283719'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/06/java-ant-tutorial.html' title='Java Ant Tutorial'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-249890665263977629</id><published>2008-06-23T22:13:00.000-07:00</published><updated>2008-06-23T22:18:09.601-07:00</updated><title type='text'>Linux /Windows Jar file Creation</title><content type='html'>http://java.sun.com/docs/books/tutorial/rmi/compiling.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-249890665263977629?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/249890665263977629/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=249890665263977629' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/249890665263977629'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/249890665263977629'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/06/linux-windows-jar-file-creation.html' title='Linux /Windows Jar file Creation'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-6178554258983771836</id><published>2008-06-14T11:26:00.000-07:00</published><updated>2008-06-14T11:29:40.219-07:00</updated><title type='text'>Jdk installation in Different Platform Documentation</title><content type='html'>http://java.sun.com/javase/6/webnotes/install/index.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-6178554258983771836?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/6178554258983771836/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=6178554258983771836' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/6178554258983771836'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/6178554258983771836'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/06/jdk-installation-in-different-platform.html' title='Jdk installation in Different Platform Documentation'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-538158593267115556</id><published>2008-05-15T00:32:00.000-07:00</published><updated>2008-05-15T00:36:16.438-07:00</updated><title type='text'>Java Eclipse Tutorial [Part 1 from java.net ] -</title><content type='html'>https://eclipse-tutorial.dev.java.net/eclipse-tutorial/part1.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-538158593267115556?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/538158593267115556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=538158593267115556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/538158593267115556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/538158593267115556'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2008/05/java-eclipse-tutorial-part-1-from.html' title='Java Eclipse Tutorial [Part 1 from java.net ] -'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-2690167426352737754</id><published>2007-08-24T10:32:00.000-07:00</published><updated>2007-08-24T10:34:31.170-07:00</updated><title type='text'>Johnsons algorithm</title><content type='html'>Warshall algorithm does in O(n^3)&lt;br /&gt;Johnson in o(v(Elogv))time&lt;br /&gt;&lt;br /&gt;First do the Bellman to find negative cycle&lt;br /&gt;Then we go through Dijsktra&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-2690167426352737754?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/2690167426352737754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=2690167426352737754' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/2690167426352737754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/2690167426352737754'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/johnsons-algorithm.html' title='Johnsons algorithm'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-513061725285065361</id><published>2007-08-24T10:25:00.000-07:00</published><updated>2007-08-24T10:31:41.504-07:00</updated><title type='text'>Plane sweep algorithm</title><content type='html'>Given two lines&lt;br /&gt;  O(n^2)times to calculate the total intersection points&lt;br /&gt;But we need to solve faster&lt;br /&gt;Plane sweep does this in (nlog(n))time&lt;br /&gt;&lt;br /&gt;FAQ:&lt;br /&gt;When does  it fail?&lt;br /&gt;a.It fails if events are much .then plane sweep algo works in O(n^2)time&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-513061725285065361?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/513061725285065361/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=513061725285065361' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/513061725285065361'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/513061725285065361'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/plane-sweep-algorithm.html' title='Plane sweep algorithm'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-5263212186663217678</id><published>2007-08-24T10:15:00.000-07:00</published><updated>2007-08-24T10:22:15.387-07:00</updated><title type='text'>Nearest Neighbour search algorithm</title><content type='html'>Also known as Closest point algorithm&lt;br /&gt;Criterias are&lt;br /&gt;a.Find nearest neighbour of a point&lt;br /&gt;b.Find nearest neighbours of a point with a certain range specified &lt;br /&gt;c.Given two sets of points.Find a nearest neighbour from both pairs.&lt;br /&gt;&lt;br /&gt;we can use several approaches.&lt;br /&gt;a.quad tree&lt;br /&gt;b.k-d tree&lt;br /&gt;c.Hash&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-5263212186663217678?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/5263212186663217678/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=5263212186663217678' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5263212186663217678'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/5263212186663217678'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/nearest-neighbour-search-algorithm.html' title='Nearest Neighbour search algorithm'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-1290282797438650018</id><published>2007-08-24T10:14:00.000-07:00</published><updated>2007-08-24T10:15:50.847-07:00</updated><title type='text'>Wi-Fi mobilization</title><content type='html'>2008 will be the year of Wi-Fi&lt;br /&gt;mobilization...&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Stage has been set for it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-1290282797438650018?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/1290282797438650018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=1290282797438650018' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1290282797438650018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/1290282797438650018'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/wi-fi-mobilization.html' title='Wi-Fi mobilization'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-7877980971811665844</id><published>2007-08-24T10:12:00.000-07:00</published><updated>2007-08-24T10:14:17.082-07:00</updated><title type='text'>Wi-Fi Future</title><content type='html'>WiFi 1.0 is going&lt;br /&gt;&lt;br /&gt;Comaparing to WEB-2.0&lt;br /&gt;  Wi-Fi-2.0 is coming&lt;br /&gt;&lt;br /&gt;Free Fast  service is the expected criteria&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-7877980971811665844?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/7877980971811665844/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=7877980971811665844' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7877980971811665844'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/7877980971811665844'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/wi-fi-future.html' title='Wi-Fi Future'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-865536731743445078</id><published>2007-08-24T10:11:00.001-07:00</published><updated>2007-08-24T10:11:58.026-07:00</updated><title type='text'>WiFi Security Steps</title><content type='html'>VPN&lt;br /&gt;WEP&lt;br /&gt;WAP1&lt;br /&gt;WAP2&lt;br /&gt;EAP&lt;br /&gt;&lt;br /&gt;more....&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-865536731743445078?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/865536731743445078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=865536731743445078' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/865536731743445078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/865536731743445078'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/08/wifi-security-steps.html' title='WiFi Security Steps'/><author><name>Rossi Kamal</name><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-3867817436998389190.post-3484035485937952574</id><published>2007-07-24T10:00:00.000-07:00</published><updated>2007-07-24T10:04:43.904-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='unix nis samba mysql'/><title type='text'>unix mysql nis and samba configure</title><content type='html'>the steps are just described&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3867817436998389190-3484035485937952574?l=tunedbyrossi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tunedbyrossi.blogspot.com/feeds/3484035485937952574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=3867817436998389190&amp;postID=3484035485937952574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/3484035485937952574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3867817436998389190/posts/default/3484035485937952574'/><link rel='alternate' type='text/html' href='http://tunedbyrossi.blogspot.com/2007/07/unix-mysql-nis-and-samba-configure.html' title='unix mysql nis and samba configure'/><author><name>Rossi Kamal</name><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></feed>
