<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Users Group Manipal &#187; varun</title>
	<atom:link href="http://www.lugmanipal.org/author/varun/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lugmanipal.org</link>
	<description>The Best Things in Life are Free</description>
	<lastBuildDate>Wed, 26 Oct 2011 08:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mobivision Workshop 2011</title>
		<link>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/</link>
		<comments>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:49:30 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=323</guid>
		<description><![CDATA[Mobivision workshop has always been one of the top workshops by LUG. Unlike every year this year workshop was conducted on Android. Previously the workshop used to be on Symbian (Using Python for S60) . Day1 &#8211; Installation of eclipse and android SDK was done. Everyone installed and started there emulator successful. Hello World program [...]]]></description>
			<content:encoded><![CDATA[<p>Mobivision workshop has always been one of the top workshops by LUG.  Unlike every year this year workshop was conducted on Android.  Previously the workshop used to be on Symbian (Using Python for S60) .</p>
<p>Day1 &#8211; Installation of eclipse and android SDK was done. Everyone  installed and started there emulator successful. Hello World program was  explained properly. Making UI through XML and through java file was  explained. Then App inventor tool of google was shown.</p>
<p>Day2 &#8211; Basics of java and then android overview (activities,  intents, widget&#8230;) was covered first. Then Lab1 was done which was  hands-on-session<em> </em> . Everyone used Linear Layout,  Button, EditText, Checkbox , etc&#8230; through dynamic programming and made  a simple app. How to use LogCat to debug code was also taught.</p>
<p>Day3-  Different Example codes were explained and distributed. Lab2  was done which was hand on session. Same layout which was made in day2  was now made through xml. It covered different layout, widget most  importantly listview, adapter, layout inflator, etc.</p>
<p>Lastly there was discussion on ideation as well. How to generate  ideas for an mobile application. What all thing we should look for when  we go for making an mobile application, etc.</p>
<p>All files are attached  (Lab1, Lab2 complete, examples and slides)</p>
<p><a href="http://www.slideshare.net/sritolia/android-workshday1" target="_blank">http://www.slideshare.net/sritolia/android-workshday1</a></p>
<p><a href="http://www.slideshare.net/sritolia/android-workshobasic-java" target="_blank">http://www.slideshare.net/sritolia/android-workshobasic-java</a></p>
<p><a href="http://www.slideshare.net/sritolia/android-workshop-day3" target="_blank">http://www.slideshare.net/sritolia/android-workshop-day3</a></p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/09/lugmanipal.zip">http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/09/lugmanipal.zip</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/09/26/mobivision-workshop-2011/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Installing the Android SDK</title>
		<link>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/</link>
		<comments>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 09:24:58 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=321</guid>
		<description><![CDATA[1) System Requirement &#8211; Check whether your operating system supports for developing Android applications using the Android SDK. http://developer.android.com/sdk/requirements.html 2) JDK-  Download and install the Java JDK depending upon the OS and processor (32bit or 64 bit) you have. http://java.sun.com/javase/downloads/index.jsp JDK 7 is recommended. 3) Eclipse &#8211; Download eclipse zip file and extract it. &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>1) System Requirement &#8211; Check whether your operating system supports for developing  Android applications using the Android SDK.<br />
<a href="http://developer.android.com/sdk/requirements.html" target="_blank"> http://developer.android.com/sdk/requirements.html</a></p>
<p>2) JDK-  Download and install the Java JDK depending upon the OS and processor (32bit or 64 bit) you have.<a href="http://java.sun.com/javase/downloads/index.jsp" target="_blank"> http://java.sun.com/javase/downloads/index.jsp</a><br />
JDK 7 is recommended.</p>
<p>3) Eclipse &#8211; Download eclipse zip file and extract it. &#8211; <a href="http://www.eclipse.org/downloads/" target="_blank">http://www.eclipse.org/downloads/</a> .The &#8220;Eclipse Classic&#8221; version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.</p>
<p>4) Download Android SDK &#8211; download and extract the android sdk depending upon the OS you have. <a href="http://developer.android.com/sdk/index.html" target="_blank">http://developer.android.com/sdk/index.html</a></p>
<p>5) ADT Plugin &#8211; Install the ADT Plugin</p>
<ol>
<li>Start Eclipse, then select <strong>Help</strong> &gt; <strong>Install New Software&#8230;</strong>.</li>
<li>Click <strong>Add</strong>, in the top-right corner.</li>
<li>In the Add Repository dialog that appears, enter &#8220;ADT Plugin&#8221; for the <em>Name</em> and the following URL for the <em>Location</em>:
<pre>https://<a href="http://dl-ssl.google.com/android/eclipse/" target="_blank">dl-ssl.google.com/android/eclipse/</a></pre>
</li>
<li>Click <strong>OK</strong>Note: If you have trouble acquiring the plugin, try using &#8220;http&#8221; in the Location URL, instead of &#8220;https&#8221; (https is preferred for security reasons).</li>
<li>In the Available Software dialog, select the checkbox next to Developer Tools and click <strong>Next</strong>.</li>
<li>In the next window, you&#8217;ll see a list of the tools to be downloaded. Click <strong>Next</strong>.</li>
<li>Read and accept the license agreements, then click <strong>Finish</strong>.Note: If you get a security warning saying that the authenticity or validity of the software can&#8217;t be established, click <strong>OK</strong>.</li>
<li>When the installation completes, restart Eclipse.</li>
</ol>
<p>6)  Configuring ADT Plugin &#8211; go to Window=&gt;Preferences=&gt;Android and change the build path to<br />
wherever you put the android-sdk folder.(the sdk you downloaded in step 4) .</p>
<p>7) Try the hello world program from here &#8211; <a href="http://developer.android.com/resources/tutorials/hello-world.html" target="_blank">http://developer.android.com/resources/tutorials/hello-world.html</a> .</p>
<p>&nbsp;</p>
<p>(You may follow the detailed instructions from the official web site &#8211; <a href="http://developer.android.com/sdk/installing.html" target="_blank">http://developer.android.com/sdk/installing.html</a> )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/09/22/installing-the-android-sdk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LUG Open Talks 2011</title>
		<link>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/</link>
		<comments>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 17:01:43 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=266</guid>
		<description><![CDATA[3 Talks, 3 Interesting Topics Thursday, Friday and Saturday. (20th, 21st and 22nd of Jan). 1)20th Jan (Thursday) &#8211; Wikipedia &#38; Open Information &#8211; By Prof K.P Rao 2)21st Jan (Friday) &#8211; An approach to algorithms for coding competitions 3)22nd Jan(Saturday) &#8211; Design Patterns commonly used Details: 1)20th of Jan &#8211; The first of the [...]]]></description>
			<content:encoded><![CDATA[<p>3 Talks, 3 Interesting Topics<br />
Thursday, Friday and Saturday. (20th, 21st and 22nd of Jan).<br />
1)20th Jan (Thursday) &#8211; Wikipedia &amp; Open Information &#8211; By Prof K.P Rao<br />
2)21st Jan (Friday) &#8211; An approach to algorithms for coding competitions<br />
3)22nd Jan(Saturday) &#8211; Design Patterns commonly used</p>
<p>Details:<br />
1)20th of Jan &#8211; The first of the talks were by Prof. KP Rao and was on the Wikipedia foundation. The talk was wonderful and Prof KP Rao shared with us his 50 years of teaching experience and also talked on the various aspects of wikipedia and on the concept behind it. He also talked about the ideasOpen Information &#8211; By Prof K.P Rao</p>
<p>2)21st of Jan &#8211; The second of the talks was on Approach to algorithms in coding competition, by shivhari shankar on the memebers of LUG, Manipal. The talk was on the basics of coding competition and thoughts that go behind solving one of them. Standard problems were also picked and analyzed. It was an open session with anyone allowed to discuss and analysed the problem given. Problems like the n queens problem and permutation and combination were well received by everyone and there was an overall informal session that was fruitful and useful.</p>
<p>3)22nd of Jan -Being civilised humans, we conform to certain behavioural patterns in life to be a part of the social systems. Similarly  there are many practices, many problems already solved. Design patterns  is about finding a pre made good solution to your problems.</p>
<p>Slides for the talks:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/01/design-patterns.pptx">Design patterns</a></p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2011/01/lugm-opentalks-session2.odp">Session 2-Algorithms</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2011/01/24/lug-open-talks-2011/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Slides for MobiVision &#8217;10</title>
		<link>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/</link>
		<comments>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 17:08:31 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=255</guid>
		<description><![CDATA[These are the slides from the Python part of the workshop held 13th -14th September 2010. click on the link to download: python The slides for the remaining part of the workshop: pys60]]></description>
			<content:encoded><![CDATA[<p>These are the slides from the Python part of the workshop held 13th -14th September 2010.<a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/python.pdf"></a></p>
<p>click on the link to download:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/python.pdf">python</a></p>
<p>The slides for the remaining part of the workshop:</p>
<p><a href="http://www.lugmanipal.org/wordpress/wp-content/uploads/2010/09/mobivisionpdf.pdf">pys60</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2010/09/14/python-slides-for-mobivision-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Distributed Computing and MapReduce</title>
		<link>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/</link>
		<comments>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 16:18:13 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=250</guid>
		<description><![CDATA[Today I conducted a session on Distributed Computing. It mainly focussed on MapReduce and its open source implementation-Hadoop. The session first covered a brief idea of why we need to have distributed computing since everything is driven by need.Then It covered how a distributed file system works.It focussed on the Google File System.A demonstartion of [...]]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		A:link { so-language: zxx } --><span style="font-size: medium;">Today I conducted a session on Distributed Computing. It mainly focussed on MapReduce and its open source implementation-Hadoop. </span></p>
<p><span style="font-size: medium;">The session first covered a brief idea of why we need to have distributed computing since everything is driven by need.Then It covered how a distributed file system works.It focussed on the Google File System.A demonstartion of how Hadoop works on a single node enviornment where a example very similar to the wordcount example was show. It was an election simulation where the input was the votes cast and the Hadoop Job aggregated the results.After this some finer details about Hadoop was covered which was the last topic in the session.</span></p>
<p><span style="font-size: medium;">Some resources that are very helpful:</span></p>
<p><span style="font-size: medium;"><a href="http://code.google.com/edu/parallel/index.html#hadoop">http://code.google.com/edu/parallel/index.html#hadoop</a></span></p>
<p><span style="font-size: medium;">Slides for the session:</span></p>
<p><span style="font-size: medium;"><a href="http://www.slideshare.net/varunthacker/distributed-computing-3635200">http://www.slideshare.net/varunthacker/distributed-computing-3635200</a></span></p>
<p><span style="font-size: medium;"><a href="http://www.jakobhoman.com/search/label/Hadoop">http://www.jakobhoman.com/search/label/Hadoop</a></span></p>
<p><span style="font-size: medium;">How to setup an Hadoop enviorment:</span></p>
<p><span style="font-size: medium;"><a href="http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29">http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Single-Node_Cluster%29</a></span></p>
<p><span style="font-size: medium;"><a href="http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29">http://www.michael-noll.com/wiki/Running_Hadoop_On_Ubuntu_Linux_%28Multi-Node_Cluster%29</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2010/04/09/distributed-computing-and-mapreduce/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Round-up on the search engines and a troubleshooting linux sessions</title>
		<link>http://www.lugmanipal.org/2009/03/08/round-up-on-the-search-engines-and-a-troubleshooting-linux-sessions/</link>
		<comments>http://www.lugmanipal.org/2009/03/08/round-up-on-the-search-engines-and-a-troubleshooting-linux-sessions/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:37:04 +0000</pubDate>
		<dc:creator>varun</dc:creator>
				<category><![CDATA[Meets]]></category>

		<guid isPermaLink="false">http://www.lugmanipal.org/?p=127</guid>
		<description><![CDATA[A talk on search engines and a troubleshooting session were the reasons for the gathering on the 25th and the 26th of February 2009. The aim of the talk was to give a brief account on everything related to search engine technology.It started with an introduction to search engines and then went on to tell [...]]]></description>
			<content:encoded><![CDATA[<p>A talk on search engines and a troubleshooting session were the reasons<br />
for the gathering on the 25th and the 26th of February 2009.</p>
<p>The aim of the talk was to give a brief account on everything related<br />
to search engine technology.It started with an introduction to search<br />
engines and then went on to tell about the different types of search<br />
engines technologies.Then we focused on the Google search engine<br />
architecture.After that SEO&#8217;s techniques were discussed and Google&#8217;s<br />
webmaster tools was shown.Now the final topic of how to get the best<br />
results out of Google&#8217;s search engine with the knowledge of some<br />
operators was covered.This is what the talk consisted of.</p>
<p>The reason for the troubleshooting session on the second day was for<br />
users facing problems while operating Linux.Users discussed their<br />
problems and were solved one by one.Some of the common problems<br />
included users were facing is to get the package manager working using<br />
our colleges proxy server. Next, they were shown how to install<br />
packages manually in linux. This topic proceeded with a small discussion<br />
on how to clear the dependencies.Then we had a quick glance through the<br />
different shells and desktop environments in linux. The session ended<br />
by showing the users how to run C and C++ programs on linux.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lugmanipal.org/2009/03/08/round-up-on-the-search-engines-and-a-troubleshooting-linux-sessions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.508 seconds -->

