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
    
  
  
    
  | 11.4.5.14 yjsnpi.com | 
  
    
      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
    
  
  
    
  | *://www.sejuku.net/* | |
| *://techplay.jp/* | |
| *://qiita.com/* | |
| *://modis.co.jp/* | |
| *://www.modis.co.jp/* | |
| *://web-camp.io/* | |
| *://udemy.benesse.co.jp/* | |
| *://itra.co.jp/* | |
| *://www.itra.co.jp/* | |
| *://zero-plus.io/* | 
  
    
      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 | |
| ########################################### | |
| # twurlコマンドをインストールしておいてください # | |
| ########################################### | |
| SCREEN_NAME=`twurl -X GET /1.1/account/settings.json | jq -r '.screen_name'` | |
| USER_ID=`twurl -X GET /2/users/by/username/$SCREEN_NAME | jq -r '.data.id'` | |
| NEXT_TOKEN="initial" | 
  
    
      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
    
  
  
    
  | // Chromeのみ。 | |
| // ScriptAutoRunnerをインストールして⇩を設定してください。 | |
| // https://chrome.google.com/webstore/detail/scriptautorunner/gpgjofmpmjjopcogjgdldidobhmjmdbm?hl=ja | |
| const target = document.body; | |
| const observer = new MutationObserver(records => { | |
| document.getElementsByClassName("css-1dbjc4n r-1ysxnx4 r-k0dy70 r-1867qdf r-1phboty r-rs99b7 r-1ifxtd0 r-1udh08x")[0].style.display = "none"; | |
| document.getElementsByClassName("css-1dbjc4n r-15zivkp r-1bymd8e r-13qz1uu")[0].style.display = "none"; | |
| document.getElementsByClassName("css-1dbjc4n r-1ysxnx4 r-k0dy70 r-1867qdf r-1phboty r-rs99b7 r-1ifxtd0 r-1bro5k0 r-1udh08x")[0].style.display = "none"; | 
  
    
      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
    
  
  
    
  | ## | |
| # cat asrOutput.json | python3 cli_trans.py > result.html | |
| ## | |
| import json | |
| import sys | |
| def confidence_to_color(confidence: float) -> str: | |
| """confidenceの値に応じて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
    
  
  
    
  | # docker kill 5d2561cd9278 で落とせない時 | |
| docker rm --force 5d2561cd9278 | 
  
    
      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
    
  
  
    
  | <?php | |
| /** | |
| * Twenty Fifteen functions and definitions | |
| * | |
| * Set up the theme and provides some helper functions, which are used in the | |
| * theme as custom template tags. Others are attached to action and filter | |
| * hooks in WordPress to change core functionality. | |
| * | |
| * When using a child theme you can override certain functions (those wrapped | |
| * in a function_exists() call) by defining them first in your child theme's | 
  
    
      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
    
  
  
    
  | <?php | |
| /** | |
| * Twenty Fifteen functions and definitions | |
| * | |
| * Set up the theme and provides some helper functions, which are used in the | |
| * theme as custom template tags. Others are attached to action and filter | |
| * hooks in WordPress to change core functionality. | |
| * | |
| * When using a child theme you can override certain functions (those wrapped | |
| * in a function_exists() call) by defining them first in your child theme's |