代码搜索:Ruby

找到约 1,747 项符合「Ruby」的源代码

代码结果 1,747
www.eeworm.com/read/377343/2701946

rb yahoo_search.rb

#!/usr/bin/env ruby # $Id: yahoo_search.rb,v 1.1 2006/06/14 05:40:58 premshree Exp $ # A simple Yahoo! search script using the # Usage ruby yahoo_search.rb # include the yahoo-ruby A
www.eeworm.com/read/354016/3080242

cmake findruby.cmake

# - Find Ruby # This module finds if Ruby is installed and determines where the include files # and libraries are. It also determines what the name of the library is. This # code sets the following
www.eeworm.com/read/180137/5291276

rb villa.rb

#================================================================================================= # Ruby API of Villa, the advanced API of QDBM #
www.eeworm.com/read/297442/3886901

rb villa.rb

#================================================================================================= # Ruby API of Villa, the advanced API of QDBM #
www.eeworm.com/read/213767/4912395

rb bluecloth.rb

#!/usr/bin/ruby # # Bluecloth is a Ruby implementation of Markdown, a text-to-HTML conversion # tool. # # == Synopsis # # doc = BlueCloth::new " # ## Test document ## # # Just a simple te
www.eeworm.com/read/213767/4912406

rb redcloth.rb

# vim:ts=4:sw=4: # = RedCloth - Textile and Markdown Hybrid for Ruby # # Homepage:: http://whytheluckystiff.net/ruby/redcloth/ # Author:: why the lucky stiff (http:/
www.eeworm.com/read/273662/4201347

rb svnlook.rb

#!/usr/bin/env ruby # # svnlook.rb : a Ruby-based replacement for svnlook # ###################################################################### # # Copyright (c) 2000-2005 CollabNet. All rights re
www.eeworm.com/read/273660/4202424

rb svnlook.rb

#!/usr/bin/env ruby # # svnlook.rb : a Ruby-based replacement for svnlook # ###################################################################### # # Copyright (c) 2000-2005 CollabNet. All rights re
www.eeworm.com/read/275831/10794498

rb 02 - parsing command-line arguments.rb

#!/usr/bin/ruby -w # cat.rb ARGV.each { |filename| IO.readlines(filename).each { |line| puts line } } #--- #!/usr/bin/ruby -w # cat_argf.rb ARGF.each { |line| puts line } #--- #!/usr/bin/ruby # cat2
www.eeworm.com/read/180137/5291284

rb curia.rb

#================================================================================================= # Ruby API of Curia, the basic API of QDBM # Co