Artificial Intelligence has lots of application. One of which is Natural Language Processing or in short NLP. NLP is the study or processing of natural texts to find the interesting patterns or details in natural texts for other purposes like tagging a post automatically. NLP contrary to the general belief, as being very advance computer […]
January 20, 2013
One MemcacheClass to rule them all, One MemcacheClass to find them, One MemcacheClass to bring them all and in the RAMs bind them. Below is a story I found on memcached. It is an amazing story how memcache work. Two plucky adventurers, Programmer and Sysadmin, set out on a journey. Together they make websites. Websites […]
December 18, 2012
N Kings You have to place the N kings in on N squared chess board so that no two kings are in same row and column and do not attack each other. About input, first line of the input is number of testcases T. Then every next 2 lines are for the testcase. In the […]
November 9, 2012
I created a wysiwyg editor using Javascript, jQuery, HTML5 and bootstrap for designing. It has some basic formatting options. I will keep adding and making it robust. But it is yours to use for the purpose. Here is the link to demo. It is compatible with firefox and chrome for now but not that much […]
October 12, 2012
I created a web crawler using python and its modules. It follows certain conditions like it reads robots.txt before crawling a page. If the robots.txt allows the page to be crawled the spidey crawls it. It dives in recursively. But there are certain limitations I have set. It do not go beyond 20 pages, as […]
September 22, 2012
In the previous post, we saw Routers of Backbone. Views as name suggests give views to your page, form whatever. In a single page application, each page has a view and they in result have multiple form views eg- one for login, one for home, one for landing page. How it is done? As we […]
September 22, 2012
In the previous post, we saw Models of Backbone. We will see about Router in this post. Router provides method for routing client side pages. Pages using REST API have multiple views on one page and are displayed as a result of some action. Like you have one view of login and other of home […]
May 12, 2013
0