| description |
|---|
Generate a copy-paste friendly git commit message from *staged* changes. |
You are generating a git commit message.
- First, run:
git diff --stagedgit status --porcelain
| description |
|---|
Generate a copy-paste friendly git commit message from *staged* changes. |
You are generating a git commit message.
git diff --stagedgit status --porcelain| Sub GetDataFromWorkbooks() | |
| Dim folderPath As String | |
| Dim fileName As String | |
| Dim wb As Workbook | |
| Dim ws As Worksheet | |
| Dim destWs As Worksheet | |
| Dim lastRow As Long | |
| Dim startPasteRow As Long | |
| Dim dataRange As Range | |
会津大学コンピュータ理工学部に在学中、東京大学主催のハッカソンJP HACKSでグランプリを獲得。ブロックチェーンの修士論文で大学院を卒業後、ソラミツ株式会社にてカンボジア国立銀行のシステムHyperledger/Irohaを設計・開発。
ブロックチェーンシステムの設計・ 実装を中心に、サーバ、モバイルアプリ、Webページ、各種アプリケーションの開発、 アドバイザーなどを行う。
Ja: https://gist.github.com/MizukiSonoko/1795677606b8046c6f7bcdbd01f7f587
https://zatta.s3.ap-northeast-1.amazonaws.com/cv.pdf
IGARASHI Taisei
| Hello postgres world! I'm Sonoko Mizuki in Gist! |
| #include <vector> | |
| #include <string> | |
| #include <sstream> | |
| #include <iostream> | |
| #include <memory> | |
| #include <string.h> | |
| #include <cstdarg> | |
| #include <type_traits> | |
| using namespace std; |
| CORENUM=`grep -c ^processor /proc/cpuinfo` | |
| apt update | |
| apt -y install build-essential cmake pkg-config | |
| apt -y wget unzip | |
| apt -y install libjpeg8-dev libtiff5-dev libjasper-dev libpng12-dev | |
| apt -y install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev | |
| apt -y install libxvidcore-dev libx264-dev libgtk2.0-dev libatlas-base-dev gfortran | |
| curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" |