【C言語】static(private)関数をユニットテストする3つの方法【単体テストのバッドノウハウ】
April 26, 2020 · 4 min · nchika
【Singeltonパターン】考え方は単純だが、使いどころが大切なデザインパターン【コード例はRubyとJava】
April 26, 2020 · 5 min · nchika
【Builderパターン】コンストラクタの初期化(new)引数が多い場合にオススメなデザインパターン
April 25, 2020 · 4 min · nchika
/etc/passwdに記載された/usr/sbin/nologin, /bin/falseとは何か【ログイン禁止】
April 16, 2020 · 7 min · nchika
【Bash / Ruby / Python3】ユーザ名 / UID / グループ名 / GIDを取得する方法の比較
April 12, 2020 · 3 min · nchika
【Bash / Ruby / Python3】外部コマンドを実行する方法の比較
April 12, 2020 · 4 min · nchika
【Bash / Ruby / Python3】ANSIエスケープシーケンスを用いた出力文字色の変更方法を比較
April 11, 2020 · 3 min · nchika
【Bash / Ruby / Python3】root権限を確認する方法の比較
April 11, 2020 · 3 min · nchika
【Bash / Ruby / Python3】オプション解析する方法の比較
April 11, 2020 · 7 min · nchika
【Bash / Ruby / Python3】新規ディレクトリ作成方法、ディレクトリ削除方法の比較
April 10, 2020 · 4 min · nchika
【Bash / Ruby / Python3】ファイルのコピー、ファイルの移動方法の比較
April 9, 2020 · 3 min · nchika
【Bash / Ruby / Python3】ファイル一覧の取得方法、ファイル数の確認方法の比較
April 9, 2020 · 3 min · nchika
【Bash / Ruby / Python3】ユーザ入力(input)受け付け方法の比較
April 9, 2020 · 4 min · nchika
【Bash / Ruby / Python3】PATHからファイル名の抽出、ファイル名(拡張子なし)の取得、拡張子の取得方法の比較
April 8, 2020 · 4 min · nchika
【Bash / Ruby / Python3】ファイル読み込み、ファイル書き込みの方法を比較
April 8, 2020 · 3 min · nchika
【Bash / Ruby / Python3】ヒアドキュメント(文字列リテラル埋め込み)の書き方を比較
April 7, 2020 · 6 min · nchika
【Bash / Ruby / Python3】新規ファイル作成(一時ファイル作成含む)やファイル削除する方法の比較
April 7, 2020 · 4 min · nchika
【Bash / Ruby / Python3】ディレクトリの存在を確認する方法の比較
April 6, 2020 · 3 min · nchika
【Bash / Ruby / Python3】ファイルの存在を確認する方法の比較
April 6, 2020 · 4 min · nchika
【Bash / Ruby / Python3】カレントワーキングディレクトリを取得する方法の比較
April 5, 2020 · 2 min · nchika
【Bash / Ruby / Python3】実行ファイル名、実行ファイルの絶対 / 相対PATHを取得する方法の比較
April 5, 2020 · 2 min · nchika
Bash(Shell Script)からRubyやPythonに乗り換え!頻繁に使う処理を各言語で比較
April 5, 2020 · 5 min · nchika