Skip to content

Instantly share code, notes, and snippets.

View seansabour's full-sized avatar

Sean Sabour seansabour

  • IBM
  • San Jose, California
View GitHub Profile
@seansabour
seansabour / App.java
Last active June 3, 2017 03:24
TextRecruit Challenge
import com.google.gson.*;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.UnsupportedEncodingException;
import java.net.URL;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
/* Part 2: Processing Application
import com.google.gson.*;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.URL;
import java.util.Map;
/**
* Part 1: Create a Java Application to Read and Manipulate Data
* -------