Skip to content

Instantly share code, notes, and snippets.

View MizukiSonoko's full-sized avatar
🍶
sake

MIZUKI Sonoko MizukiSonoko

🍶
sake
View GitHub Profile

自己紹介

あると何かと便利そうな自己紹介文です。

会津大学コンピュータ理工学部に在学中、東京大学主催のハッカソンJP HACKSでグランプリを獲得。ブロックチェーンの修士論文で大学院を卒業後、ソラミツ株式会社にてカンボジア国立銀行のシステムHyperledger/Irohaを設計・開発。
ブロックチェーンシステムの設計・ 実装を中心に、サーバ、モバイルアプリ、Webページ、各種アプリケーションの開発、 アドバイザーなどを行う。

バックエンド / インフラ

Precondition Policy Terms of Use (Draft)

Author: Taisei Igarashi ( @MizukiSonoko / sonoko@mizuki.io ).

Abstract

This document specifies Terms of Use for chain reaction revocation.

Table of Contents

  • Introduction
  • Details
@MizukiSonoko
MizukiSonoko / 01_History.md
Last active February 24, 2024 10:59
Mizuki Sonoko's description
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"
# homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# cmake
brew install cmake
echo 'PATH="/usr/local/opt/make/libexec/gnubin:$PATH"' >> ~/.bash_profile
# liquidprompt
mkdir -p ~/foundation; cd ~/foundation;
git clone https://github.com/nojhan/liquidprompt.git