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
    
  
  
    
  | package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "encoding/json" | |
| ) | |
| type daily struct { | |
| Day int | 
  
    
      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
    
  
  
    
  | package main | |
| import ( | |
| "fmt" | |
| "net/http" | |
| "encoding/json" | |
| ) | |
| type daily struct { | |
| Day int | 
  
    
      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
    
  
  
    
  | <ul class="phones"> | |
| <li ng-repeat="phone in phones | filter:query | orderBy:orderProp" class="thumbnail"> | |
| <a href="#/phones/{{phone.id}}" class="thumb"><img ng-src="{{phone.imageUrl}}"></a> | |
| <a href="#/phones/{{phone.id}}">{{phone.name}}</a> | |
| <p>{{phone.snippet}}</p> | |
| </li> | |
| </ul> | 
  
    
      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
    
  
  
    
  | <ul class="nav navbar-nav"> | |
| <li class="active"><a ui-sref="home">Login</a></li> | |
| <li><a ui-sref="signup">Signup</a></li> | |
| <li><a href="#">No</a></li> | |
| </ul> | 
  
    
      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
    
  
  
    
  | # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant.configure(2) do |config| | |
| config.vm.hostname = "everclone" | |
| config.vm.box = "ubuntu/trusty64" | |
| config.vm.network "forwarded_port", guest: 3000, host: 3000 | |
| config.vm.network "forwarded_port", guest: 3001, host: 3001 | |
| config.vm.synced_folder ".", "/home/vagrant/ngEverclone" | 
  
    
      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
    
  
  
    
  | 0xb62B6A774cEfB18d1efD07E0b143Bd891e144d2b | 
  
    
      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
    
  
  
    
  | def mod(a, b): | |
| """이 함수는 a를 b로 나눈 나머지 값을 반환합니다.""" | |
| return a % b | 
  
    
      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
    
  
  
    
  | pragma solidity ^0.4.24; | |
| import './SafeMath.sol'; | |
| contract counter { | |
| using SafeMath for int256; | |
| int256 internal value; | |
| bool internal _initialized; | 
  
    
      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": "sample", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "truffle:init": "truffle init", | |
| "truffle:develop": "truffle develop", | |
| "truffle:test": "truffle test" | |
| }, | 
  
    
      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
| { | |
| "name": "Smart Contract Dev Enviroment", | |
| "dockerFile": "Dockerfile", | |
| "settings": { | |
| "terminal.integrated.shell.linux": "/bin/bash" | |
| }, | |
| "appPort": [], | 
OlderNewer