git commands process flowchart LR A[pull] --> B[coding] --> C[commit] --> D[pull] --> E[push] config git-config - Get and set repository or global options git --version git he...
Passwordless SSH connect between PC and Linux
flowchart LR A[local:WindowsPC] <-- git SSH --> B[remote:RaspberryPi] 1. [rpi] create user and password. sudo useradd git sudo passwd git 2. [rpi] visudo, add one line at bottom, a...
Deep Learning from Scratch
This book provides the fundamental and basic concepts of deep learning. ISBN13: 9788968484636 ISBN10: 8968484635 Author: 斎藤 康毅 1984年長崎県対馬市生まれ。東京工業大学卒、東京大学大学院修士課程修了。現在は、株式会社Preferred Networ...
Script for 'Horizon scrolling' in Windows10
Microsoft’s OneNote is one example of a software that doesn’t support horizontal scrolling(Shift key + mouse wheel). The script below contains some commands set to build AutoHotKey’s exe file, whic...
Writing a New Post
This post will guide you how to write a post on Chirpy theme. Even if you have previous experience with Jekyll, this article is worth reading, because many features require specific variables to be...