Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Binary Search 0.0.2 released
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Luis Parravicini  
View profile  
 More options Oct 29 2007, 10:47 am
From: "Luis Parravicini" <lparr...@gmail.com>
Date: Mon, 29 Oct 2007 23:47:18 +0900
Local: Mon, Oct 29 2007 10:47 am
Subject: [ANN] Binary Search 0.0.2 released
Hi

A few weeks after Ruby Quiz 139 I found myself needing again to do a
binary search in a big text file. So I converted the solution
submitted to OOP and released it as a rubygem.

With this gem, you create first an index of the file you need to
search and then do the searches. More info at
http://binarysearch.rubyforge.org/

Bye,

--
Luis Parravicini
http://ktulu.com.ar/blog/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mortee  
View profile  
 More options Oct 29 2007, 11:16 am
From: mortee <mortee.li...@kavemalna.hu>
Date: Tue, 30 Oct 2007 00:16:16 +0900
Local: Mon, Oct 29 2007 11:16 am
Subject: Re: [ANN] Binary Search 0.0.2 released

Luis Parravicini wrote:
> Hi

> A few weeks after Ruby Quiz 139 I found myself needing again to do a
> binary search in a big text file. So I converted the solution
> submitted to OOP and released it as a rubygem.

> With this gem, you create first an index of the file you need to
> search and then do the searches. More info at
> http://binarysearch.rubyforge.org/

> Bye,

Sorry but I guess the gem's name is somewhat inadequate. This is not a
binary search library, but a text indexing and searching library which
happens to employ a binary search algorithm. So you essentially reserve
this gem name from some possible real binsearch library...

mortee


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luis Parravicini  
View profile  
 More options Oct 29 2007, 1:09 pm
From: "Luis Parravicini" <lparr...@gmail.com>
Date: Tue, 30 Oct 2007 02:09:51 +0900
Local: Mon, Oct 29 2007 1:09 pm
Subject: Re: [ANN] Binary Search 0.0.2 released
On 10/29/07, mortee <mortee.li...@kavemalna.hu> wrote:

> Sorry but I guess the gem's name is somewhat inadequate. This is not a
> binary search library, but a text indexing and searching library which
> happens to employ a binary search algorithm. So you essentially reserve
> this gem name from some possible real binsearch library...

You're right. I never stop for a second thought about the gem's name.
Maybe I choose some cryptic name where there is no chance of
collision.

--
Luis Parravicini
http://ktulu.com.ar/blog/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mortee  
View profile  
 More options Oct 29 2007, 4:48 pm
From: mortee <mortee.li...@kavemalna.hu>
Date: Tue, 30 Oct 2007 05:48:21 +0900
Local: Mon, Oct 29 2007 4:48 pm
Subject: Re: [ANN] Binary Search 0.0.2 released

Luis Parravicini wrote:
> On 10/29/07, mortee <mortee.li...@kavemalna.hu> wrote:
>> Sorry but I guess the gem's name is somewhat inadequate. This is not a
>> binary search library, but a text indexing and searching library which
>> happens to employ a binary search algorithm. So you essentially reserve
>> this gem name from some possible real binsearch library...

> You're right. I never stop for a second thought about the gem's name.
> Maybe I choose some cryptic name where there is no chance of
> collision.

I haven't intended to suggest a cryptic name - just something more
specific to what your gem actually does.

mortee


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ara.t.howard  
View profile  
 More options Oct 30 2007, 10:51 am
From: "ara.t.howard" <ara.t.how...@gmail.com>
Date: Tue, 30 Oct 2007 23:51:25 +0900
Local: Tues, Oct 30 2007 10:51 am
Subject: Re: [ANN] Binary Search 0.0.2 released

On Oct 29, 2007, at 2:48 PM, mortee wrote:

>> You're right. I never stop for a second thought about the gem's name.
>> Maybe I choose some cryptic name where there is no chance of
>> collision.

> I haven't intended to suggest a cryptic name - just something more
> specific to what your gem actually does.

http://raa.ruby-lang.org/project/ruby-bsearch/

a @ http://codeforpeople.com/
--
we can deny everything, except that we have the possibility of being  
better. simply reflect on that.
h.h. the 14th dalai lama


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »