Skip to content

Instantly share code, notes, and snippets.

@qaisarmehmood
qaisarmehmood / .block
Created February 10, 2017 00:03 — forked from mbostock/.block
Force-Directed Graph
license: gpl-3.0
height: 600
@qaisarmehmood
qaisarmehmood / .block
Created February 10, 2017 00:09 — forked from mbostock/.block
Epicyclic Gearing
license: gpl-3.0
@qaisarmehmood
qaisarmehmood / index.html
Created February 23, 2017 22:28 — forked from anonymous/index.html
class 3 - states // source http://jsbin.com/bozutezomo
<!DOCTYPE html>
<meta charset="utf-8">
<title>class 3 - states</title>
<style>
body {
position: absolute;
margin: 0px;
}
svg {
background-color: none;
@qaisarmehmood
qaisarmehmood / index.html
Created March 9, 2017 23:30 — forked from anonymous/index.html
class 4 - states // source https://jsbin.com/wusasofina
<!DOCTYPE html>
<meta charset="utf-8">
<title>class 4 - states</title>
<style>
body {
position: absolute;
margin: 0px;
}
@qaisarmehmood
qaisarmehmood / index.html
Created March 10, 2017 00:30
homework 4
<!DOCTYPE html>
<meta charset="utf-8">
<title>class 4 - states</title>
<style>
body {
position: absolute;
margin: 0px;
}
@qaisarmehmood
qaisarmehmood / index.html
Created March 16, 2017 21:14
homework 5 final
<!DOCTYPE html>
<meta charset="utf-8">
<style>
.chart rect {
fill: blue;
}
.axis path,
.axis line {
fill: none;
@qaisarmehmood
qaisarmehmood / .block
Created March 30, 2017 21:35
fresh block
license: mit
@qaisarmehmood
qaisarmehmood / .block
Last active March 30, 2017 21:37
fresh block
license: mit
@qaisarmehmood
qaisarmehmood / .block
Last active March 31, 2017 00:34
homework 7
license: mit
@qaisarmehmood
qaisarmehmood / hw7.html
Created March 31, 2017 00:55
homework 7
<!DOCTYPE html>
<meta charset="utf-8">
<style>
#streets {
fill: none;
stroke: black;
stroke-width: 1.5px;
stroke-linejoin: round;
}