If you like classical music, here is link to Bach Organ Works (by James Kibbie)
Free Bach music
Friday, June 8, 2012
Wednesday, June 6, 2012
Friday, June 1, 2012
HOUSE M.D.
HOUSE M.D is my favorite show for last few years aired last episode on May 21, 2012.
Last Season (8th) is mediocre compare to previos episodes including Everybody Dies last episode.
I do actually last song in the film Enjoy Yourself (It's Later Than you Think) by Louis Prima. I found the song on Spotify and listed dozen times today... I ENJOY the song :)
Tuesday, May 29, 2012
egalitarian (word)
Egalitarian - Affirming, promoting, or characterized by belief in equal political, economic, social, and civil rights for all people.
(Example: egalitarian society)
HTTP (Patch)
New method has been added to HTTP - PATCH (modify existing resource)
Click here for more information about PATCH
Click here for more information about PATCH
Thursday, May 24, 2012
Largest tables on MySQL Server
Query below to find out table size. Here is original article by Peter Zaitsev Click Here
SELECT
CONCAT(table_schema, '.', table_name),
CONCAT(ROUND(table_rows / 1000000, 2), 'M') AS rows,
CONCAT(ROUND(data_length / ( 1024 * 1024 * 1024 ), 2), 'G') AS data,
CONCAT(ROUND(index_length / ( 1024 * 1024 * 1024 ), 2), 'G') AS idx,
CONCAT(ROUND(( data_length + index_length ) / ( 1024 * 1024 * 1024 ), 2), 'G') AS total_size, ROUND(index_length / data_length, 2) AS idxfrac
FROM
information_schema.TABLES ORDER BY data_length + index_length DESC LIMIT 10;
SELECT
CONCAT(table_schema, '.', table_name),
CONCAT(ROUND(table_rows / 1000000, 2), 'M') AS rows,
CONCAT(ROUND(data_length / ( 1024 * 1024 * 1024 ), 2), 'G') AS data,
CONCAT(ROUND(index_length / ( 1024 * 1024 * 1024 ), 2), 'G') AS idx,
CONCAT(ROUND(( data_length + index_length ) / ( 1024 * 1024 * 1024 ), 2), 'G') AS total_size, ROUND(index_length / data_length, 2) AS idxfrac
FROM
information_schema.TABLES ORDER BY data_length + index_length DESC LIMIT 10;
Leon The Pig Farmer
I have not watch good movie for a while. Last Sunday watch "The Dictator" - the movie ok.
The movie was produced in England in 1992.
Leon The Pig Farmer is independent movie and is very funny.
Here is link to watch - Leon The Pig Farmer
The movie was produced in England in 1992.
Ship Fleet
Yesterday, I witnessed 21 U.S and coalition pass thorough Hudson (Manhattan) in this year's celebration for Memorial weekend. Pictures taken from my Iphone 4
· Fireboat Harvey
· Juan Sebastian De Elcano (Spain)
· KRI Dewaruci (Indonesia)
· La Belle Poule (France)
· Etoile (France)
· Cisne Branco (Brazil)
· Buque Escuela Arm Cuauhtemoc (Mexico)
· ARC Gloria (Columbia)
· BAE Guyas (Ecuador)
· USCGC Eagle (WIX 327)
· USS Roosevelt (DDG 80)
· USS Mitscher (DDG 57)
· HMCS Iroquois (Canada)
· USS Gonzalez (DDG 66)
· JS Shirane (Japan)
· USCGC Seneca (WMCE 906)
· USS San Jacinto (CG 56)
· FNS Pohjanmaa (Finland)
· USS Donald Cook (DDG 75)
· RFA Argus (United Kingdom)
· USMMA T/V Liberator
· USCGC Willow (WLB 202)
· USS Wasp (LPD 1)
Wednesday, May 23, 2012
Axel (command line download accelerator)
Install: # Mac sudo port install axel # Ubuntu sudo apt-get install axel Simultaneous Connections: axel -n 3 http://downloadn.com/song.mp3 The -n 3 option (simultaneous connections when downoading the file)
(-a option to show progress)Axel is tool that can replace wget or curl
Tuesday, May 22, 2012
Successful Launch Kicks off SpaceX’s Historic Mission
I just received email from SpaceX - "Hawthorne, CA – Today, Space Exploration Technologies (SpaceX) successfully launched its Falcon 9 rocket carrying a Dragon spacecraft to orbit in an exciting start to the mission that will make SpaceX the first commercial company in history to attempt to send a spacecraft to the International Space Station – something only a handful of governments have ever accomplished...."
It's historical event, just few weeks ago I witness Shuttle last fly over NYC.
See picture below:
Subscribe to:
Posts (Atom)