Skip to content

Instantly share code, notes, and snippets.

View mizucoffee's full-sized avatar
🌊

GOTO Ritsuki mizucoffee

🌊
View GitHub Profile
### Keybase proof
I hereby claim:
* I am mizucoffee on github.
* I am mizucoffee (https://keybase.io/mizucoffee) on keybase.
* I have a public key ASAINSw67XqTHVWQn0kg22s-XhEpkURPO3I_p-Pu0Xtmugo
To claim this, I am signing this object:
@mizucoffee
mizucoffee / main.rb
Last active December 4, 2019 03:26
Rubyの挙動メモ
list = [0, 'a', false]
p list[0] # 括弧で取得
# ==========================
# シンボルリテラルだとシンボルリテラルで、アロー表記だとstringで取得できる
hash = {
a: 'data-a',
@mizucoffee
mizucoffee / index.md
Created May 11, 2020 14:50
フィルム自家製スキャン メモ

フィルム自家製スキャン

自分の環境用なのでかなり偏ってる。

カメラの準備

  • Sony α7 (ILCE-7)
  • K&F NIK-NEXアダプタ
  • NIKKOR Auto 50mm F1.4
  • 接写リング(K1-K5)
@mizucoffee
mizucoffee / ir_contoller.ino
Created December 16, 2020 10:30
赤外線コントローラ
include <WiFi.h>
#include <WiFiClient.h>
#include <WebServer.h>
#include <IRremoteESP8266.h>
#include <IRsend.h>
#include <ir_Mitsubishi.h>
#include <queue>
#include "wifi_info.h"
IPAddress local_IP(192, 168, 101, 200);