Skip to content

Instantly share code, notes, and snippets.

Avatar

Sean Sabour seansabour

  • IBM
  • San Jose, California
View GitHub Profile
@seansabour
seansabour / App.java
Last active June 3, 2017 03:24
TextRecruit Challenge
View App.java
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
View App.java
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
* -------