Skip to content

Instantly share code, notes, and snippets.

View subgan82's full-sized avatar

Ganesh Subbiah subgan82

View GitHub Profile
@subgan82
subgan82 / gist:b622a5f9f97791cfcfbcb009ada50b72
Created November 13, 2019 21:47 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@subgan82
subgan82 / amcharts-v4-xy-chart-with-selection-using-cursor-and-zoom-using-scrollbar.markdown
Created September 4, 2019 14:52
amCharts V4: XY chart with selection using cursor and zoom using scrollbar
@subgan82
subgan82 / app.js
Created January 10, 2018 23:08 — forked from sogko/app.js
gulp + expressjs + nodemon + browser-sync
'use strict';
// simple express server
var express = require('express');
var app = express();
var router = express.Router();
app.use(express.static('public'));
app.get('/', function(req, res) {
res.sendfile('./public/index.html');
@subgan82
subgan82 / index.html
Created July 11, 2016 18:19 — forked from gund/index.html
ArcGIS JSAPI setup build with Webpack for production (start reading from webpack.config.js)
<!DOCTYPE html>
<html>
<head>...</head>
<body>
<!-- Load Esri lib -->
<link rel="stylesheet" href="//js.arcgis.com/4.0/esri/css/main.css">
<script src="//js.arcgis.com/4.0/"></script>
<!-- Load our AMD app -->
<script type="text/javascript">
// Wrap our app startup in AMD module