Showing 27 open source projects for "comparator"

View related business solutions
  • Employee monitoring software with screenshots Icon
    Employee monitoring software with screenshots

    Clear visibility and insights into how employees work. Even remotely

    Our computer monitoring software allows employees, field contractors, and freelancers to manually clock in when they begin working on an assignment. The application will take screenshots randomly or at set intervals, which allows employers to observe the work process. The application only tracks activity when the employee is clocked in. No spying, only transparency.
  • Control remote support software for remote workers and IT teams Icon
    Control remote support software for remote workers and IT teams

    Raise the bar for remote support and reduce customer downtime.

    ConnectWise ScreenConnect, formerly ConnectWise Control, is a remote support solution for Managed Service Providers (MSP), Value Added Resellers (VAR), internal IT teams, and managed security providers. Fast, reliable, secure, and simple to use, ConnectWise ScreenConnect helps businesses solve their customers' issues faster from any location. The platform features remote support, remote access, remote meeting, customization, and integrations with leading business tools.
  • 1

    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. For merging updates made in two different tables, the updates done...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    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
    Downloads: 76 This Week
    Last Update:
    See Project
  • 3
    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...
    Downloads: 12 This Week
    Last Update:
    See Project
  • 4
    streamsupport

    streamsupport

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

    ... functionality scope of Java 8. 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
  • Fully managed relational database service for MySQL, PostgreSQL, and SQL Server Icon
    Fully managed relational database service for MySQL, PostgreSQL, and SQL Server

    Focus on your application, and leave the database to us

    Cloud SQL manages your databases so you don't have to, so your business can run without disruption. It automates all your backups, replication, patches, encryption, and storage capacity increases to give your applications the reliability, scalability, and security they need.
  • 5
    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. The advantages by using CSV as input and output are the following: - Many...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    CSV Transformer

    CSV Transformer

    transforms xml to csv

    The CSV Transformer is a data processing tool which transforms .xml-Files to comma separated values. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    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: 1 This Week
    Last Update:
    See Project
  • 9

    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
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 10
    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
  • 11

    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    GStreamer-based blind audio comparison tool for GNOME.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    A fuzzy text-comparison engine allowing the tracking of xml paragraphs (or similar granularity) between two editions. A frontend then allows the making of new links, confirmation of guessed ones, and annotation of links and paragraphs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Tire Comparator
    Tire Comparator is a simple Qt-based utility written with the Nokia N900 in mind. It is a pocket utility to help tire technicians evaluate how large of a difference there will be if a customer varies from the OEM tire size. Aimed at the US market.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    just a small java property file comparator
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Search Comparator is a web-based platform to compare results of different popular search engines like Google, Bing, Yahoo etc. Visit the project web for details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A simple MD5 checksum comparator. Paste in the desired checksum, select the file to be checked. You get a green checksum indication for a match, otherwise the calculated checksum goes red. Easy, with no tedious manual checking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XML Schema tools and Maven plugins: WSDL Merger, XML Comparator (SAX & DOM), Namespace normalizer Note - the project has moved to github! https://github.com/rustyx/xsdutils
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Database tools is a DB comparator tool. It's a Java Program that uses JDBC connections. It's propose to make strutural comparisons between two databases in order to create DDL commands for make them equal structurally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Project: Query-By-Proxy: A java criteria api where path expressions are composed by invoking methods on a proxy for a class. Supports either JPA or Hibernate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Traffic Light Controlling Comparator (TLCComp) is a simulator of traffic. It is developed from Green Light District (https://sourceforge.net/projects/stoplicht/). TLCComp provides three new light controllers: Fixed-time, Fuzzy1, FuzzyN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Java-based csv file comparator, accepting other separators. Records are compared column by column, highlighting differences per column. Comparison is based on key column (first by default). Composite keys can be used (more than one column as a key)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Dynamic Implementation of java.util.Comparator Interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next