Skip to content

Instantly share code, notes, and snippets.

View storerjeremy's full-sized avatar

Jeremy Storer storerjeremy

  • Melbourne Australia
View GitHub Profile
@storerjeremy
storerjeremy / request.js
Created April 18, 2018 20:10 — forked from sheharyarn/request.js
Axios Request Wrapper for React (https://to.shyr.io/axios-requests)
/**
* Axios Request Wrapper
* ---------------------
*
* @author Sheharyar Naseer (@sheharyarn)
* @license MIT
*
*/
import axios from 'axios'
@storerjeremy
storerjeremy / atlas_obscura_location_scraper.py
Created April 18, 2018 18:07
Python - Atlas Obscura Map Location Scraper
# https://www.atlasobscura.com/articles/all-places-in-the-atlas-on-one-map
import json
import csv
import requests
def main():
data = json.load(open("locations.json"))
with open("locations.csv", "w") as csvfile:
csvwriter = csv.writer(csvfile)
@storerjeremy
storerjeremy / utorrent
Last active September 6, 2016 09:24 — forked from vortex-5/utorrent
utorrent Linux startup script
#!/bin/sh
#
#
# Original source: http://forum.utorrent.com/viewtopic.php?id=88044
#
# uTorrent start stop service script
#
# copy to /etc/init.d
# run "update-rc.d utorrent defaults" to install
# run "update-rc.d utorrent remove" to remove