Skip to content

Instantly share code, notes, and snippets.

@asawq2006
asawq2006 / list.md
Created May 25, 2022 04:58 — forked from ih2502mk/list.md
Quantopian Lectures Saved
@asawq2006
asawq2006 / 0-startup-overview.md
Created September 2, 2016 13:40 — forked from dideler/0-startup-overview.md
Startup Engineering notes
//PhantomJS http://phantomjs.org/ based web crawler Anton Ivanov anton.al.ivanov@gmail.com 2012
//UPDATE: This gist has been made into a Node.js module and now can be installed with "npm install js-crawler"
//the Node.js version does not use Phantom.JS, but the API available to the client is similar to the present gist
(function(host) {
function Crawler() {
this.visitedURLs = {};
};