- マルチプラットフォーム
- 最初から良い感じに使える
- 設定ファイルがJSON
- 拡張がPythonで書ける
- プロプライエタリ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This shell script was created at solowizard.com | |
# | |
# http://github.com/tommyh/solo_wizard | |
# (c) 2012, Tom Hallett | |
# This script may be freely distributed under the MIT license. | |
pushd `pwd` | |
if rvm --version 2>/dev/null; then | |
gem install soloist |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
# nikkei tweet / earthquake plugin | |
# | |
# gem install moji | |
# | |
# e.g. :nikkei http://www.google.com/ #=> http://www.google.com/ | |
# | |
require 'moji' | |
Earthquake.init do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
メモ | |
全体的なこと | |
- 想定してるRubyとかRailsのバージョンが古いので何とかしたい。 | |
- 個人的に改造してる人がそれなりにいるので、その辺まとめたい。 | |
- github/livedoor もあるんだけど、そこにadmin権限持ってるユーザー好き勝手追加は怖いので別で + コミュニティ主導でやりたい | |
- html/js/css も割と古くなってしまっているので、そのへんも何とかしたい。 | |
---- | |
オープンソースに拘るのは保険的な意味合いもあるのだけど、 | |
サービス型のRSSリーダーで出来無いことがそれなりにあるというのが大きい。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
require 'rubygems' | |
require 'net/http' | |
require 'string-irc' | |
channels = %w( #test ) | |
status_file = '/tmp/.ghe-overload' | |
pcpu_threshold = 80 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
newcomers <- c("おっくん", "きたけー", "ぐっさん", "たけお") | |
sample(newcomers) |