Skip to content

Instantly share code, notes, and snippets.

@Izhaki
Last active March 20, 2019 11:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Izhaki/b31e6c4176c82f0125d94a06aef823a6 to your computer and use it in GitHub Desktop.
Save Izhaki/b31e6c4176c82f0125d94a06aef823a6 to your computer and use it in GitHub Desktop.
My memx content
var memxContent = [{
title: 'Force Directed Graph',
links: [{
title: 'Interactive & Dynamic Force-Directed Graphs with D3',
note: 'Simple Medium tutorial with code examples',
url: 'https://medium.com/ninjaconcept/interactive-dynamic-force-directed-graphs-with-d3-da720c6d7811',
},{
title: 'Official D3 example',
url: 'https://observablehq.com/@d3/force-directed-graph',
},{
title: 'Git Repo',
url: 'https://github.com/d3/d3-force',
},{
title: 'Minimal interaction demo',
url: 'https://bl.ocks.org/denisemauldin/cdd667cbaf7b45d600a634c8ae32fae5',
}],
date: '06 Mar 19',
time: '11:03',
tags: ['d3', 'force directed graph', 'development'],
},{
title: 'Reset local branch to remote',
src:`
git fetch origin
git reset --hard origin/master
`,
date: '12 Mar 19',
time: '12:21',
tags: ['git', 'development'],
},{
title: 'Weighted Shortest Job First (Wizz-Jeff)',
links: [{
title: 'Weighted Shortest Job First (WSJF)',
url: 'http://www.agileyaan.com/agile/wsjf/',
},{
title: 'Weighted Shortest Job First',
url: 'https://www.scaledagileframework.com/wsjf/',
}],
date: '13 Mar 19',
time: '15:35',
tags: ['agile', 'development'],
},{
title: 'Kill processes on a Mac by name',
code: `pkill -f [string]`,
date: '20 Mar 19',
time: '11:10',
tags: ['development'],
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment