Humble Award - OptiPerl
OptiPerl, the best IDE for Perl and best of any IDE I have ever seen. I quite often praise it for it's "Box & Line coding" which I haven't yet to see in any editor--even in Delphi
Labels: Humble Award, talents
Just another PHP saint...
OptiPerl, the best IDE for Perl and best of any IDE I have ever seen. I quite often praise it for it's "Box & Line coding" which I haven't yet to see in any editor--even in Delphi
Labels: Humble Award, talents
Dr. A.N. Sreevatsan, ENT specialist located in Adyar, Chennai is one of the gems available in medicines. No assistants in his consulting room and he'd take at least 15mins for every patience. So far I have referred many and all are happy with his approach. Every wannabe doctor should visit him personally to understand his approach. I wish him to be more famous than now.
Labels: Humble Award, talents
When I was studying 10th standard, I had a bet with my friend Nalin that A.R.Rahman will become very famous (He was telling me that no one can beat Ilaiyaraaja) Since then I thought about appreciating the people that I think is the best and finally here is the effort. Some people may not be not yet famous--but I strongly believe that they'll become famous sooner!
Labels: Humble Award, talents
Gaana Rahman (I also think, his name is Rahmankhan or so) was a participant of "Gaana Kyuil Pattu" program on Kalaignar TV. The judges didn't select him mentioning that he didn't maintain his pitch. But, I like(d) voice very much and even sent a recommendation email to Mr.James Vasanthan. Hopefully he'll become famous sooner.
Labels: Humble Award, talents
I always stress the need for typing and technical skill for our team. But, I turned out to be less successful in motivating the team to improve those skills. Ohm Kumar, who lately took up the challenge of motivating the team, turned many teammates technically certified. I'm yet to learn such motivating skill from him:-(
Labels: appreciation, personal, team
For the sake of record, these days when I find inequalities among the society, I say it to myself "God should repent"
Labels: personal
Note: It's based on my process of short-listing candidates/programmers and experiences so far in selecting and building my great team. I'll expand it whenever I get time and will amend versions.
Not many of you were wise in the way the world judges wisdom. Not many of you had great influence. Not many of you came from important families. But God chose the foolish things of the world to shame the wise, and he chose the weak things of the world to shame the strong.
- St. Paul
<?php
class Rectangle{
public $width = 5;
public $length = 10;
public getArea(){
return $this->width * $this->length;
}
protected __getPerimeter(){
return 2 * ($this->width + $this->length);
}
}
?>
It's easy to add little favicons next to all or external links using CSS's background properties:
a[href ^="http://jquery.com"] {
background: url(http://jquery.com/favicon.ico) center right no-repeat;
padding-right: 16px;
}
<?php
// Generate JavaScript regexp for matching URL for getting host part
// set user agent; otherwise getting 403
ini_set('user_agent', 'Mozilla/5.0 (Windows; U; Windows NT5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11');
echo str_replace(array(
"\n", // remove newline
'/', // escape / to \/
'?:' // remove--we really need mach
) , array(
'',
'\/',
''
) , file_get_contents('http://web.archive.org/web/20070302134659/foad.org/~abigail/Perl/url3.regex'));
?>
Labels: javascript, jquery, php
When my spirit was high in pain, I wrote "If there is a God, he must be a sadist!" and also added that in my Usenet sig-block. God proved to be cruel again, by taking Suresh Kumar, a great hacker, a good human being, an inspiring Team Leader who worked with me on February 25, 2009.
I have been thinking this for a while... why can't we kill bugmenot.com with social bookmarking websites like delicious.com (aka, del.icio.us).