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