Skip to content

Instantly share code, notes, and snippets.

View jerdog's full-sized avatar
🎸
Rockin' in the free world!

Jeremy Meiss jerdog

🎸
Rockin' in the free world!
View GitHub Profile
@jerdog
jerdog / json2csv.js
Created September 19, 2019 02:35 — forked from jeshuamaxey/json2csv.js
Small script to convert json data to csv
/*
* Small script to convert json data to csv
*/
var fs = require('fs');
var os = require('os');
//name of files
var dataFile = 'data.json';
var outputFile = 'output.csv';
@jerdog
jerdog / gist-reveal.it-slides.html
Created September 29, 2016 18:08 — forked from ryanj/gist-reveal.it-slides.html
Use Docker, gist.github.com, and Reveal.js to produce themed slideshow presentations for conferences and / or hackathons
<section data-background-transition='zoom' data-transition='concave' data-background='http://ryanjarvinen.com/presentations/shared/img/broadcast_reveal_dark.png' data-state='blackout'>
<h2>Gist-Powered</h2>
<h1>Reveal.js</h1>
<h2>Slideshow Presentations</h2>
<p class='fragment'><small><a class='fragment' href='http://github.com/ryanj/gist-reveal'>github.com/ryanj/gist-reveal</a>
<br/> <a class='fragment' href='https://registry.hub.docker.com/u/ryanj/gist-reveal/'>registry.hub.docker.com/u/ryanj/gist-reveal</a></small></p>
</section>
<section data-background-transition='zoom' data-transition='linear'>
<h2>Try it out!</h2>
<p>Create your own deck by forking a copy of <a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>this github gist</a>: <br /><a href='https://gist.github.com/ryanj/af84d40e58c5c2a908dd'>https://gist.github.com/ryanj/af84d40e58c5c2a908dd</a></p>