Skip to content

Instantly share code, notes, and snippets.

View nanu146's full-sized avatar

Bharadwaj Kopparthi nanu146

View GitHub Profile
@nanu146
nanu146 / jwtRS256.sh
Created January 29, 2020 15:31 — forked from ygotthilf/jwtRS256.sh
How to generate JWT RS256 key
ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key
# Don't add passphrase
openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub
cat jwtRS256.key
cat jwtRS256.key.pub
@nanu146
nanu146 / .block
Created August 30, 2017 08:59 — forked from mbostock/.block
Stacked Bar Chart
license: gpl-3.0
@nanu146
nanu146 / .block
Last active June 18, 2017 09:20
Impact Analysis Area graph
license: gpl-3.0
height: 700
border: no
@nanu146
nanu146 / index.html
Last active May 1, 2017 12:11 — forked from phil-pedruco/index.html
Plotting a bell (Gaussian) curve in d3
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Normal Plot</title>
<meta name="description" content="">
<script src="http://d3js.org/d3.v3.min.js" charset="utf-8"></script>
<style type="text/css">
@nanu146
nanu146 / .block
Last active April 1, 2017 21:00
Heatmap using d3.js
license: gpl-3.0
height: 900
@nanu146
nanu146 / .block
Last active December 28, 2016 17:34
Scatter Plot with Trade-Off Line
license: gpl-3.0
height: 900
border: no
@nanu146
nanu146 / .block
Created October 26, 2016 19:23 — forked from mbostock/.block
Choropleth
license: gpl-3.0
height: 600
border: no
@nanu146
nanu146 / .block
Last active December 27, 2016 20:11
Fractal Trees
height: 900
@nanu146
nanu146 / .block
Last active November 6, 2016 19:52
Parallel Coordinates
license: gpl-3.0
height: 800
width: 1200
@nanu146
nanu146 / .block
Last active October 8, 2016 06:57
sierpinski triangle
license: gpl-3.0
height: 900