Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Source lines of code


Related Topics

In the News (Sat 19 Dec 09)

  
  Encyclopedia :: encyclopedia : Source code   (Site not responding. Last check: 2007-10-21)
The source code is either converted into an executable file by a compiler for a particular computer architecture, or executed on the fly from the human readable form with the aid of an interpreter.
Source code is either used to produce object code, or to be run by an interpreter.
A program's source code is not necessarily all written in the same programming language; for example, it is common for a program to be written primarily in the C programming language, with some portions written in Assembly language for optimization purposes.
www.hallencyclopedia.com /Source_code   (1152 words)

  
 NationMaster - Encyclopedia: Source lines of code
SLOC is typically used to estimate the amount of effort that will be required to develop a program, as well as to estimate productivity or effort once the software is produced.
Logical SLOC measures attempt to measure the number of "statements", but their specific definitions are tied to specific computer languages (one simple logical SLOC measure for C-like languages is the number of statement-terminating semicolons).
For example, if lines of code is used to judge performance, then employees will write as many separate lines of code as possible, and if they find a way to shorten their code, they may not use it.
www.nationmaster.com /encyclopedia/Source-lines-of-code   (3085 words)

  
 Source Lines of Code Counter - Galorath
"Count32" is a utility that counts source lines of code from C and C++ source files.
It counts source lines of code by counting nonembedded semicolons (;), close curly braces (}) that are not followed by a semicolon, and defining # symbols.
Physical lines (carriage returns) and comments are also counted and provided for your information.
www.galorath.com /present_software_codecount_download-FORM.html   (75 words)

  
 QSM Source Code Counter Links
The CodeCount toolset is provided in source code only, and may be used as is, modified or further distributed subject to certain limitations.
SLOC Metrics measures the size of your source code based on the Physical Source Lines of Code metric recommended by the Software Engineering Institute at Carnegie Mellon University (CMU/SEI-92-TR-019).
Specifically, the source lines that are included in the count are the lines that contain executable statements, declarations, and/or compiler directives.
www.qsm.com /CodeCounters.html   (1003 words)

  
 Source lines of code   (Site not responding. Last check: 2007-10-21)
SLOC istypically used to estimate the amount of effort that will be required to develop a program, as well as to estimate productivityor effort once the software is produced.
Specific definitions of these two measures vary,but the most common definition of physical SLOC is a count of "non-blank, non-comment lines" in the text of the program's source code.
Logical SLOC measures attempt to measure the number of"statements", but their specific definitions are tied to specific computer languages (one simple logical SLOC measure for C-likelanguages is the number of statement-terminating semicolons).
www.therfcc.org /source-lines-of-code-174619.html   (709 words)

  
 Source lines of code - Wikipedia, the free encyclopedia
There are two major types of SLOC measures: physical SLOC and logical SLOC.
SLOC measures are somewhat controversial, particularly in the way that they are sometimes misused.
Many have advocated the use of function points instead of SLOC as a measure of functionality, but since function points are highly correlated to SLOC (and cannot be automatically measured) this is not a universally held view.
en.wikipedia.org /wiki/Source_lines_of_code#Usage_of_SLOC_measures   (2279 words)

  
 eXtract Source Code Comment
Such applications may include ones that simply count the total lines of code, those that count number of literals for complexity, a simple grep for occurrence of a program literal in the code, or perhaps a tag generator or dependency analyzer.
This can be useful for counting lines of comments, and for locating spelling/grammar errors in comments by using a spell checker or grammar checker on the output.
All comments in a file that preceed any line of code or a blank line are assumed to be copyright statements.
members.tripod.com /vgoenka/unixscripts/xscc.html   (538 words)

  
 Program Counts Lines of Source Code
Depending on the language, SLOCC counts whichever of the following is or are applicable: source-code lines, continuations of source lines, comment lines, side comment lines (comments on the same lines with source code), end lines, blank lines, and lines of such other types as are appropriate to the target language.
Because of coding styles, a program could be written in such a way that some lines are counted in a manner different from what one might expect.
To resolve ambiguities that arise in connection with differing interpretations and counts, SLOCC affords the capability to log all lines of code into a table, wherein each line of code is identified by type.
www.nasatech.com /Briefs/May98/MFS31225.html   (229 words)

  
 Source code software downloads   (Site not responding. Last check: 2007-10-21)
Source Code Organizer PS is your library for organizing and storing software source code.
Source Viewer is a php coded web page allowing you to display the html and php source code of files on your server directly in a browser.
Source # is a reliable and easy-to-use version control system that helps developers manage their source code.
www.freedownloadsoft.com /Source+code   (589 words)

  
 blender.org :: Code History
