Skip to content

Instantly share code, notes, and snippets.

View chaseadam's full-sized avatar

Adam Chasen chaseadam

View GitHub Profile
@chaseadam
chaseadam / dwollaDump.py
Created August 28, 2017 17:54
Dwolla dump all transactions
#!/bin/python
# Dump all transfers from Dwolla account because they don't provide a downloadable method on the web UI.
# Copyright 2017 Adam Chasen <adam@chasen.name>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
#
@chaseadam
chaseadam / 0_reuse_code.js
Created February 10, 2016 16:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console