flowchart TB
A[あり] --> B[なし] --> B
B --> A
A --> C[ついて] --> E[る] --> C
C --> D[ない] --> F[あれ]
F --> G[どっち] --> G
G --> I[trans] --> I
I --> I
I --> I
  
    
      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
    
  
  
    
  | export type MenuAmount = "マシ" | "多め" | "マシマシ" | "かなり多め" | "普通" | "少なめ" | "無し"; | |
| export type IsGarlicAdded = | |
| | "全てマシ" | |
| | "全て普通" | |
| | "全て少なめ" | |
| | { | |
| ニンニク?: MenuAmount; | |
| ヤサイ?: MenuAmount; | |
| アブラ?: MenuAmount; | 
  
    
      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
    
  
  
    
  | let (|Fizz|_|) n = if n % 3 = 0 then Some "Fizz" else None | |
| let (|Buzz|_|) n = if n % 5 = 0 then Some "Buzz" else None | |
| let (|FizzBuzz|_|) n = | |
| if n % 15 = 0 then Some "FizzBuzz" else None | |
| let fizzBuzz = | |
| function | |
| | FizzBuzz fizzbuzz -> fizzbuzz | |
| | Fizz fizz -> fizz | 
  
    
      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
    
  
  
    
  | 0x9b5a..0x9ce4|% {[char]::ConvertFromUtf32($_)} | 
  
    
      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
    
  
  
    
  | type Block = | |
| | H1 of string | |
| | H2 of string | |
| | P of string | |
| type Markdown = { | |
| title: string | |
| author: string | |
| blocks: Block list | |
| } with | 
  
    
      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
    
  
  
    
  | type NextChar = NextChar | |
| type NextWidth = NextWidth of char | |
| type NextHeight = NextHeight of char * int | |
| type EndUnnko = EndUnnko of char * int * int | |
| type UnnkoBuilder () = | |
| member _.Yield(_: unit) = NextChar | |
| member _.Run(EndUnnko (char, w, h): EndUnnko) = | |
| let nChars n c = c |> Array.replicate n |> System.String | |
| printfn "%s∫ ∫ ∫ " <| nChars h ' ' | |
| printfn "%sノヽ " <| nChars h ' ' | 
  
    
      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/sh | |
| # 参考 | |
| # https://qiita.com/_-_-_-_-_/items/214d537aae2c1488692c | |
| get_random(){ | |
| od -v -An --width=1 -tu1 -N1 < /dev/urandom | \ | |
| awk "{ print \$1 % 10 }" | |
| } | 
This bookmarklet downloads up to four images from a Twitter page, and names them based on the username, tweet ID, and image number. It only works on Twitter pages and will throw an error if run on a different website.
javascript:(async()=>{if(location.hostname.match(/\.?twitter\.com$/)){let[,t,,e]=location.pathname.split("/");return[...document.getElementsByTagName("img")].filter(t=>t.src.startsWith("https://pbs.twimg.com/media/")).slice(0,4).map((a,c)=>({url:a.src.replace(/&name=.+/,""),name:`Title-twitter-${t}-${e}-${c+1}.jpg`}))}throw Error("This page is not supported.")})().then(t=>t.forEach(async({url:t,name:e})=>{let a=document.createElement("a");a.href=URL.createObjectURL(await (await fetch(t,{mode:"cors"})).blob()),a.download=e,a.click()})).catch(t=>alert(t))
  
    
      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
    
  
  
    
  | unkoJudge :: Double -> String | |
| unkoJudge volume | |
| | volume <= 10.0 = "Too little..." | |
| | volume <= 20.0 = "Uh... OK. It may be safe." | |
| | otherwise = "Oh!! Your unko is very big!!! You are LEGEND!!!" | 
Follow the instructions to install WSA with Megisk and GooglePlay services. MagiskOnWSALocal
Download following modules for Magisk.