Skip to content

Instantly share code, notes, and snippets.

View skripov-ds-ai's full-sized avatar

Denis Skripov skripov-ds-ai

  • Russia, Omsk
View GitHub Profile
@skripov-ds-ai
skripov-ds-ai / gist:5b055e03248e5866d64dc1caf7811db0
Created June 26, 2017 07:16 — forked from berlinbrown/gist:4583728
Simplest Possible Web Crawler with C++
//============================================================================
// Name : OctaneCrawler.cpp
// Author : Berlin Brown (berlin dot brown at gmail.com)
// Version :
// Copyright : Copyright Berlin Brown 2012-2013
// License : BSD
// Description : This is the simplest possible web crawler in C++
// Uses boost_regex and boost_algorithm
//============================================================================