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
# cd後にls | |
function cd | |
builtin cd $argv; and ls | |
end | |
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 jp.tsur.android | |
import android.content.Context | |
import android.graphics.Canvas | |
import android.graphics.Color | |
import android.graphics.Paint | |
import android.graphics.RectF | |
import android.util.AttributeSet | |
import android.view.View |
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
' 2121/01/27 公安局ビル襲撃ダイアグラム | |
@startuml | |
title Raid a Public-Security-Bureau | |
start | |
:Nuts cracker task01\nSword Get; | |
:Rats task01\nBreak into underground parking; | |
:Nuts cracker task02\nLaunch Spid Loan; | |
fork |
OlderNewer