Click on the picture to get to an enlarged version
I will try to convert the data in this picture to an excel spreadsheet when I get some time..
Click on the picture to get to an enlarged version
I will try to convert the data in this picture to an excel spreadsheet when I get some time..
PS : Yes, people do speak with each other before agreeing to get married and No, elephants don’t walk around in the streets in India
.
A picture is worth a thousand words

February 2010 has exactly
And this happens once in 11 years!!
TravelClick HOTEL CONVERSATIONS | The Hoxton from AboutFace Media on Vimeo.

All the free publicity the site is getting from the media is wasted because the site is down (OK.. I am exagerrating things a bit
). If only the IT team at the Burj thought about this and deployed the site on a CDN, they could have averted this downtime. Using a CDN to power your site is becoming more of a norm than a luxury now a days. And with all the options in the market you have for a CDN, there is no excuse for any IT team to not implement this for a customer facing website.
How did I do with this? Not as well as I wanted to. Here’s a chart showing the postings per month
I started well in January, but then as with most new year resolutions it didn’t last for more than a month
. But I started picking up again at the end of the year. Hope I can continue the trend.
Don’t laugh
.. seriously this was something I have been wanting to do for a long time and I thought this was the year. But alas little did I know that I had to work so many weekends
. I barely managed to run 3 half marathons and that too in only two neighboring states. Won’t make any promises..but hope to do better next year. I should mention that I did register for 3 races in different states for the first three months of 2009.. Just didn’t make it to the races
Even though I didn’t stick with my resolutions, 2009 was an interesting year. Accomplished a lot at work, but more importantly gained a life partner
.
Morale of the story.. Don’t make resolutions. Just do it!!
.
I blogged the feature in Jboss to follow sym links here (http://kudithipudi.org/2008/07/25/howto-configure-jboss-to-follow-symbolic-links/). So essentially when Jboss was started, it was checking all the content in these network path to check for applications to deploy. And traversing a network share with 1000s of directories isn’t fun
..
We fixed it by making a simple edit to the start up script. Here’s the psuedo code for the script
And now the application starts in less than a minute
.
I guess there might be other elegant ways to do this. i.e. Configure Jboss to only deploy certain applications, but this did the trick for us
.
'512'
'345'
'876'
and needed to convert it into the format below
INSERT INTO BLAH VALUE ('512');
INSERT INTO BLAH VALUE ('345');
INSERT INTO BLAH VALUE ('876');
There are multiple ways, one can do this. Here is how I did this using Notepad++, an open source text editor. I used the regular expression capability of Notepad++ it’s search and replace function.
The data in it’s original format

Replacing the first quote mark

Data after the first search and replace operation

Replacing the second quote mark

Data in the final format
