Skip to content

Instantly share code, notes, and snippets.

View bniedzie's full-sized avatar

Benjamin Niedzielski bniedzie

View GitHub Profile
@bniedzie
bniedzie / index.html
Created June 14, 2019 23:36
3D Network of VALE0003's Relatives
<!-- saved from url=(0064)https://vasturiano.github.io/3d-force-graph/example/large-graph/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<style> body { margin: 0; } </style>
<script src="https://unpkg.com/3d-force-graph"></script> <style type="text/css">.graph-info-msg {
top: 50%;
width: 100%;
text-align: center;
color: lavender;
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 3px;
}
@bniedzie
bniedzie / index.html
Created June 10, 2019 02:57
Percentage of Uncertain Birth/Death Dates per 50 Year Period
<html>
<head>
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
google.charts.load('current', {packages: ['corechart', 'bar']});
google.charts.setOnLoadCallback(drawBarColors);
function drawBarColors() {
var data = google.visualization.arrayToDataTable([
['Year Range', 'Male', 'Female'],
@bniedzie
bniedzie / index.html
Last active June 10, 2019 03:19
Lifespan of Database Members
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.bar rect {
shape-rendering: crispEdges;
@bniedzie
bniedzie / index.html
Last active June 10, 2019 03:20
Women by Birth Date
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font: 10px sans-serif;
}
.bar rect {
shape-rendering: crispEdges;