summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-07 11:04:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-07 11:04:54 +0100
commitebdbbed1bab6fbcd4f459ea0c781714f44824a8c (patch)
treed41e72048fd3fc4b5f37bedcc14097c8e7ebaca4
parente90e87c8a0b2b3f663f5a27c1ea2849524e4418e (diff)
downloadcrawler-ebdbbed1bab6fbcd4f459ea0c781714f44824a8c.tar.gz
crawler-ebdbbed1bab6fbcd4f459ea0c781714f44824a8c.tar.bz2
added some more links
-rwxr-xr-xdocs/LINKS13
1 files changed, 13 insertions, 0 deletions
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