Hi,
Two set of codes can be compared by using
beyond compare or other equivalent software
to determine the areas of differences and the
areas of similarities. But, there are scenarios
in which the same logic would be used by 2 set of
programs/softwares but that the variable names
might be different. So, how to determine this
without executing the program ? Is there any tool
...
"karthikbalaguru" <karthikbalaguru79@gmail.com> wrote in message news:
> Two set of codes can be compared by using
> beyond compare or other equivalent software
> to determine the areas of differences and the
> areas of similarities. But, there are scenarios
> in which the same logic would be used by 2 set of
> programs/softwares but that the variable names
> might be different. So, how ...
On Dec 20, 11:42*pm, karthikbalaguru <karthikbalagur...@gmail.com>
wrote:
> Hi,
> Two set of codes can be compared by using
> beyond compare or other equivalent software
> to determine the areas of differences and the
> areas of similarities. But, there are scenarios
> in which the same logic would be used by 2 set of
> programs/softwares but that the variable names
> might be different...
karthikbalaguru wrote:
> Hi,
> Two set of codes can be compared by using
> beyond compare or other equivalent software
> to determine the areas of differences and the
> areas of similarities. But, there are scenarios
> in which the same logic would be used by 2 set of
> programs/softwares but that the variable names
> might be different. So, how to determine this
> without executing the...
On 2009-12-20, karthikbalaguru <karthikbalaguru79@gmail.com> wrote:
> Hi,
> Two set of codes can be compared by using
> beyond compare or other equivalent software
> to determine the areas of differences and the
> areas of similarities. But, there are scenarios
> in which the same logic would be used by 2 set of
> programs/softwares but that the variable names
> might be different. So, ...
On Dec 23, 12:05*am, Joe Beanfish <j...@nospam.duh> wrote:
> karthikbalaguru wrote:
> > Hi,
> > Two set of codes can be compared by using
> > beyond compare or other equivalent software
> > to determine the areas of differences and the
> > areas of similarities. But, there are scenarios
> > in which the same logic would be used by 2 set of
> > programs/softwares but that the variable ...
On Dec 23, 12:53*am, Kaz Kylheku <kkylh...@gmail.com> wrote:
> On 2009-12-20, karthikbalaguru <karthikbalagur...@gmail.com> wrote:
>
> > Hi,
> > Two set of codes can be compared by using
> > beyond compare or other equivalent software
> > to determine the areas of differences and the
> > areas of similarities. But, there are scenarios
> > in which the same logic would be used by 2 set ...
Pascal J. Bourguignon replied 2 months, 3 weeks ago
karthikbalaguru <karthikbalaguru79@gmail.com> writes:
> On Dec 23, 12:05*am, Joe Beanfish <j...@nospam.duh> wrote:
>> karthikbalaguru wrote:
>> > Hi,
>> > Two set of codes can be compared by using
>> > beyond compare or other equivalent software
>> > to determine the areas of differences and the
>> > areas of similarities. But, there are scenarios
>> > in which the same logic would ...
In article <87fx6wmvym.fsf@hubble.informatimago.com>,
Pascal J. Bourguignon <pjb@informatimago.com> was apparently confused
about which newsgroup he was in when he wrote:
....
>Now of course when you compile these two programs:
>
>(defun s1 (v)
> (loop for e across v sum e))
>
>(defun s2 (v)
> (do ((s 0)
> (i (1- (length v)) (1- i)))
> ((< i 0) s)
> (incf s (aref v i...
On Dec 23, 12:53*am, Kaz Kylheku <kkylh...@gmail.com> wrote: > On 2009-12-20, karthikbalaguru <karthikbalagur...@gmail.com> wrote: > > > Hi, > > Two set of codes can be compared by using > > beyond compare or other equivalent software > > to determine the areas of differences and the > > areas of similarities. But, there are...
In article <87fx6wmvym.fsf@hubble.informatimago.com>, Pascal J. Bourguignon <pjb@informatimago.com> was apparently confused about which newsgroup he was in when he wrote: .... >Now of course when you compile these two programs: > >(defun s1 (v) > (loop for e across v sum e)) > >(defun s2 (v) > (do ((s 0) > (i (1- (length v)) (1- i))) > ((< i 0) s)...
"karthikbalaguru" <karthikbalaguru79@gmail.com> wrote in message news: > Two set of codes can be compared by using > beyond compare or other equivalent software > to determine the areas of differences and the > areas of similarities. But, there are scenarios > in which the same logic would be used by 2 set of > programs/softwares but that the variable names >...
On Dec 20, 11:42*pm, karthikbalaguru <karthikbalagur...@gmail.com> wrote: > Hi, > Two set of codes can be compared by using > beyond compare or other equivalent software > to determine the areas of differences and the > areas of similarities. But, there are scenarios > in which the same logic would be used by 2 set of > programs/softwares but that the variable names > might...
karthikbalaguru wrote: > Hi, > Two set of codes can be compared by using > beyond compare or other equivalent software > to determine the areas of differences and the > areas of similarities. But, there are scenarios > in which the same logic would be used by 2 set of > programs/softwares but that the variable names > might be different. So, how to determine this > without...
On 2009-12-20, karthikbalaguru <karthikbalaguru79@gmail.com> wrote: > Hi, > Two set of codes can be compared by using > beyond compare or other equivalent software > to determine the areas of differences and the > areas of similarities. But, there are scenarios > in which the same logic would be used by 2 set of > programs/softwares but that the variable names > might be...
karthikbalaguru <karthikbalaguru79@gmail.com> writes: > On Dec 23, 12:05*am, Joe Beanfish <j...@nospam.duh> wrote: >> karthikbalaguru wrote: >> > Hi, >> > Two set of codes can be compared by using >> > beyond compare or other equivalent software >> > to determine the areas of differences and the >>...
Related threads on "DunLUG - Dunedin Linux Users Group":
Thread profile page for "Two programs with same logic" on http://dunedin.lug.net.nz.
This report page is a snippet summary view from a single thread "Two programs with same logic", located on the Message Board at http://dunedin.lug.net.nz.
This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity