Skip to content

Instantly share code, notes, and snippets.

@mechamogera
mechamogera / Readme.md
Last active July 6, 2022 19:57
Route53のDynamicDNS設定Rubyスクリプト

使用方法

  • 以下のようにしてスクリプトを取得する。もしくは、downloadして解凍。
 $ git clone git://gist.github.com/3973319.git
  • 実行
  • 自マシンでのIPアドレスを取得してRoute53にhoge.example.com.のAレコードを設定する
@alrra
alrra / index.html
Created September 25, 2012 21:23
Feature detection test for the Web Speech Recognition API
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Feature detection test for the Speech Recognition JavaScript API</title>
<style>
.no-js .content,
.feature .no,
.no-feature .yes,
.no-feature .example {