Image Processing with OpenGL and Shaders | Linux Journal
http://www.linuxjournal.com/content/image-processing-opengl-and-shaders article about image processing on GPU (V4L2 video device, OpenGL 2.0, GLUT or FreeGLUT lib, GLEW lib)
http://www.linuxjournal.com/content/image-processing-opengl-and-shaders article about image processing on GPU (V4L2 video device, OpenGL 2.0, GLUT or FreeGLUT lib, GLEW lib)
http://translate.google.com/translate?u=http%3A%2F%2Fplakhov.livejournal.com%2F144249.html%3Fthread%3D2563193%23t2563193&sl=ru&tl=en&hl=&ie=UTF-8 Google translate of 2 posts in Russian section of LJ about route costs look up problem commonly faced by telephony operators
http://www.quantschool.com/gxt-on-gwt-on-eclipse Tutorial that shows how to use Eclipse (3.5/3.6) and create a sample project for a web application based on GWT (google web toolkit) and GXT (a mix of Ext JS javascript framework and google web toolkit)
http://habrahabr.ru/blogs/data_mining/101338/#habracut short article [in Russian ] that covers basics for data clusterization (sorting vectors into groups, aka clusters)
http://nuclight.livejournal.com/125747.html A way to detect BT protocol traffic – instead of looking at every packet, traffic to torrent tracker websites is redirected (via divert(4) ) and then analyzed. Analyzer script (PERL) produces the src_ip, dst_ip, dst_port triplet, this info can be used to produce firewall rules
http://www.ibm.com/developerworks/views/linux/libraryview.jsp?site_id=1&contentarea_by=Linux&sort_by=Date&sort_order=1&start=1&end=3&topic_by=-1&product_by=&type_by=Articles&show_abstract=true&search_by=kernel%20apis, Series of short articles on linux kernel [2.6.27] APIs by Tim Jones
http://sql.ru/forum/actualthread.aspx?tid=754989 Some comments on modeling friendlits user activity, for social media websites (or apps)
http://robertfortner.posterous.com/the-unrecognized-death-of-speech-recognition An excellent article providing an overview and history of speech recognition technologies. For geeks looking into more tech details, pls see http://tech.slashdot.org/comments.pl?sid=1639412&cid;=32079936
http://www.cse.lehigh.edu/~baird/Pubs/drr07.pdf “We report an investigation into strategies, algorithms, and software tools for document image content extraction
http://vger.kernel.org/~davem/skb.html details about important linux kernel networking subsystem data structure called “skb”