boB Rudis

Results 418 comments of boB Rudis

I grok the ease of `sparklyr` but it comes at a severe cost of marshalling data between the JVM and R. We abandoned both Python & R in favor of...

somewhat painful. If we go for "best guess regex" then we can use gruber's fairly-comprehensive-but-not-too-aggressive regex for it https://gist.github.com/gruber/249502 and https://gist.github.com/gruber/8891611

FWIW our pet cat is also into C++11. On Thu, Sep 14, 2017 at 3:00 PM, Oliver Keyes wrote: > Note to self: we can use C++11 for this, since...

side note: while the following won't work on Windows until the hack-ish rwinlib setup updates the compiled libcurl for windows that it downloads on install (shudder), https://github.com/hrbrmstr/curlparse `curlparse::parse_curl()` parses this...

[{curlparse}](https://github.com/hrbrmstr/curlparse) handles this if you need something in the interim. ```r dplyr::glimpse( curlparse::parse_curl("https://www.google.com/maps/place/Pennsylvania+Station/@40.7519848,-74.0015045,14.7z/data=!4m5!3m4!1s0x89c259ae15b2adcb:0x7955420634fd7eba!8m2!3d40.750568!4d-73.993519") ) ``` ``` Observations: 1 Variables: 9 $ scheme "https" $ user NA $ password NA $...

cool. i'll try to tweak the "get" by end of break which wld enable oliver to get this on CRAN.

If you inspect the HTML on the link described here - http://datadrivensecurity.info/blog/posts/2015/Aug/mhn-machinations-r-python-javascript/ - there's a gd start on it (pulling live data from the MHN network).

#ty! I'll try to get it into master branch this week. tbh I'm somewhat amazed the code has worked for 6-ish years

split the diff and also add Hobo-Dyer? ;-) i may have a spare cpl of cycles over t-day weekend to do this finally