Skip to content

Instantly share code, notes, and snippets.

View fizerkhan's full-sized avatar

Fizer Khan (பைசர் கான்) fizerkhan

View GitHub Profile
@fizerkhan
fizerkhan / state-data.js
Created March 31, 2015 11:42
HighChart California data
[{
"path": ["M", 2557, -685, "L", 2607, -645, 2476, -658, 2556, -706, 2557, -685, "M", 3394, -1662, "L", 3403, -1662, 3423, -1662, 3428, -1152, 3397, -1056, 3314, -1104, 3263, -1110, 3177, -1080, 3101, -1104, 3015, -1092, 2890, -1153, 2772, -1166, 2621, -1161, 2450, -1140, 2415, -1221, 2309, -1257, 2284, -1295, 2327, -1431, 2292, -1493, 2315, -1607, 2261, -1664, 2282, -1742, 2298, -1723, 2428, -1762, 2485, -1754, 2611, -1662, 2611, -1728, 2580, -1777, 2718, -1805, 2737, -1856, 2804, -1896, 2914, -1837, 2963, -1840, 3136, -1742, 3204, -1743, 3334, -1657, 3394, -1662, "M", 2763, -652, "L", 2861, -657, 2869, -613, 2921, -606, 2903, -558, 2797, -502, 2734, -535, 2665, -625, 2763, -652, "M", 3170, -580, "L", 3045, -588, 2980, -716, 3059, -699, 3177, -675, 3252, -643, 3317, -692, 3358, -668, 3322, -622, 3229, -611, 3170, -580, "Z"],
"name": "Santa Barbara",
"properties": {
"hc-group": "admin2",
"hc-middle-x": 0.51,
"hc-middle-y": 0.29,
"hc-key": "us-ca-083",
"hc-a
@fizerkhan
fizerkhan / country-data.js
Created March 31, 2015 11:35
HightMap Country data
[{
"path": ["M", 9430, -7889, "L", 9476, -7878, 9436, -7864, 9417, -7844, 9430, -7889, "M", 9314, -7915, "L", 9312, -7927, 9304, -7921, 9254, -7990, 9177, -7968, 8997, -7925, 8860, -7896, 8853, -7901, 8856, -8080, 8922, -8096, 9005, -8115, 9005, -8115, 9222, -8166, 9242, -8201, 9300, -8236, 9318, -8197, 9357, -8186, 9312, -8147, 9299, -8081, 9365, -8074, 9428, -7985, 9483, -7974, 9525, -8007, 9549, -7982, 9504, -7965, 9420, -7906, 9411, -7955, 9339, -7878, 9327, -7915, 9314, -7915, "Z"],
"name": "Massachusetts",
"properties": {
"hc-group": "admin1",
"hc-middle-x": 0.66,
"hc-middle-y": 0.46,
"hc-key": "us-ma",
"hc-a2": "MA",
"labelrank": "0",
@fizerkhan
fizerkhan / highmap-options.js
Created March 29, 2015 10:38
HighMap options
This file has been truncated, but you can view the full file.
{
"title": {
"text": null
},
"mapNavigation": {
"enabled": true
},
"colorAxis": {
"min": 0,
"stops": [
@fizerkhan
fizerkhan / index.html
Last active August 29, 2015 14:16 — forked from EpokK/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
<div class="steps">
<a href="" class="step step1">1</a>
<div class="line line1"></div>
<a href="" class="step step2">2</a>
<div class="line line2"></div>
@fizerkhan
fizerkhan / tips.md
Last active August 29, 2015 14:15
Digital Ocean Tips

Tips

To know the IP address

ip addr show eth0 | grep inet | awk '{ print $2; }' | sed 's/\/.*$//'
<script type="text/javascript">
BOOMR.init({
beacon_url: "/boomerang.gif",
BW: {
enabled: false
}
});
BOOMR.subscribe('before_beacon', trackInAnalytics);
var pageType = "homepage"; // customize this
a:4853175
sa:1
pl:1422623387977
v:476.c73f3a6
t:Unnamed Transaction
xhr:[{
"params": {
"method": "GET",
"host": "www.quadsrm.com:80",
"pathname": "/account/short",
global
log 127.0.0.1 local0 notice
maxconn 50000
daemon
stats socket /tmp/proxystats level admin
defaults
log global
mode http
option httplog
option dontlognull
@fizerkhan
fizerkhan / sample.html
Created January 19, 2015 13:46
Get information
<!doctype html>
<html>
<head>
<script src="https://code.jquery.com/jquery-2.1.3.js"></script>
</head>
<body>
<h2>Select the City:</h2>
<form id="myForm" name="myForm" action="">
<select name="" id="city">
@fizerkhan
fizerkhan / tips.md
Created January 14, 2015 06:43
Node Production Tips
  1. Use PM2 to restart server if it is crashed.