A Pen by Akimitsu Hamamuro on CodePen.
  
    
      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
    
  
  
    
  | _checkValue: function () { | |
| $('#txtPassword').on('input', function (event) { | |
| var val = $('#txtPassword').val(); | |
| var lastChar = val.charAt(val.length-1); | |
| var valueLen = $('#txtPassword').val().length | |
| // Введеный символ не число? Отрубаем последний символ и возвращаем предыдушее значение. | |
| if(isNaN(lastChar)) { | 
  
    
      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
    
  
  
    
  | sed 's/img\//..\/img\//' *.css | 
  
    
      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
    
  
  
    
              Show hidden characters
| [ | |
| { | |
| "keys": ["d", "f"], "command": "exit_insert_mode" | |
| }, | |
| { | |
| "keys": ["ctrl+l"], | |
| "command": "insert_snippet", | |
| "args": {"contents": "console.log(${1:this});"} | |
| } | |
| ] | 
  
    
      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
    
  
  
    
  | <snippet> | |
| <content><![CDATA[ | |
| require('${1:./}'); | |
| ${2:} | |
| ]]></content> | |
| <tabTrigger>req</tabTrigger> | |
| <description>requre</description> | |
| <scope>source.js</scope> | |
| </snippet> | 
  
    
      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
    
  
  
    
  | <canvas id="canvas"></canvas> | |
| <div id="banner-bg"> | |
| <div id="banner"></div> | |
| </div> | |
| <p>drag!</p> | |
| <p>degree:<span id="deg-value"></span></p> | 
  
    
      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
    
  
  
    
  | class Input extends React.Component { | |
| render () { | |
| const { className, padding } = this.props; | |
| return ( | |
| <div className={className} style={padding ? { padding: ${padding}px} : {}}>Test</div> | |
| ) | |
| }; | |
| } | 
  
    
      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
    
  
  
    
  | "Преход в нормальный режм последованием нажатием df fd | |
| im df <Esc> | |
| im fd <Esc> | |
| "Сохранить файл на sa | |
| map sa :w <Enter> | |
| vm sa :w <Enter> | |
| " Закрыть файд на qa | |
| map cl :q <Enter> | |
| " Подрубаем линтеры из пакета spf-13, в частности eslint (установлен глобально) | 
  
    
      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
    
  
  
    
  | 'use strict'; | |
| const getExtendedConfig = require(''); | |
| const defaultConfig = require('./stubs/defaut-config.js'); | |
| const userConfig = require('./stubs/bem-build-config.js'); | |
| const saveEnviorment = process.env.HOME; | |
| const extendedConfig = require('./stubs/extended-config.js'); | |
| describe('bem-build-config', function() { | 
  
    
      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
    
  
  
    
  | #!/bin/bash | |
| echo $postfix | |
| mkdir ./blocks/$1 | |
| touch ./blocks/$1/$1.styl | |
| echo ".$1" > ./blocks/$1/$1.styl | 
OlderNewer