322 skills found · Page 1 of 11
boyter / SccSloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
minimaxir / TextgenrnnEasily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code.
es-analysis / PlatoJavaScript source code visualization, static analysis, and complexity tool
minimaxir / SimpleaichatPython package for easily interfacing with chat apps, with robust features and minimal code complexity.
terryyin / LizardA simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.
jainaman224 / Algo Ds NotesA comprehensive resource for learning and implementing algorithms and data structures. This repository includes detailed notes, complexity analysis, and code examples in C++, Java, Python, and more. Ideal for students, professionals, and those preparing for coding interviews.
DamnWidget / AnacondaAnaconda turns your Sublime Text 3 in a full featured Python development IDE including autocompletion, code linting, IDE features, autopep8 formating, McCabe complexity checker Vagrant and Docker support for Sublime Text 3 using Jedi, PyFlakes, pep8, MyPy, PyLint, pep257 and McCabe that will never freeze your Sublime Text 3
gabotechs / Dep TreeTool for helping developers keep their code bases clean and decoupled. It allows visualising a code base complexity using a 3d force-directed graph of files and the dependencies between them.
fzipp / GocycloCalculate cyclomatic complexities of functions in Go source code.
tonybaloney / WilyA Python application for tracking, reporting on timing and complexity in Python code
sebastianbergmann / ComplexityLibrary for calculating the complexity of PHP code units
ludo-technologies / PyscnAn Intelligent Python Code Quality Analyzer
openai / Multiagent CompetitionCode for the paper "Emergent Complexity via Multi-agent Competition"
AllenDowney / ThinkComplexity2Book and code for Think Complexity, 2nd edition
codergogoi / Nodejs MicroserviceNodeJS Microservice Architecture Example with the real-time project. This is a practical source code of the NodeJS Microservice tutorial series. Where we have split up a monolithic application into Microservices Architecture. The main goal of this repository is to provide an overview of how the microservices architecture is working with nodejs and what is the complexity we need to resolve to achieve the outcome from a Monolithic architecture.
hackware1993 / Flutter ConstraintLayoutA super powerful Stack, build flexible layouts with constraints. Similar to ConstraintLayout for Android and AutoLayout for iOS. But the code implementation is much more efficient, it has O(n) layout time complexity and no linear equation solving is required.
uudashr / GocognitCalculates cognitive complexities of functions (and methods) in Go source code. (Golang cognitive complexity)
julianrubisch / Attractorcode complexity metrics visualization and exploration tool for ruby and javascript
simonrenoult / Code ComplexityMeasure the churn/complexity ratio. Higher values indicate hotspots where refactorings should happen.
fallow-rs / FallowFind unused code, code duplication, circular dependencies, and complexity hotspots in TypeScript/JavaScript projects