brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| @Component({ /* ... */ }) | |
| export class SomeComponent { | |
| // streamifies input | |
| @Input$() prop: Observable<string>; | |
| // lifecycle notifier as an Observable stream | |
| @OnDestroy$() destroy$: Obseravble<void>; | |
| // lifecycle hook as decorator instead of implements interface |
| [{ | |
| "Note": "The first two digits (ranging from 10–43) correspond to the province, while the last two digits correspond either to the city/delivery zone (range 01–50) or to the district/delivery zone (range 51–99). Afghanistan Postal code lookup", | |
| "Country": "Afghanistan", | |
| "ISO": "AF", | |
| "Format": "NNNN", | |
| "Regex": "^\\d{4}$" | |
| }, { | |
| "Note": "With Finland, first two numbers are 22.", | |
| "Country": "Åland Islands", | |
| "ISO": "AX", |
| /* http://metroize.com/zurb/ */ | |
| $gainsboro: #DDD; | |
| $oil: #333; | |
| $smoke:#F6F6F6; | |
| $monsoon: #777; | |
| // We use this to control the border color | |
| $price-table-border: solid 1px $gainsboro; |
| -server | |
| -Xms2g | |
| -Xmx2g | |
| -Xss16m | |
| -XX:+UseConcMarkSweepGC | |
| -XX:+CMSParallelRemarkEnabled | |
| -XX:ConcGCThreads=4 | |
| -XX:ReservedCodeCacheSize=128m | |
| -XX:+AlwaysPreTouch | |
| -XX:+TieredCompilation |
| Note: Some older devices such as the Galaxy S III did not get the Chromium based browser with | |
| the update to Android 4.2 or later. When Samsung later introduced the Galaxy S3 Neo it did get | |
| the new browser. | |
| Note: With the Android 4.3 release and version 1.5 of the Chromium browser, Samsung did not | |
| enable WebAudio API for the Note 3. All other devices did get the WebAudio API. | |
| Note: Samsung did not update the browser version with the upgrade from Android 4.3 to 4.4, | |
| but did add getUserMedia and WebRTC functionality. |
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
| Copyright (c) 2011 ZURB, http://www.zurb.com/ |