Skip to content

Instantly share code, notes, and snippets.

View ryosism's full-sized avatar
🙂
🦜

ryosism ryosism

🙂
🦜
View GitHub Profile
@matsuda
matsuda / API.swift
Last active February 15, 2017 06:38
Alamofire + Himotoki
//
// https://github.com/Alamofire/Alamofire#response-serialization-1
//
import Alamofire
import Himotoki
protocol ResponseObjectSerializable: Decodable {
}
@atinfinity
atinfinity / opencv3.0_build-ubuntu15.04.sh
Last active May 7, 2020 15:16
OpenCV 3.0 Makefile生成用スクリプトファイル(Ubuntu15.04)
#!/bin/bash
SOURCE_DIR="echo $(cd $(dirname $0);pwd)"
BUILD_DIR=${SOURCE_DIR}/build
GENERATOR_NAME="Unix Makefiles"
mkdir build
cd build
cmake \