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
    
  
  
    
  | var fileName = 'hogefuga-master.json'; | |
| var folderId = '<GoogleドライブのフォルダID>'; | |
| function doGet(e) { | |
| return ContentService.createTextOutput(DriveApp.getFolderById(folderId).getFilesByName(fileName).next().getBlob().getDataAsString()).setMimeType(ContentService.MimeType.JSON); | |
| } | |
| function onOpen() { | |
| SpreadsheetApp.getActiveSpreadsheet().addMenu('マスタ更新', [{name: 'JSON出力', functionName: 'updateMasterData'}]); | |
| } | 
  
    
      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
    
  
  
    
  | android { | |
| sourceSets { | |
| main { | |
| assets.srcDirs = ['src/main/assets/dest'] | |
| } | |
| } | |
| } | 
  
    
      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
    
  
  
    
  | import static ch.qos.logback.classic.Level.* | |
| import java.nio.charset.Charset | |
| import ch.qos.logback.core.ConsoleAppender | |
| import ch.qos.logback.core.rolling.RollingFileAppender | |
| import ch.qos.logback.core.rolling.TimeBasedRollingPolicy | |
| import ch.qos.logback.core.status.OnConsoleStatusListener | |
| import ch.qos.logback.classic.encoder.PatternLayoutEncoder | 
  
    
      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
    
  
  
    
  | $.map($('.select-menu-list .select-menu-item-text').toArray(), function(elem) { | |
| return elem.innerText; | |
| }); | 
  
    
      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
    
  
  
    
  | $ jruby -S bundle exec rails server | 
  
    
      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
    
  
  
    
  | svn log --xml | grep -P "^<author" | sort -u | perl -pe 's/<author>(.*?)<\/author>/$1 = $1 <$1\@hoge.jp>/' | sed -e "s/_/-/2" > authors.txt |