Re: Easy way to count total lines of code in complete project?

2007-01-18 Thread MB Software Solutions
Ted Roche wrote:
 On 1/16/07, MB Software Solutions [EMAIL PROTECTED] wrote:
   
 Is there an easy way to determine the total number of lines of code in
 an app/project?

 

 http://www.tedroche.com/Present/2000/ProjScan.zip

 Pretty self-documenting, the associated paper can be found at:

 http://www.tedroche.com/Present/2000/E-MAINTDoc.htm

   
Thanks, Ted.  But what are all of those strange 
question-mark-in-the-diamond boxes?  A character that didn't translate 
well perhaps?

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
Work smarter, not harder, with MBSS custom software solutions!



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Easy way to count total lines of code in complete project?

2007-01-18 Thread Ted Roche
On 1/18/07, MB Software Solutions [EMAIL PROTECTED] wrote:

 Thanks, Ted.  But what are all of those strange
 question-mark-in-the-diamond boxes?  A character that didn't translate
 well perhaps?


It's a bad Word-export-to-HTML, I suspect. View Source might tell you.

-- 
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Easy way to count total lines of code in complete project?

2007-01-17 Thread Ted Roche
On 1/16/07, MB Software Solutions [EMAIL PROTECTED] wrote:
 Is there an easy way to determine the total number of lines of code in
 an app/project?


http://www.tedroche.com/Present/2000/ProjScan.zip

Pretty self-documenting, the associated paper can be found at:

http://www.tedroche.com/Present/2000/E-MAINTDoc.htm

-- 
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Easy way to count total lines of code in complete project?

2007-01-17 Thread Chet Gardiner
Very cool.


Ted Roche wrote:

On 1/16/07, MB Software Solutions [EMAIL PROTECTED] wrote:
  

Is there an easy way to determine the total number of lines of code in
an app/project?




http://www.tedroche.com/Present/2000/ProjScan.zip

Pretty self-documenting, the associated paper can be found at:

http://www.tedroche.com/Present/2000/E-MAINTDoc.htm

  



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Easy way to count total lines of code in complete project?

2007-01-17 Thread Ted Roche
On 1/17/07, Chet Gardiner [EMAIL PROTECTED] wrote:
 Very cool.


Well, thank you.

-- 
Ted Roche
Ted Roche  Associates, LLC
http://www.tedroche.com


___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Easy way to count total lines of code in complete project?

2007-01-16 Thread MB Software Solutions
Is there an easy way to determine the total number of lines of code in 
an app/project?

-- 
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
Work smarter, not harder, with MBSS custom software solutions!



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Easy way to count total lines of code in complete project?

2007-01-16 Thread Stephen the Cook
MB Software Solutions  wrote:
 Is there an easy way to determine the total number of lines of code
 in an app/project? 

There use to be a great documentation program for VFP code.  I can't
remember the name of it but it would rip through all your classes, and forms
doing what your looking for as well as a lot more.  Sorry I can't remember
it's name.  

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men. Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.16.12/631 - Release Date: 1/16/2007
8:25 AM
 



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


RE: Easy way to count total lines of code in complete project?

2007-01-16 Thread Lee Lorentz
How about Xdoc / FoxDoc by Walt Kenamer? 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Stephen the Cook
Sent: Tuesday, January 16, 2007 19:42
To: [EMAIL PROTECTED]
Subject: RE: Easy way to count total lines of code in complete project?

MB Software Solutions  wrote:
 Is there an easy way to determine the total number of lines of code in 
 an app/project?

There use to be a great documentation program for VFP code.  I can't
remember the name of it but it would rip through all your classes, and forms
doing what your looking for as well as a lot more.  Sorry I can't remember
it's name.  

Stephen Russell
DBA / .Net Developer

Memphis TN 38115
901.246-0159

Our scientific power has outrun our spiritual power. We have guided
missiles and misguided men. Dr. Martin Luther King Jr.

http://spaces.msn.com/members/srussell/




___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.


Re: Easy way to count total lines of code in complete project?

2007-01-16 Thread Chet Gardiner
My ChkStr program could be easily modified to count total lines of code.

It's posted on leafe.com as a download

MB Software Solutions wrote:

Is there an easy way to determine the total number of lines of code in 
an app/project?

  



___
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.