1 2345678910...
|
This program is licenced under the same licence as Ruby.
(See the file 'LICENCE'.)
= Requirements
= Version
$Id: ftptls.rb,v 1.3 2003/07/21 21:14:13 gotoyuzo Exp $
Language: Ruby (C) 2003 Blaz Grilc LOC: 17 Savannah NonGNU : RubyPKI (project search) : .../rubypki/ossl2/lib/net/ftptls.rb
|
require "webrick"
class IndexServlet < WEBrick::HTTPServlet::AbstractServlet
def do_GET(req, res)
Language: Ruby LOC: 104 RubyForge : R:O:S, Ruby Operating System (project search) : .../projects/experiments/config_system/webrick_samples/xmlhttprequest.rb
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#Load the configuration
require 'config.rb'
#Load the Jabber_RPC server
require 'jabber_rpc.rb'
Language: Ruby License: GPL (C) 2002, 2003 Free Software Foundation, Inc. LOC: 25 Savannah GNU : DotGNU Forum System (project search) : .../dotgnu-forum/dotgnu-forum/forumserver/src/forum.rb
|
# Copyright (c) 2001, Richard Kilmer, rich@infoether.com
# Licensed under the Ruby License
require "rubyide_fox_gui/fxscintilla/scintilla_wrapper"
require "rubyide_fox_gui/fxscintilla/global_properties"
require "rubyide_fox_gui/fxscintilla/ruby_properties"
Language: Ruby (c) 2001, Richard Kilmer, rich@infoether.com LOC: 497 Savannah NonGNU : FreeRIDE (project search) : .../freeride/plugins/rubyide_fox_gui/fxscintilla/scintilla.rb
|
#along with PornFind; if not, write to the Free Software
#Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
require 'thread'
MaxThread = (ARGV[0] or "5").to_i
MINSIZE = 3500
Language: Ruby License: GPL LOC: 164 Savannah NonGNU : Porn web page detector (project search) : .../p/pornfind/pornfind/pornfind/parse_porn.rb
|
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
require 'jabber4r/jabber4r'
require 'xmlrpc/server'
require 'xmlrpc/client'
Language: Ruby License: GPL (C) 2002 Free Software Foundation, Inc. LOC: 91 Savannah GNU : DotGNU Forum System (project search) : .../dotgnu-forum/dotgnu-forum/forumserver/src/jabber_rpc.rb
|
require 'run_tests'
require 'generate_rdoc'
if @config['without-tests'] != 'yes' then
Language: Ruby LOC: 6 RubyForge : nodewrap (project search) : .../n/nodewrap/nodewrap/nodewrap/post-setup.rb
|
if arg = ARGV.detect{|arg| /\A--rbconfig=/ =~ arg }
ARGV.delete(arg)
require arg.split(/=/, 2)[1]
$".push 'rbconfig.rb'
else
Language: Ruby License: LGPL (c) 2000-2004 Minero Aoki LOC: 1002 RubyForge : Net::SSH (project search) : .../net-ssh/net-ssh-0.1.0/setup.rb
|
Dir.chdir('..')
begin
require 'install.rb'
config = ConfigTable.load
ensure
Language: Ruby LOC: 12 RubyForge : nodewrap (project search) : .../nodewrap/nodewrap/nodewrap/ext/ruby_source_dir.rb
|
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#Load the configuration
require 'config.rb'
#Load the database stuff
require 'dbi'
Language: Ruby License: GPL (C) 2003 Free Software Foundation, Inc. LOC: 17 Savannah GNU : DotGNU Forum System (project search) : .../dotgnu-forum/dotgnu-forum/forumserver/src/logger.rb
|
require "graphwidget/colors"
require "graphwidget/graphviz"
require 'gtk2'
Language: Ruby LOC: 223 RubyForge : GnomeGraphwidget (project search) : .../ggraphwidget/ggraphwidget/lib/graphwidget.rb
|
file = $'
ARGV.delete_at(i)
require file
else
require 'rbconfig'
Language: Ruby License: LGPL (c) 2000-2003 Minero Aoki LOC: 973 RubyForge : Ruby/CAPTCHA (project search) : .../c/captcha/captcha/captcha/setup.rb
|
# $Id: base.rb,v 1.21 2005/11/14 18:48:06 sleeper Exp $
#++
require 'redcloth'
require 'yaml'
module YAML
Language: Ruby (c) 2003-2004 why the lucky stiff LOC: 317 RubyForge : Hobix (project search) : .../hobix/hobix/lib/hobix/base.rb
|
# import modules
#-------------------------------------------------
require 'digest/sha1'
require 'webrick'
require 'pstore'
Language: Ruby LOC: 344 RubyForge : Aversa (project search) : .../aversa/aversa/lib/aversa/track.rb
|
# dns resource)
#
require 'address'
class Address
class IPv4
Language: Ruby (c) 2003 LOC: 127 Savannah NonGNU : ZoneCheck (project search) : .../zonecheck/zonecheck/lib/nresolv/dns_resource.rb
|
# check that fxruby is installed
begin
require 'fox'
rescue LoadError => e
$stderr.puts <<MSG
Language: Ruby LOC: 1858 RubyForge : AEditor (project search) : .../projects/experimental/buffer/source/viewfox.rb
|
#
# vim: et sw=2 sts=2 ts=8 tw=0
require 'rexml/document'
require 'rexml/xpath'
XHTML_NS = { 'h' => 'http://www.w3.org/1999/xhtml' }
Language: Ruby License: GPL (c) 2002-2006 Dmitry Borodaenko LOC: 25 Savannah NonGNU : Samizdat (project search) : .../samizdat/samizdat/samizdat/test/util.rb
|
def run_tests
begin
require 'test/unit'
rescue LoadError
puts "WARNING: Test::Unit not installed; skipping tests"
Language: Ruby LOC: 41 RubyForge : nodewrap (project search) : .../n/nodewrap/nodewrap/nodewrap/run_tests.rb
|
# $Id: weblog.rb,v 1.43 2005/09/30 19:17:00 sleeper Exp $
#++
require 'hobix/base'
require 'hobix/entry'
require 'hobix/linklist'
Language: Ruby (c) 2003-2004 why the lucky stiff... LOC: 464 RubyForge : Hobix (project search) : .../hobix/hobix/lib/hobix/weblog.rb
|
if arg = ARGV.detect{|arg| /\A--rbconfig=/ =~ arg }
ARGV.delete(arg)
require arg.split(/=/, 2)[1]
$".push 'rbconfig.rb'
else
Language: Ruby License: LGPL (c) 2000-2004 Minero Aoki LOC: 1002 RubyForge : Net::SSH (project search) : .../net-ssh/net-ssh/setup.rb
|
if arg = ARGV.detect {|arg| /\A--rbconfig=/ =~ arg }
ARGV.delete(arg)
require arg.split(/=/, 2)[1]
$".push 'rbconfig.rb'
else
Language: Ruby (c) 2000-2004 Minero Aoki LOC: 1010 RubyForge : SQLite-Ruby (project search) : .../sqlite-ruby/sqlite3-ruby/setup.rb
|
require 'rubygems'
require 'spec'
Language: Ruby LOC: 2 RubyForge (SVN) : RAD: Ruby Arduino Development (project search) : .../rad/trunk/spec/models/spec_helper.rb
|
require 'associations'
require 'support'
Language: Ruby LOC: 2 RubyForge (SVN) : Locations (project search) : .../locations/vendor/plugins/active_record_ext/init.rb
|
require 'ridl/require.rb'
Language: Ruby LOC: 1 Spider_20090401_inc : Rinn - ruby-orbit (project search) : .../0011/rinn/Rinn/ridl.rb
|
require "massage"
require "helper"
Language: Ruby LOC: 2 RubyForge (SVN) : massage (project search) : .../m/massage/massage/trunk/init.rb
|
1 2345678910...
|