Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
TurntableでファンのDJが回し始めたらGrowlに通知する Turntable面白い! TurntableにはファンになったDJが演奏を始めるとメール通知してくれる機能がありますが、見逃してしまって、気付いたころには終わっていることもよくあります。そこでMail.appのルール機能を使って、メールが来たらGrowlに通知するようにしてみました。 mail-turntable-notifier.scptを適当な場所に保存 Mail.appに画像のようなルールを追加。「AppleScript を実行」には1で保存したファイルを選択 スティッキーなどの設定はGrowlの設定にある「Mail.app Rules」から変更してください。 https://gist.github.com/1020727
Gitのリポジトリで,よくpushするのを忘れるので,pushされていないコミットがあることをGrowlで通知してみる. git_reminderという名前でこんなのを作っておいて, http://gist.github.com/213493 #!/usr/bin/env ruby require "ruby-growl" if `git log --pretty=oneline origin..HEAD 2> /dev/null`.length > 0 growl = Growl.new "127.0.0.1", "git-reminder", ["message"] growl.notify "message", "Git Reminder", "#{File.basename(Dir.pwd)} has local commit." end .zshrcにこう書いておくと, prec
雑談から生まれたものを簡単にでっち上げたネタです。 最近大きな地震が多いなぁ、特に離れたエリアにいたりすると家や友達の事がちょっと心配になったり。という声が周りであったりなかったり。 そんなこんなで、特定のエリアで地震が起きたらリアルタイムに通知をもらえる仕組みがあると便利かも。 簡単に実現するためによい方法は何だろう? Twitterで地震情報を通知してくれている人(ボット)がいる。 情報の受け口として通知アプリGrowlがよさげ。 それならばGrowl(ruby)とTwitter(地震情報提供元)で地震通知アプリをつくってみた。 つづく...かな? 参考: Ruby/GNTP example : twitter notifier 地震情報提供元: http://twitter.com/p2pquake http://twitter.com/earthquake_jp
Prowl is a push notification client for iOS. Push to your iPhone, iPod touch, or iPad notifications from a Mac or Windows computer, or from a multitude of apps and services. Easily integrate the Prowl API into your applications. Push notifications When a Growl notification pops up on your computer, Prowl sends it over Push.
To find a GNTP library for your favorite programming language, check out our integration documentation. Introduction The Growl Network Transport Protocol, or GNTP, is a protocol to allow two-way communication between applications and centralized notification systems such as Growl for Mac OS X and to allow two-way communication between two machines running centralized notification systems for notif
vimで保存時にGrowlで主張する - rubyneko Emacsでもやってみる。 .emacs に (defun growlnotify-after-save-hook () (shell-command (format "growlnotify -m \"Emacs: ファイル %s を保存しました\"" (buffer-name (current-buffer))))) (add-hook 'after-save-hook 'growlnotify-after-save-hook) ※GrowlのパッケージのExtrasに入っている growlnotify をあらかじめインストールしておくこと。 追記20081216: OutputzとGrowlいいねー
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く