<?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-8440132189174393923</id><updated>2012-01-10T02:38:10.003-08:00</updated><category term='http://www.blogger.com/img/blank.gif'/><title type='text'>HamroBlog</title><subtitle type='html'>A blog created by sristi for Tech. students where they can notice posts related to computer technologies.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-5705600967876451078</id><published>2011-12-13T20:51:00.000-08:00</published><updated>2011-12-13T21:09:28.208-08:00</updated><title type='text'>printable JasperReport integration in Eclipse RCP</title><content type='html'>&lt;div id="wmd-preview" class="wmd-preview"&gt;&lt;p&gt;The best way for me to make my Jasper Reports in Eclipse RCP application was as follows : &lt;/p&gt;  &lt;ol&gt;&lt;li&gt;replace the ViewerComposite (i.e.  com.jasperassistant.designer.viewer.ViewerComposite.ViewerComposite) by  SWT/AWT composite and JRViewer (net.sf.jasperreports.view.JRViewer)  first.&lt;/li&gt;&lt;li&gt;set the generated JasperPrint document onto the JRViewer object.&lt;/li&gt;&lt;li&gt;add the JRViewer object onto the ContentPane of this SWT/AWT composite.&lt;/li&gt;&lt;li&gt;run the report and check printing and exporting the report data into allowed formats ie.(&lt;em&gt;.PDF,&lt;/em&gt;.ODT,&lt;em&gt;.docx,&lt;/em&gt;.jrxml,&lt;em&gt;.jasper,&lt;/em&gt;.xml,&lt;em&gt;.html,&lt;/em&gt;.xls etc); all will work.&lt;/li&gt;&lt;/ol&gt;  &lt;p&gt;The details code for this is as follows : &lt;/p&gt;  &lt;p&gt;//generate the jaspser print document&lt;/p&gt;  &lt;p&gt;JasperPrint jprint = generateReport(id, nepFromDate,nepToDate);&lt;br /&gt;//initialize JRViewer object &lt;/p&gt;  &lt;p&gt;JRViewer jasperviewer=new JRViewer(jprint);&lt;/p&gt;  &lt;p&gt;//add the SWT_AWT compposite for SWING contents of GUI&lt;br /&gt;                final Composite swtAwtComposite = new Composite(comTBReport, SWT.EMBEDDED);                 swtAwtComposite.setBounds(10, 0, 767, 600);&lt;/p&gt;  &lt;pre&gt;&lt;code&gt;            Frame frame = SWT_AWT.new_Frame(swtAwtComposite);              Panel panel = new Panel();             frame.add(panel);             panel.setLayout(new BorderLayout(0, 0));               JRootPane rootPane = new JRootPane();             rootPane.setSize(767, 600);             panel.add(rootPane); &lt;/code&gt;&lt;/pre&gt;  &lt;p&gt;//Define a container yourself&lt;/p&gt;  &lt;pre&gt;&lt;code&gt;            Container c=rootPane.getContentPane(); &lt;/code&gt;&lt;/pre&gt;  &lt;p&gt;//Add the JRViewer object onto the container to render in GUI&lt;/p&gt;  &lt;pre&gt;&lt;code&gt;            c.add(jasperviewer); &lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-5705600967876451078?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/5705600967876451078/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/12/printable-jasperreport-integration-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5705600967876451078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5705600967876451078'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/12/printable-jasperreport-integration-in.html' title='printable JasperReport integration in Eclipse RCP'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-347386361362281031</id><published>2011-09-06T21:25:00.000-07:00</published><updated>2011-09-06T22:56:22.183-07:00</updated><title type='text'>SOME GENUINE WINDOWS7 SERIAL KEYS</title><content type='html'>&lt;div   style=" Times New Roman&amp;quot;,serif;font-family:Georgia,&amp;quot;;color:cyan;"&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;Here I've posted some of genuine Win7 serial keys :&lt;br /&gt;&lt;br /&gt;XJBR4-M42Q4-QPJ9C-BRDRJ-KHPVY&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;TTY4D-RDKK9-TYB2T-68WJW-M69KJ&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;TF3Q7-YYP8R-D78R7-W9Q9M-DXVBK&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;RGM4T-3VT6B-GTYPY-3FHP2-HV2YJ&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;P3H89-V3P2R-JVBTF-YM2J2-FTMT3&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;J8D39-J2WM3-6368H-JV8G9-BYJJQ&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;HWRFF-2FFYX-XFXP2-DYFC3-BX3B7&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;C3X7Y-R6WWH-BRXRD-FY84C-FXWHK&lt;/span&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;YT9K9-4R938-3TVXX-3Q3QT-9HBXM&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;NOTE : To get ESCAPE from Microsoft's Genuineness check Message at right lower corner of your desktop and make your copy of Win7 Genuine with any of above keys; you need to do :&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt; Open the Command Line console with Administrative previlege [press windos key--&amp;gt;type cmd in program search box --&amp;gt;right click on cmd.exe--&amp;gt;run as Administrator].&lt;/li&gt;&lt;li&gt;Issue the command : slmgr -rearm.&lt;/li&gt;&lt;/ol&gt;[After a while you'll get the message called Command Completed Successfully, Reboot your system.]&lt;br /&gt;&lt;br /&gt;After system reboot you'll be asked for your Genuine serial key just after you provide your login credintials.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Click on Type your Product Key.&lt;/li&gt;&lt;li&gt;Type any of above serial keys.&lt;/li&gt;&lt;/ol&gt;Then the genuineness checker will try to validate your copy online; let it do; After a while you'll get the Message that tells Your copy of Windows is genuine ; and obviously the This Windows is no Genuine message at right lower corner of your desktop vanishes. Thus your Win7 is now genuine.&lt;br /&gt;&lt;br /&gt;&lt;span class="Apple-style-span"  style="color:black;"&gt;&lt;br /&gt;Originally posted by Suravi&lt;br /&gt;, Thank you suravi,&lt;br /&gt;sristi&lt;br /&gt;ktm&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-347386361362281031?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://www.techbyte4u.com/2010/04/genuine-key-for-windows-7-professional.html' title='SOME GENUINE WINDOWS7 SERIAL KEYS'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/347386361362281031/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/09/some-genuine-windows7-serial-keys.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/347386361362281031'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/347386361362281031'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/09/some-genuine-windows7-serial-keys.html' title='SOME GENUINE WINDOWS7 SERIAL KEYS'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-5495532941022946542</id><published>2011-05-01T00:08:00.000-07:00</published><updated>2011-05-01T00:14:31.073-07:00</updated><title type='text'>Removing Auto-generated Menus in RCP</title><content type='html'>There are many auto-generating features in Eclipse RCP. If you are sures you didn't make the IDE to generate or you are sure that you didn't hard-coded a menu like Search, Help, etc to be displayed in the RCP application's menubar, then this article will be helpful.&lt;br /&gt;&lt;br /&gt;&lt;div class="post-text"&gt;&lt;p&gt;It's sounds like the help UI plug-ins are being included within your run configuration&lt;/p&gt;  &lt;p&gt;Couple of things to check...&lt;/p&gt;  &lt;p&gt;-- Have a look at your application's .product file, and see which  plug-ins are defined, and see if the org.eclipse.help.ui plug-in is  defined (org.eclipse.help is probably defined since  org.eclipse.ui.workbench requires it, but this won't cause the menu to  appear)&lt;/p&gt;  &lt;p&gt;-- If you are running within Eclipse, open Run --&amp;gt; Run  Configurations, select the Eclipse application you are running and check  the plug-ins tab. If it is launching with 'all workspace and enabled  target plug-ins' then this will be picking up the help UI plug-ins too.  Even if it's not set to this option, check the plug-ins ticked to see if  the org.eclipse.help.ui is defined.&lt;/p&gt;  &lt;p&gt;This configuration should only use the plug-ins required for your  application. If it was created by using the 'Launch an Eclipse  Application' option from within the .product file, the configuration  created should match the plug-ins defined in that.&lt;/p&gt;  &lt;p&gt;It's also worth making sure that no other plug-ins use  org.eclipse.help.ui - this can be easily seen by removing it, and then  pressing the 'Validate Plug-ins' button within the run configuration  dialog, it will show you if anything has been broken after removing it.&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;NOTE: Originally Answered by &lt;span class="comment-copy"&gt;danmec on the &lt;a href="http://stackoverflow.com/questions/5816481/how-to-remove-unwanted-help-menu-in-eclipse-rcp/5817409#5817409"&gt;stackoverflow.com&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt; &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-5495532941022946542?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://stackoverflow.com/users/184111/yayayokoho3?tab=activity' title='Removing Auto-generated Menus in RCP'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/5495532941022946542/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/05/removing-auto-generated-menus-in-rcp.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5495532941022946542'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5495532941022946542'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/05/removing-auto-generated-menus-in-rcp.html' title='Removing Auto-generated Menus in RCP'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-4304822816112673333</id><published>2011-04-13T02:45:00.000-07:00</published><updated>2011-04-13T03:01:42.410-07:00</updated><title type='text'>iReport : Call to SubReport inside an existing Subreport</title><content type='html'>&lt;span style="color: rgb(255, 0, 0);"&gt;The scenario is like this :&lt;/span&gt;&lt;br /&gt;Main Report makes call to a subreport and this subreport makes call to its subreport and so on.&lt;br /&gt;   &lt;span style="color: rgb(255, 0, 0);"&gt; MainReport-----calls to ------ Subreport--------calls to ------Subreport, and so on.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;Steps :&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step1:&lt;/span&gt; Create a main Report and all subreports as separate (individual) JasperReports.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step2:&lt;/span&gt; Compile and run each reports individually as separate JasperReports.&lt;br /&gt;                [To ensure there are no compile-time bugs]&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step3:&lt;/span&gt; Now go to Subreport that calls its subreport in turn.&lt;br /&gt;            -----&amp;gt; Drag and drop a 'subreport' control onto the Subreport to import its subreport.&lt;br /&gt;            -----&amp;gt; Choose the child subreport of this subreport.&lt;br /&gt;                        [Assign the parameters to child subreport if any]&lt;br /&gt;            -----&amp;gt; set 'Default Value Expression' property of the SUBREPORT_DIR parameter&lt;br /&gt;                       to $P{SUBREPORT_DIR&lt;br /&gt;            -----&amp;gt; Save and Recompile the Subreport&lt;br /&gt;            NOTE:[The Report IDE must show Compile-time Error like this :  &lt;br /&gt;            Compiling to file... D:\iReports\LoanrepaymentPlan\subRptLoanCollectionTotal.jasper&lt;br /&gt;              Compiling subreports....&lt;br /&gt;             Unable to locate the subreport with expression: "$P{SUBREPORT_DIR} +                  "subRpt_LoanCollectionTotalInWords.jasper"".&lt;br /&gt;            java.lang.Exception: nullsubRpt_LoanCollectionTotalInWords.jrxml not found.     &lt;br /&gt;            at com.jaspersoft.ireport.designer.utils.Misc.locateFileFromExpression(Misc.java:1373)     &lt;br /&gt;            at com.jaspersoft.ireport.designer.compiler.IReportCompiler.compileSubreports(IReportCompiler.java:1403)     &lt;br /&gt;            at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:517)     &lt;br /&gt;            at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)     &lt;br /&gt;            at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)&lt;br /&gt;            Compilation running time: 281]&lt;br /&gt;DON'T WORRY ABOUT THIS COMPILATION-ERROR ! THIS IS DUE TO THE FACT THAT THIS CALLING SUB-REPORT'S 'SUBREPORT_DIR' HAS  NOT BEEN ASSIGNED ANY VALUE (i.e. ITS VALUE WILL IN TURN BE SUPPLIED TO IT AT RUN TIME FROM THE MAIN REPORT).&lt;br /&gt;        AND THIS SUBREPORT WILL NO LONGER RUN AS AN INDIVIDUAL REPORT WITH THESE PROPERTIES! JUST DON'T WORRY ABT IT!&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step4: &lt;/span&gt;Now, go to Main report that makes call to above subreport(of step 3)&lt;br /&gt;            -----&amp;gt; Drag and drop a 'subreport' control onto the Subreport to import its subreport&lt;br /&gt;                       (of step 3).&lt;br /&gt;            -----&amp;gt; Assign the runtime values to the parameter of subreport. Here, you'll see one&lt;br /&gt;                     parameter in the list called&lt;br /&gt;                    'SUBREPORT_DIR'(of subreport of step3)    whose value must again be&lt;br /&gt;                    'SUBREPORT_DIR'(of MainReport, note: this&lt;br /&gt;                    'SUBREPORT_DIR' parameter of main report will be added as soon as the subreport&lt;br /&gt;                     is added to the main report)&lt;br /&gt;            -----&amp;gt; Now Alter the pre-set value of Main-report's 'SUBREPORT_DIR'&lt;br /&gt;                      parameter(whatwever it might have already been assigned automatically) to&lt;br /&gt;                      P{REPORT_DIR}.&lt;br /&gt;            -----&amp;gt; Delete the preset value of 'Default Value Expression' property of the Main-report's&lt;br /&gt;                     'REPORT_DIR' parameter i.e. make it empty.&lt;br /&gt;            -----&amp;gt; Check the 'Use as a prompt' property of the 'REPORT_DIR'    parameter&lt;br /&gt;                    of main-report.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step5:&lt;/span&gt; Recompile the Main-report.&lt;br /&gt;            NOTE: The iReport IDE must display the compile-error likely as of at end of step3: i.e.&lt;br /&gt;            [Compiling to file... D:\iReports\LoanrepaymentPlan\debt_asuli_purja.jasper&lt;br /&gt;              Compiling subreports....&lt;br /&gt;              Unable to locate the subreport with expression: "$P{SUBREPORT_DIR}+ "subRpt_LoanCollectionFolio1.jasper"".&lt;br /&gt;            ava.lang.Exception: nullsubRpt_LoanCollectionFolio1.jrxml not found.     &lt;br /&gt;            at com.jaspersoft.ireport.designer.utils.Misc.locateFileFromExpression(Misc.java:1373)     &lt;br /&gt;            at com.jaspersoft.ireport.designer.compiler.IReportCompiler.compileSubreports(IReportCompiler.java:1403)     &lt;br /&gt;            at com.jaspersoft.ireport.designer.compiler.IReportCompiler.run(IReportCompiler.java:517)     &lt;br /&gt;            at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)     &lt;br /&gt;            at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997) &lt;br /&gt;            Compilation running time: 344!]&lt;br /&gt;        JUST DON'T WORRY ABT IT.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step6:&lt;/span&gt; Run the report; Pass all the parameters along with the param 'REPORT_DIR' whose&lt;br /&gt;            value must be passed carefully as in step7 below.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step7:&lt;/span&gt; Pass the Loaction(URL) of Main+Subreport(child-Subreport) (all reports must be placed&lt;br /&gt;            in same folder or URL) terminated by a '\' (for windows target system and probably&lt;br /&gt;            by a '/' for linux target-system).&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Step8:&lt;/span&gt; Now if everything is fine, the report must run. if not, check previous steps;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-4304822816112673333?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hamroblog-sristi.blogspot.com' title='iReport : Call to SubReport inside an existing Subreport'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/4304822816112673333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/ireport-call-to-subreport-inside.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/4304822816112673333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/4304822816112673333'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/ireport-call-to-subreport-inside.html' title='iReport : Call to SubReport inside an existing Subreport'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-3879345621507970129</id><published>2011-04-11T21:17:00.000-07:00</published><updated>2011-04-11T21:32:42.856-07:00</updated><title type='text'>Creating the Serial No. in iReport Table as per available rows</title><content type='html'>&lt;span style="font-family: courier new;"&gt;To create Serial No. in iReport table like 1,2,3,......... according available row-data to display, we need to do following steps:&lt;br /&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;Create a variable in the Table's DataSet---&amp;gt;Variables ----&amp;gt; Add variable;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: courier new;"&gt;Set the 'Variable Class' property of this variable to 'java.lang.Integer'.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: courier new;"&gt;Set the 'Calculation' property of this variable to 'count'.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: courier new;"&gt;Set the 'Variable Expression' property of this variable to a String type[Varchar,nvarchar,etc in DB table] field which is returned by the query of this table's DataSet. This is just as assigning the value of a field into a variable.&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-family: courier new;"&gt;Now, go to the report explorer, from table's Dataset---&amp;gt;Variables, Drag this newly created variable into any one of the table's field in table design in the Details band of table.&lt;/span&gt;&lt;span style="font-family: courier new;"&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;span style="font-family: courier new;"&gt;Now, the task is done. Run the report to check; if the query of the Table's Dataset returns tuples, the value of this variable will be incremented as many are the tupples returned by the query.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-3879345621507970129?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://hamroblog-sristi.blogspot.com' title='Creating the Serial No. in iReport Table as per available rows'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/3879345621507970129/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/creating-serial-no-in-ireport-table-as.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3879345621507970129'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3879345621507970129'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/creating-serial-no-in-ireport-table-as.html' title='Creating the Serial No. in iReport Table as per available rows'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-3451513101317876482</id><published>2011-04-11T02:57:00.000-07:00</published><updated>2011-04-11T03:22:46.202-07:00</updated><title type='text'>Passing parameters from main report to table's datasource in iReport?</title><content type='html'>To pass the parameters from main report to the table or list datasources in the iReport 3.6.7 or 4.0.1, we need to do following steps:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;create required parameters in the main report by right clicking on the parameters section of main report------&amp;gt; add parameter--------&amp;gt;set the properties (data type) of newly added parameter to your desired one.&lt;/li&gt;&lt;li&gt;create equivalent parameters in the table/List's data source's parameters section exactly as in step 1.&lt;/li&gt;&lt;li&gt;from report explorer, right click on the table and click on Edit Table DataSet   ------&amp;gt; Select the parameters tab -----------&amp;gt;Click on add ----------&amp;gt;Choose the parameter (which you created in the dataset's parameter section in step 2.) from upper combo (i.e. Dataset parameter name)  ------&amp;gt; then click on lower button (i.e.) assign value expression i.e. the params which you added in step 1.&lt;/li&gt;&lt;/ol&gt;Now, you're done. The params(defined in scope of main report's parameter section) will be prompted to user at the report run-time and passed to the table's dataset's parameter which will be reflected in the table finally.&lt;br /&gt;NOTE: We can add the params as in step 2. above into the table's dataSets scope with their properties "use as a prompt" checked (for the sake them to be prompted at the runtime to user), but they won't be prompted and we'll have to stay frustrated ; DON't use this approach.&lt;br /&gt;&lt;br /&gt;sristi, ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-3451513101317876482?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://stackoverflow.com/questions/3681704/ireport-passing-parameters-from-a-main-report-query-to-a-dataset-query-for-a-tab' title='Passing parameters from main report to table&apos;s datasource in iReport?'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/3451513101317876482/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/passing-parameters-from-main-report-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3451513101317876482'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3451513101317876482'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/04/passing-parameters-from-main-report-to.html' title='Passing parameters from main report to table&apos;s datasource in iReport?'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-3860315749628177215</id><published>2011-03-13T01:21:00.000-08:00</published><updated>2011-03-13T03:28:06.041-07:00</updated><title type='text'>Find Difference of two SimpleDateFormate dates in Java:</title><content type='html'>The difference between two SimpleDateFormat dates can be calculated as follows:&lt;br /&gt;//Declaration of dates eg.&lt;br /&gt;private static JDateChooser hrExJoinedDate=new JDateChooser();&lt;br /&gt;  private static JDateChooser hrExLeftDate=new JDateChooser();&lt;br /&gt;&lt;br /&gt;//initialization of the dates&lt;br /&gt;hrExJoinedDate.setDate(new Date());&lt;br /&gt;hrExLeftDate.setDate(new Date());&lt;br /&gt;&lt;br /&gt;/* Calculation of difference between two dates[Note it is returned as long int type measured as miliseconds, which we can further convert into our desired measurement scales like seconds, minutes, hours, days, months, and even years etc.]&lt;br /&gt;*/&lt;br /&gt;hrExLeftDate.getDate().getTime()-hrExJoinedDate.getDate().getTime();&lt;br /&gt;&lt;br /&gt;For eg. to express the long int returned by above expression, i used followin as a whole to get the date-difference in days, i.e.&lt;br /&gt;long t=(hrExLeftDate.getDate().getTime()-hrExJoinedDate.getDate().getTime())/(1000L*60L*60L*24L);&lt;br /&gt;int temp=(int)serviceDuration;//Explicit type-casting of long data into int.&lt;br /&gt;                txtServiceDuration.setText(String.valueOf(temp)+" months");//setting the service duration if any valid date has been input.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-3860315749628177215?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/3860315749628177215/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/03/find-difference-of-two.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3860315749628177215'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/3860315749628177215'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/03/find-difference-of-two.html' title='Find Difference of two SimpleDateFormate dates in Java:'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-1107278485608593731</id><published>2011-02-10T03:38:00.000-08:00</published><updated>2011-02-10T04:07:04.694-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='http://www.blogger.com/img/blank.gif'/><title type='text'>config SVN on localhost in Eclipse[windows]</title><content type='html'>&lt;span style="font-weight:bold;"&gt;How to install Subversion (SVN) with Eclipse on Windows&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To set up SVN in Eclipse IDE on Windows we need following things:&lt;br /&gt;1. download latest Svn1ClickSetup-1.3.3.msi  from &lt;a href="http://www.sliksvn.com/en/download"&gt;http://www.sliksvn.com/en/download&lt;/a&gt;&lt;br /&gt;2. install it with following instructions :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;      Install Subversion and TortoiseSVN using SVN 1-Click Setup and accept all the defaults.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;This is a Windows installer used "&lt;i&gt;to simplify the process of setting  up a Subversion repository on a Windows-based computer. Svn1ClickSetup  takes a user through the steps necessary to install the Subversion  command-line utilities and TortoiseSVN, as well as creating a repository  and initial project.&lt;/i&gt;" --from &lt;a href="http://svn1clicksetup.tigris.org/,"&gt;svn1clicksetup.tigris.org.&lt;br /&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;3. check if everything in installation is fine by:&lt;br /&gt;     To check that something went right, go to Windows Explorer and  right-click on a file. You       should see the "TortoiseSVN" context menu  item.&lt;br /&gt;4. Install the Subclipse plugin using the instructions at&lt;a href="http://subclipse.tigris.org/install.html."&gt; http://subclipse.tigris.org/install.html&lt;/a&gt;&lt;a href="http://subclipse.tigris.org/install.html."&gt;. &lt;/a&gt;&lt;br /&gt;5. Define the your SVN Repository as :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;    In Eclipse, from the "&lt;b&gt;Window&lt;/b&gt;" menu, select "&lt;b&gt;Open Perspective&lt;/b&gt;" &gt; "&lt;b&gt;Other...&lt;/b&gt;". Select "&lt;b&gt;SVN Repository Exploring&lt;/b&gt;" and click "&lt;b&gt;OK&lt;/b&gt;".&lt;/li&gt;&lt;li&gt;Inside the "&lt;b&gt;SVN Repository&lt;/b&gt;" window, right-click in the big empty space, and select "&lt;b&gt;New&lt;/b&gt;" &gt; "&lt;b&gt;Repository Location...&lt;/b&gt;".&lt;/li&gt;&lt;li&gt;In the "&lt;b&gt;Url:&lt;/b&gt;" box, type "&lt;b&gt;svn://localhost&lt;/b&gt;". Click "&lt;b&gt;Finish&lt;/b&gt;".  (Use this url to connect to the repository hosted on the SVN server on  your local machine created using svn1clicksetup. I got this tip from &lt;a href="http://james.cooley.ie/2006/12/01/version_control_with_eclipse_on_windows.html"&gt;http://james.cooley.ie/2006/12/01/version_control_with_eclipse_on_windows.html&lt;/a&gt;.  If you want to use a repository on another server, then point to that  location instead. "file://, http://, or https:// are the other protocols  that can be used.)&lt;/li&gt;&lt;/ul&gt;6. Add an Eclipse project to the repository :&lt;br /&gt;&lt;ul&gt;&lt;li&gt;  In the "&lt;b&gt;Navigator&lt;/b&gt;" window, right-click on a project and select "&lt;b&gt;Team&lt;/b&gt;" &gt; "&lt;b&gt;Share Project...&lt;/b&gt;".&lt;/li&gt;&lt;li&gt;Select "&lt;b&gt;SVN&lt;/b&gt;" [the upper one in list diaplayed]and click "&lt;b&gt;Next&lt;/b&gt;"&lt;/li&gt;&lt;li&gt;Your repository, "svn://localhost", (which you added in step 3) should show up here. Click "&lt;b&gt;Next&lt;/b&gt;".&lt;/li&gt;&lt;li&gt;Click "&lt;b&gt;Next&lt;/b&gt;" again. Click "&lt;b&gt;Finish&lt;/b&gt;". I got the following output in the "Console" window: &lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;pre&gt;  Filesystem has no item svn: URL 'svn://localhost/my_project' non-existent in that revision mkdir -m "Initial import." svn://localhost/my_project checkout -N -r HEAD svn://localhost/my_project Checked out revision 5.&lt;br /&gt;&lt;/pre&gt;7. Now you   have  done.&lt;br /&gt;&lt;br /&gt;Note: This article is referenced to :&lt;a href="http://www.saltycrane.com/blog/2007/03/how-to-install-subversion-svn-with/"&gt; http://www.saltycrane.com/blog/2007/03/how-to-install-subversion-svn-with/&lt;/a&gt; . so, if you want to know further more stuffs on versioning, please visit the link :  &lt;a href="http://www.saltycrane.com/blog/2007/03/how-to-install-subversion-svn-with/"&gt;http://www.saltycrane.com/blog/2007/03/how-to-install-subversion-svn-with/ &lt;/a&gt;&lt;br /&gt;for the details.&lt;br /&gt;&lt;a href="http://www.saltycrane.com/blog/2007/03/how-to-install-subversion-svn-with/"&gt;&lt;/a&gt;&lt;pre&gt;&lt;br /&gt;&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-1107278485608593731?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/1107278485608593731/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/02/config-svn-on-localhost-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1107278485608593731'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1107278485608593731'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/02/config-svn-on-localhost-in.html' title='config SVN on localhost in Eclipse[windows]'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7655541291972743646</id><published>2011-02-08T21:08:00.000-08:00</published><updated>2011-02-08T21:13:41.335-08:00</updated><title type='text'>iReport Video Tutorial Site</title><content type='html'>If you guyz are interested in learning the iReport, don't forget to visit the link where you can get the wink-created online video tutorial for iReport. The link is :&lt;br /&gt;&lt;a href="http://ireport-tutorial.blogspot.com/2008/10/ireport-subreport.html"&gt;http://ireport-tutorial.blogspot.com/2008/10/ireport-subreport.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7655541291972743646?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='related' href='http://ireport-tutorial.blogspot.com/2008/10/ireport-subreport.html' title='iReport Video Tutorial Site'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7655541291972743646/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/02/ireport-video-tutorial-site.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7655541291972743646'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7655541291972743646'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2011/02/ireport-video-tutorial-site.html' title='iReport Video Tutorial Site'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7300740285078136501</id><published>2010-09-11T22:48:00.000-07:00</published><updated>2010-09-11T22:55:15.295-07:00</updated><title type='text'>Oracle 10g Workshop Ends</title><content type='html'>The workshop on the Oracle 10g for VIII th semester students has ended, formally. Whatever you guyz learned during this workshop will hopefully make a surplus on your future carrier. Stay updated and practiced on the things that u learned during this workshop.&lt;br /&gt;finally, Best o Luck guyz for the IInd term and final exam.&lt;br /&gt;Thank you.&lt;br /&gt;sristi, Ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7300740285078136501?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7300740285078136501/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/oracle-10g-workshop-ends.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7300740285078136501'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7300740285078136501'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/oracle-10g-workshop-ends.html' title='Oracle 10g Workshop Ends'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-8149276261382236064</id><published>2010-09-02T03:31:00.000-07:00</published><updated>2010-09-02T03:54:57.418-07:00</updated><title type='text'>LinuxMint 9 Review(Multimedia Features)</title><content type='html'>&lt;span style="color: rgb(255, 102, 0);"&gt;&lt;span style="color: rgb(51, 0, 0);"&gt;Hi all&lt;/span&gt;,&lt;/span&gt;&lt;br /&gt;       &lt;span style="font-weight: bold;"&gt; For all of us being more familiar with Microsoft OSes, itz always a  hard job to deal with common multimedia file formats like MPEG, MPEG-II, DVD, MP3, etc on a linux machines.&lt;/span&gt; But, we need no more to worry for such situations ; coz' there are great linux-developers especially dedicated to multimedia and modifying GNOME of most linux distros like LinuxMint's developers do.Thanx to the great developers and codemasters of MintLinux for providing such an amazing multimedia distro of no-cost at all [coz' most linux distroz are free of cost--OPEN GNU License].&lt;br /&gt;      &lt;span style="font-weight: bold;"&gt; If ur touble for not being friendly with linux environment is all about the multimedia libraries, DON'T JUST WORRY COZ' --&lt;br /&gt;      &lt;/span&gt;Here is a short review of mine on the multimedia supported by LinuxMint 9 LXDE  :&lt;br /&gt;    &lt;span style="font-weight: bold;"&gt;[1] Multimedia files Supported : almost all&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;    [2] Multimedia Apps:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [a] Exaile (for audio files like *.ogg, *.mp3, *.wav, *.aac, etc)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [b] VLC (for almost all formats)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [c] GNOME Player(for almost all formats)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [d] Asunder CD Ripper(to extract AUDIO CD into mp3 files) &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [e] Xfburn (a CD/DVD burning app)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [f] GNOME alsa Mixer(a mixer app)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;          [g] Cheese(another app)&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;NOTE: Installation of Mint is like a play of a baby ---jusi in abt 10mins.&lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;ENJOY Mint !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;sristi, Ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-8149276261382236064?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/8149276261382236064/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/linuxmint-9-reviewmultimedia-features.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8149276261382236064'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8149276261382236064'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/linuxmint-9-reviewmultimedia-features.html' title='LinuxMint 9 Review(Multimedia Features)'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-1757590051184584534</id><published>2010-09-02T01:00:00.000-07:00</published><updated>2010-09-02T01:16:42.381-07:00</updated><title type='text'>Guyz, Try Linux Mint 9 LXDE be OPENSOURCE</title><content type='html'>Hi All Guyz,&lt;br /&gt;I've tried the latest Official Distro of Mint Linux named LinuxMint 9 LXDE. Itz one of the most awaited Mint distros out. It has a great package list and repository to customize the way u wish ur distro to be. I recommend Mint 9 LXDE as it has support to wide range of multimedia all built in itself. The GUI for GNOME is amazing. U can easily download the live CD.iso of this distro if u have an average internet. Please, do the download from any of the links given:&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.blogger.com/%3Ca%20href=%22http://www.linuxmint.com/edition.php?id=60%22%3E%3C/a%3E"&gt;http://bit.ly/linuxmint9&lt;/a&gt;&lt;br /&gt;&lt;a href="http://bit.ly/linuxmint9"&gt;http://www.linuxmint.com&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;sristi, Ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-1757590051184584534?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='' href='http://bit.ly/linuxmint9' length='0'/><link rel='enclosure' type='' href='http://www.linuxmint.com' length='0'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/1757590051184584534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/guyz-try-linux-mint-9-lxde-be.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1757590051184584534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1757590051184584534'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/09/guyz-try-linux-mint-9-lxde-be.html' title='Guyz, Try Linux Mint 9 LXDE be OPENSOURCE'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7736857686178172899</id><published>2010-08-28T09:41:00.000-07:00</published><updated>2010-08-28T09:49:02.506-07:00</updated><title type='text'>Oracle Installation on Linux Successful</title><content type='html'>Hi guyz,&lt;br /&gt;        After a practice of abt few hrs, I succeeded to install Oracle 10g on the RedHat machine and use it within the Linux.Now, my try next is to configure it for accessing it from clients like putty and sqltools. Finally, I'm relaxed.&lt;br /&gt;&lt;br /&gt;sristi, Ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7736857686178172899?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7736857686178172899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/oracle-installation-on-linux-successful.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7736857686178172899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7736857686178172899'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/oracle-installation-on-linux-successful.html' title='Oracle Installation on Linux Successful'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-1128558785627894918</id><published>2010-08-19T23:37:00.000-07:00</published><updated>2010-08-19T23:46:42.885-07:00</updated><title type='text'>The ELECTIVE -II on Oracle10g Started</title><content type='html'>After a long vacuum to hire a teacher of ELECTIVE-II for BCE 8th semester students, cosmos college finally did it.As the college was unable to do that in past month, most of the students were frustrated.And the time has come to us guyz.Hopefully you will do it as you've expected.BEST OF LUCK !&lt;br /&gt;sristi, Ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-1128558785627894918?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/1128558785627894918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/elective-ii-on-oracle10g-started.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1128558785627894918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1128558785627894918'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/elective-ii-on-oracle10g-started.html' title='The ELECTIVE -II on Oracle10g Started'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-6506735439416875059</id><published>2010-08-02T18:17:00.000-07:00</published><updated>2010-08-02T18:22:46.230-07:00</updated><title type='text'>Major proj. n 1st term test</title><content type='html'>cosmos colez 8th sem guyz are to submit the maj. proj. proposal n b re d 4 1st term tert.sristi&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-6506735439416875059?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/6506735439416875059/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/major-proj-n-1st-term-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/6506735439416875059'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/6506735439416875059'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/08/major-proj-n-1st-term-test.html' title='Major proj. n 1st term test'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-955980662145754640</id><published>2010-03-06T09:34:00.000-08:00</published><updated>2010-03-06T09:41:57.287-08:00</updated><title type='text'>Cosmos College Published 2nd Term Test Schedule</title><content type='html'>Hello all cosmosians,&lt;br /&gt;             THIS IS TO NOTIFY ALL COSMOS GUYZ THAT&lt;br /&gt;THE COSMOS COLLEGE ADMINISTRATION has published the 2nd term test schedule for this semester for all faculties to be started from MAR-15. So, if everything goes fine, the 2nd term is right ahead of u all.&lt;br /&gt;         I personally, would like u all for the very best for the test. Keep smiling, be prepared.&lt;br /&gt;thank u all.&lt;br /&gt;Sristi, ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-955980662145754640?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/955980662145754640/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/cosmos-college-published-2nd-term-test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/955980662145754640'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/955980662145754640'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/cosmos-college-published-2nd-term-test.html' title='Cosmos College Published 2nd Term Test Schedule'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-2059825404308480860</id><published>2010-03-06T09:05:00.000-08:00</published><updated>2010-03-06T09:33:08.395-08:00</updated><title type='text'>To use Open Source Softwares</title><content type='html'>Hi all,&lt;br /&gt;The world of open source software is incredibly expanding. So, I would like to refer following popular open source software development and download links. The famous links are :&lt;br /&gt;&lt;br /&gt;&lt;a href="http://softpedia.com/"&gt;http://softpedia.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://sourceforge.net/"&gt;http://sourceforge.net&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Note: Whatever your platform(Windows, Linux, Unix, mac Os) there r a lot of free stuffs.&lt;br /&gt;Only the thing  u have to do is  simply use your email id to register to these sites and get access for downloads.&lt;br /&gt;&lt;br /&gt;Thank u all.&lt;br /&gt;Sristi, ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-2059825404308480860?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/2059825404308480860/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/to-use-open-source-softwares.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2059825404308480860'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2059825404308480860'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/to-use-open-source-softwares.html' title='To use Open Source Softwares'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-9212562708657128283</id><published>2010-03-02T01:53:00.000-08:00</published><updated>2010-03-02T02:00:11.106-08:00</updated><title type='text'>BCE 6th Semester mini-project defence held successfully</title><content type='html'>&lt;span style="font-size:130%;"&gt;&lt;span style="color:#3333ff;"&gt;The 6th Semester mini-project defense of BCE faculty has been successfully held on Mar-02 at cosmos college , Tutepani lalitpur , in the presence of  the faculty members of cosmos  ccollege  and the project-coordinators and Observers&lt;/span&gt; .&lt;span style="color:#ff0000;"&gt; The attendees were also the BEX and BEIT 6th sem students. Sristi, personally and on the behalf of the VOD project gruop would like to thank all the attendees and Observers etc.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Thank u all.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;Sristi, ktm&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-9212562708657128283?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/9212562708657128283/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/bce-6th-semester-mini-project-defence.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/9212562708657128283'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/9212562708657128283'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/bce-6th-semester-mini-project-defence.html' title='BCE 6th Semester mini-project defence held successfully'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-4057612933023452151</id><published>2010-03-01T02:24:00.000-08:00</published><updated>2010-03-01T02:32:48.881-08:00</updated><title type='text'>BCE 6th Semester mini-projects defece</title><content type='html'>The defense of 6th semester BCE faculty cosmos  is going to be held on MAR-2  from 12:00 noon.&lt;br /&gt;The defense session will be followed by the demo session at cosmos lab. The projects being to be defensed and demonstrated are:&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;[1]   Airlines Reservation System&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;[2]   Prison Management System&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;[3]   Bank Management System&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;[4]   CMS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 0, 0);"&gt;[5]   Video On Demand&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Note : The defense and Demo of mini projects of BEX faculty has already been held.&lt;br /&gt;Thank u all.&lt;br /&gt;Sristi, ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-4057612933023452151?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/4057612933023452151/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/bce-6th-semester-mini-projects-defece.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/4057612933023452151'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/4057612933023452151'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/03/bce-6th-semester-mini-projects-defece.html' title='BCE 6th Semester mini-projects defece'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7477253444460902103</id><published>2010-02-14T08:24:00.000-08:00</published><updated>2010-02-14T08:41:27.831-08:00</updated><title type='text'>H.R. Thapa  &amp; Team Wins in cosmos FSU election</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;&lt;/span&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-family: courier new;"&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Finally, as the Election-Result of F.S.U. election held at cosmos college of management and technology on 10th Feb 2010 was displayed, it is notified that the Team of ANNISU(Revolutionary) has won the three major posts() and four member posts in cosmos F.S.U..The winners on behalves of ANNISU(Revolutionary) are as follows :&lt;br /&gt;&lt;br /&gt;Hare Ram Thapa (President)&lt;br /&gt;&lt;br /&gt;Aviskar Rimal(Vice-President)&lt;br /&gt;&lt;br /&gt;Sujan Lalmichhane(Secreteriate)&lt;br /&gt;&lt;br /&gt;Members:&lt;br /&gt;&lt;br /&gt;Ashma gurung&lt;br /&gt;&lt;br /&gt;Bijay Adhikari&lt;br /&gt;&lt;br /&gt;Bishal Bista&lt;br /&gt;&lt;br /&gt;Sanjay Mahato&lt;br /&gt;&lt;br /&gt;I personally would like to congratulate all Revolutionary guyz and wish their best working-period.&lt;br /&gt;&lt;br /&gt;Thank U all!&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;sristi, ktm.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7477253444460902103?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7477253444460902103/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/02/hr-thapa-team-wins-in-cosmos-fsu.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7477253444460902103'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7477253444460902103'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/02/hr-thapa-team-wins-in-cosmos-fsu.html' title='H.R. Thapa  &amp; Team Wins in cosmos FSU election'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-2148762254944409955</id><published>2010-01-29T10:36:00.000-08:00</published><updated>2010-02-04T01:48:05.353-08:00</updated><title type='text'>PU publishes the VI, VII and VIII sem Results</title><content type='html'>The PU Board of Examinations has published the final examinations of semester vi,vii and viii of BCE on late night 27-Jan.&lt;br /&gt;CONGRATS ! TO ALL GUYZ.&lt;br /&gt;For the further detail please log on to :&lt;a href="http://www.pu.edu.np"&gt; http://pu.edu.np&lt;/a&gt;&lt;br /&gt;Thank u.&lt;br /&gt;sristi, ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-2148762254944409955?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='' href='http://pu.edu.np' length='0'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/2148762254944409955/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/pu-publishes-vi-vii-and-viii-sem.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2148762254944409955'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2148762254944409955'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/pu-publishes-vi-vii-and-viii-sem.html' title='PU publishes the VI, VII and VIII sem Results'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-1262260514974700481</id><published>2010-01-29T01:04:00.000-08:00</published><updated>2010-01-29T01:15:37.945-08:00</updated><title type='text'>Cosmos Students-Election Scheduled to held on 10 FEB 2010</title><content type='html'>The very awaited cosmos independent students council election has been scheduled.According to the resources at cosmos college there are mainly three brother-unions of UNCPN(maiost),CPN-UML,Nepali Congress participating in the Election and it has been scheduled to be held on the Feb-10 at college.The code of conduct has been made and the contenders are going to be declared soon.&lt;br /&gt;&lt;br /&gt;So, CONGRATULATIONS  GUYZ ! U R' TO USE YOUR VOTING RIGHTS !&lt;br /&gt;sristi,ktm.&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Here is an add please have a look on it !&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: verdana;"&gt;&lt;span style="font-weight: bold;"&gt;VOTE FOR &lt;span style="color: rgb(204, 0, 0);"&gt;&lt;span style="font-style: italic;"&gt;HARE RAM THAPA &lt;/span&gt;&lt;span style="color: rgb(0, 0, 0);"&gt;as the FIRST PRESIDENT !&lt;br /&gt;VOTE FOR ALL CANDIDATES OF &lt;span style="font-style: italic;"&gt;&lt;span style="color: rgb(204, 0, 0);"&gt;REVOLUTIONARY STUDENTS !&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-1262260514974700481?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/1262260514974700481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/cosmos-students-election-scheduled-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1262260514974700481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1262260514974700481'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/cosmos-students-election-scheduled-to.html' title='Cosmos Students-Election Scheduled to held on 10 FEB 2010'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-6432267885716309317</id><published>2010-01-29T00:58:00.000-08:00</published><updated>2010-01-29T01:03:35.321-08:00</updated><title type='text'>The First term assesment of cosmos held</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;span style="font-weight: bold;"&gt;The first term assesment of cosmos college for all semesters and all faculties has been held from jan-24 to jan-28.&lt;br /&gt;Hopefully , I expect u all guyz' did ur best in the exams.&lt;br /&gt;&lt;br /&gt;According to the cosmos admin notice-board, the regular classes of all semesters is going to start from jan-31-Sunday onwards.Thank u all.&lt;br /&gt;sristi,ktm.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-6432267885716309317?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/6432267885716309317/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/first-term-assesment-of-cosmos-held.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/6432267885716309317'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/6432267885716309317'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/first-term-assesment-of-cosmos-held.html' title='The First term assesment of cosmos held'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-8951654483676653424</id><published>2010-01-29T00:53:00.000-08:00</published><updated>2010-01-29T00:58:09.024-08:00</updated><title type='text'>Mini-project defense postponed due to Ed-TOUR</title><content type='html'>The final defense and report submission of mini-project for last VIth semester students  of COSMOS college has been postponed due to the Ed-TOUR of VIth semester students to Eastern part of region and Sikkim n Darjeeling two weeks ago.&lt;br /&gt;       The guyz really enjoyed the tour and they rocked it. Congrats' guyz u have collected the fun of tour.&lt;br /&gt;sristi,ktm.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-8951654483676653424?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/8951654483676653424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/mini-project-defense-postponed-due-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8951654483676653424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8951654483676653424'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2010/01/mini-project-defense-postponed-due-to.html' title='Mini-project defense postponed due to Ed-TOUR'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-2150389617487988458</id><published>2009-10-02T00:15:00.000-07:00</published><updated>2009-10-02T00:24:29.444-07:00</updated><title type='text'>Plz concentrate on how to make continuous playback</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Hi guyz,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;         I hope u r visiting the blog and stay updated.Nowadays , we r in middle of the project.The key focus now is on:&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1.    How to make the playback of songs in VOD automated .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2.    LED test is over but real H/W interfacing is on overhead .&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.    Creating a Moving GUI.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;4.     Support for DVD files.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;5.     Prepare for a mid-term defence.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Thank u all.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Sristi&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-2150389617487988458?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/2150389617487988458/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/10/plz-concentrate-on-how-to-make.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2150389617487988458'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2150389617487988458'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/10/plz-concentrate-on-how-to-make.html' title='Plz concentrate on how to make continuous playback'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-723152793722266083</id><published>2009-09-22T09:16:00.000-07:00</published><updated>2009-09-22T09:39:18.463-07:00</updated><title type='text'>A breakthrough in VOD mini project of HMNNSS group</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_UQLCAJ_kjf8/Srj9Vzp2V6I/AAAAAAAAAB0/PPTDO38hlD0/s1600-h/LED+Prog+ko+foto.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px; height: 202px;" src="http://4.bp.blogspot.com/_UQLCAJ_kjf8/Srj9Vzp2V6I/AAAAAAAAAB0/PPTDO38hlD0/s320/LED+Prog+ko+foto.jpg" alt="" id="BLOGGER_PHOTO_ID_5384331905606244258" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold; color: rgb(255, 102, 0);"&gt;Dear my frienz,&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;         &lt;span style="color: rgb(204, 0, 0);"&gt;I'm happy to inform you all guyz that , One of the most overheaded part of our MINI project(VOD) has been brokenthrough today by Fwann... at around 9:00pm.&lt;/span&gt;&lt;br /&gt;      &lt;span style="color: rgb(51, 102, 255);"&gt; So, Fwann... was able to turn ON/OFF the 5V LED via Parallel port after a continuous overhead since last 1and half week by a simple Visual Studio2008 V#.NET application.&lt;br /&gt;This means now, we are able to interface our DTMF decoder input into PPT to read the input as we discussed earlier.&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(204, 51, 204);"&gt;For the happiness to b conveyed to all the VOD team , I have posted the foto of Fwann..'s C#.NET application here.&lt;/span&gt;&lt;br /&gt;Please , Stay updated to this link for comming breaking news about the VOD mini project.&lt;br /&gt;Keep on thinking about the managing I/O via PPT further guyz.&lt;br /&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;Thank U all guyz. I'm happy today.Let me dance now.&lt;br /&gt;&lt;span style="color: rgb(51, 102, 255);"&gt;Sristi.&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-723152793722266083?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/723152793722266083/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/09/breakthrough-in-vod-mini-project-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/723152793722266083'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/723152793722266083'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/09/breakthrough-in-vod-mini-project-of.html' title='A breakthrough in VOD mini project of HMNNSS group'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_UQLCAJ_kjf8/Srj9Vzp2V6I/AAAAAAAAAB0/PPTDO38hlD0/s72-c/LED+Prog+ko+foto.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-5622145812113770400</id><published>2009-08-30T02:26:00.000-07:00</published><updated>2009-08-30T02:35:51.539-07:00</updated><title type='text'>COSMOS college's 2nd Term Assement Started</title><content type='html'>The 2nd Assesment of Cosmos College has kick-started from today. The 2nd assesment of senior semester-VIII has been finished today.And their final examination will be soon held.Best of luck to all senior DAIIs from my side. and Happy  Dashain + Tihar to all cosmosians and all nepalese.&lt;br /&gt;&lt;br /&gt;Sristi.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-5622145812113770400?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/5622145812113770400/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/08/cosmos-colleges-2nd-term-assement.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5622145812113770400'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/5622145812113770400'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/08/cosmos-colleges-2nd-term-assement.html' title='COSMOS college&apos;s 2nd Term Assement Started'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7387852184570781009</id><published>2009-07-20T00:34:00.000-07:00</published><updated>2009-07-20T05:14:44.215-07:00</updated><title type='text'>Sristi returns from Hospital</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SmRfnJtbWhI/AAAAAAAAABs/x5V-0s42mG4/s1600-h/Bir+hospital.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SmRfnJtbWhI/AAAAAAAAABs/x5V-0s42mG4/s320/Bir+hospital.jpg" alt="" id="BLOGGER_PHOTO_ID_5360514582703725074" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;After six days Hospitalization in Bir Hospital , Sristi, student of COSMOS is back to appartment.&lt;br /&gt;I 'd like to say thank u to all friends and collegues who helped me during my days at Bir Hospital . You guyz really helped me and I can never forget this.Thank u everybody. It 'll take some weeks to fully recover me from the Appendectomy.&lt;br /&gt;THANK U ALL.&lt;br /&gt;Sristi&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7387852184570781009?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7387852184570781009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/sristi-returns-from-hospital.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7387852184570781009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7387852184570781009'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/sristi-returns-from-hospital.html' title='Sristi returns from Hospital'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_UQLCAJ_kjf8/SmRfnJtbWhI/AAAAAAAAABs/x5V-0s42mG4/s72-c/Bir+hospital.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7020353985055396839</id><published>2009-07-07T02:01:00.001-07:00</published><updated>2009-07-20T05:07:58.660-07:00</updated><title type='text'>PU published 2009Fall sem  Results of  BBA &amp; Engineering</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlPuED7AedI/AAAAAAAAABc/GsAbiUUQmr4/s1600-h/PU+seal.jpg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 114px; height: 107px;" src="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlPuED7AedI/AAAAAAAAABc/GsAbiUUQmr4/s320/PU+seal.jpg" alt="" id="BLOGGER_PHOTO_ID_5355886135413340626" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;The PU has published the 2009Fall semester Results of BBA (semesters III, IV, V, VI, VII, VIII),&lt;br /&gt;BBABI(semesters III, IV, V), PGDHCM(semesters I), MHCM(semesters I, II), MBA(semesters I), Last week.&lt;br /&gt;  Yesterday, the PU Examination coltrollers board has published the 2009Fall semester Results of BE VII semester of faculties BCE, BEX, BEIT, BESE.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Updates:&lt;/span&gt;&lt;br /&gt;on 9th july, PU has also published the 2009Fall semester results of MSc. Env(semesters I, III), BCIS(semesters V, VI,VII), BCA(SEmesters VII), BHCM(semesters III, IV), MBA(semesters  I, II , III, IV), MBA(3yrs)(semesters II, III, IV) and Retake MSc. Env + MBA.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Updates I:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;On 15 July, PU also published the result of 2009Fall semester of BE civil(VII), BCE(V), BEIT(V), MCE(II), Msc. CM(II), Msc. NRM(II), BBABI(II), BCIS(III, IV), BCA(III, IV, V, VI), BHCM(II), and Retake of &lt;span style="font-family:Verdana;font-size:78%;"&gt;&lt;span style="color:#ff8000;"&gt;&lt;a href="http://www.pu.edu.np/examresult/MCIS.pdf" style="text-decoration: none;"&gt;                             MCIS&lt;/a&gt;,                             &lt;a href="http://www.pu.edu.np/examresult/M.comp%20Eng%20Re.pdf" style="text-decoration: none;"&gt;                             MECmp&lt;/a&gt;,                             &lt;a href="http://www.pu.edu.np/examresult/CM%20%20re.pdf" style="text-decoration: none;"&gt;                             MSc Const&lt;/a&gt;,                             &lt;a href="http://www.pu.edu.np/examresult/M.Sc%20Computer%20re.pdf" style="text-decoration: none;"&gt;                             MSc Cmp&lt;/a&gt;,                             &lt;a href="http://www.pu.edu.np/examresult/M.%20Sc.%20NRM%20re.pdf" style="text-decoration: none;"&gt;                             MSc NRM.&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;For the details of result please visit the official website of the PU at http://www.pu.edu.np/examresult/eresult.htm.&lt;br /&gt;&lt;br /&gt;for any suggestions about the posts please do comments on the blog.&lt;br /&gt;Thank you.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7020353985055396839?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7020353985055396839/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/pu-published-2009fall-sem-results-of.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7020353985055396839'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7020353985055396839'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/pu-published-2009fall-sem-results-of.html' title='PU published 2009Fall sem  Results of  BBA &amp; Engineering'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlPuED7AedI/AAAAAAAAABc/GsAbiUUQmr4/s72-c/PU+seal.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-8110646055225301402</id><published>2009-07-05T23:10:00.000-07:00</published><updated>2009-07-05T23:20:42.545-07:00</updated><title type='text'>A  short  video</title><content type='html'>&lt;object width="320" height="266" class="BLOG_video_class" id="BLOG_video-f633ea34cf5f4072" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;&lt;param name="movie" value="http://www.youtube.com/get_player"&gt;&lt;param name="bgcolor" value="#FFFFFF"&gt;&lt;param name="allowfullscreen" value="true"&gt;&lt;param name="flashvars" value="flvurl=http://v12.nonxt2.googlevideo.com/videoplayback?id%3Df633ea34cf5f4072%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331089963%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D49582F49CFE790B8345CB2349E191CDE5EA5E1C3.52594E50636A2D96DD7EBAA309C7478F11F1E1A9%26key%3Dck1&amp;amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Df633ea34cf5f4072%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dzqsbv-wkBGClH8_88gh5QRFo1m0&amp;amp;autoplay=0&amp;amp;ps=blogger"&gt;&lt;embed src="http://www.youtube.com/get_player" type="application/x-shockwave-flash"width="320" height="266" bgcolor="#FFFFFF"flashvars="flvurl=http://v12.nonxt2.googlevideo.com/videoplayback?id%3Df633ea34cf5f4072%26itag%3D5%26app%3Dblogger%26ip%3D0.0.0.0%26ipbits%3D0%26expire%3D1331089963%26sparams%3Did,itag,ip,ipbits,expire%26signature%3D49582F49CFE790B8345CB2349E191CDE5EA5E1C3.52594E50636A2D96DD7EBAA309C7478F11F1E1A9%26key%3Dck1&amp;iurl=http://video.google.com/ThumbnailServer2?app%3Dblogger%26contentid%3Df633ea34cf5f4072%26offsetms%3D5000%26itag%3Dw160%26sigh%3Dzqsbv-wkBGClH8_88gh5QRFo1m0&amp;autoplay=0&amp;ps=blogger"allowFullScreen="true" /&gt;&lt;/object&gt;&lt;br /&gt;some of the cosmos guyz at the Jamal Zebra-crossing to cross the road of their lives.&lt;br /&gt;&lt;br /&gt;This video is not academically related to the cosmos college but I published it due to my interest. So, if some get bored of it please do coment to it. I'll always be happy to anykind of your comments.&lt;br /&gt;thanx&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-8110646055225301402?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='enclosure' type='video/mp4' href='http://www.blogger.com/video-play.mp4?contentId=f633ea34cf5f4072&amp;type=video%2Fmp4' length='0'/><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/8110646055225301402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/short-video.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8110646055225301402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/8110646055225301402'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/short-video.html' title='A  short  video'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-7060520603703412260</id><published>2009-07-05T22:54:00.000-07:00</published><updated>2009-07-05T23:05:50.430-07:00</updated><title type='text'>The Minor Project Proposal's Submission Held</title><content type='html'>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlGUBDiujEI/AAAAAAAAABU/UWasTeEO4ho/s1600-h/College.jpg"&gt;&lt;img style="margin: 0pt 0pt 10px 10px; float: right; cursor: pointer; width: 320px; height: 240px;" src="http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlGUBDiujEI/AAAAAAAAABU/UWasTeEO4ho/s320/College.jpg" alt="" id="BLOGGER_PHOTO_ID_5355224177771973698" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;As a usual acadmic session, the 6th semester Engineering students submitted their proposed Minor project proposals on Tuesday 30th  June (Electronics dept.) and on Friday 3rd July (Computer dept.) . The actual time for all the engineering students has been started according to our respected department heads. I'm now unable to post the titles of the proposals since some of them can be discarded by the HODs. So , I'll try to post the accepted titles in the comming future.&lt;br /&gt;Thank u .&lt;br /&gt;Sristi&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-7060520603703412260?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/7060520603703412260/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/minor-project-proposals-submission-held.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7060520603703412260'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/7060520603703412260'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/minor-project-proposals-submission-held.html' title='The Minor Project Proposal&apos;s Submission Held'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_UQLCAJ_kjf8/SlGUBDiujEI/AAAAAAAAABU/UWasTeEO4ho/s72-c/College.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-2852551181527731526</id><published>2009-07-05T21:53:00.000-07:00</published><updated>2009-07-05T22:53:30.988-07:00</updated><title type='text'>The First Term Exam Started from 5Jul 09 Sun</title><content type='html'>&lt;span style="font-size:100%;"&gt;&lt;span style="font-family:courier new;"&gt;As Usual routine, the Internal assement known as first term examination started on 5th july 09 sunday for this semester. Recently the Cosmos Council has sponsored the Cosmos Sports Week just few days ago Cosmos Senior Batch(8th Semester) students set out for their Tour.The rainy season has just started and it rains everyday thesedays.For the first term, I wish all the best for all COSMOS Students.&lt;br /&gt;Thanks , keep on visiting and posting your posts at hamroblog-sristi.blogspot.com.&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-2852551181527731526?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/2852551181527731526/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/first-term-exam-started-from-5jul-09.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2852551181527731526'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/2852551181527731526'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/first-term-exam-started-from-5jul-09.html' title='The First Term Exam Started from 5Jul 09 Sun'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8440132189174393923.post-1318295905115128418</id><published>2009-07-01T22:04:00.000-07:00</published><updated>2009-07-05T22:03:41.350-07:00</updated><title type='text'>Cosmos Senoir Guys returned from tour</title><content type='html'>Last week Senior semester(7th) guys of Cosmos college went to a tour and this week they returned after 4 days tour to pokhara, bandipur, Sunkoshi, etc.According to them , it was very memorable tour for them. Thank u Dai z.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8440132189174393923-1318295905115128418?l=hamroblog-sristi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://hamroblog-sristi.blogspot.com/feeds/1318295905115128418/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/cosos-guys-returned-from-tour.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1318295905115128418'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8440132189174393923/posts/default/1318295905115128418'/><link rel='alternate' type='text/html' href='http://hamroblog-sristi.blogspot.com/2009/07/cosos-guys-returned-from-tour.html' title='Cosmos Senoir Guys returned from tour'/><author><name>sristi</name><uri>http://www.blogger.com/profile/07056520758858975647</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='21' src='http://1.bp.blogspot.com/_UQLCAJ_kjf8/SlGLhYosMrI/AAAAAAAAAAs/3zjdclPdjX0/S220/jet.jpg'/></author><thr:total>0</thr:total></entry></feed>
