One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| docker ps -aq | foreach {docker stop $_} && docker ps -aq | foreach {docker rm $_} | |
| docker image prune --filter="dangling=true" |
| Country | CountryCode | Currency | Code | |
|---|---|---|---|---|
| New Zealand | NZ | New Zealand Dollars | NZD | |
| Cook Islands | CK | New Zealand Dollars | NZD | |
| Niue | NU | New Zealand Dollars | NZD | |
| Pitcairn | PN | New Zealand Dollars | NZD | |
| Tokelau | TK | New Zealand Dollars | NZD | |
| Australian | AU | Australian Dollars | AUD | |
| Christmas Island | CX | Australian Dollars | AUD | |
| Cocos (Keeling) Islands | CC | Australian Dollars | AUD | |
| Heard and Mc Donald Islands | HM | Australian Dollars | AUD |
| <?php | |
| function file_exists_ci($file) { | |
| if (file_exists($file)) | |
| return $file; | |
| $lowerfile = strtolower($file); | |
| foreach (glob(dirname($file) . '/*') as $file) | |
| if (strtolower($file) == $lowerfile) |
| /* Mobile */ | |
| @media only screen and (max-width: 767px) { | |
| [class*="mobile hidden"], | |
| [class*="tablet only"]:not(.mobile), | |
| [class*="computer only"]:not(.mobile), | |
| [class*="large screen only"]:not(.mobile), | |
| [class*="widescreen only"]:not(.mobile), | |
| [class*="or lower hidden"] { | |
| display: none !important; | |
| } |
| Windows.10.and.Office.2016.gVLK | |
| ##################################################################### | |
| # technet.microsoft.com/en-us/library/jj612867.aspx?lc=1033 # | |
| ##################################################################### | |
| Windows 10 Professional W269N-WFGWX-YVC9B-4J6C9-T83GX | |
| Windows 10 Professional N MH37W-N47XK-V7XM9-C7227-GCQG9 | |
| Windows 10 Education NW6C2-QMPVW-D7KKK-3GKT6-VCFB2 | |
| Windows 10 Education N 2WH4N-8QGBV-H22JP-CT43Q-MDWWJ |