Skip to content

Instantly share code, notes, and snippets.

{
"RewardsData": [
{
"channel": "SPORTS",
"reward":"CHAMPIONS_LEAGUE_FINAL_TICKET",
"rewardId":"0"
},
{
"channel": "KIDS",
{
"sky_customers":{
"customers":[
{
"address": "623 Jaffray Street, Kaka, Louisiana, 7360",
"created_date": "Monday, June 9, 2014 1:29 PM",
"email": "hale.garrison@kongene.net",
"company": "KONGENE",
"sky_eligibility_id": 1,
"phone": "+1 (953) 419-2955",
{
"books": {
"0": {
"book": {
"version_id": "369",
"name": "Genesis",
"abbr": "Gen",
"ord": "1",
"book_group_id": "0",
"testament": "OT",
@arkangelx
arkangelx / WebsocketActivity.java
Last active July 22, 2016 11:05
Minimal example of android activity to debug websocket response error
package gaming.eatongate.com.kwiffapp;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.Toast;
import com.github.nkzawa.socketio.client.Ack;
import org.json.JSONException;
import org.json.JSONObject;
package io.socket.emitter;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.ConcurrentMap;
@arkangelx
arkangelx / MainActivity.java
Last active July 21, 2016 10:20
websocket debug
package gaming.eatongate.com.kwiffapp;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.widget.Toolbar;
import android.util.Log;
import android.view.View;
import android.widget.Toast;
{ "beverages": [
{
"name": "Espresso",
"description": "Strong, black and with a finely marbled crema – this is how the Italians love their espresso. Immerse yourself in the southern Italian coffee culture with a cup of Lavazza Caffè Espresso, a premium blend of only the best Arabica beans. For lovers of authentic espresso enjoyment, there is no alternative. Let this small but powerful drink showcase its impressive flavours by serving it in a small, thick-walled cup. But it is just as ideally suited for preparing “long coffees”. This is a pure espresso that indulges the noses of true coffee connoisseurs with its intense fragrance before revealing its bold taste: A true feast for the senses for you, your family and your friends",
"price": "1.99"
},
{
"name": "Dark Roast Coffee",
"description": "It’s easy to get lost in the moment over a robust cup of your favourite dark-roasted coffee. Fuller-bodied and bold, these coffees featu
//called in application onCreate
public Cloudinary initCloudinary() {
Map config = new HashMap();
config.put("cloud_name", getString(R.string.cloudinary_name));
config.put("api_key", getString(R.string.cloudinary_key));
config.put("api_secret", getString(R.string.cloudinary_secret));
return new Cloudinary(config);
}
{
"response": {
"books": [
{
"version_id": "431",
"name": "Genesis",
"abbr": "Gen",
"ord": "1",
"book_group_id": "0",
"testament": "OT",
{
"cats": [
{
"breed": "exotic shorthair",
"legs": 4,
"image": {
"xxhdpi": "exotic_shorthair",
"xhdpi": "",
"hdpi": "",
"mdpi": "",