Skip to content

Instantly share code, notes, and snippets.

View jbelmont's full-sized avatar
💭
Weekend Mode

Jean-Marcel Belmont jbelmont

💭
Weekend Mode
View GitHub Profile
@jbelmont
jbelmont / .block
Created September 13, 2017 00:30
Transitions
license: mit
@jbelmont
jbelmont / .block
Created September 13, 2017 00:29
Exit and Merge
license: mit
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:29
Enter and Update
license: mit
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:27
Create a line graph
license: mit
@jbelmont
jbelmont / .block
Last active September 17, 2017 21:43
Shapes
license: mit
@jbelmont
jbelmont / .block
Last active September 23, 2017 16:27
Create a Bar Chart
license: mit
@jbelmont
jbelmont / .block
Last active September 15, 2017 02:18
Scales and Axis
license: mit
@jbelmont
jbelmont / .block
Last active September 14, 2017 02:27
Enter and Append
license: mit
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:01
Selections and Data
license: mit
@jbelmont
jbelmont / CURL-cheatsheet.md
Created February 11, 2017 12:24 — forked from Kartones/CURL-cheatsheet.md
CURL Cheatsheet
  • XML GET
curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "http://hostname/resource"
  • JSON GET
curl -i -H "Accept: application/json" -H "Content-Type: application/json" -X GET "http://hostname/resource"
  • JSON PUT