Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / shiguredo_tech.rst
Last active April 11, 2024 08:30
時雨堂を支える技術

時雨堂を支える技術

日時:2024-04-11
作:時雨堂
バージョン:2024.4
URL:https://shiguredo.jp/

時雨堂クラウドサービスを支える技術

@nobonobo
nobonobo / google_say.py
Last active December 15, 2015 08:59
喋らせるコマンドラインツール。引数に任意の日本語文字列。
#!/usr/bin/env python
# encoding: utf-8
import sys
import os
import time
import urllib
import urllib2
import tempfile
@voluntas
voluntas / datetime.rst
Last active December 10, 2015 16:48
Erlang 日付ライブラリ シラベモノ

Erlang 日付ライブラリ シラベモノ

更新:2013-01-06
バージョン:0.0.4
作者:@voluntas
URL:http://voluntas.github.com/

目的

@matagus
matagus / supervisord
Created January 10, 2011 12:26
supervisor /etc/init.d script
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
opts="${opts} "
pidfile="/var/run/supervisord/supervisord.pid"
fromcron="0"
# this next comment is important, don't remove it - it has to be somewhere in
# the init script to kill off a warning that doesn't apply to us
@danmackinlay
danmackinlay / supervisord.sh
Created August 27, 2009 07:07
an init.d script for supervisord
#! /bin/sh
### BEGIN INIT INFO
# Provides: supervisord
# Required-Start: $remote_fs
# Required-Stop: $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Example initscript
# Description: This file should be used to construct scripts to be
# placed in /etc/init.d.