I hereby claim:
- I am jtabone16 on github.
- I am tabone (https://keybase.io/tabone) on keybase.
- I have a public key ASACTKjQn7A2DZx3ve4rR9mftLcsiGbxuGB3vvOILKiTJwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package com.proctorcam.proctorserv; | |
| //Standard Java lib | |
| import java.util.*; | |
| import java.io.UnsupportedEncodingException; | |
| import java.io.IOException; | |
| //Apache libs for HTTP POST/GET | |
| import org.apache.http.client.*; | |
| import org.apache.http.client.methods.*; |
| alias readme='open -a "/Applications/iAWriter.app" README.md' |
| google() { | |
| gq=$(sed 's/ /+/g' <<<"$*") | |
| open -a /Applications/Google\ Chrome.app "http://www.google.com/search?q=$gq"; | |
| } | |
| oflow(){ | |
| gq=$(sed 's/ /+/g' <<<"$*") | |
| open -a /Applications/Google\ Chrome.app "http://www.stackoverflow.com/search?q=$gq"; | |
| } |
| alias doh='say Leo, I have made a huge mistake' |
| public class RestRequestClient | |
| { | |
| public RestRequestClient() | |
| { | |
| } | |
| public Response makeGetRequest(String url, String customer_identifier, String shared_secret, HashMap<String,Object> params) | |
| { |