Forked from anonymous/2015.07.07 Status Update (1).ipynb
Last active
August 29, 2015 14:24
-
-
Save bollwyvl/4bb31851b173e510faef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cells": [ | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"# What have I been working on?\n", | |
"- Built [fulminology](https://github.com/bollwyvl/fulminology), an automated **lightning talk** tool\n", | |
" - Facilitator makes a gist, and distributes a link which includes the **ID**, the **date/time** and the **format** (i.e. maximum speaking time)\n", | |
" - Participants <i class=\"fa fa-2x fa-code-fork\"></i> and add a notebook\n", | |
" - Everyone visits the url at the time of the talk, and the slides advance automatically\n", | |
"- Researching automated fuzzing and exploit discovery tools for nbviewer, tmpnb" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"# What do I plan on working on?\n", | |
"- ipymd\n", | |
"- more work on fuzzing" | |
] | |
}, | |
{ | |
"cell_type": "markdown", | |
"metadata": { | |
"slideshow": { | |
"slide_type": "slide" | |
} | |
}, | |
"source": [ | |
"# What things are preventing me from making progress?\n", | |
"- nothing :)" | |
] | |
} | |
], | |
"metadata": { | |
"celltoolbar": "Slideshow", | |
"kernelspec": { | |
"display_name": "Python 2", | |
"language": "python", | |
"name": "python2" | |
}, | |
"language_info": { | |
"codemirror_mode": { | |
"name": "ipython", | |
"version": 2 | |
}, | |
"file_extension": ".py", | |
"mimetype": "text/x-python", | |
"name": "python", | |
"nbconvert_exporter": "python", | |
"pygments_lexer": "ipython2", | |
"version": "2.7.8" | |
} | |
}, | |
"nbformat": 4, | |
"nbformat_minor": 0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment