Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
Loading... 

Thread: Two programs with same logic


Started 2 months, 4 weeks ago by karthikbalaguru
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 ...
Site: DunLUG - Dunedin Linux Users Group  DunLUG - Dunedin Linux Users Group - site profile
Forum: Apps  Apps - forum profile
Total authors: 7 authors
Total thread posts: 9 posts
Thread activity: no new posts during last week

Other posts in this thread:

Malcolm McLean replied 2 months, 4 weeks ago
"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 ...

spinoza1111 replied 2 months, 3 weeks ago
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...

Joe Beanfish replied 2 months, 3 weeks ago
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...

Kaz Kylheku replied 2 months, 3 weeks ago
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, ...

karthikbalaguru replied 2 months, 3 weeks ago
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 ...

karthikbalaguru replied 2 months, 3 weeks ago
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 ...

Kenny McCormack replied 2 months, 3 weeks ago
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...

 

Top contributing authors

Name
Posts
karthikbalaguru
3
user's latest post:
Two programs with same logic
Published (2009-12-27 20:10:00)
On Dec 23, 12:53*am, Kaz Kylheku &lt;kkylh...@gmail.com&gt; wrote: &gt; On 2009-12-20, karthikbalaguru &lt;karthikbalagur...@gmail.com&gt; wrote: &gt; &gt; &gt; Hi, &gt; &gt; Two set of codes can be compared by using &gt; &gt; beyond compare or other equivalent software &gt; &gt; to determine the areas of differences and the &gt; &gt; areas of similarities. But, there are...
Kenny McCormack
1
user's latest post:
Two programs with same logic
Published (2009-12-28 02:17:00)
In article &lt;87fx6wmvym.fsf@hubble.informatimago.com&gt;, Pascal J. Bourguignon &lt;pjb@informatimago.com&gt; was apparently confused about which newsgroup he was in when he wrote: .... &gt;Now of course when you compile these two programs: &gt; &gt;(defun s1 (v) &gt; (loop for e across v sum e)) &gt; &gt;(defun s2 (v) &gt; (do ((s 0) &gt; (i (1- (length v)) (1- i))) &gt; ((&lt; i 0) s)...
Malcolm McLean
1
user's latest post:
Two programs with same logic
Published (2009-12-21 08:20:00)
&quot;karthikbalaguru&quot; &lt;karthikbalaguru79@gmail.com&gt; wrote in message news: &gt; Two set of codes can be compared by using &gt; beyond compare or other equivalent software &gt; to determine the areas of differences and the &gt; areas of similarities. But, there are scenarios &gt; in which the same logic would be used by 2 set of &gt; programs/softwares but that the variable names &gt;...
spinoza1111
1
user's latest post:
Two programs with same logic
Published (2009-12-23 01:10:00)
On Dec 20, 11:42*pm, karthikbalaguru &lt;karthikbalagur...@gmail.com&gt; wrote: &gt; Hi, &gt; Two set of codes can be compared by using &gt; beyond compare or other equivalent software &gt; to determine the areas of differences and the &gt; areas of similarities. But, there are scenarios &gt; in which the same logic would be used by 2 set of &gt; programs/softwares but that the variable names &gt; might...
Joe Beanfish
1
user's latest post:
Two programs with same logic
Published (2009-12-23 08:05:00)
karthikbalaguru wrote: &gt; Hi, &gt; Two set of codes can be compared by using &gt; beyond compare or other equivalent software &gt; to determine the areas of differences and the &gt; areas of similarities. But, there are scenarios &gt; in which the same logic would be used by 2 set of &gt; programs/softwares but that the variable names &gt; might be different. So, how to determine this &gt; without...
Kaz Kylheku
1
user's latest post:
Two programs with same logic
Published (2009-12-23 08:53:00)
On 2009-12-20, karthikbalaguru &lt;karthikbalaguru79@gmail.com&gt; wrote: &gt; Hi, &gt; Two set of codes can be compared by using &gt; beyond compare or other equivalent software &gt; to determine the areas of differences and the &gt; areas of similarities. But, there are scenarios &gt; in which the same logic would be used by 2 set of &gt; programs/softwares but that the variable names &gt; might be...
Pascal J. Bourguignon
1
user's latest post:
Two programs with same logic
Published (2009-12-28 01:40:00)
karthikbalaguru &lt;karthikbalaguru79@gmail.com&gt; writes: &gt; On Dec 23, 12:05*am, Joe Beanfish &lt;j...@nospam.duh&gt; wrote: &gt;&gt; karthikbalaguru wrote: &gt;&gt; &gt; Hi, &gt;&gt; &gt; Two set of codes can be compared by using &gt;&gt; &gt; beyond compare or other equivalent software &gt;&gt; &gt; to determine the areas of differences and the &gt;&gt;...

Related threads on "DunLUG - Dunedin Linux Users Group":

Related threads on other sites:

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