2006-09-19 Tue

Ruby での 2 進数表記 はてぶ

忘れていたのでメモ.

irb(main):001:0> p 0b1000
8
=> nil
irb(main):002:0> p 020
16
=> nil
irb(main):003:0> 0x10
=> 16


上から 2 進数,8 進数, 16 進数.

2006-08-26 Sat

Ruby 1.8.5リリース はてぶ

http://www.ruby-lang.org/ja/20060825.html

昨日リリースされていた.

- Rubyリファレンスマニュアル - ruby 1.8.5 feature
  http://www.ruby-lang.org/ja/man/?cmd=view;name=ruby+1.8.5+feature

2006-07-17 Mon

actionlist はてぶ

http://projects.netlab.jp/actionlist/

via: [ソフトウェア] remember the milk - Journal InTime (2006-07-13)
     http://shugo.net/jit/20060713.html#p01

2006-07-02 Sun

Rubyist Magazine - 日本 Ruby カンファレンス 2006 特別号 はてぶ

http://jp.rubyist.net/magazine/?RubyKaigi2006

2006-05-01 Mon

Rubilicious はてぶ

http://pablotron.org/software/rubilicious/

del.icio.us の Ruby バインディング.

特定の日の post を取り出すには

r = Rubilicious.new(USER, PASSWD)
r.post('2006-05-01')


各 post はハッシュになっていて
- href => url
- time => post した日時
- tags => tag を要素とする配列
- others => 同じ url をブックマークしている人の数
- hash => ハッシュ
- description => title
- extended => note
となっているみたい.

2006-04-30 Sun

Alternatives to Ruby on Rails はてぶ

http://marcusvorwaller.com/blog/archives/2005/12/15/alternatives-to-ruby-on-rails/

Ruby 以外の言語のフレームワークの紹介.

2006-04-17 Mon

Rolling with Ruby on Rails, Part 2 日本語訳 はてぶ

http://www.yohasebe.com/translation/RwRoR2/index.html

2006-04-14 Fri

Oedipus Web Scanner Project はてぶ

http://oedipus.rubyforge.org/index.html

Oedipus is an open source web application security analysis and testing suite written in Ruby by Penetration Testers for Penetration Testers.

2006-04-03 Mon

ディスク領域を圧縮したつもりになれるスクリプト はてぶ

http://mput.dip.jp/mput/?date=20060330#p01

「内容が一緒なファイルをハードリンクで置き換えることでディスク消費を削減」というスクリプト

2006-03-15 Wed

rubyco(るびこ)の日記 はてぶ

http://d.hatena.ne.jp/rubyco/

結城さんの Ruby 勉強日記

via: [結] 2006年3月 - 結城浩の日記
     http://www.hyuki.com/d/200603.html#i20060314080808

2006-03-10 Fri

コマンドラインからトラックバックPINGを送るツール はてぶ

http://www.pochi.cc/~sasaki/chalow/2006-03-08-4.html

- weblogUpdates.ping で更新を通知するRubyスクリプト
  http://sonic64.com/2004-02-15.html

2006-03-08 Wed

Rails によるアジャイル Web アプリケーション開発 はてぶ

購入.

2006-03-04 Sat

三桁毎にスペースを挿入する正規表現 はてぶ

1234567890.12345 みたいな浮動小数点数の文字列表記の整数部だけを
3 桁毎にスペースで区切る方.

- 三桁毎にスペースを挿入する正規表現 - enbug diary (2006-02-25)
  http://enbug.tdiary.net/20060225.html#p01
- 三桁毎にスペースを挿入する正規表現の続き - enbug diary (2006-03-03)
  http://enbug.tdiary.net/20060303.html#p01
- 羊堂本舗(2006-02-27)
  http://sheepman.parfait.ne.jp/20060227.html#p01

2006-03-01 Wed

【レポート】未踏ソフトウェア創造事業 千葉PM 成果報告会 - Ruby 2.0の新仮想マシンYARVとは? はてぶ

http://pcweb.mycom.co.jp/articles/2006/02/28/yarv/

2006-02-18 Sat

mouseHole - Rubyでスクリプト可能なプロキシサーバ はてぶ

https://www.codeblog.org/blog/eto/20060214.html

関連
- [2005-10-17-5]

2006-02-05 Sun

iar - ActiveRecordを使った対話型のSQLクライアント はてぶ

http://d.hatena.ne.jp/secondlife/20060126/1138277992

iar = Interactive ActiveRecord

via: 今日のなんでやねん (2006-02-04)
     http://kitaj.no-ip.com/tdiary/20060204.html#p01

ChangeLog 最新ページ / カテゴリ最新ページ / 前ページ 1 2 3 4 5 6 7 / page 3 (7)