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
| # install build dependencies | |
| sudo yum install -y git git-core zlib zlib-devel gcc-c++ patch readline readline-devel libyaml-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison curl sqlite-devel jd postgresql postgresql-devel postgresql-contrib postgresql-libs | |
| # clone and install rbenv environment | |
| cd ~ | |
| git clone git://github.com/sstephenson/rbenv.git .rbenv | |
| git clone git://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build | |
| echo 'export PATH="$HOME/.rbenv/bin:$HOME/.rbenv/plugins/ruby-build/bin:$PATH"' >> ~/.bash_profile | |
| echo 'eval "$(rbenv init -)"' >> ~/.bash_profile |
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
| " Settings | |
| " set nosmoothscroll | |
| " let fullpagescrollpercent = 100 | |
| " let lastactivetablimit = 50; | |
| " let lastclosedtablimit = 50; | |
| let scrollduration = 15 | |
| " let scrollstep = 65 | |
| " let zoomstep = 15 | |
| " let hintcharacters = "1234567890"; | |
| " let homeurl = "http://google.com"; |
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
| # From terminal run this | |
| sudo /Applications/Skype.app/Contents/MacOS/Skype /secondary & |
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
| { | |
| "name": "dress", | |
| "requiredMeasurements": [ | |
| "height", | |
| "bust", | |
| "waist", | |
| "hip" | |
| ], | |
| "optionalMeasurements": [ | |
| "sleeveOpening", |
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
| [ | |
| "dress", | |
| "shirt", | |
| "sweater", | |
| "tShirt" | |
| ] |
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
| { | |
| "id": "123456abc", | |
| "type": "dress", | |
| "name": "Dress - Summer dream", | |
| "sizes": { | |
| "small": { | |
| "height": 88, | |
| "bust": 41, |
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
| <script type="text/javascript"> | |
| /*** Virtusize Widget parameters and initialization ***/ | |
| window.vsWidgetAsyncInit = function(vsWidget) { | |
| vsWidget.setApiKey("0000000000000000000000000000000000000000"); | |
| vsWidget.setProductData({"id" : "12341234", "version" : "1"}); | |
| }; | |
| /*** Do not change anything below this line! ***/ |
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
| <script type="text/javascript"> | |
| /*** Virtusize Widget parameters and initialization ***/ | |
| window.vsWidgetAsyncInit = function(vsWidget) { | |
| vsWidget.setApiKey("0000000000000000000000000000000000000000"); | |
| vsWidget.setProductId("0123456789"); | |
| vsWidget.bindCallback("widget.button.show", function($, productData){ | |
| alert("The Virtusize button is now visible."); |
NewerOlder