Showing 436 open source projects for "diff-ext"

View related business solutions
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 1
    WASP is a Javascript extension for ALPHA CMS. WASP transforms any DIV in a pane of floating widgets!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ***** Discontinued (may still work but will not be updated and supported anymore) ***** This extension connects the simulation platform NetLogo with the statistical analysis software R via Rserve. It adds some new primitives to NetLogo, which offers the interchange of data with R and the call of R functions from NetLogo. See the documentation for more details. There is a similar extension, which use a direct connection to R via rJava/JRI, see http://r-ext.sourceforge.net. This...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    giPlayer-ext

    Extended version of giPlayer

    A python-gtk wrapper for get_iplayer, adapted from robbiecsmith's code. I would have liked to have simply contributed to the original project, but have been unable to contact the original author. Addendum. I have now been able to contact the original author and so it's likely that this will be merged back to the original project in the future (sometime in the New Year 2012 in all probability). See the wiki page for more information
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A tool for diff, patch and 3-way merge of XML files.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Try Free
  • 5
    ***** Discontinued (may still work but will not be updated and supported anymore) ***** This is the MultiView-Extension for NetLogo which enables you to visualize more than one patch variable at a time in additional view windows which represent the world. _______________________________________ Please have also a look on our info page about other NetLogo extensions at http://www.uni-goettingen.de/en/315075.html.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Cosas

    Cosas is a web emulation of the GTD app Things

    ...My plan is to use the web interface at work where I can't use my phone. There will also be an implementation for the iPhone, Android and perhaps a thick client if the mood strikes me. The web interface is written using Ext/JS 4 and all information will be updated using tiny AJAX calls. This is because I want the back end to be as simple as possible to re-implement using whatever framework that is most convenient.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project has moved to http://sourceforge.net/projects/ngspice-ext.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    highcharts-gxt
    Java adapters for JS highcharts inside Ext-GWT UI Widgets. By using this library it will be possible to instantiate and parametrize highcharts through Java artifacts, so ignoring the underlaying javascript code generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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
  • 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
  • 10
    RAD platform for of Ajax applications in java / j2ee. Main features : creation of Ext J.S (extjs) master-detail forms and grids( filter-paging-grouping) without javascript, integration with Spring for the services layer, a Generic Hibernate DAO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    BitcoinSuite

    BitcoinSuite

    Bitcoin GUI in Java

    BitcoinSuite is a Java based graphical user interface for Bitcoin, a peer-to-peer decentralized cryptocurrency. It is a direct fork of open source project NamecoinJ at http://sourceforge.net/p/namecoinj/. Donations are welcome: BTC: 1PqYXpLLSeAHz3FiZmPcfr451jnzsGgXbc, NMC: N2TFbwpTNhNLeXaBD8FSBbicb6guQNXUiA
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    NamecoinJ

    NamecoinJ

    Namecoin GUI in Java

    NamecoinJ is a Java based graphical user interface for Namecoin, a peer-to-peer Domain Name System based on Bitcoin technology (a decentralized cryptocurrency). Donations are welcome: BTC: 19o81NGAHpBmVXkfUcxSttwnBsBnLK9hS3, NMC: Mx3hanF6qXywPAyrAU4S14CwXYcMnecaai
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    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
  • 14
    Curl External Library -- a Curl Open Source project. This project contains libraries for use with the Curl platform
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    An Eclipse plug-in for helping to perform the Extract Class refactoring
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    THOR
    THOR is an extension for ALPHA CMS. THOR is a server side XSS defender that validates for specific "bad" characters which might cause problems to a web site.
    Downloads: 1 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 zope product which provides an interface to keep track of product updates which need to be run on zope sites through an interface that keeps track of those that have been run, when, by who, and their outcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CKFinder extension for ALPHA CMS provides ALPHA CMS with a dynamically loadable CKFinder that can be integrated with CKEditor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    CKEditor extension for ALPHA CMS provides ALPHA CMS with a dynamically loadable CKEditor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Mammoth
    Mammoth is an extension for ALPHA CMS but can be used with any project. Mammoth is written in PHP. Mammoth is a UTF-8 converter for Greek, Cyrillic, Arabic and Thai characters that might be handy in conjunction with web HTML editors such as CKEditor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Loop Menu is an extension for ALPHA CMS. It can manage any menu of any depth in the back-end.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PerceptualDiff is an image comparison utility that compares two images using a perceptual metric. That is, it uses a computational model of the human visual system to determine if two images are visually different, so minor changes in pixels are ignored.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 24
    This package can be used to render graphical diagrams of hierarchical trees of nodes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    CKBDT -- Backup and diff tools. Easy and straightforward source code management. Three commands : dtag (select target directory), dsto (backup target directory), ddif (compare target directory with latest backup).
    Downloads: 0 This Week
    Last Update:
    See Project