From ebdbbed1bab6fbcd4f459ea0c781714f44824a8c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Nov 2014 11:04:54 +0100 Subject: added some more links --- docs/LINKS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/LINKS b/docs/LINKS index 4a24075..ffaefad 100755 --- a/docs/LINKS +++ b/docs/LINKS @@ -97,3 +97,16 @@ Robots.txt: Service for Crawling: - http://www.michaelnielsen.org/ddi/how-to-crawl-a-quarter-billion-webpages-in-40-hours/ - http://commoncrawl.org/ + +simplicity of Java cralwer: + +http://www.javacodegeeks.com/2013/07/mini-search-engine-just-the-basics-using-neo4j-crawler4j-graphstream-and-encog.html + +Lua C++ binding by hand: + +http://loadcode.blogspot.ch/2007/02/wrapping-c-classes-in-lua.html +http://rubenlaguna.com/wp/2012/11/26/first-steps-lua-cplusplus-integration/ + +example of game programming in Lua, gives maybe a high-level insight on how to write cralwer.conf: + +shared pointer: no circular references! module create funtions virtual constructor -- cgit v1.2.3-54-g00ecf