I hereby claim:
- I am meowsus on github.
- I am meowsus (https://keybase.io/meowsus) on keybase.
- I have a public key whose fingerprint is FE31 1055 ACFC D525 7438 9BED 4411 54A3 CEE1 A596
To claim this, I am signing this object:
| RVM is not a function, selecting rubies with 'rvm use ...' will not work. | |
| You need to change your terminal emulator preferences to allow login shell. | |
| Sometimes it is required to use `/bin/bash --login` as the command. | |
| Please visit https://rvm.io/integration/gnome-terminal/ for a example. |
| meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bash --login | |
| meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ which bash | |
| /bin/bash | |
| meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bundle update | |
| ERROR: Gem bundler is not installed, run `gem install bundler` first. | |
| meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ gem install bundler | |
| Successfully installed bundler-1.3.5 | |
| 1 gem installed | |
| meowsus@neonhunk:~/Sandbox/dev/rails_projects/demo_app$ bundle update | |
| ERROR: Gem bundler is not installed, run `gem install bundler` first. |
| <?xml version="1.0" encoding="UTF-8" ?> | |
| <widget xmlns = "http://www.w3.org/ns/widgets" | |
| xmlns:gap = "http://phonegap.com/ns/1.0" | |
| id = "com.bundle.identifier" | |
| versionCode="1" | |
| version = "1.0"> | |
| <name>ProjectName</name> |
| ## sdtv_mode | |
| ## defines the TV standard for composite output | |
| ## | |
| ## Value Description | |
| ## ------------------------------------------------------------------------- | |
| ## 0 Normal NTSC (Default) | |
| ## 1 Japanese version of NTSC - no pedestal | |
| ## 2 Normal PAL | |
| ## 3 Brazilian version of PAL - 525/60 rather than 625/50, different | |
| ## subcarrier |
| eventListener = function (widget) { | |
| widget.$postalCode.one('focus', function () { | |
| applyValidationRules(widget); | |
| }); | |
| widget.$country.on('change', function () { | |
| applyValidationRules(widget); | |
| }); | |
| widget.$parentForm.on('submit', function () { |
| # FIRST ATTEMPT | |
| #!/bin/bash | |
| AMPPS_DIR='/Applications/AMPPS/www' | |
| sudo rm -f $AMPPS_DIR | |
| sudo ln -s $1 $AMPPS_DIR | |
| # SECOND ATTEMPT | |
| #!/bin/bash |
| // ---- | |
| // Sass (v3.4.6) | |
| // Compass (v1.0.1) | |
| // ---- | |
| @function property-prefixes($property, $prefixes: '-ms-' '-webkit-' '-o-' '-moz-') { | |
| $properties: $property; | |
| @each $prefix in $prefixes { | |
| $properties: $properties #{$prefix}#{$property} |
| // ---- | |
| // Sass (v3.4.13) | |
| // Compass (v1.0.3) | |
| // ---- | |
| $base-font-size: 16px !default; | |
| $base-spacing-unit: $base-font-size !default; | |
| .first { | |
| font-size: $base-font-size; |
I hereby claim:
To claim this, I am signing this object:
| <div class='huge'> | |
| <div class='realhuge'> | |
| huuuuge | |
| </div> | |
| </div> |