Skip to content

Instantly share code, notes, and snippets.

View abdullacontractor's full-sized avatar

Abdulla Contractor abdullacontractor

View GitHub Profile
<link integrity='' rel='stylesheet' media='all' href='//fonts.googleapis.com/css?family=Open+Sans:400,600,700'>
<style>
body {
font-family: 'Open Sans';
}
.grid {
display: grid;
grid-gap: 12px;
grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
grid-auto-rows: 10px;
[
{
"id":1,
"question": "What's the hardest things a bout dating you?"
},
{
"id":2,
"question": "Have you been a good friend?"
},
{

Keybase proof

I hereby claim:

  • I am abdullacontractor on github.
  • I am justacontractor (https://keybase.io/justacontractor) on keybase.
  • I have a public key ASA4C9PJhjAlVqNZtwKzY2_ZK3Z71bR_mRc8f4OAcZASFQo

To claim this, I am signing this object:

This file has been truncated, but you can view the full file.
Variant ID*,Product Name,Variant Name,SKU*,Reorder Point,Lead Time Days,Stock Cover Days,Safety Stock,Bin Location*
70256933,Crep Cure Cleaning Kit,Default Title,450,,,,,REPLEN DESK
70256935,Crep Eraser,Default Title,405,,,,,REPLEN DESK
70256936,Crep Mark On Pen - Black,Default Title,201-OS,,,,,
70256937,Crep Pill - Freshener,Default Title,305,,,,,REPLEN DESK
70256938,Crep Wipes,Default Title,SS-300,,,,,SALE RACK
70256939,Illusive London Agility Track Pants - Navy,7-8 YRS,ILK-0244-7-8,,,,,A417
70256940,Illusive London Agility Track Pants - Navy,9-10 YRS,ILK-0244-9-10,,,,,I162
70256941,Illusive London Agility Track Pants - Navy,11-12 YRS,ILK-0244-11-12,,,,,
70256942,Illusive London Agility Track Pants - Navy,13-14 YRS,ILK-0244-13-14,,,,,SALE BOX 3
Variant ID*,Product Name,Variant Name,SKU*,Reorder Point,Lead Time Days,Stock Cover Days,Safety Stock,Bin Location*
1137,Sugar,Sugar,SUGA01,,,,,11
1168,Sugar,Sugar 500g,SUG500,,,,,22
1170,Sugar,Sugar2.0,SUGA02,,,,,33
1431,Spice,Spice,SPCE01,,,,,44
1432,Spice,Spice 1kg,SPCE10,,,,,55
1433,Sugar,Sugar3.0,SUGA03,,,,,66
1547,Sugar,Sugar4.0,SUGA04,,,,,77
1548,Sugar,Sugar5.0,SUGA05,,,,,88
1551,Sugar,Sugar6.0,SUGA06,,,,,99
@abdullacontractor
abdullacontractor / index.html
Last active September 14, 2019 03:55
force-collide
!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="//d3js.org/d3.v3.min.js"></script>
<script>
var width = 960;
var height = 500;
var nodes = d3.range(200).map(function() { return {radius: Math.random() * 12 + 4}; });
var root = nodes[0];
var color = d3.scale.category10();