This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| InterWest Partners, United States | |
| Kodiak Venture Partners, United States | |
| Argentum Group, United States | |
| NEW Capital Management, United States | |
| H.I.G. Capital Ventures LLC, United Kingdom | |
| D. E. Shaw Group, The, United States | |
| DFJ Frontier, United States | |
| Meritech Capital Partners, United States | |
| Harbert Venture Partners, United States | |
| Kentucky Seed Capital Fund, United States |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| require 'io/console' | |
| require 'mechanize' | |
| agent = Mechanize.new | |
| # http://curl.haxx.se/ca/cacert.pem | |
| agent.ca_file = 'cacert.pem' | |
| puts 'Connecting to Wells Fargo...' | |
| page = agent.get 'https://wellsfargo.com' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var E_PREFIX_RATE = 0.25; | |
| // All of our word lists: | |
| var _word_lists = { | |
| verb : [ | |
| "implement", "utilize", "integrate", "streamline", "optimize", "evolve", "transform", "embrace", | |
| "enable", "orchestrate", "leverage", "reinvent", "aggregate", "architect", "enhance", "incentivize", | |
| "morph", "empower", "envisioneer", "monetize", "harness", "facilitate", "seize", "disintermediate", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import tweepy | |
| import csv | |
| import pandas as pd | |
| ####input your credentials here | |
| consumer_key = '' | |
| consumer_secret = '' | |
| access_token = '' | |
| access_token_secret = '' | |
| auth = tweepy.OAuthHandler(consumer_key, consumer_secret) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #RealEstateAPIs | |
| ==================== | |
| #Listings / #PropertyData | |
| --------------------- | |
| #RetsRabbit | |
| [http://www.retsrabbit.com](http://www.retsrabbit.com) | |
| Rets Rabbit removes the nightmare of importing thousands of real estate listings and photos from RETS or ListHub and gives you an easy to use import and Web API server so you can focus on building your listing search powered website or app. |