content top

Nutch cheat sheet

Nutch cheat sheet

What is NUTCH you ask? Nutch is a very popular open source JAVA based search engine built on top of Lucene which is translated to C, C++, C#, Python, Perl and Ruby. It provides all of the tools you need to run your very own search engine. Current version of nutch (as of October 2010) is: 1.2. Download PDF version of this cheat sheet Some important gotchas on nutch: Founded in 2003 by Doug Cutting, the Lucene creator, and Mike...

Read More

Here is my 2 cents on Doctrine (ORM)

Here is my 2 cents on Doctrine (ORM)

What is Doctrine? Doctrine is a popular ORM for PHP which works with RDBMS via PHP objects. This is built inspired by Hibernate from JAVA. This acts as an abstraction layer between PHP and RDBMS. What is it good for? It really hide the the business logics (tables, sql, relations) via the db abstraction layer while active record map objects to tables. It has a strong caching (of cached caching) system with apc, memcached, sqlite Caching...

Read More

PHP instant gallery maker with thumbnail

PHP instant gallery maker with thumbnail

this is a file by putting it in a folder containing some images will be displayed as gallery in thumbnail. it will generate thumbnail for the first time only. later it will grab the thumbnails from it’s cache directory. the class itself and instantiation is in same class. you just need put it in the folder where your images resides. NO JAILBREAK REQUIRED! Good...

Read More

Generate a twitter like timespan from a given timestamp in Symfony2 or ZF2

Generate a twitter like timespan from a given timestamp in Symfony2 or ZF2

We must have seen the human readable time in twitter saying that something like about 2 hours ago… etc. In this post we will see a walk around on how to do it in a Symfony2, Zend Framework2 or any other PHP based application. I wrote and used this class as helper in one of my Symfony2 project. This helper could be used in Zend Framework as well. I used some PHP magic methods to cope with different configuration settings so that any...

Read More

Here is the update

Here is the update

I left my job from RBS and joined at NPND Inc. on this month. for now I am just saying that this is a FUN job. I really love to work with the guys around with me. I hope I could evolve myself more fast here in NPND Inc. What is NPND you ask? why don’t ask it to uncle G? http://google.com/search?q=NPND what you got? yet not satisfied? Okay, you got me. here is it http://npnd.com (don’t ask me for user:passwd) Share and Enjoy:

Read More
Page 2 of 3123
content top