source-code-metrics
There are 16 repositories under source-code-metrics topic.
cbednarski/gosloc
A "lines of code" counter for Golang
DanielJRamirez/source-code-vulnerability-detection-project
Compilation of five individual methods of source code vulnerability detection.
StottlerHenke/CBRI-Calculation
This project contains scripts that use the Understand static analysis tool to calculate key metrics associated with technical debt for a list of GitHub repositories and compiles the results into a single file.
m-zakeri/QualityMeter
Software quality meter toolkit
StottlerHenke/CBRI-Backend
CBR Insight: Measure Source Code Quality
m-zakeri/ADAFEST
A data-driven apparatus for estimating/evaluating software testability
kevinjalbert/master-thesis
M.Sc. Thesis on "Predicting Mutation Scores using Source Code and Test Suite Metrics"
stepthom/lscp
A lightweight source code preprocesser
borglefink/cntsrc
A command line utility for counting source code lines, reimplemented.
StottlerHenke/CBRI-Frontend
CBR Insight: Visualize Source Code Quality
StottlerHenke/CBRI-Jenkins
A Jenkins plugin that will analyze source with Understand, calculate core metrics, and then post the results to the CBRI-Backend.
gitq-for-github/plugin
GitHub has nearly 44 million public repositories out of 190 million repositories. GitHub currently has a 54 million developer network. If someone wants to look out for good repositories, it will be quite difficult to navigate through repositories, especially for novice programmers. So, what did we do? We made an attempt to help the novice developers better understand the repository about source code and maintenance. So, what is GitQ? GitQ is a browser plugin, when added to a browser GitQ shows visual badges for repositories on Github. GitQ augments GitHub with badges that deliver visual cues quantifying the project’s architecture and maintenance. It also provides additional project information w.r.t metric scores. With GitQ, we wish to improve developers’ experience while using GitHub; help them identify the right repository for re-use or contribution.
Kowndinya2000/gitQ
GitHub has nearly 44 million public repositories out of 190 million repositories. GitHub currently has a 54 million developer network. If someone wants to look out for good repositories, it will be quite difficult to navigate through repositories, especially for novice programmers. So, what did we do? We made an attempt to help the novice developers better understand the repository about source code and maintenance. So, what is GitQ? GitQ is a browser plugin, when added to a browser GitQ shows visual badges for repositories on Github. GitQ augments GitHub with badges that deliver visual cues quantifying the project’s architecture and maintenance. It also provides additional project information w.r.t metric scores. With GitQ, we wish to improve developers’ experience while using GitHub; help them identify the right repository for re-use or contribution.
oliverlavery/git-histo
Git command for displaying histograms of how recently source code was modified.
av-maramzin/PParMetrics
PPar Metrics tool. Uses LLVM framework to build a dependence graph of a program and calculates a set of software parallelisability metrics.
victor-iyi/Lines-of-code
Ever wanted to know how many lines of codes are in your project? This is the solution you've been looking for!