Alexis Iglauer
Alexis Iglauer
Thanks -- I'll try and poke around with it on Sunday. Splitting things into pieces makes it easier to measure, and then if necessary, refactor them one-by-one.
FWIW, I'll be using line profiling as detailed here: http://adv-r.had.co.nz/Profiling.html One of the quotes from that page is "unlist(x, use.names = FALSE) is much faster than unlist(x)" so there may...
First report back: - Works with the nested query `SELECT Id, Name, CreatedDate, (SELECT ActivityDate, Description FROM ActivityHistories) FROM Account where CreatedDate > 2015-08-01T00:00:00.000Z` :+1: - The query `SELECT Id,...
I'm more a "spawn more overlords" kinda guy :)
I don't need the awake checking, just the WoL. Would it be possible to make the IP field non-mandatory and then a) not do awake checking and b) assume a...