Skip to content

Instantly share code, notes, and snippets.

View taku1201's full-sized avatar
💬
show must go on

Taku Ito taku1201

💬
show must go on
View GitHub Profile
@sikang99
sikang99 / webrtc.rst
Created November 11, 2018 16:04 — forked from voluntas/webrtc.rst
WebRTC の未来
@jalaziz
jalaziz / 70-ec2-nvme-devices.rules
Last active October 31, 2025 20:57
AWS EBS NVMe udev rules
# Copyright (C) 2006-2016 Amazon.com, Inc. or its affiliates.
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License").
# You may not use this file except in compliance with the License.
# A copy of the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompanying this file. This file is
@okohs
okohs / whitelist.md
Last active September 7, 2019 22:57
20180122_定時前に帰宅できた企業

はじめに

書き方

該当する各社の対応欄に企業名を書いてください。備考があれば適宜カッコ書きしてください。

目的

  • 定時前に帰宅させてくれるホワイトな会社のりすとを気軽に作りたい
  • 定時前に帰宅させてくれるホワイトな会社がホワイトアピールできる場があれば良いな

@voluntas
voluntas / webrtc_for_work.rst
Last active November 13, 2025 16:40
仕事で WebRTC

仕事で WebRTC

日時:2023-01-15
作:@voluntas
バージョン:2023.1
url:https://voluntas.github.io/

この資料は以下の製品の宣伝を含みます。

@voluntas
voluntas / webrtc_sfu_dev.rst
Last active November 26, 2025 07:31
WebRTC SFU コトハジメ

WebRTC SFU コトハジメ

日時:2023-12-03
作:voluntas
バージョン:2023.1
url:https://voluntas.github.io

この記事が良いと思ったらこの記事に Star をお願いします

@voluntas
voluntas / webrtc.rst
Last active March 12, 2026 12:25
WebRTC コトハジメ
@inokappa
inokappa / gist:5d83b6c094810902b48a
Last active July 11, 2018 16:38
涙の自腹課金検証シリーズ第一弾:RabbitMQ クラスタ HA モード 3 パターンを速攻試す

涙の自腹課金検証シリーズ第一弾:RabbitMQ クラスタ HA モード 3 パターンを速攻試す


検証環境

  • Amazon Linux
  • t1.micro

を利用。以下の通り、クラスタ 3 台構成。

@magnetikonline
magnetikonline / README.md
Last active January 22, 2026 01:32
Setting Nginx FastCGI response buffer sizes.
@wate
wate / syntax.md
Last active October 17, 2024 17:43
Markdownで行こう!

Markdownで行こう!

Markdownとは?

Markdownのルールで書かれたテキストはタグなど複雑な要素が用いられていないため
直感的に分かりやすく、HTMLに変換しないままでも配布することが可能です。
Markdownのルールは[Settext][]、[atx][]、[Textile][]、[reStructuredText][]、
[Grutatext][]、[EtTe][]といったテキスト文書をHTMLに変換するツールを参考にしています。

@ngsw
ngsw / nginx_t
Created January 31, 2012 21:24
nginx -t の 実行で pid ファイルが生成される
# nginx -V 2>&1 |grep --color '\-\-pid-path.*.pid'
(snip)
--pid-path=/var/run/nginx/nginx.pid
(snip)
# ls /var/run/nginx/nginx.pid
ls: cannot access /var/run/nginx/nginx.pid: そのようなファイルやディレクトリはありません
# nginx -t
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok