This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
rem conv_fastforward_gif.bat - 早送りGIF動画作成バッチファイル。ffmpegを使用。 | |
rem | |
rem 引数 : 入力動画 横サイズ フレームレート n倍速 | |
rem | |
call :GET_BASENAME %1% | |
set GIF_FILENAME=%RETVAL%.gif | |
echo %GIF_FILENAME% |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// easing_test.pde | |
// | |
// see also...http://gizma.com/easing/ | |
// | |
import java.lang.reflect.*; | |
import java.util.*; | |
float easing_00_linear(float p) { | |
return p; |
テキストベースの独自の記述言語を使って、UML図を描くことができるツール。
ユースケース図、クラス図、シーケンス図、アクティビティ図などを描くことが可能。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# | |
# reiwa.rb - solver for 零は? https://qiita.com/shiracamus/items/3d3ec5d95c8384ccf424 | |
# | |
require 'socket' | |
require 'pp' | |
s = TCPSocket.new("zerois-o-reiwa.seccon.jp", 23615) | |
count = 0 |
Tidal Cyclesの手動インストールメモ 2019.4 (Windows編)
演奏するプログラミング、ライブコーディングの思想と実践 ―Show Us Your Screensでは、Windows環境にTidal Cyclesをインストールする方法としてChocolateyを使った手順が紹介されている。 しかし、2019/4/7現在、ChocolateyでHaskellのパッケージインストールに使用されるCabal環境では、networkパッケージのインストールに失敗するため、書籍で紹介されている手順ではTidalCyclesのインストールができない。
そこで、Haskellのパッケージインストールにstackを使用したTidal Cyclesのインストール手順を紹介する。
beebotteの使い方メモ.md
BeebotteはMQTTブローカ+REST API+Web Socketを提供するサービス。 無料アカウントでは50000メッセージ/日まで使える。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// minirum.ino - ESPr IR(https://www.switch-science.com/catalog/2740/)で動作を確認したminirum.ino (2019/3/15) | |
// | |
// オリジナルはこちら | |
// https://github.com/9SQ/minIRum/blob/master/minirum/minirum.ino | |
// | |
// オリジナルからの修正点 | |
// 1. POST時のContent-Typeをapplication/jsonに変更 (最近のライブラリだとこれを指定しないとreq.length()==0になるっぽい?) | |
// 2. 長いコードを受信するためにタイムアウトを設定 | |
// |
memo-librealsense-raspberrypi.md
$ sudo apt install libusb-dev libusb-1.0-0-dev xorg-dev mesa-dev mesa-common-dev libgl1-mesa-dev libglu1-mesa-dev libglu1-mesa libgtk-3-dev