Showing 48 open source projects for "comparator"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 1
    Image Comparator

    Image Comparator

    Find and remove duplicate or similar images.

    Image Comparator is a robust Windows desktop application designed to identify and manage duplicate or visually similar images using advanced Discrete Cosine Transform (DCT) algorithms. Unlike standard comparison tools, it effectively detects images that have been resized, compressed, or slightly modified.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Excel Comparator

    This tool allows the comparison of two excel sheets

    The Sheet Comparator is a tool intended to highlight the differences between two excel files, or two worksheets, or even tables within the same spreadsheet. It differs itself from other excel comparators by the being able to treat database like tables, and also because it can annotate the differences directly on the spreadsheet comments. Using the tool's diff table, it allows the user to quickly scroll into the differences.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    This tool is used to compare two Arrays of Byte for CE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Auto Comparator - Stack ViewCE
    Here is my Tool for Auto compare Stack View in CE. https://youtu.be/PTW8hmar_CI Here is My cheat engine Tutorial: https://cheatengineguide.blogspot.com/2025/02/ce-guide.html
    Downloads: 1 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    VisualCUF

    VisualCUF

    Visual comparator of codon usage frequencies (CUFs)

    VisualCUF visually compares two or three codon usage frequencies. The input files are .cuf files produced by the cufCDS program.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Auto Comparator_Dissect Data
    This tool compares the values of the dissected data in order to retain only the unique ones. https://www.youtube.com/watch?v=-xF0krXjk98
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Generic Image Decoder

    Generic Image Decoder

    A standalone, portable generic Ada package for decoding images

    The Generic Image Decoder is a package for decoding a broad variety of image formats, from any data stream, to any kind of medium. Unconditionally portable code: OS-, CPU-, compiler- independent code. More information on... http://gen-img-dec.sf.net Alire crate: https://alire.ada.dev/crates/gid Mirror: https://github.com/zertovitch/gid
    Leader badge
    Downloads: 79 This Week
    Last Update:
    See Project
  • 8
    eCxx

    eCxx

    A C++ library for AVR and NodeMCU

    NOTE: This project is marked with 'Status: Abandoned' on SourceForge because not enough time can be dedicated to this project. However it may still get sporadic commits to the repository. eCxx is a library for AVR and NodeMCU tailored for micro LED displays and lighting effects. eCxx is utilizing Makefile build system. Java and Python based applications/tools are also included to ease the development and debugging process using the host PC. On one side, eCxx supports the original...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    cfcfg

    Yet another Linux kernel configuration comparator

    Produces a succinct comparison of two Linux kernel configuration files, showing added, removed and changed settings, in an indented layout reflecting the configurator menus. The resulting text file is coloured when the output is to a terminal; the colours can be retained when redirecting the output to a file or pipe. Now comes with a program to extract configuration variable names and their prompts from their kernel build system, to create a symbol table. The comparison program can use...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    streamsupport

    streamsupport

    Backport of Java 8/9 java.util.stream API to Java 6/7 and Android

    ...In detail, static and default interface methods have been moved to companion classes in the same package that bear the identical name as the interface but with an "s" appended (e.g. Comparator -> Comparators). For ease of use, the default methods for most of the functional interfaces were NOT retained as abstract methods in the redefined interfaces - the missing default (and static) methods can always be found in the corresponding companion class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    sx-emcalc

    sx-emcalc

    Multifunctional electronics calculator

    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    LevelDB

    LevelDB

    A fast key-value storage library

    LevelDB is a library of persistent key values. Written at Google, it contains keys and values that are arbitrary byte arrays, ordered within the key value store according to a user-specified comparator function. LevelDB is not an SQL database and does not support SQL queries or indexes. It simply provides an ordered mapping from string keys to string values. Data is stored already sorted by key, though callers can override the sort order through a custom comparison function. It supports forward and backward iteration as well as transient snapshots, and automatically compresses data via the Snappy compression library.
    Downloads: 29 This Week
    Last Update:
    See Project
  • 13
    CSV Comparator

    CSV Comparator

    CSV Comparator is a tool for comparing files which contain CSV-Data.

    CSV Comparator is a tool for comparing files which contain CSV-Data. It was created for performance engineers to be able to have a easy way to compare data from two testruns and be able to automate the comparing process of various files with scripts. There is a command line tool as well as a user interface. In case you need to compare .xml-Files you can convert them to .csv-Files with my other project CSV Transformer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    CSV API

    CSV API

    api for reading, writing and comparing .csv-Files

    This API was created during the development of my other projects CSV Comparator and CSV Transformer. Currently there is no download available, because the API is still under development and there is no documentation available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    CSV Transformer

    CSV Transformer

    transforms xml to csv

    ...The CSV Transformer was created in a load and performance testing project, the use case was to be able to transform 2800 configuration files of a big banking application to a single .csv-File. With this single file it was possible to compare the whole configuration between two releases with the already available tool CSV Comparator. This enabled the team to verify if there were any changes that could have a potential performance impact.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    StockSims Inspector Simulator

    StockSims Inspector Simulator

    StockSims Inspector Simulator

    Stock Price Inspector Moon Phase Alignment Inspection Trading Simulation Engine Key View (Multiple Time Frame Comparator)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    WSDLComparator

    WSDL Comparator compares two different wsdl files and gives a report

    WSDL Comparator compares two different wsdl files and gives a report This is the initial release of the WSDL comparator. The WSDL comparator compares two WSDL files with related XSD files in depth.It analyzed if the WSDL files are backward compatible or not. The comparison results could be view in the application itself and in a HTML view.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Bayesian Estimated Core Genome

    A pipeline for estimating the core genome of a set of genome sequences

    This collection of tools, Bayesian Estimated Core Genome Tools, is intended to provide a simple pipeline for calculating the estimated core genome of a set of genome sequences, based on the output obtained from Genome Comparator [1]. As well as calculating the estimated core genome, tools are also provided for the calculation of median pairwise distances for alignments generated by Genome Comparator for each gene based on the reference genome. Finally, there is a tool for generating the necessary files to create the genome diagrams seen in van Tonder et al. [2] using Circos [3]. 1. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Image Comparator (Deprecated)

    Image Comparator (Deprecated)

    An easy tool to find and delete duplicate images.

    Image Comparator is an easy tool that finds duplicate image files in your system. In order to do that it looks your images pixel by pixel; therefore even if two images have different formats and file sizes(MB/KB) Image Comparator finds them. Supported formats: jpg, bmp, png, gif, tif, ico. Requirements: .NET Framework 4.0. Works only on Windows.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21

    Multi-Column Row Comparator

    Provides multi-column sort capabilities for row-based text file data

    This Java library provides a basic implementation of the java.util.Comparator interface for delimited flat file records. The compare method assumes String arguments which are tokenized. These tokens represent the individual columns that are to be sorted based on rules that are injected prior to execution. The data structure of the file is also defined prior to execution. This implementation sorts the following column data types: - java.lang.String - java.Math.BigInteger -...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    This compares Microsoft Excel column wise. Two column can be compared, and all dissimilarity in values are shown. Its still on development mode, soon will be releasing a BETA version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Stand-alone Java library implementing parser/formatter/comparator/validator for JSON/XML-like text formats oriented on JSON-like object model (list,map,scalar + reflection). Library is designed to maximize adaptivity via set of extendable modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    GStreamer-based blind audio comparison tool for GNOME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This tool conects to a catalog of a given database and extract some metadata that can be handy for revision. The metadata are extracted to a xml file, useful for comparison (see also my project comparator), Metadata are extracted using JDBC. Supported DBMS: MySQL and PosgreSQL. The metadata extracted from the catalog are: Catalog -> name Tables -> name and if its a view. Column-> name, type, precision, length, is null Index -> name, is primary key, is unique, and a list of its fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB