On behalf of IEEE CS Chapter of Hyderabad section me and couple of my colleague visited SR Engineering college at Warrangal, Hyderabad on 17th March 2012. There were two sessions. 1st session was by me. It was about “Introduction to HTML5″. I took a part of the HTML5 demo slides from html5rocks.com. Interesting thing about …
Category Archive: Algorithms
Apr 02
Quick read files in Java (Scanner)
According to me reading files in JAVA is bit more complex as compared to C or C++ I came across Java Scanner API (JDK 1.5 onwards ) which easier than than common ways how we read fie using java line by line Here is the sample code private static String quickReadFile(String inFileName) { String contents …
Feb 26
Facebook API from Java code
I just got started with Facebook (graph) API and fetch data from native Java programs for my project requirements .First of all I created an sample app at http://developers.facebook.com/ and got the necessary details about the app at the summery. Once I registered the app it was time to give permission from my user account …
Sep 06
Hadoop Resources
I thought of putting Hadoop recourses together in this post Apache ——– MapReduce Tutorial ||Quick Start setup [Versions keeps increasing , see the URL for latest] API Docs || Wiki || Source Control Yahoo ——- Hadoop Blog || Yahoo Hadoop Tutorial Cloudera Video Training Books ——- Hadoop: The Definitive Guide / Pro Hadoop Blogs: What …
Oct 10
Publishing equations without images
Fibonacci number is the sum of the two previous ones, yielding the sequence. 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, … . Fibonacci numbers are related to the golden ratio ? and to its conjugate , which are given by the following Note the above formulae are neither image files …