代码搜索:Ruby
找到约 1,747 项符合「Ruby」的源代码
代码结果 1,747
www.eeworm.com/read/389759/2538138
rb stats.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538140
rb init.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538142
rb debug.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538143
rb command.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538144
rb tcphack.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538147
rb datadir.rb
#!/usr/bin/env ruby
#--
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others.
# All rights reserved.
# See LICENSE.txt for permissions.
#++
module Config
# Only define datadir if
www.eeworm.com/read/389759/2538150
rb mongrel.rb
# Copyright (c) 2005 Zed A. Shaw
# You can redistribute it and/or modify it under the same terms as Ruby.
#
# Additional work donated by contributors. See http://mongrel.rubyforge.org/attributions.h
www.eeworm.com/read/389759/2538209
rb amarok_proxy.rb
#!/usr/bin/env ruby
#
# Proxy server for Last.fm and DAAP. Relays the stream from the server to localhost, and
# converts the protocol to http on the fly.
#
# (c) 2006 Paul Cifarelli
www.eeworm.com/read/389759/2538308
rb mp3fixer.rb
#!/usr/bin/env ruby
#
# Amarok-Script for fixing VBR encoded mp3 files without XING header. Calculates the real
# track length and adds the XING header to the file. This script is a frontend for the
#
www.eeworm.com/read/379174/2675463
java nullattributes.java
package org.apache.axis.message;
import org.xml.sax.Attributes;
/**
* Null implementation of the Attributes interface.
*
* @author David Megginson
* @author Sam Ruby
*/
publi