Re: Lines of code counter

2006-09-13 Thread Robertson-Ravo, Neil (RX)
: Will Tomlinson To: CF-Talk Sent: Wed Sep 13 04:09:53 2006 Subject: Lines of code counter Anybody got a tool that'd read all the files in my neverendingcart.cfc application, and tell me how many thousands of lines of code are in it? That'd be a cool tool

Re: Lines of code counter

2006-09-13 Thread James Holmes
ROFL! I think he wants all of the files in one go, rather than just one file at a time. On 9/13/06, Robertson-Ravo, Neil (RX) [EMAIL PROTECTED] wrote: Couldn't you just turn line numbers on and scroll to the bottom? -- CFAJAX docs and other useful articles: http://www.bifrost.com.au/blog/

Re: Lines of code counter

2006-09-13 Thread Denny Valliant
Due to a tragic EOL mishap, I've only got one line of code. Oh woe is me! At least a simple file count gets the job done now... O.o On 9/13/06, James Holmes [EMAIL PROTECTED] wrote: ROFL! I think he wants all of the files in one go, rather than just one file at a time. On 9/13/06,

Re: Lines of code counter

2006-09-13 Thread Tom Chiverton
On Wednesday 13 September 2006 04:09, Will Tomlinson wrote: Anybody got a tool that'd read all the files in my neverendingcart.cfc application, and tell me how many thousands of lines of code are in it? The GNU tool 'wc' is what you want. -- Tom Chiverton Helping to biannually customize

Re: Lines of code counter

2006-09-13 Thread Will Tomlinson
Here is one that I used before just to check it out. Right now my app has 12,849 lines Suwt! Thank you! I'll post my line count later. Will ~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,

Re: Lines of code counter

2006-09-13 Thread Will Tomlinson
Here is one that I used before just to check it out. Right now my app has 12,849 lines Ok, I just checked mine and it's NASA code as I expected. lol 21,309 lines of code in my neverendingcart.cfc app. Will ~| Introducing the

Re: Lines of code counter

2006-09-13 Thread Mark Stanton
Current have 31,306 lines half way through development of a project to replace a 107,000 line spaghetti monster. On 9/13/06, Will Tomlinson [EMAIL PROTECTED] wrote: Here is one that I used before just to check it out. Right now my app has 12,849 lines Ok, I just checked mine and it's NASA

Re: Lines of code counter

2006-09-13 Thread Claude Schneegans
Here is one that I used before just to check it out. Right now my app has 12,849 lines Mine is 15,976. I slightly modified your code which had a couple of problems: 1. it was reading all files, including images, 2. it bugs on files with no extension. 3. added extension TXT since I have

RE: Lines of code counter

2006-09-13 Thread Peterson, Chris
:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 7:27 AM To: CF-Talk Subject: Re: Lines of code counter Here is one that I used before just to check it out. Right now my app has 12,849 lines Mine is 15,976. I slightly modified your code which had a couple of problems: 1. it was reading all

Re: Lines of code counter

2006-09-13 Thread Tom Chiverton
On Wednesday 13 September 2006 12:27, Claude Schneegans wrote: Here is one that I used before just to check it out. Right now my app has 12,849 lines Isn't find . -name '*cfc' -o -name '*cfm' -o -name '*xml' -o -name '*as' -o -name '*sql' -o -name '*css' -o -name '*html' -o -name

RE: Lines of code counter

2006-09-13 Thread Andy Matthews
--//- -Original Message- From: Will Tomlinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 10:10 PM To: CF-Talk Subject: Lines of code counter Anybody got a tool that'd read all the files in my neverendingcart.cfc application, and tell me how many thousands

RE: Lines of code counter

2006-09-13 Thread Bobby Hartsfield
Yeah, he's not too good with math. ;-P ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 13, 2006 2:49 AM To: CF-Talk Subject: Re: Lines of code counter ROFL! I think he

Lines of code counter

2006-09-12 Thread Will Tomlinson
Anybody got a tool that'd read all the files in my neverendingcart.cfc application, and tell me how many thousands of lines of code are in it? That'd be a cool tool! Will ~| Introducing the Fusion Authority Quarterly Update.

Re: Lines of code counter

2006-09-12 Thread Doug Brown
cf-talk@houseoffusion.com Sent: Tuesday, September 12, 2006 9:09 PM Subject: Lines of code counter Anybody got a tool that'd read all the files in my neverendingcart.cfc application, and tell me how many thousands of lines of code are in it? That'd be a cool tool