Each search endpoint is accessed through a standard URL. The following table lists the URL used to access each service. Contains the URL and the parameters to all URLs for rest based calls to Google search api
- Ritesh
Underscore is a utility-belt library for JavaScript that provides a lot of the functional programming support that you would expect in Prototype.js (or Ruby), but without extending any of the built-in JavaScript objects. It's the tie to go along with jQuery's tux. Underscore provides 60-odd functions that support both the usual functional suspects: map, select, invoke — as well as more specialized helpers: function binding, javascript templating, deep equality testing, and so on. It delegates to built-in functions, if present, so JavaScript 1.6 compliant browsers will use the native implementations of forEach, map, filter, every, some and indexOf. A complete Test & Benchmark Suite is included for your perusal. The unabridged source code is available on GitHub. Underscore is an open-source component of DocumentCloud.
- Ritesh
Just Attended a ceremony and felt like he was living in the eighties. Win for formal 'lighting the lamp' sorta ceremonies.
This page has more details on the Public Terabyte Dataset project, which was recently announced at the ACM data mining unconference. * The data comes from a crawl of 50-200M pages from the 100K top (by traffic) English language domains.
- Ritesh
Database operations often tend to be the main bottleneck for most web applications today. It's not only the DBA's (database administrators) that have to worry about these performance issues. We as programmers need to do our part by structuring tables properly, writing optimized queries and better code. Here are some MySQL optimization techniques for programmers.
- Ritesh
Micheal Jackson's the new Britney Spears, and twitter's big - Google's Zeitgesit Analysis
The recent rise of NoSQL provides an alternative model in building extremely large scale storage system. Nevetheless, compare to the more mature RDBMS, NoSQL has some fundamental limitations that we need to be aware of. 1. It calls for a more relaxed data consistency model 2. It provides primitive querying and searching capability There are techniques we can employ to mitigate each of these issue. Regarding the data consistency concern, I have discussed a number of design patterns in my previous blog to implement system with different strength of consistency guarantee. Here I like to give myself a try to tackle the second issue.
- Ritesh
How many times have you experienced the - `Damn I searched for that before and found it , but cant find it today` proble http://riteshnayak.com/moffe...
n this situation, a new password won't be sent to any user unless he remembers his answer to the question. If a user doesn't have a stored answer, he won't be able to recover a new password. After the first login, reminder query and answer can be modified through My account.
- Ritesh