Showing 45 open source projects for "java diff"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Financial reporting cloud-based software. Icon
    Financial reporting cloud-based software.

    For companies looking to automate their consolidation and financial statement function

    The software is cloud based and automates complexities around consolidating and reporting for groups with multiple year ends, currencies and ERP systems with a slice and dice approach to reporting. While retaining the structure, control and validation needed in a financial reporting tool, we’ve managed to keep things flexible.
    Learn More
  • 1
    SchemaCrawler

    SchemaCrawler

    Free database schema discovery and comprehension tool

    ...SchemaCrawler works with any operating system that supports Java SE 8 or better. SchemaCrawler is also a Java API that makes working with database metadata as easy as working with plain old Java objects.
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2

    xmldiff

    xmldiif is a library which allows to show diff between xml documents

    xmldiif is a library which allows to show diff between xml documents
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    External Compare - Eclipse Plugin

    External Compare - Eclipse Plugin

    Launch an external diff tool like WinMerge in Eclipse

    Eclipse comes with an internal diff / compare editor, but if you prefer a third-party one, this plugin opens an external merge or diff tool for you. After you open two versions of a file in the internal eclipse compare editor, this plugin either opens an external diff tool automatically or you can choose that this plugin opens the external diff tool after you press a button in the toolbar of the internal compare editor.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 4

    Java 4 SubRip

    j4srt manage SubRip files (.srt).

    usage: java [-options] -jar jarfile -c <fileIn> [<diff>] [<fileOut>] [<pattern>] fileIn input file diff milliseconds or different time fileOut output file pattern time's pattern
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 5
    Clearcase plugin for Eclipse

    Clearcase plugin for Eclipse

    Eclipse plugin for VCS ClearCase

    Provides a ClearCase plug-in for the eclipse development environment. The plug-in Require a ClearCase client installed. We welcome feedback from end-user to make the plug-in more user-friendly. Release info will be published on release mailing-list. Version 2.2.36 --> requires java 1.7 or higher. Version 2.2.42 --> requires java 1.8 or higher.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    JavaGimmicks

    Utility classes, APIs and tools for Java

    A set of helper and utility classes, APIs and tools for the Java Programming Language. For more details - pleas visit the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gattMath is a educational math (graphical) program that show some concepts behind Integral and Differential Calculus, like Riemann, Simpson, Darboux, Trapezoid, Monte-Carlo integration, derivative, antiderivative, tangent,..., and sure a plotter.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Ftp Site Deployer

    FTP Netbeans plugin for java, php and maven project

    Ftp Site Deployer is a Netbeans plugin not a standalone FTP Client. It's designed and is particularly usefull to upload changes to a web site developed in Java, PHP. This plugin allows to transfer a single file or a folder from the project view inside the Netbeans IDE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JNdiff: An Optimized Alghorithm for Natural (XML) Diff-ing
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 10
    A diff/merge of two OWL ontologies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pers Vcs

    Pers Vcs

    Personal Version System

    PC Based Version system for any file type. Suspend any project then return with no Version loss. Revert to any Version at any time, see all versions content and compare
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XML Differencing and Patching tools. XML based tools to mimic the functionality of traditional line based diff and patch utils, except operating on the hierarchical structure of XML.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    DiffReport

    DiffReport

    Code Difference report

    Often I have seen some Huge Maintenance Projects it is always very difficult to track the incremental files for each release and If we want to do that we need to checkout both the branches and use some UI based tool to get the diff of the files finally we end up waiting in front of the PC for a long time and do this job. In many cases we spend more than 2 hrs/day. The time increases if there are more such parallel releases and at the end of the day 1 developer does it as full time job and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A tool for diff, patch and 3-way merge of XML files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Onzen is a graphical front end for the revision control systems CVS, SVN, HG, and GIT. It represent the files managed by the RCS in a tree-view and offers functions to e. g. update, commit, add, remove, diff, view files and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DirPatcher

    Why use this tool ?

    This tool can interest you, if you want to copy files from a folder to another and keep a save of the overwrit ones. The tool just need a source folder, a destination folder and a diff folder (where save files will be stored). You can also use a "revert" functionnality to revert all modifications, using the diff folder :) This tool can also be used with normal interface or by command-line. ex: java -jar dirpatcher-1.0.jar source target diff java -jar dirpatcher-1.0.jar -revert diff target
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    DiffStats

    DiffStats counts added, moved and deleted LOC in a diff file

    DiffStats analyzes diff files. It counts lines of code added, deleted and moved. It was designed for Java code, but will work with other languages, like C++. It ignores blank lines and comment line, if they start with a //, /* or *. This project was made to complete another project because I was unable to find anything else like it. I posted it to see if anyone else had interest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A simple tool to import the diff, gtf and tracking files from cufflinks, cuffcompare, cuffdiff into a new sqlite database for data mining.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Platform-independent PostgreSQL diff tool that is useful for schema upgrades. The tool compares two schema dump files and creates output file that can be used for upgrade of old schema. Project sources and issue tracker has been moved to https://github.com/fordfrog/apgdiff.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    LDIFF is an enhanced language-independent line differencing tool built upon the Unix diff and overcomes its limitations in determining whether an artifact line has been changed or is the result of additions and removals
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    A generic SQL driven data audit tool for detecting differences between any JDBC accessible database tables and other data sources. Platform independent. It's a unix like diff for databases. Produces key values with the differing column name and data
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PICit
    PICit is a development environment for programming Microchip PIC controllers with C. It is based on Eclipse CDT (C Development Tooling), which provides the infrastructure (IDE, powerful and feature rich editor). PICit delivers the integration of diff
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Provides tools, supporting quality management or quality assurance for software: Assessment execution (ISO 15504 (SPiCE), AutomotiveSPiCE, CMMi), diff tool calculating sizes (SLoC) of diffs, identification of conditional compilation, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    N-way Folder Diff is a simple, platform independent tool to compare multiple folders. It differs from usual diff tools because it is possible to do n-way (upto 10 way) diff as compared to the usual 2-way diff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    JMeld is a visual diff and merge tool. It is build to be fast with large files and runs on any operating system. Development on sourceforge has stopped. The project continues at github. https://github.com/MrKuip/JMeld
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next