Author: Taisei Igarashi ( @MizukiSonoko / sonoko@mizuki.io
).
This document specifies Terms of Use for chain reaction revocation.
- Introduction
- Details
会津大学コンピュータ理工学部に在学中、東京大学主催のハッカソンJP HACKSでグランプリを獲得。ブロックチェーンの修士論文で大学院を卒業後、ソラミツ株式会社にてカンボジア国立銀行のシステムHyperledger/Irohaを設計・開発。
ブロックチェーンシステムの設計・ 実装を中心に、サーバ、モバイルアプリ、Webページ、各種アプリケーションの開発、 アドバイザーなどを行う。
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 | |
https://zatta.s3.ap-northeast-1.amazonaws.com/cv.pdf
IGARASHI Taisei
Ja: https://gist.github.com/MizukiSonoko/1795677606b8046c6f7bcdbd01f7f587
Hello postgres world! I'm Sonoko Mizuki in Gist! |
#include <iostream> | |
#include <functional> | |
#include <algorithm> | |
#include <vector> | |
#include <list> | |
#include <array> | |
#include <string> | |
#include <initializer_list> | |
#include <initializer_list> |
#include <iostream> | |
#include <string> | |
#include <type_traits> | |
#include <tuple> | |
#include <unordered_map> | |
#include <vector> | |
#include <algorithm> | |
#include <memory> | |
class Object{ |