Now that Blender has been Open Source for a year, I thought it would be interesting to see how the codebase of Blender has changed over the years when it was closed source and how this first year has made its impact on the current codebase.
The codebase for Blender 1.46 was pure C and spanned over 101,590 actual source lines of code.
The total source lines of code is now at 221,739 lines, which breaks down into 176,965 lines C, 32,.446 lines C++ and 12,328 lines Python.
www.blender3d.com /cms/Code_History.118.0.html   (712 words)

  
 Counting Source Lines of Code (SLOC)
Note that some projects (in particular KDE and GNOME) are in aggregate large enough to be one of the largest components, but because they are developed and distributed as a large number of smaller components, their totals don't appear in the list of largest components.
The languages used, sorted by the most lines of code, were C (71% - was 81%), C++ (15% - was 8%), shell (including ksh), Lisp, assembly, Perl, Fortran, Python, tcl, Java, yacc/bison, expect, lex/flex, awk, Objective-C, Ada, C shell, Pascal, and sed.
According to his sources, Windows NT 5.0 (in 2000) was 20M SLOC, Windows 2000 (in 2001) was 35M SLOC, and Windows XP (in 2002) was 40M SLOC.
www.dwheeler.com /sloc   (887 words)

  
 Source lines of code   (Site not responding. Last check: 2007-10-21)
Source code beautifier indents source code lines according to the structure of the program; supports complex expressions, trailing comments and conditional compilation.
Converts source code written in JOVIAL to functionally equivalent source code in C taking advantage of some GNU 3.0 extensions of C. Examples of source code translation.
It layouts source code according to some widely configurable rules, to meet a certain coding style without putting a formatting burden on individual developers.
www.omniknow.com /common/wiki.php?in=en&term=Source_lines_of_code   (3671 words)

  
 SLOCCount
This is the home page of "SLOCCount", a set of tools for counting physical Source Lines of Code (SLOC) in a large number of languages of a potentially large set of programs.
Source RPM v4 (suitable for non-Intel, and should be recompilable on any RPM-based system using RPM version 4 or later).
Warning: there's more to a software program than just how many lines of code it has, as the August 26, 2003 Dilbert strip shows.
www.dwheeler.com /sloccount   (1366 words)

  
 Source Code Tech News & Information   (Site not responding. Last check: 2007-10-21)
Source code is the programming language statements in a program before they are compiled into object code, the code that is actually processed in a computer.
Source code and object code refer to the "before" and "after" versions of a computer program...
Source Code Repository Home Projects Code Resources Tools Forum Here you will find a collection of useful programs and routines (mostly written in assembly language) that can be adapted to any 6502...
www.xml4.com /xml/source-code.html   (4214 words)

  
 [No title]
# # Source Lines of Code and Comment Count # Version 1.0 # # Counts lines of code, comments and prints their ratio.
-code : print the line count of the code only, or print just the code if -raw is specified.
-copyright : print the line count of the copyright statements only, or print the copyright lines themselves if -raw is specified.
members.tripod.com /vgoenka/unixscripts/slocc.sh.txt   (1347 words)

  
 » Measuring Source Lines Of Code (SLOC) - there are bigger birds than Microsoft's albatross | Web 2.0 Explorer | ...
I discovered the technical term for this is 'source lines of code', or SLOC.
The SLOC form of measurement derived from the time when punch cards were the main form of programming.
So despite Microsoft's big SLOC count getting it a lot of unfavorable publicity, even from its own employees, at least they don't have 200 million lines of code to plough through to ship Vista.
blogs.zdnet.com /web2explorer?p=148   (592 words)

  
 SLOC Metrics   (Site not responding. Last check: 2007-10-21)
The source lines that are included in the count are the lines that contain executable statements, declarations, and/or compiler directives.
The source files being scanned are assumed to contain valid, compilable source.
Results are sorted by source lines of code (descending order).
slocmetrics.com /products/slocsupport.htm   (689 words)

  
 Software Cost Estimation: Metrics and Models
The most commonly used measure of source code program length is the number of lines of code (LOC) (Fenton, 1997).
The abbreviation NCLOC is used to represent a non-commented source line of code.
The abbreviation CLOC is used to represent a commented source line of code (Fenton, 1997).
sern.ucalgary.ca /courses/seng/621/W98/johnsonk/cost.htm   (3541 words)

  
 Counting Debian   (Site not responding. Last check: 2007-10-21)
