Skip to content

Instantly share code, notes, and snippets.

@Lull3rSkat3r
Created November 19, 2015 21:35
Show Gist options
  • Save Lull3rSkat3r/e7c92d730f2d288c86d0 to your computer and use it in GitHub Desktop.
Save Lull3rSkat3r/e7c92d730f2d288c86d0 to your computer and use it in GitHub Desktop.
KG Test
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# GET /foo/bar\n",
"some = 1\n",
"some"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# POST /foo/bar\n",
"something_else = 2\n",
"something_else"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"# POST /no/way/man\n",
"1+1"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.4.3"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment