Recent Posts

Topics

Main menu:

Search

Recent Comments

Archives

Tag: lines of code

The Software IP Detective’s Handbook

My book on software intellectual property has just been published by Prentice-Hall.

Share

CodeMeasure is now free

You can now run CodeMeasure for free to graph the growth of your software project development effort over multiple versions of the software. CodeMeasure uses the Changing Lines of Code (CLOC) method to calculate the growth.

Share

Words to fear: I’m from the government and I’m here to help

The Peer-to-Patent program seems like a good idea. In order to speed up the granting of good patents and quickly eliminate the bad ones, allow people from everywhere and anywhere to submit prior art. If that’s actually the way it worked, it would be a great resource for finding prior art and making the patent office more efficient. Unfortunately my experience is that the program creates more problems than it fixes.

Share

CodeCLOC for software transfer pricing cases

SAFE announces the release of CodeSuite 4.0 that includes CodeCLOC for measuring how software evolves across versions of code. CodeCLOC uses the same algorithms that were implemented in CodeMeasure and that were developed for the landmark software transfer pricing case Symantec v. Commissioner of Internal Revenue.

Share

SAFE releases CodeMeasure for software developers

SAFE has just introduced its latest product called CodeMeasureā„¢ that can measure the growth of software.

Share

SAFE Corporation is looking for great ideas

If you have a research idea relating to code analysis, and you can use the SAFE tools, let us know. If your proposal passes our review process you’ll get free licenses to our tools, free support, and help getting your results published.

Share

How much is your software worth?

Previous methods of measuring code involve counting lines of code. We realized that we could use CodeDiff and FileCount to compare lines of code to find the number of lines of code that continue from one version to another, the number of lines of code that are changed, and the number of lines of code that are added. Plugging these values into a well-defined spreadsheet allow you to graph this measure of changing lines of code (“CLOC”) over time.

Share