Skip to content
#

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 67 public repositories matching this topic...

This repository contains tons of programs for various algorithms implemented in Java. Algorithms like euler tour, edmonds branching algorithm, bipartite matching algorithm. The main focus is on code quality, run time optimization, cleaner and high quality code which is easy to read. The repository contains projects in 2 categories Short Projects…

  • Updated Jul 19, 2016
  • Java

Compress Image to reduce bandwidth usage and compare result with different libraries. In this project different libraries are compared in terms of quality and compressed image size by giving different dimensions and quality..This project is in Java language with JSP files.. The libraries which compared are: ImageMagick DIP(Digital Image Processi…

  • Updated Jul 27, 2016
  • Java

Hide a text document (text.txt) within the same folder as this program into an image (host_image.jpg). The GUI will show the host image in the left panel. The hiding will be performed by replacing the ’n’ lower order bits of image with the ASCII values of the ‘m’ number of characters from the text document. The more text you embed into the image…

  • Updated Mar 27, 2017
  • Java

CSV Data Validator is a tool to validate csv file. It parse csv and validate the data with .hdr(csv meta data) before ingestion to Data Lake. It checks data file availability for every day load and validate data with respective meta data like File Size, Checksum, Delimiter, Record count etc. It ensure landed data conformity before give go ahead …

  • Updated Jan 6, 2019
  • Java
Followers
51.2k followers