I hereby claim:
- I am vitiman on github.
- I am vitiman (https://keybase.io/vitiman) on keybase.
- I have a public key whose fingerprint is 1509 C29C 34BF A349 D33C 4BF5 00A9 75A0 96BE E609
To claim this, I am signing this object:
var requests = []; | |
Object.keys(sources).forEach(function(key){ | |
requests.push(someAjaxAsyncRequest(arguments)); | |
}); | |
$.when.apply($, requests).done(function() { | |
console.log(arguments); | |
$.each(arguments, function (i, data) { | |
// By method | |
console.log(data); | |
}); |
# python imports | |
import datetime | |
RANGE_TIME = 15 | |
def date_range_iterator(start_date, end_date, delta=None): | |
""" Iterator for date ranges, given an start_date, end_date and an | |
optional delta (the range) |
I hereby claim:
To claim this, I am signing this object: