Skip to content

Instantly share code, notes, and snippets.

View nobitagit's full-sized avatar
🕸️
The less I know the better

Aurelio nobitagit

🕸️
The less I know the better
View GitHub Profile
@nobitagit
nobitagit / force.js
Created February 23, 2017 16:02 — forked from bhurlow/force.js
d3 force layouts explained
var data = [
10,
32,
59,
21,
66,
32,
12,
92,

Keybase proof

I hereby claim:

  • I am nobitagit on github.
  • I am aurelio (https://keybase.io/aurelio) on keybase.
  • I have a public key ASDk8Rxp0X05fGUIThQqS5OarVDrvrXsMoqjJQYvgiv40wo

To claim this, I am signing this object:

@nobitagit
nobitagit / chrome-key-bindings.md
Created February 8, 2017 11:08
chrome-key-bindings.md

History

Back CMD + [

Forward CMD + ]

@nobitagit
nobitagit / iterm.md
Created November 6, 2016 19:21
Iterm cheats

MAIUSC+ alt + CMD + drag term window onto another to join and split it

@nobitagit
nobitagit / Line-and-bubble.js
Last active November 7, 2016 23:41
ordinal vs quantize in D3.js
//https://jsfiddle.net/r5wv5nod/
const data = [{
val: 4,
month: 1,
voters: 22,
name: 'A'
},{
val: 10,
month: 2,
@nobitagit
nobitagit / index.html
Last active October 26, 2016 21:44 — forked from diggetybo/index.html
Linked Crosshair Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<title>Probability Response</title>
<meta http-equiv="X-UA-Compatible" content="IE=11">
<style>
body {
font: 24px play;
width: 700px;
height: 700px;
}
@nobitagit
nobitagit / settings.json
Last active November 28, 2016 15:28
VS code settings
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": true,
"editor.tabSize": 2,
"editor.wrappingColumn": 100,
// Control the cursor animation style, possible values are 'blink', 'smooth', 'phase', 'expand' and 'solid'
"editor.cursorBlinking": "expand",
"editor.insertSpaces": true,
"editor.rulers": [
100
[{
"date": "09-26-16",
"what": "Wasabi"
}, {
"date": "09-27-16",
"what": "Burrito"
}, {
"date": "09-28-16",
"what": "Abokado"
}, {
@nobitagit
nobitagit / vs-code-keys.mdown
Last active April 29, 2021 07:10
VS Code shortcuts

💥 - you should never forget this one

See all open files CTRL + p

Show command palette CMD + p

Show suggestions (intellisense style) CTRL + SPACE either on a new line or by highlighting a word

@nobitagit
nobitagit / d3-examples.md
Last active September 15, 2016 15:29
A list of cool d3 stuff