summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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