result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
Please don't post messages like this to this list. There's no benefit
to anyone.
David
···
On Sun, 15 Feb 2009, Pascal J. Bourguignon wrote:
"Michael .." <xinu@gmx.at> writes:
I have this Hash.
result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
Please don't post messages like this to this list. There's no benefit
to anyone.
Hopefully, it should be of benefit to the OP. He should really start
to think by himself, and start to learn how to find the information he
lacks on the web. There is the whole Ruby language reference
available on the web, there is ri, as soon as he knows what a hash
table is, he should be able to activate a couple of neurons and find
out how to do what he wanted to do.
That was very positive! hehe I agree, it's useful to say positive things. It's also useful to not feed people ready-made answers. My math teacher always said it's the working that's important, not the answer. Of we care about a person's understanding, we'll help them learn rather than give them direct answers.
It won't be, and can't be. There's no information in it and no advice,
just a string of snide, smug insults. Please keep a civil tone on this
list. Thanks.
David
···
On Sun, 15 Feb 2009, Pascal J. Bourguignon wrote:
"David A. Black" <dblack@rubypal.com> writes:
On Sun, 15 Feb 2009, Pascal J. Bourguignon wrote:
"Michael .." <xinu@gmx.at> writes:
I have this Hash.
result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
Please don't post messages like this to this list. There's no benefit
to anyone.
result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
Please don't post messages like this to this list. There's no benefit
to anyone.
Hopefully, it should be of benefit to the OP.
It won't be, and can't be. There's no information in it and no advice,
just a string of snide, smug insults. Please keep a civil tone on this
list. Thanks.
You are much more insulting than I. You are assuming he doesn't know
how to do it, how to search and program the solution by himself.
On 16/02/2009, at 1:53 AM, pjb@informatimago.com (Pascal J. Bourguignon) wrote:
"David A. Black" <dblack@rubypal.com> writes:
On Sun, 15 Feb 2009, Pascal J. Bourguignon wrote:
"David A. Black" <dblack@rubypal.com> writes:
On Sun, 15 Feb 2009, Pascal J. Bourguignon wrote:
"Michael .." <xinu@gmx.at> writes:
I have this Hash.
result={"1"=>{"6"=>"",
"7"=>"",
"8"=>"",
"1"=>"Value1",
"2"=>"",
"3"=>"Value2",
[...]
Is it possible to get all keys with a the value.
Yes, it is possible.
Oh! Perhaps you meant "How?"? Well perhaps you don't see them because
they're behind your eyes, but you've got a few billion interconnected
neurons inside your skull. They're called a "brain". So normally,
you should be able to switch it "on", start to think, and it should
help you to program a function to "get all keys with a the value".
Try it, you'll be pleased!
Please don't post messages like this to this list. There's no benefit
to anyone.
Hopefully, it should be of benefit to the OP.
It won't be, and can't be. There's no information in it and no advice,
just a string of snide, smug insults. Please keep a civil tone on this
list. Thanks.
You are much more insulting than I. You are assuming he doesn't know
how to do it, how to search and program the solution by himself.
I agree. People have a tendency to not try. They come wanting answers without hving thought about it themselves.
I agree as well. However, I think it's possible to be helpful short of simply supplying the answer.
I'm speaking as a long-time jerk who struggles every day to not be sarcastic and mean in public forums. I know, intellectually at least, that it's never appropriate to be rude or to judge somebody based on a single post. I don't always succeed but I try.
The ideal answer to a question like the O.P.'s is helpful, positive, and correct. For example, answers like "Consider using the <this method> in <this class>." Or write a prose description of an algorithm. Point to information sources. "You can use ri to get more information about..." Or "Here's a blog post that might help."
If I can't be helpful, positive, and give a correct answer, I keep my hands off the keyboard and wait for somebody else who can.