Skip to content

Instantly share code, notes, and snippets.

@dnpp73
dnpp73 / activity-check.rb
Created February 10, 2011 19:45
followingとかfollowersとかlistedの上下を監視する感じ。
#!/usr/bin/env ruby
=begin
必要なもの
$ gem install rubytter
./target.yaml ( screen_nameの配列の形になってるもの )
../oauth_yaml/#{Client}-#{App}.yaml ( TwitterOAuthの情報を格納したもの )
これはなに
@nicoulaj
nicoulaj / build-zsh.sh
Created November 25, 2010 20:19
Build Zsh from sources on Ubuntu
#!/bin/sh​
# Build Zsh from sources on Ubuntu.
# From http://zsh.sourceforge.net/Arc/git.html and sources INSTALL file.
# Some packages may be missing
sudo apt-get install -y git-core gcc make autoconf yodl libncursesw5-dev texinfo
git clone git://zsh.git.sf.net/gitroot/zsh/zsh
cd zsh