Skip to content

Instantly share code, notes, and snippets.

View bsurnida's full-sized avatar

Bhasker Surnida bsurnida

  • Oracle Corporation
  • Redwood Shored, San Francisco, CA.
View GitHub Profile
@bsurnida
bsurnida / notes.txt
Created August 29, 2015 03:27
Notes
This is my test notes
@bsurnida
bsurnida / .block
Last active June 5, 2017 20:08
Histogram Chart
license: gpl-3.0
@bsurnida
bsurnida / .block
Created June 5, 2017 20:10
Histogram New
license: gpl-3.0
@bsurnida
bsurnida / 0_reuse_code.js
Created June 5, 2017 20:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@bsurnida
bsurnida / .block
Last active June 9, 2017 12:49
Interactive Donut Charts - http://bl.ocks.org/erichoco/6694616
license: mit
@bsurnida
bsurnida / .block
Last active June 9, 2017 13:20
It Donut Charts-custom-data
license: mit
@bsurnida
bsurnida / .block
Created June 9, 2017 13:56
Interactive Bar Chart Pie Chart
license: mit
@bsurnida
bsurnida / .block
Created June 10, 2017 03:27 — forked from d3noob/.block
Earthquake Data Discovery using dc.js, crossfilter, d3.js and bootstrap
license: mit
@bsurnida
bsurnida / index.html
Created June 10, 2017 03:28 — forked from d3noob/.block
Sankey diagram with horizontal and vertical node movement
<!DOCTYPE html>
<meta charset="utf-8">
<title>SANKEY Experiment</title>
<style>
.node rect {
cursor: move;
fill-opacity: .9;
shape-rendering: crispEdges;
}
@bsurnida
bsurnida / .block
Created February 4, 2018 20:36
Histogram Chart - custom - 20180204
license: gpl-3.0