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
    
  
  
    
  | mongoimport -d my_db -c my_collection < my_json_file.json --batchSize 1 | 
  
    
      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
    
  
  
    
  | alias mongostart="mongod --dbpath Documents/Databases" | 
  
    
      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
    
  
  
    
  | @mixin vw-type($properties, $min-vw, $max-vw, $min-value, $max-value) { | |
| & { | |
| @each $property in $properties { | |
| // #{$property}: $min-value; | |
| } | |
| @media screen and (min-width: $min-vw) { | |
| @each $property in $properties { | |
| #{$property}: calc(#{$min-value} + #{strip-unit($max-value - $min-value)} * ((100vw - #{$min-vw}) / #{strip-unit($max-vw - $min-vw)})); | |
| } | 
  
    
      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
    
  
  
    
  | /* | |
| How to Use: | |
| @include vw((padding-top, padding-bottom), 40px); | |
| If needs rewrite some property, use: | |
| @include vw((padding-top, padding-bottom), 40px, $min-vw: mq('laptop')); | |
| */ | |
| @mixin vw($property, $min-value, $max-value: $min-value, $min-vw: mq('mobile'), $max-vw: mq('tv')) { | 
  
    
      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
    
  
  
    
  | chflags -R nouchg directory | 
  
    
      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
    
  
  
    
  | <div id="nk-flyknit-running-box"> | |
| <div class="nk-flyknit-running-box-title"> | |
| <h2 class="nk-TradeGothic nk-fs36 nk-color-000">Melhore<br>sua corrida</h2> | |
| </div> | |
| <div class="nk-flyknit-running-box-images"> | |
| <div class="nk-flyknit-running-box-items"> | |
| <figure class="nk-flyknit-running-box-items-image"> | |
| <%= image_tag 'dri_fir_feminino.jpg' %> | |
| <figcaption class="nk-flyknit-running-box-items-image-desc"> | |
| <h3 class="nk-TradeGothic nk-color-000">Dri-fir Knit Feminino</h3> | 
  
    
      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
    
  
  
    
  | .flex { display: flex; } | |
| .v-center { | |
| justify-content: center; | |
| align-items: center; | |
| } | |
| .wrap { flex-wrap: wrap; } | |
| .form-fields { | 
  
    
      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
    
  
  
    
  | rvm --create --ruby-version use ruby-2.0.0-p247@mycoolapp | 
  
    
      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
    
  
  
    
  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> | |
| </head> | |
| <body> | |
| <!--your content here --> | |
| </body> | |
| </html> | 
  
    
      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
    
  
  
    
  | /* Force Hotmail to display emails at full width */ | |
| .ReadMsgBody { | |
| width: 100%; | |
| } | |
| .ExternalClass { | |
| width: 100%; | |
| } | |
| /* Forces Hotmail to display normal line spacing. */ | |
| .ExternalClass, | 
