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
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/screen/4.00.03 --mandir=/usr/local/Cellar/screen/4.00.03/share/man --infodir=/usr/local/Cellar/screen/4.00.03/share/info --enable-colors256
## --------- ##
## Platform. ##
@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
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:01
Selections and Data
license: mit
@jbelmont
jbelmont / .block
Last active September 14, 2017 02:27
Enter and Append
license: mit
@jbelmont
jbelmont / .block
Last active September 15, 2017 02:18
Scales and Axis
license: mit
@jbelmont
jbelmont / .block
Last active September 23, 2017 16:27
Create a Bar Chart
license: mit
@jbelmont
jbelmont / .block
Last active September 17, 2017 21:43
Shapes
license: mit
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:27
Create a line graph
license: mit
@jbelmont
jbelmont / .block
Last active September 13, 2017 00:29
Enter and Update
license: mit
@jbelmont
jbelmont / .block
Created September 13, 2017 00:29
Exit and Merge
license: mit