2019-09-01から1ヶ月間の記事一覧

コマンドメモ

行数カウント cloc . gitとの使い方コード行数計測ツール curl get curl localhost:8080/api/json post curl -X POST -H "Content-Type: application/json" -d '{"Name":"hoge"}' http://127.0.0.1:5001/ using file curl -X POST -H "Content-Type: applica…

初めてのJupyter Notebook

インストール pip install jupyter 起動 jupyter notebook 参考 はじめるJupyter Notebook - Qiita

Javaで将棋盤作成

2018年3月くらいに作成した,将棋盤アプリケーションをgithubに公開した. 将棋盤イメージ アプリケーションのダウンロード jarファイルのダウンロード ソースコード https://github.com/st34-satoshi/Shogi-Ban 概要 人間,コンピュータの対局 待った 棋譜…