Skip to content

Instantly share code, notes, and snippets.

@azimidev
Last active March 18, 2017 21:46
Show Gist options
  • Save azimidev/aea5ee0786dffa2a3ba0f784e29faf6a to your computer and use it in GitHub Desktop.
Save azimidev/aea5ee0786dffa2a3ba0f784e29faf6a to your computer and use it in GitHub Desktop.
Human height to use in array format with key as CM and value as foot
'91' => "3' 6\"",
'94' => "3' 1\"",
'97' => "3' 2\"",
'99' => "3' 3\"",
'102' => "3' 4\"",
'104' => "3' 5\"",
'107' => "3' 6\"",
'109' => "3' 7\"",
'112' => "3' 8\"",
'114' => "3' 9\"",
'117' => "3' 10\"",
'119' => "3' 11\"",
'122' => "4' 0\"",
'124' => "4' 1\"",
'127' => "4' 2\"",
'130' => "4' 3\"",
'132' => "4' 4\"",
'135' => "4' 5\"",
'137' => "4' 6\"",
'140' => "4' 7\"",
'142' => "4' 8\"",
'145' => "4' 9\"",
'147' => "4' 10\"",
'150' => "4' 11\"",
'152' => "5' 0\"",
'155' => "5' 1\"",
'157' => "5' 2\"",
'160' => "5' 3\"",
'163' => "5' 4\"",
'165' => "5' 5\"",
'168' => "5' 6\"",
'170' => "5' 7\"",
'173' => "5' 8\"",
'175' => "5' 9\"",
'178' => "5' 10\"",
'180' => "5' 11\"",
'183' => "6' 0\"",
'185' => "6' 1\"",
'188' => "6' 2\"",
'190' => "6' 3\"",
'193' => "6' 4\"",
'196' => "6' 5\"",
'198' => "6' 6\"",
'201' => "6' 7\"",
'203' => "6' 8\"",
'206' => "6' 9\"",
'208' => "6' 10\"",
'211' => "6' 11\"",
'213' => "7' 0\"",
'216' => "7' 1\"",
'218' => "7' 2\"",
'221' => "7' 3\"",
'224' => "7' 4\"",
'226' => "7' 5\"",
'229' => "7' 6\"",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment