Skip to content

Instantly share code, notes, and snippets.

View bijayrungta's full-sized avatar

Bijay Rungta bijayrungta

View GitHub Profile
package main
import "fmt"
import "strconv"
import "time"
const (
JADE_TS = "2006-01-02 15:04:05.000Z07:00"
JRFC3339 = "2006-01-02T15:04:05Z07:00"
)
{
"events": [
{
"customer_id": "1605910",
"event": "identify",
"device_type": "ios",
"device_tokens": "5641494ea49fd47079ddc3c6f6a00da7",
"device_id": "5641494ea49fd47079ddc3c6f6a00da7",
"device_idfa": "5641494ea49fd47079ddc3c6f6a00da7",
"device_idfv": "5641494ea49fd47079ddc3c6f6a00da7",
{
"events": [
{
"device_id": "d67b6e4942940e21",
"event": "click",
"ip": "27.5.115.5",
"login_status": "N",
"os_name": "android23",
"url": "jabong://in/c/men/shoes/discount-more-than-39/?cmpgp=menfootwear-eoss16"
},
@bijayrungta
bijayrungta / osx_setup.md
Created October 24, 2016 07:50 — forked from mcls/osx_setup.md
Setup mac for ruby dev
{
"aps": {
"alert": "Tops at FLAT 25% off! No min cart. Use code TOPS25. Only till 1 pm.",
"sound ": "default",
"pushType": "productlist",
"categoryid": "245",
"categoryname": "Tops",
"parentid": "2",
"filter": {
"OrderBy": "position"
@bijayrungta
bijayrungta / idea.vmoptions
Created May 1, 2018 06:15
idea.vmoptions Custom VM options optimized for Development with IntelliJ IDEA IDE.
# http://www.dggodfrey.com/blog/2014/11/06/fix-slow-intellij-idea/
# https://github.com/adben/config/blob/master/idea.vmoptions
# http://hamletdarcy.blogspot.in/2008/02/10-tips-to-increase-intellij-idea.html
# https://zeroturnaround.com/free/optimizer-for-intellij-idea/
-ea
-server
-Xms1G
-Xmx2048m
-Xss2m