“I know I’m not authorized to go on table tops, but you must concede that the hood IS NOT strictly a table top, is it?
Insane.
Stairway to Heaven ! Climbing Towers !!!!! (via EstRandomVideos)
I love YouTube for this kind of jewels.
Credit to Leo Laporte.
Cat Parkour (via 200801412)
Resourceful you say?
[update: sorry for those of you in Europe… seems like the Majors there are not happy about the nice music in this video…]
If you want to have the escape character (0x1b in hex or 27 in decimal) into a string, you might do it this way:
String bold_tag = 0x1b+"|bC";
However, you will end up with the string bold_tag = “27|bC” because Java will auto-convert the char to string (0x1b to 27) before appending it to the rest of the string, which is absolutely not what you want.
To avoid this, you can do the following:
char ESC = 0x1b; String bold_tag = ESC + "|bc";
This will force Java to use char as the type.
DJ der guten Laune (via grafandraget)
The guy is clearly enjoying his job!
8-Bit by Eclectic Method
8-Bit mash-up. Anyone knows from where is the flying bird? Yes: Duck Hunt!
kung fu grippe — Color, Photos, and One Fuzzy Little Boy in a Field
Great photo by Jack Delano and great write-up by Merlin.
(Source: Wikipedia)
