This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Init Linphone Web | |
| linphone-core-0.0.1.2.js:6Browser language: en_us | |
| linphone-core-0.0.1.2.js:6Loading ... | |
| linphone-core-0.0.1.2.js:6Detection: ... | |
| linphone-core-0.0.1.2.js:6Detection: Ok | |
| linphone-core-0.0.1.2.js:6Load Core | |
| linphone-core-0.0.1.2.js:6Sip port: 5061 | |
| linphone-core-0.0.1.2.js:6Create VideoView 1 | |
| linphone-core-0.0.1.2.js:6Create VideoView 2 | |
| linphone-core-0.0.1.2.js:6P7CoreAPI| State: 1, Starting up |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://developers.google.com/chrome-developer-tools/docs/remote-debugging#enable-usb-debugging | |
| # List all attached devices | |
| $ adb devices | |
| # Desktop Debugging mobile devices | |
| # Visit http://localhost:9222 | |
| adb forward tcp:9222 localabstract:chrome_devtools_remote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://yuilibrary.com/yui/docs/node/ | |
| YUI().use('node', function(Y) { console.log(Y.one("#test_data").get('innerHTML'));}); | |
| # Working with elements | |
| https://www.liferay.com/web/nathan.cavanaugh/blog/-/blogs/alloyui-working-with-elements-and-events |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://yuilibrary.com/yui/docs/datasource/datasource-io.html | |
| # UI w/ triggers | |
| # THIS FAILED. had to use IO instead of dsget | |
| # http://yuilibrary.com/yui/docs/datatable/datatable-dsget.html | |
| # http://www.sinatrarb.com/ | |
| # Server to return json |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| http://stackoverflow.com/a/9265223/579018 | |
| wget \ | |
| --recursive \ | |
| --no-clobber \ | |
| --page-requisites \ | |
| --html-extension \ | |
| --convert-links \ | |
| --restrict-file-names=windows \ | |
| --domains website.org \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BREW INSTALL | |
| ============ | |
| $ brew install postgresql | |
| ==> Installing postgresql dependency: ossp-uuid | |
| ==> Downloading ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz | |
| ######################################################################## 100.0% | |
| ######################################################################## 100.0%==> ./configure --prefix=/usr/local/Cellar/ossp-uuid/1.6.2 --without-perl --with | |
| ==> make | |
| ==> make install | |
| ==> Caveats |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://www.digitalocean.com/community/articles/how-to-install-the-latest-version-of-nginx-on-ubuntu-12-10 | |
| $ sudo add-apt-repository ppa:nginx/stable | |
| You are about to add the following PPA to your system: | |
| Stable version of nginx. | |
| The following are no longer updated past 1.2.7, due to PPA build restrictions: | |
| * Maverick | |
| The following will not be updated past 1.4.1, except for bugfixes which may have been missed: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://capitate.rubyforge.org/recipes/deploy.html | |
| # http://hwcdn.libsyn.com/p/3/b/5/3b525a1ca7d1a2ea/BasicDeploymentWithCapistrano.m4v?c_id=2555630&expiration=1376010403&hwt=4d314b49a14f35f34d305a0be7e063e1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://hendrelouw73.wordpress.com/2012/11/14/how-to-install-postgresql-9-1-on-ubuntu-12-10-linux/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # http://www.modrails.com/documentation/Users%20guide%20Nginx.html#_installation | |
| sudo apt-add-repository ppa:brightbox/passenger | |
| Nginx with Passenger support was successfully installed. | |
| The Nginx configuration file (/opt/nginx/conf/nginx.conf) | |
| must contain the correct configuration options in order for Phusion Passenger | |
| to function correctly. | |
| This installer has already modified the configuration file for you! The |