I am a part of a group interested in measuring some aspects of the software maintained by the Debian project.
For now, we are mainly counting the number of physical source lines of code (SLOC) of several Debian distributions.
SLOCCount, the toolset used for counting the source code (already available as a package for Debian unstable).
people.debian.org /~jgb/debian-counting   (273 words)

  
 NewsForge | Can Microsoft's 40,000,000 lines of source code be analysed?   (Site not responding. Last check: 2007-10-21)
Janos Koppany writes: "In the Microsoft Corp. antitrust case nine state attorneys general were given right who had argued that they needed to look into Windows source code in order to verify dependencies between the operating system code and other components like Internet Explorer browser.
Although experts are giving very little chance for the 40.000.000 lines code to succeed in the short time left without appropriate special software tools.
The free platform is providing insight into the structure and progress of OSDN projects like the Mozilla project with over 3 Million lines of C++ code.
www.newsforge.com /newsvac/02/02/19/1230254.shtml   (237 words)

  
 visual basic, vb, vbscript,Free source code for the taking. Over five million lines of programs.
It is the most popular programming language in the world, and has more programmers and lines of code than any of its nearest competitors.
Slash development time by improving the efficiency of your PHP coding and organizing your projects in the PHPEclipse environment.
Take advantage of the leading open source integrated development environment to develop, organize, and debug your PHP web development projects.You can learn more about this great prize here.
www.planetsourcecode.com /vb/?lngWId=1   (652 words)

  
 Source lines of code at opensource encyclopedia   (Site not responding. Last check: 2007-10-21)
Good developers may merge code modules into single module, improving the system yet appearing to have negative productivity because they remove code, and skilled developers tend to be assigned the most difficult tasks (that is why they are paid the big bucks).
On June 30, the foundation plans to make available seven million lines of code as part of the...
Newark, N.J. - The government's forensics expert in the ongoing UBS computer sabotage trial testified Thursday that he not only found the malicious code that took down about 2,000 of UBS PaineWebber's servers four years ago, but he also "directly...
www.wiki.tatet.com /Source_lines_of_code.html   (889 words)

  
 visual basic, vb, active server pages (ASP),java, javscript,c, c++, c__ , vbscript,active server pages, ASP, ...
The largest public source code database on the Internet with 11,638,855 lines of code, articles and tutorials in 11 languages,as well as 668 open job postings
Planet Source Code (tm) and the phrase "Dream It.
Code It" (tm) are trademarks of Exhedra Solutions, Inc.
www.planetsourcecode.com   (510 words)

  
 inessential.com: Weblog: Comments for ‘NetNewsWire + MarsEdit lines of code’   (Site not responding. Last check: 2007-10-21)
A little while ago folks were posting the number of lines of code of their apps as generated by SLOCcount.
Interestingly, this application was developed over the past 10.5 years with a team ranging from five developers in the first 5-6 years and just three developers for the past two and half years.
Actually, when converting Xjournal to bindings, I found that the SLOC count didn't really fall as far as I thought it might.
www.inessential.com /?comments=1&postid=3011   (400 words)

  
 [No title]
One last note; the chip vendors are not really interested in open source tools since they feel that they will have to "support" any and all tools that are used to program their parts.
Open source tools would be a can of worms for them if they really adopt this approach.
But if the open source tool community is half as supportive as you say, they should be able to do this in short order by a SETI type approach.
neil.franklin.ch /Usenet/comp.arch.fpga/20001002_Amplify_experience   (18459 words)

  
 Semantic Designs: C# Source Code Metrics   (Site not responding. Last check: 2007-10-21)
The C# Metrics tool computes a number of useful metrics for C# program source code suites.
It is a member of SD's family of Source Code Metrics tools.
The OMG logo is a trademark or registered trademark of the Object Management Group, Inc. in the United States and other countries.
www.semanticdesigns.com /Products/Metrics/CSharpMetrics.html   (105 words)

  
 Implementation of softphone source code | Asterisk PBX Asterisk PBX Knowledge Base
Implementation of softphone in H.323 protocol source code
Read about implementation of softphone source code in the free online encyclopedia and dictionary.
Find results for implementation of softphone source code and anything else you are looking for instantly!
www.asteriskb.com /Implementation-of-softphone---source-code.php   (561 words)

  
 Welcome to the Inquirer
Club 3D has a water cooler for the 7950 GX2
U2 can keep us rocking in the free code world
AMD, Intel enter Long Night of the Soul
www.theinquirer.net /?article=23012   (362 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.