#
quality
Automate your code review with style, quality, security, and test‑coverage checks when you need them most. Code quality is intended to keep complexity down and runtime up.
Here are 530 public repositories matching this topic...
Lossy PNG compressor — pngquant command based on libimagequant library
c
palette
quality
png
png-compression
conversion
smaller
stdin
image-optimization
quantization
pngquant
-
Updated
Jan 16, 2022 - C
A collection of public resources about how software companies test their software
testing
quality
knowledge
culture
companies
software-quality
software-testing
testing-practices
knowledge-sharing
quality-engineering
test-engineering
-
Updated
Jan 29, 2022 - HTML
Code smell detector for Ruby
-
Updated
Jan 25, 2022 - Ruby
Copy/paste detector for programming source code.
quality
duplicates
detector
code-quality
cpd
copy-paste
duplications
clones-detection
detect-duplications
-
Updated
Jan 14, 2022 - TypeScript
Code Climate CLI
docker
quality
static-code-analysis
static-analysis
code-quality
codeclimate
codeclimate-engine
climate-cli
-
Updated
Jan 25, 2022 - Ruby
Beautiful and understandable static analysis tool for PHP
-
Updated
Dec 2, 2021 - PHP
StyleFlow: Attribute-conditioned Exploration of StyleGAN-generated Images using Conditional Continuous Normalizing Flows (ACM TOG 2021)
-
Updated
Jan 21, 2022 - Python
An ultra-fast all-in-one FASTQ preprocessor (QC/adapters/trimming/filtering/splitting/merging...)
adapter
quality
bioinformatics
quality-control
filter
ngs
sequencing
overlap
splitting
duplication
umi
trimming
preprocessing
filtering
illumina
fastq
merging
qc
polyg
-
Updated
Jan 5, 2022 - C++
java
quality
analysis
static-code-analysis
static-analysis
sonarqube
analyzer
static-analyzer
sonarlint
sonarcloud
language-team
-
Updated
Jan 28, 2022 - Java
Tooling that helps you do quality, faster.
-
Updated
Jan 15, 2022 - TypeScript
Project Guidelines for the Android Buffer App
-
Updated
Jun 22, 2020 - Shell
-
Updated
Jan 29, 2022 - JavaScript
roman-petrov
commented
Jan 26, 2022
During code review today I just noticed a repeated pattern:
void processResponse(GetSettingsResponse settings) {
...
}
await SettingsApi().getSettings().then(processResponse);From my knowledge of Dart, there is nothing bad in processing future results using then chain. However, my preference and (from my experience) more "standard" way to process promise results would
Palette quantization library that powers pngquant and other PNG optimizers
palette
quality
visual-studio
conversion
callback
minification
image-optimization
quantization
rgba-pixels
palette-generation
pixel-array
image-pixels
pngquant
-
Updated
Jan 25, 2022 - Rust
tunnckoCore
commented
Feb 9, 2018
Which will behave like that
let settings = await prettyConfig('rollup', { configFiles })
if (!settings) {
settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)instead of above we can hide it to look like that
const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })
if (!settings) {
console.log('no config fileQualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. https://github.com/WeBankFinTech/Qualitis
workflow
quality
compare
dss
data-quality
quality-improvement
quality-check
linkis
datashperestudio
data-quality-model
-
Updated
Jan 21, 2022 - Java
Code and information for face image quality assessment with SER-FIQ
quality
machine-learning
computer-vision
face
biometrics
face-recognition
quality-estimation
quality-metrics
robustness
quality-measures
-
Updated
Jan 18, 2022 - Python
Quality Police for Java projects: aggregator of Checkstyle, PMD, and SpotBugs
-
Updated
Jan 8, 2022 - Java
VIVIDUS is all in one test automation tool
infrastructure
quality
test-automation
testing-tools
quality-assurance
testing-framework
bdd-style-testing-framework
vividus
-
Updated
Jan 30, 2022 - Java
Eslint plugin checking architecture boundaries between elements
-
Updated
Jan 29, 2022 - JavaScript
PyTorch Image Quality Assessement package
quality
image
metrics
pytorch
ssim
image-quality
psnr
image-quality-assessment
lpips
pytorch-image-quality
-
Updated
Dec 24, 2021 - Python
Measure the churn/complexity ratio. Higher values mean hotspots where refactorings should happen.
-
Updated
Dec 22, 2021 - TypeScript
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from
config/insights.phpwhen is used withphp artisan insights.Maybe something like:
'parameters' => '--format=json -d memo