Comment detail

LL Golf Hole 1 - tinyurl.comを使ってURLを短縮する (Nested Flatten)

This comment is reply for 6827 turugina: RSSでは配信されてないみたいですけどこ...(LL Golf Hole 1 - tinyurl.comを使ってURLを短縮する). Go to thread root.

TinyURL APIとな!?

1
ruby -ropen-uri -e "puts open('http://tinyurl.com/api-create.php?url=http://ll.jus.or.jp/2008/info/xgihyo').read"

1バイトだけ短く。

1
ruby -rnet/http -e "puts Net::HTTP.get('tinyurl.com','api-create.php?url=http://ll.jus.or.jp/2008/info/xgihyo')"

こそこそ・・・

1
2
3
#! /usr/bin/env ruby
require 'open-uri'
puts *open('http://tinyurl.com/api-create.php?url=http://ll.jus.or.jp/2008/info/xgihyo')
一応gorubyの例として
1
goruby -ropen-uri -e'pr *op("http://tinyurl.com/api-create.php?url=http://ll.jus.or.jp/2008/info/xgihyo")'

Index

Feed

Other

Link

Pathtraq

loading...