As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
configdocs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public - Sep 07, 2020 update docs for
npm version
| angular.module('myApp', ['ionic', 'myApp.services', 'myApp.controllers']) | |
| .run(function(DB) { | |
| DB.init(); | |
| }); |
| jar xf my.war | |
| rm my.war | |
| change something in some file | |
| jar cf ../my.war * |
| PHP_VER="5.5.14" | |
| # Check if extension exists first | |
| php -m | grep pgsql | |
| # Update brew and install requirements | |
| brew update | |
| brew install autoconf | |
| # Download PHP source and extract |
Within an <ion-scroll>, this directive creates sticky item headers that get bumped out of the way by the next item.
Demo: http://cl.ly/2u2X390s0H1a
Requirements:
_.throttle utility.or| Normal way: | |
| - Click on the Apple Menu in the top left corner of your screen | |
| - Select System Preferences from the drop-down menu | |
| - Select the Displays icon | |
| - When the Displays window appears, select the Arrangement tab within the menu bar | |
| - Check the Mirror Displays box in the lower left-hand corner of the window (Note: After checking this box, please wait several seconds. Once the displays are mirrored, you should see the same image on both your projector and computer.) | |
| First, reset what is called the Power Management Unit (PMU) using these steps: | |
| - Shut down the computer. | |
| - Connect it to AC power. |
| var yourString = "The quick brown fox jumps over the lazy dog"; //replace with your string. | |
| var finalString = ""; | |
| var maxLength = 16 // maximum number of characters to extract | |
| var count = 0; | |
| var maxTries = ((yourString.length / maxLength) * 2); | |
| while (yourString.length > maxLength) { | |
| count++; | |
| if (count > maxTries) { | |
| break; |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
sudo yum install gcc-c++ openssl-devel makewget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bashnvm install [version]node --version