A Day in the Life

2006-06-15

Imager::FIlter::RoundedCorner

スバラシス。TT の Filter としてつくっといて

<img src="[% example.jpg | rounded_corner %]" >

てかくと

<img src="example_rounded.jpg" >

とかになるのがあったら便利かも?便利じゃないかも。

歯医者

もうだめp

source syntax highlight

module VIM
  class Buffer
    def clean!
      count.times {|l| delete(l + 1) }
    end

    def write(str)
      str.each_line {|s| append(count, s.chomp) }
    end

    def read
      (1..count).inject([]) {|a, l| a << self[l] }.join("\n")
    end

    def self.bdall!
      self.count.times { VIM.command "bd!" }
    end
  end
end

頭痛い

酒も呑んでないのに。あの日だからだろうか。

記事の一覧 >