Skip to content

Instantly share code, notes, and snippets.

View rivadeveira's full-sized avatar

Carlos Rivadeneira rivadeveira

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<script src="http://d3js.org/d3.v2.min.js"></script>
</head>
<body></body>
</html>
<script type="text/javascript">
var svg = d3.select("body").append("svg")
const uuidGen = require('uuid/v4');
const len = 5;
var iterableArray = [...Array(5).keys()];
var resultArray = iterableArray.map( e => uuidGen());
/**
* @param {uuidGenerated} input
*/
const checkFirstCharAsNumeric = (input) => {
@rivadeveira
rivadeveira / gnrxF.markdown
Created July 22, 2014 20:28
A Pen by Secret Sam.