1 23
|
# ***** END LICENSE BLOCK *****/
require "java"
class IPSocket < BasicSocket
end
class TCPSocket < IPSocket
Language: Ruby License: Unknown (C) 2005 David Corbin LOC: 45 RubyForge (SVN) : Chizzle - A RubyCocoa Based Ruby IDE (project search) : .../ironruby/jruby.net/src/builtin/socket.rb
|
#!/usr/bin/ruby
#
# This file contains the MUES::SocketListener class: A MUES::Listener derivative
# for raw TCP/IP socket connections.
#
Language: Ruby LOC: 66 Spider_20090107_inc : The MUES Game Engine (project search) : .../MUES-0.02/lib/mues/listeners/SocketListener.rb
|
require 'qwik/util-safe'
module QuickML
class MockSocket
include SafeGetsModule
def initialize(str = '')
Language: Ruby License: GPL (C) 2003-2006 Kouichirou Eto LOC: 61 RubyForge (SVN) : qwikWeb (project search) : .../branches/0.8.2-bak/lib/qwik/mock-socket.rb
|
require 'qwik/util-safe'
module QuickML
class MockSocket
include SafeGetsModule
def initialize(str = '')
Language: Ruby License: GPL (C) 2003-2006 Kouichirou Eto LOC: 61 RubyForge (SVN) : qwikWeb (project search) : .../branches/debian-0.8.2/lib/qwik/mock-socket.rb
|
require 'qwik/util-safe'
module QuickML
class MockSocket
include SafeGetsModule
def initialize(str = '')
Language: Ruby License: GPL (C) 2003-2006 Kouichirou Eto LOC: 61 RubyForge (SVN) : qwikWeb (project search) : .../branches/debian-0.8.3/lib/qwik/mock-socket.rb
|
require 'qwik/util-safe'
module QuickML
class MockSocket
include SafeGetsModule
def initialize(str = '')
Language: Ruby (C) 2003-2006 Kouichirou Eto, All rights reserved. LOC: 61 RubyForge (SVN) : qwikWeb (project search) : .../branches/debian-0.8.4/lib/qwik/mock-socket.rb
|
require 'qwik/util-safe'
module QuickML
class MockSocket
include SafeGetsModule
def initialize(str = '')
Language: Ruby (C) 2003-2006 Kouichirou Eto, All rights reserved. LOC: 61 RubyForge (SVN) : qwikWeb (project search) : .../qwik/qwik/lib/qwik/mock-socket.rb
|
require 'gtk2'
=begin
Sample script using Gtk::Socket and Gtk::Plug.
$ ruby t-gtksocket.rb
Written by Alex Boussinet <mailto:dbug@wanadoo.fr> for testing purpose only.
Language: Ruby LOC: 43 Spider_20090529_inc : Cygwin Ports - QScintilla (Qt3) (project search) : .../ruby-gnome2-all-0.10.1/gtk/sample/misc/t-gtksocket.rb
|
require 'gtk2'
=begin
Sample script using Gtk::Socket and Gtk::Plug.
$ ruby t-gtksocket.rb
Written by Alex Boussinet <mailto:dbug@wanadoo.fr> for testing purpose only.
Language: Ruby LOC: 43 Spider_20081217_inc : ruby-sumo (project search) : .../ruby-gnome2/gtk/sample/misc/t-gtksocket.rb
|
require 'gtk'
=begin
Sample script using Gtk::Socket and Gtk::Plug.
Written by Alex Boussinet <mailto:dbug@wanadoo.fr> for testing purpose only.
=end
Language: Ruby LOC: 43 Spider_20081217_inc : ruby-sumo (project search) : .../packages/ruby-gnome/gtk/sample/t-gtksocket.rb
|
# See LICENSE file for additional information.
require 'observer'
require 'socket'
require 'fcntl'
require 'network/net_connection'
Language: Ruby License: GPL (C) 2006 by Ralph M. Churchill LOC: 62 Google : chuchomud - A MUD (Multi User Dungeon) cre...Ruby. (project search) : .../chuchomud/trunk/lib/network/listener.rb
|
require 'gtk2'
=begin
Sample script using Gtk::Socket and Gtk::Plug.
$ ruby t-gtksocket.rb
Written by Alex Boussinet <mailto:dbug@wanadoo.fr> for testing purpose only.
Language: Ruby LOC: 43 Spider_20090401_inc : GNOME 2.4 on Cygwin - perl-Gnome2-Wnck (project search) : .../ruby-gtk2-0.9.1/gtk/sample/misc/t-gtksocket.rb
|
module TacacsPlus
module TacacsSocket
# PRIVATE INSTANCE METHODS
private
Language: Ruby LOC: 47 RubyForge (SVN) : TacacsPlus (project search) : .../tacacs-plus/tacacs-plus/tacacs_plus/lib/tacacs_socket.rb
|
#!/usr/bin/ruby
#
# This file contains the MUES::SocketOutputFilter class, which is a filter for
# MUES::IOEventStream objects. Instances of this class are participants in an
# IOEventStream chain of responsibility, sending output and reading input from
Language: Ruby LOC: 166 Spider_20090107_inc : The MUES Game Engine (project search) : .../MUES-0.02/lib/mues/filters/SocketOutputFilter.rb
|
VI.add_vers("MU* TCP/IP Communications",0,1,0,"2005-8-17","Mario Steele")
class MUSocket
attr_accessor :host, :port, :buffer, :socket
def initialize(shost="localhost",sport=7434)
Language: Ruby LOC: 44 RubyForge : Virtual MU* World Client (project search) : .../vwmclient/vwmclient/0.1.0/ulibs/MuSocket.rb
|
require 'test/minirunit.rb'
require 'socket'
UNUSED_PORT = 9999
def testServer
Language: Ruby LOC: 61 RubyForge (SVN) : Chizzle - A RubyCocoa Based Ruby IDE (project search) : .../trunk/ironruby/jruby.net/test/funcTestSocket.rb
|
require 'socket'
puts "Ruby-version: #{RUBY_VERSION}"
def startCalculatorThread()
Language: Ruby LOC: 62 SourceForge (SVN) : Ruby Development Tool (project search) : .../rubyeclipse/trunk/org.rubypeople.rdt.debug.core.tests/ruby/testNonBlockingSocketReader.rb
|
require 'socket'
puts "Ruby-version: #{RUBY_VERSION}"
def startCalculatorThread()
Language: Ruby LOC: 62 SourceForge (SVN) : Ruby Development Tool (project search) : .../type_inferrence/trunk/org.rubypeople.rdt.debug.core.tests/ruby/testNonBlockingSocketReader.rb
|
#!/usr/bin/env ruby
# We've tried to implement the usage of persistent pipes in Passenger,
# but we found out that it made Apache slower than when we use socket
# connections. That is in contrast to the results of this benchmark.
#
Language: Ruby LOC: 83 Spider_rubyforge01 : Phusion Passenger (mod_rails) (project search) : .../Phusion_Passenger_(mod_rails)/passenger-2.0.3.gem/data.tar.gz.---/benchmark/socket_connections_vs_persistent_pipe.rb
|
#!/usr/bin/env ruby
# We've tried to implement the usage of persistent pipes in Passenger,
# but we found out that it made Apache slower than when we use socket
# connections. That is in contrast to the results of this benchmark.
#
Language: Ruby LOC: 83 Spider_rubyforge01 : Phusion Passenger (mod_rails) (project search) : .../Phusion_Passenger_(mod_rails)/passenger-2.0.3.tar.gz/passenger-2.0.3/benchmark/socket_connections_vs_persistent_pipe.rb
|
## exceptions
class AuthenticationError < Exception; end
class SocketError < Exception; end
## as DBI.drivers
def self.drivers
Language: Ruby (c) 2006 Paul Vaillant, All Rights Reserved LOC: 12 RubyForge (SVN) : Net__IM (project search) : .../net-im/trunk/lib/net/im.rb
|
#
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
require 'socket'
unless Socket.const_defined? "AF_INET6"
class Socket
Language: Ruby (c) 2002 Hajimu UMEMOTO . LOC: 589 RubyForge (SVN) : Ruby for Symbian OS (project search) : .../ruby-symbian/ruby-symbian/trunk/lib/ipaddr.rb
|
#
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
require 'socket'
unless Socket.const_defined? "AF_INET6"
class Socket
Language: Ruby (c) 2002 Hajimu UMEMOTO . LOC: 589 RubyForge (SVN) : Ruby for Symbian OS (project search) : .../ruby-symbian/tags/ruby-symbian-pr1/lib/ipaddr.rb
|
#
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
require 'socket'
unless Socket.const_defined? "AF_INET6"
class Socket
Language: Ruby (c) 2002 Hajimu UMEMOTO . LOC: 589 Spider_20090401_inc : IkeWiki (project search) : .../ikewiki-2.0/WEB-INF/lib/jruby-complete.jar.---/ipaddr.rb
|
#
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>
require 'socket'
unless Socket.const_defined? "AF_INET6"
class Socket
Language: Ruby (c) 2002 Hajimu UMEMOTO . LOC: 589 Spider_20090401_inc : IkeWiki (project search) : .../IkeWiki.war.---/WEB-INF/lib/jruby-complete.jar.---/ipaddr.rb
|
1 23
|