All Projects → save-cloud → Similar Projects or Alternatives

452 Open source projects that are alternatives of or similar to save-cloud

flextool
C++ compile-time programming (serialization, reflection, code modification, enum to string, better enum, enum to json, extend or parse language, etc.)
Stars: ✭ 32 (+6.67%)
Mutual labels:  static-analysis, codestyle
inline-plz
Inline your lint messages
Stars: ✭ 32 (+6.67%)
Mutual labels:  static-analysis
binary-auditing-solutions
Learn the fundamentals of Binary Auditing. Know how HLL mapping works, get more inner file understanding than ever.
Stars: ✭ 61 (+103.33%)
Mutual labels:  static-analysis
kotlin-style-guide
red_mad_robot Kotlin Style Guide
Stars: ✭ 85 (+183.33%)
Mutual labels:  codestyle
Lyra
No description or website provided.
Stars: ✭ 23 (-23.33%)
Mutual labels:  static-analysis
phantom-types
Phantom types for Python.
Stars: ✭ 120 (+300%)
Mutual labels:  static-analysis
sturdy
Sturdy is a library for developing sound static analyses in Haskell.
Stars: ✭ 49 (+63.33%)
Mutual labels:  static-analysis
php-codesniffer-sniffs
Custom sniffs for PHP_CodeSniffer
Stars: ✭ 16 (-46.67%)
Mutual labels:  static-analysis
Vehicle-Security-Toolkit
汽车/安卓/固件/代码安全测试工具集
Stars: ✭ 367 (+1123.33%)
Mutual labels:  static-analysis
code-review
Automated static analysis & linting bot for Mozilla repositories
Stars: ✭ 51 (+70%)
Mutual labels:  static-analysis
Qulice
Quality Police for Java projects
Stars: ✭ 250 (+733.33%)
Mutual labels:  static-analysis
IntelliJ-Luanalysis
Type-safe Lua IDE Plugin for IntelliJ IDEA
Stars: ✭ 118 (+293.33%)
Mutual labels:  static-analysis
dmn-check
A tool which performs static analyses on Decision Model Notation (DMN) files to detect bugs
Stars: ✭ 34 (+13.33%)
Mutual labels:  static-analysis
luli
A static analysis and linter tool for Lua
Stars: ✭ 45 (+50%)
Mutual labels:  static-analysis
adelaide
The SECBIT Static Analysis Extension to Solidity Compiler
Stars: ✭ 16 (-46.67%)
Mutual labels:  static-analysis
SDA
SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.
Stars: ✭ 98 (+226.67%)
Mutual labels:  static-analysis
cmake-init
The missing CMake project initializer
Stars: ✭ 1,071 (+3470%)
Mutual labels:  static-analysis
SPDS
Efficient and Precise Pointer-Tracking Data-Flow Framework
Stars: ✭ 38 (+26.67%)
Mutual labels:  static-analysis
sonar-css-plugin
SonarQube CSS / SCSS / Less Analyzer
Stars: ✭ 46 (+53.33%)
Mutual labels:  static-analysis
SCAF
A Speculation-Aware Collaborative Dependence Analysis Framework
Stars: ✭ 25 (-16.67%)
Mutual labels:  static-analysis
qulice
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
Stars: ✭ 286 (+853.33%)
Mutual labels:  static-analysis
tryceratops
A linter to prevent exception handling antipatterns in Python (limited only for those who like dinosaurs).
Stars: ✭ 381 (+1170%)
Mutual labels:  static-analysis
phpstan-wordpress
WordPress extensions for PHPStan ⛏️
Stars: ✭ 182 (+506.67%)
Mutual labels:  static-analysis
klever
Read-only mirror of the Klever Git repository
Stars: ✭ 18 (-40%)
Mutual labels:  static-analysis
Pepper
An open source script to perform malware static analysis on Portable Executable
Stars: ✭ 250 (+733.33%)
Mutual labels:  static-analysis
Mobileapp Pentest Cheatsheet
The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.
Stars: ✭ 3,051 (+10070%)
Mutual labels:  static-analysis
CheckStyle
在协同开发中让代码风格保持一致
Stars: ✭ 25 (-16.67%)
Mutual labels:  codestyle
phpstan-phpspec
PhpSpec extension for PHPStan
Stars: ✭ 19 (-36.67%)
Mutual labels:  static-analysis
phpcs-psr4-sniff
[READ-ONLY] PHP_CodeSniffer sniff that checks class name matches PSR-4 project structure.
Stars: ✭ 23 (-23.33%)
Mutual labels:  static-analysis
Fortran-Tools
Fortran compilers, preprocessors, static analyzers, transpilers, IDEs, build systems, etc.
Stars: ✭ 31 (+3.33%)
Mutual labels:  static-analysis
gospal
Go static program analyser
Stars: ✭ 56 (+86.67%)
Mutual labels:  static-analysis
bismon
persistent monitor (for static source code analysis, GCC based)
Stars: ✭ 45 (+50%)
Mutual labels:  static-analysis
sbt-findbugs
FindBugs static analysis plugin for sbt.
Stars: ✭ 47 (+56.67%)
Mutual labels:  static-analysis
gqlanalysis
gqlanalysis makes easy to develop static analysis tools for GraphQL in Go.
Stars: ✭ 36 (+20%)
Mutual labels:  static-analysis
checkup
A health checkup for your project.
Stars: ✭ 76 (+153.33%)
Mutual labels:  static-analysis
lints
Lint all your JavaScript, CSS, HTML, Markdown and Dockerfiles with a single command
Stars: ✭ 14 (-53.33%)
Mutual labels:  static-analysis
iec-checker
Static analysis of IEC 61131-3 programs
Stars: ✭ 36 (+20%)
Mutual labels:  static-analysis
kcc
A Small C Compiler
Stars: ✭ 18 (-40%)
Mutual labels:  static-analysis
UTBotCpp
Tool that generates unit test by C/C++ source code, trying to reach all branches and maximize code coverage
Stars: ✭ 59 (+96.67%)
Mutual labels:  static-analysis
dlint
Dlint is a tool for encouraging best coding practices and helping ensure Python code is secure.
Stars: ✭ 130 (+333.33%)
Mutual labels:  static-analysis
phpstan-extensions
Extensions for PHPStan
Stars: ✭ 61 (+103.33%)
Mutual labels:  static-analysis
vim-phpstan
A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.
Stars: ✭ 26 (-13.33%)
Mutual labels:  static-analysis
lint-checks
A set of opinionated and useful lint checks
Stars: ✭ 61 (+103.33%)
Mutual labels:  static-analysis
swap-detector
A library for detecting swapped arguments in function calls, and a Clang Static Analyzer plugin used to demonstrate the library.
Stars: ✭ 19 (-36.67%)
Mutual labels:  static-analysis
duplex
Duplicate code finder for Elixir
Stars: ✭ 20 (-33.33%)
Mutual labels:  static-analysis
go-perfguard
CPU-guided performance analyzer for Go
Stars: ✭ 58 (+93.33%)
Mutual labels:  static-analysis
go-recipes
🦩 Tools for Go projects
Stars: ✭ 2,490 (+8200%)
Mutual labels:  static-analysis
AWS-Certified-Solutions-Architect-Associate
AWS Certified Solutions Architect Associate exam preparation notes
Stars: ✭ 37 (+23.33%)
Mutual labels:  certification
Rubycritic
A Ruby code quality reporter
Stars: ✭ 2,841 (+9370%)
Mutual labels:  static-analysis
Scalpel
Scalpel: The Python Static Analysis Framework
Stars: ✭ 176 (+486.67%)
Mutual labels:  static-analysis
Ford
Automatically generates FORtran Documentation from comments within the code.
Stars: ✭ 245 (+716.67%)
Mutual labels:  static-analysis
localhost-sonarqube
Analysing source code locally with SonarQube in a Docker environment.
Stars: ✭ 17 (-43.33%)
Mutual labels:  static-analysis
Phpstan Phpunit
PHPUnit extensions and rules for PHPStan
Stars: ✭ 247 (+723.33%)
Mutual labels:  static-analysis
PHPDoctor
🏥 PHPDoctor: Check files, full directories or strings for missing or bad PHPDoc types.
Stars: ✭ 54 (+80%)
Mutual labels:  static-analysis
eslint-config-yara
Yara Digital Labs JavaScript Style Guide
Stars: ✭ 12 (-60%)
Mutual labels:  codestyle
nestif
Detect deeply nested if statements in Go source code
Stars: ✭ 30 (+0%)
Mutual labels:  static-analysis
subpy
Python subsets
Stars: ✭ 41 (+36.67%)
Mutual labels:  static-analysis
Warnings Ng Plugin
Jenkins Warnings Plugin - Next Generation
Stars: ✭ 248 (+726.67%)
Mutual labels:  static-analysis
ramllint
RAML Linter
Stars: ✭ 18 (-40%)
Mutual labels:  static-analysis
aparoid
Static and dynamic Android application security analysis
Stars: ✭ 62 (+106.67%)
Mutual labels:  static-analysis
1-60 of 452 similar projects