Skip to content

Instantly share code, notes, and snippets.

@unarist
unarist / mastodon-timed-mute.user.js
Last active November 1, 2018 13:50
Mastodon - 期限付きミュート
// ==UserScript==
// @name Mastodon - 期限付きミュート
// @namespace https://github.com/unarist/
// @version 0.11
// @author unarist
// @match https://*/web/*
// @grant none
// @downloadURL https://gist.github.com/unarist/91da256246fb438811f2e1a05785abad/raw/mastodon-timed-mute.user.js
// ==/UserScript==
@mono0926
mono0926 / commit_message_example.md
Last active February 8, 2026 10:21
[転載] gitにおけるコミットログ/メッセージ例文集100
@chibi929
chibi929 / index.php
Created April 13, 2016 14:20
LINE BOTのお試しで使用したPHPファイル
/*
* 環境変数として以下を使用しています
* - LINE_CHANNEL_ID
* - LINE_CHANNEL_SECRET
* - LINE_CHANNEL_MID
* - FIXIE_URL
* - APP_NAME
*/
<?php
error_log("START: PHP");
@tiijima
tiijima / memo.md
Created September 9, 2015 02:29
Gitブランチの名前の付け方

Gitブランチ名の命名規則

中央リポジトリ(例 github)

  • master 現在の製品バージョン。
  • develop 次回リリースの開発用。

開発者リポジトリ

@ybenjo
ybenjo / README.md
Last active December 13, 2023 08:04 — forked from yagays/agqr.rb
save AGQR radio programs.

agqr.rb

これは何

AGQR の放送を保存するスクリプト.

fork 元との違いは

yagays / agqr.rb には

  • 31日まである月に翌日の指定が失敗する

というバグが存在する.