Skip to content

Instantly share code, notes, and snippets.

View toshi3221's full-sized avatar

Toshiharu Takematsu toshi3221

View GitHub Profile
@tai2
tai2 / money.md
Last active October 6, 2019 13:58
フリーランス6年目の収入
@pine
pine / AdventCalendar_KUT_20171217.md
Last active April 7, 2024 07:46
猿でも分かるプッシュ通知
@hecomi
hecomi / Theta1.shader
Created September 21, 2015 14:10
THETA の動画のテクスチャをくっつけるやつ
Shader "Theta/Sphere1" {
Properties {
_MainTex ("Base (RGB)", 2D) = "white" {}
_AlphaBlendTex ("Alpha Blend (RGBA)", 2D) = "white" {}
_OffsetU ("Offset U", Range(-0.5, 0.5)) = 0
_OffsetV ("Offset V", Range(-0.5, 0.5)) = 0
_ScaleU ("Scale U", Range(0.8, 1.2)) = 1
_ScaleV ("Scale V", Range(0.8, 1.2)) = 1
_ScaleCenterU ("Scale Center U", Range(0.0, 1.0)) = 0
_ScaleCenterV ("Scale Center V", Range(0.0, 1.0)) = 0
@GOROman
GOROman / ThetaTest.rb
Last active January 13, 2016 05:18
PCからTHETAのシャッターを切る最小限のサンプルプログラム
#!ruby
#
# THETAのシャッターをPCから遠隔で切るだけの例 by GOROman
#
# 参考にしたページ
# http://mobilehackerz.jp/contents/Review/RICOH_THETA
require 'socket'