All Posts
197 posts since 2007
List.js: Cross browser native JavaScript
List.js A 7 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable.
Stanford DB class
Along with my AI class course, I have also started DB class (Oct-Dec session) from Standford online courses series. Actually, learning D...
AI Class Unit 2 Problem Solving
I have completed the AI-Class Unit 2 problem solving. It has 38 sub-sections so will take some hours to finish. Some of the algorithms co...
Online AI course at Standford
If you want a break from your routine work (Writing code, testing etc) then like me you can also attend online courses form Stanford univ...
Apache Lucy search engine
Apache Lucy is full-text search engine library written in C and targeted at dynamic languages. The good news is that, the inaugural relea...
Message: Invalid argument: IE 8 Issue
In my Perl based server application, I want to execute a script in a new pop up window. I was using a syntax like: [code lang=”js”] var m...
The history of programming languages
I found the pasted image on referred link Have to share ….**
Perl Weekly newsletter
Very exciting news for all Perl lovers. Gabor has started a weekly newsletter on Perl programming. Checkout the first issue of Perl Week...
Searching and voting CPAN modules in google way
MetaCPAN — Really amazing stuff .. you can connect with github, twitter accounts and can vote on Perl modules!
How to use Devel::Cover
In Perl Node Interface blog I found a interesting entry on the methods to use Devel::Cover. If you want to check more on Perl Node Interf...
PureMVC for Perl
I have seen the news about availability of PureMVC for Perl. Frankly, I don’t know much about it. Can I get some expert comments on the...
Programming Language Popularity
Just found a compiled list comparing all programming languages on the basic of popularity. To fetch the results they have used different ...
Static variables/functions in Perl: Journey from C++ to Perl
I am relatively new to Perl.. in fact not so new now it’s been almost 3 years but frankly I am still learning new things on daily basis s...
The Jewel Of Programming
A interesting Q&A session on using Perl. See the link below:
Moose resources
I found a very interesting and useful resource on slideshare which describes new OO system with Moose for Perl 5. See blow the full prese...
PDF creation in Perl
Kumaon Himalaya — Views from My Hometown
Some places stay with you forever. For me, it is the view from Berinag — a small hill town in Pithoragarh district of Uttarakhand, nestle...
Functional Programming in Perl: Part 2
* Closures
Functional Programming in Perl: Part 1
As we know functional programming involves creating and manipulating functions to build up larger programs. This requires a language tha...
ORM for existing projects using Phrasebook
Just few questions came in mind so I thought to get some expert advice. Well, I am not an DB expert but comfortable with SQL/Perl DBI and...