Rubyの話を少し

Loading...

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

0 comments

Post a comment

    Post a comment
    Embed Video
    Edit your comment Cancel

    1 Favorite

    Rubyの話を少し - Presentation Transcript

    1. Ruby Talking about Ruby noplans@ruby-sapporo.org TANIGUCHI Fumitake
    2. noplans
    3. I have no plans, and no plans to plan.
    4. Leopard(Mac OS X) MacBook Air
    5. Ruby
    6. 100.times do `say ‘hello’` end
    7. dict Hash Key Val dict.sort_by{|w| w[1]}.each do |key, value| puts \"#{key}: #{value}\" end
    8. 1.day.ago => Thu Jan 17 15:10:37 +0900 2008
    9. ActiveRecord
    10. ActiveRecord::Base.establish_connec tion( :adapter => 'sqlite3', :database => 'db.sqlite3', :timeout => 5000 )
    11. class User < ActiveRecord::Base end
    12. class Migration < ActiveRecord::Migration def self.up create_table :users do |t| t.column :name, :string t.column :url, :string end end def self.down drop_table :users end
    13. Pit
    14. Pit.get(\"www.twitter.com\", :require => { :login => 'Your Account', :password => 'Password'})
    15. net/netrc
    16. ~/.netrc machine www.twitter.com login dankogai password kogaidan
    17. netrc = Net::Netrc.locate \"www.twitter.com\" username = netrc.login password = netrc.password
    18. WWW::Mechanize
    19. Hpricot
    20. following followers
    21. following followers
    22. <ul id=\"following\"> <div class=\"username\"> <a href=\"url\">name</a> </div>
    23. Hpricot
    24. <ul id=\"following\"> <div class=\"username\"> <a href=\"url\">name</a> </div>
    25. (doc/\"#following\" /\"div.username\" /\"a\")
    26. twitter4R
    27. RubyCocoa
    28. Ruby

    + noplansnoplans, 2 years ago

    custom

    1360 views, 1 favs, 1 embeds more stats

    日本PostgreSQLユーザ会北海道支部 / Ruby more

    More info about this document

    CC Attribution License

    Go to text version

    • Total Views 1360
      • 1323 on SlideShare
      • 37 from embeds
    • Comments 0
    • Favorites 1
    • Downloads 9
    Most viewed embeds
    • 37 views on http://d.hatena.ne.jp

    more

    All embeds
    • 37 views on http://d.hatena.ne.jp

    less

    Flagged as inappropriate Flag as inappropriate
    Flag as inappropriate

    Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

    Cancel
    File a copyright complaint
    Having problems? Go to our helpdesk?

    Categories