First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100
The order of garbage collection
On May 24, 2010, at 22:55, Ali Polatel wrote: The problem is when the parent of an object is freed, the object is freed automatically as well. For example when a Threads object is freed, all the Thread objects that belong to it are freed automatically. This means when the Database is freed all, or closed by... 26 May 2010 04:48
In-code data
Hi, What is the best way/practice of storing data that is to be used and accessed within your code. For example if I downloded a language dictionay in txt format. Would it make more sense to read it from a text file and parse it into a hash table variable. Or could I have it contained within a secondary source f... 26 May 2010 13:34
Status of sftp/ssh connection. Retrieve error-msgs
Hey, I'm trying to determent the status of a sftp and ssh connection to a specific server. I'm currently using Net::SFTP and Net::SSH. Is there any similar way of doing this as with the Net::Http, were I'm using Net::Http.get_response().code. I would like to extract the server response, "Net::SSH::Authentication... 25 May 2010 16:51
Problem with Ruby 1.9, HTTPS and OpenSSL
Hi I have a strange problem with my Ruby installation. First: - I use RVM, and I tried to compile Ruby with my system version of openssl (and libs), and with the package version included in RVM. Both fail - I have never had an error during compilation/installation, always at runtime - I don't use a firewall... 25 May 2010 23:26
Funny IO.select behaviour
I've been debugging my full screen console ruby editor. Suddenly, for no apparent reason, I'm starting to get (a) random quits while typing. espically when pressing "t". (b) Select:Interrupt while typing. This didn't used to happen. The line it is dying at is... if select(@in_io],nil,nil,1) very st... 27 May 2010 10:21
Get methods params type soap4r
Hello everybody, I'm using the following to get a driver to call to some functions on a remote soap described by wsdl: require 'soap/wsdlDriver' wsdl = "mywsdluri" client = SOAP::WSDLDriverFactory.new(wsdl).create_rpc_driver Then I can easy call soap methods with client.method_name, but I'm not able to figure... 23 Jun 2010 05:08
lime wire pro Full very speed ...new Versiyon
http://hotfile.com/dl/44494570/44e92c2/Lime_wire_pro.rar.html no pass ... 25 May 2010 04:47
Redefine a Class?
Currently this raises: superclass mismatch for class Soda (TypeError) How can I redefine a class? As a class is an object, if I remove all of it's methods, attr & @'s could it be GC'd? (;) #----------------------------------------- class Soda def initialize @brand = "SweetenedSugar" end def retrieve_brand re... 25 May 2010 13:31
[ANN] mkmf-lite 0.1.0
Greetings, I'm happy to announce the release of mkmf-lite 0.1.0. This is the initial release of this library. = What is it? A very lite version of mkmf. Unlike mkmf it is designed to be a library, rather than a Makefile generator. = How do you use it? require 'mkmf/lite' require 'ffi' class Foo ... 24 May 2010 22:20
[ANN] isolate 2.0.1 Released
[Note: parts of this message were removed to make it a legal post.] isolate version 2.0.1 has been released! * <http://github.com/jbarnette/isolate> Isolate is a very simple RubyGems sandbox. It provides a way to express and automatically install your project's Gem dependencies. Changes: ### 2.0.1 / 20... 24 May 2010 20:09
First  |  Prev |  Next  |  Last
Pages: 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100