Learning from the past, and moving toward the future
This is a video following a few users at Open Hack Day through the event from the beginning to the announcing of Hack Day winners. This was the first Open Hack Day in Southeast Asia and the first time for a large event in Jakarta
At the Web 2.0 Expo, entrepreneur Gary Vaynerchuk gives a shot in the arm to dreamers and up-and-comers who face self-doubt. The Internet has made the formula for success simpler than ever, he argues. So there’s now no excuse not to do what makes you happy.
Gary Vaynerchuk’s Wine Library TV combines an irreverent approach to wine and a shrewd social media strategy. It won him web fame and the cachet to spin off book deals, new businesses and his own entrepreneurship consulting firm.
Suppose, we have a tie at the third position and there are 2 records with the same value then RANK() and DENSE_RANK() both the functions will place both the records in the third position only, but RANK() will have the next record at the fifth position (leaving a gap of 1 position) whereas the DENSE_RANK() function will have the next record at the forth position itself (no gap).
The easiest way to understand is by having an example, so consider the following data set:
1 2 2 4
RANK() would return the following rank:
1 2 2 4
DENSE_RANK() would return the following rank:
1 2 2 3
When you’re about to try the JWS web service, you received the following error:
Solution
Copy the tools.jar in C:\Program Files\Java\jdk1.6.0_18\lib to C:\Program Files\Apache Software Foundation\Tomcat 6.0\lib
The above path is from the standard installation of Apache Tomcat and Java, and it may vary depending on where you install them.
There was something different with the search result when I was Google-ing. That’s right, Google has just made some changes with their appearance! I don’t know whether that I’m so used with the old appearance, but I think that it’s a bit odd. This new looks hold my eyes off from the search results for a while, and I thought it’s a bit heavier than usual. I also noticed that this new looks only appeared when I googled using Firefox.
The great successful men of the world have used their imaginations. They think ahead and create their mental picture, and then go to work materializing that picture in all its details, filling in here, adding a little there, altering this bit and that bit, but steadily building, steadily building
~ Robert Collier ~