I hereby claim:
- I am matrushka on github.
- I am matrushka (https://keybase.io/matrushka) on keybase.
- I have a public key whose fingerprint is 9F12 8237 F94D E862 D9A7 6918 8FA7 C12E C784 E03D
To claim this, I am signing this object:
{ | |
{ "keys": ["super+alt+i"], "command": "travel_to_pane", "args": {"direction": "up"} }, | |
{ "keys": ["super+alt+l"], "command": "travel_to_pane", "args": {"direction": "right"} }, | |
{ "keys": ["super+alt+k"], "command": "travel_to_pane", "args": {"direction": "down"} }, | |
{ "keys": ["super+alt+j"], "command": "travel_to_pane", "args": {"direction": "left"} }, | |
{ "keys": ["super+alt+w"], "command": "destroy_pane", "args": {"direction": "self"} }, | |
} |
I hereby claim:
To claim this, I am signing this object:
require 'rss' | |
require 'open-uri' | |
titles = [] | |
open('http://safran-beta.herokuapp.com/feed.rss') { |rss| titles = RSS::Parser.parse(rss).items.collect(&:title) } | |
`say Safranda bugün` | |
titles.each{|title| `say "#{title.gsub(/"/,'').squeeze(' ')}"`; sleep 0.5} |