Skip to content

Instantly share code, notes, and snippets.

View megamind-android's full-sized avatar

Harshavardhan Nutalapati megamind-android

View GitHub Profile
{
"name": "Amitabh Sural",
"email": "[email protected]",
"phone": "(716) 430-0613",
"skills": "and Qualifications\nRich experience in Java and Big Data technologies with exposure to Service Oriented Architecture\nStrong exposure to Agile/Scrum methodologies and SDLC lifecycle\nCore Languages: Java, SQL Familiarity: Python\nSoftware/Tools: Git, Perforce, Eclipse Operating Systems: Windows, Linux\nDatabases: Hive, MySQL Other: REST Services\nCloud/Distributed: Hadoop, HDFS, MapReduce, Spark SQL, Redis",
"education": "University at Buffalo, The State University of New York\nMaster of Science in Computer Science and Engineering, February 2013\nIndian Institute of Technology, BHU, India (formerly Institute of Technology, BHU)\nBachelor of Technology in Electrical Engineering May 2007",
"experience": "Radiumone Inc. Sunnyvale, CA\nSenior Software Developer March 2015 - Present\nWorking as part of Dataware House team that ingests more than 40TB of data in a day\nSingle handedly reduced the data foo
{
"skills": [
{
"Key Skills": " and Qualifications\n\n• Rich experience in Java and Big Data technologies with exposure to Service Oriented Architecture • Strong exposure to Agile/Scrum methodologies and SDLC lifecycle\n\n"
},
{
"Core Languages": ": Java, SQL Familiarity: Python Software/Tools: Git, Perforce, Eclipse Operating Systems: Windows, Linux Databases: Hive, MySQL Other: REST Services Cloud/Distributed: Hadoop, HDFS, MapReduce, Spark SQL, Redis Education University at Buffalo, The State University of New York Master of Science in Computer Science and Engineering, February 2013 Indian Institute of Technology, BHU, India (formerly Institute of Technology, BHU) Bachelor of Technology in Electrical Engineering "
}
],
"basics": {
private static void display(int total, int friends, boolean user) {
String message = "";
String text;
if(friends>1){
text = "friends";
}
else {
text="friend";
}
int remaining = total - friends - (user?1:0);
@megamind-android
megamind-android / OrientationDemo.java
Created August 19, 2011 14:44
Android-Designing for Orientation changes
package com.webile.OrientationDemo;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import android.app.Activity;