- Fujiyan(@fujiyan18)
- Haskell始めて1年半です。
- 「すごいHaskell読書会 in 大阪 2週目」で勉強中です。
- 今日の資料、スライドに落とせませんでした…。
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
| { | |
| {I have|I've} been {surfing|browsing} online more than {three|3|2|4} hours today, yet I never found any interesting article like yours. {It's|It | |
| is} pretty worth enough for me. {In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and bloggers made good content as | |
| you did, the {internet|net|web} will be {much more|a lot more} | |
| useful than ever before.| | |
| I {couldn't|could not} {resist|refrain from} commenting. {Very well|Perfectly|Well|Exceptionally well} written!| | |
| {I will|I'll} {right away|immediately} {take hold of|grab|clutch|grasp|seize|snatch} | |
| your {rss|rss feed} as I {can not|can't} {in finding|find|to find} your {email|e-mail} subscription {link|hyperlink} or {newsletter|e-newsletter} service. Do {you have|you've} any? | |
| {Please|Kindly} {allow|permit|let} me {realize|recognize|understand|recognise|know} {so that|in order that} I {may just|may|could} subscribe. | |
| Thanks.| |
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 | |
| source = ARGV.first | |
| dest = '' | |
| def extract(word) | |
| if `look #{word}`.split(/\n/).include? word | |
| return word | |
| end |
Ruby+Rails を始めるのにこの辺をおさえておくといいのでは。 というのを書いていきます。
Ruby
- 初めての Ruby 書籍
- リファレンスマニュアル
ruby-jpには大量にチャンネルがあります。 rubyist-istの観点から少し整理してみました。
- [#regional_rb][0]: 地域のRubyist同士の集まり(ミートアップ)に関する話題が中心
- [#rubykaigi][1]: RubyKaigiの話題
- [#rubyworld-conference][2]: 毎年11月に松江で開催されるRubyWorld Conferenceの話題