Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / mqtt.rst
Last active March 1, 2023 06:47
MQTT とはなんだったのか

MQTT とはなんだったのか

更新:2017-05-09
作者:@voluntas
バージョン:3.14
URL:http://voluntas.github.io/

MQTT をググって調べた人向け

@yuya-takeyama
yuya-takeyama / README
Created March 29, 2011 11:56
DSL to write .htaccess files.
.htaccess ファイルを DSL で記述するってどうでしょう ?
使い方:
$ ruby build_htaccess.rb example.rb
出力:
<IfModule mod_rewrite.c>
RewriteEngine on
<Limit GET>