I hereby claim:
- I am rodonn on github.
- I am rodonn (https://keybase.io/rodonn) on keybase.
- I have a public key ASBegFYkE5nbKTe9YTRPouAVnzDbayARd0hkHdX0DDYfSgo
To claim this, I am signing this object:
from concurrent.futures import ThreadPoolExecutor | |
from concurrent.futures import Future | |
import pandas as pd | |
import random | |
class LazyDataFrame: | |
def __init__(self, query): | |
self.executor = ThreadPoolExecutor() | |
self.future = self.executor.submit(read_sql_query, query) | |
import graphviz as gr | |
import pandas as pd | |
def simulate(**kwargs): | |
values = {} | |
g = gr.Digraph() | |
for k,v in kwargs.items(): | |
parents = v.__code__.co_varnames | |
inputs = {arg: values[arg] for arg in parents} | |
values[k] = v(**inputs) |
I hereby claim:
To claim this, I am signing this object:
# INSTALL HOMEBREW | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# High Priority app installs | |
brew cask install dashlane | |
brew cask install dropbox | |
brew cask install google-chrome | |
brew install d12frosted/emacs-plus/emacs-plus | |
brew cask install iterm2 |
# INSTALL HOMEBREW | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# High Priority app installs | |
brew cask install dashlane | |
brew cask install dropbox | |
brew cask install google-chrome | |
brew install d12frosted/emacs-plus/emacs-plus | |
brew cask install iterm2 | |
brew cask install bettertouchtool |
# INSTALL HOMEBREW | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
# High Priority app installs | |
brew cask install dashlane | |
brew cask install dropbox | |
brew cask install google-chrome | |
brew install d12frosted/emacs-plus/emacs-plus | |
brew cask install iterm2 | |
brew cask install bettertouchtool |
# Run Simon Urbanek's benchmark v2.5 | |
cat("R version\n") | |
cat("=========\n") | |
print(R.version) | |
if(exists("Revo.version")) { | |
cat("Revo version") | |
cat("============") | |
print(Revo.version) |