Open Source Version Control Software - Page 20

Version Control Software

View 78 business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    HgBDS Mercurial Integration

    HgBDS Mercurial Integration

    Version control plug-in for RAD Studio

    The HgBDS Mercurial Integration Project is producing a version control plug-in package for Embarcadero RAD Studio to use Mercurial as an integrated version control system. Its name stands for the executable file name ‘bds.exe’ which is kept unchanged after the product changed its name from Borland Developer Studio (BDS).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    HgBox

    Tray Icon Utiltiy for Mercurial SCM

    HgBox is a small helper utility for usage with mercurial scm repositories. It helps you to keep your repositories in sync with a remote repository. It therefore starts periodically actions like e.g. push to and pull from the remote repository. This is especially helpful if you use mercurial as a kind of backup utility for important files and/or to sync files on different computers. HgBox is platform independent and programmed in Java, it should therefore work on all platforms supported by Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Hippo is a combination of Draco.NET and MS BuildIt. It provides the client/server mechanism, SourceSafe changes and scheduled builds of Draco.NET, and the build numbering system provided in BuildIt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Smart windows GUI client for mercurial version system
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5
    Functional integration of Hop (SourceForge project Hopper) for Visual Studio.NET. The aim of this project is to simplify the usage of Hop by making selected functions accessible inside Visual Studio.NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Software oriented help desk application designed to help support operators answering customers about questions, bugs and their workaround or any other stuf of a software. Build with ASP 2.0 and comes with an MS Access/MS SQL Server/ODBC database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Program for recursively walk throug some website analyzing html-pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    HubCommander

    HubCommander

    A Slack bot for GitHub organization management, and other things too

    A user-extendable Slack bot for GitHub organization management. HubCommander provides a chat-ops means for managing GitHub organizations. It creates a simple way to perform privileged GitHub organization management tasks without granting administrative or owner privileges to your GitHub organization members. HubCommander is based on slackhq/python-rtmbot (currently, dependent on release 0.4.0) You simply type help, and the bot will output a list of commands that the bot supports. Typing the name of the command, for example, CreateRepo, will output help text on how to execute the command. Granting outside collaborators specific permissions to repositories. Repository default branch modification. Repository PR listing. Repository deploy Key listing/creation/deletion. Repository topics creation/deletion. Repository branch protection enabling/disabling. You can add additional commands by creating plugins. For example, you can create a plugin to invite users to your organizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ITM Gitflow

    Git extensions based on Vincent Driessen's branching model

    ITM Gitflow Script Package --------------------------------- ITM Version of the Git extensions to provide high-level repository operations for Vincent Driessen's branching model: http://nvie.com/posts/a-successful-git-branching-model/ You can find a short summary of its highlights as well as installation instructions here: https://github.com/fspreng/ITM_gitflow/blob/develop/README.mdown Please, report issues here: https://github.com/fspreng/ITM_gitflow/issues
    Downloads: 0 This Week
    Last Update:
    See Project
  • Connect every part of your business to one bank account Icon
    Connect every part of your business to one bank account

    North One is a business banking app that integrates cash flow, payments, and budgeting to turn your North One Account into one Connected Bank Account

    North One is proudly built for small businesses, startups and freelancers across America. Make payments easily, keep tabs on your money and put your finances on autopilot through smart integrations with the tools you’re already using. North One was built to make managing money easy so you can focus on running your business. No more branches. No more lines. No more paperwork. Get complete access to your North One Account from your phone or computer, wherever your business takes you. Create Envelopes for taxes, payroll, rent, and anything else automatically.
    Get started for free.
  • 10
    IWeaver is an open source web page builder for Windows. As primary tools we give you JavaScript and HTML editors. Both of them have some useful features to make creation of your site easier. JavaScript templates help you to make dynamic pahges very fast.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Immutable Sparse Wave Trees (WaveTree)

    Realtime bigdata tool for bit strings up to 2^63 based on AVL forest

    Realtime bigdata tool at the bit level based on immutable AVL forest which can be run in memory or, in future versions, as a merkle forest like a blockchain. Main object is a sparse bit string (Bits) that efficiently scales up to 2^63 bits normally compressed as forest has duplicated substrings. Bits objects support reading bit, byte, short, int, or long (Java primitives) at any bit index in 64 bit range. Example: instead of building a class to hold a header and then data, represent all of that as Bits, subranges of them, and ints for sizes of its parts. Expansion ability for other kinds of compression, since Bits is a Java interface. Main functions on bits are substring, concat, number of 0 or 1 bits, and number of bits (size). All those operations can be done millions of times per second regardless of size because the AVL forest reuses existing branches recursively. Theres a scalar (originally for copy/pasting subranges of sounds) and a bit Java package. Sparse n dimensional matrix.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Import/Export Utility for MSAccess

    An Import/Export Utility for MS Access

    Currently this tool allows the easy export and import of these access objects: Forms (SaveAsText/LoadFromText) Reports (SaveAsText/LoadFromText) Macros (SaveAsText/LoadFromText) Modules (SaveAsText/LoadFromText) Queries (the SQL query itself) Tables (ExportXml/ImportXML) References (custom format) Relations (custom format) Database Properties (custom format) In has currently been tested on Microsoft Access 2000 (.mdb), 2002-2003 (.mdb), and 2007 (.accdb) databases. It's only requirement is to have installed these external references along with a copy of Microsoft Access: Visual Basic For Applications Microsoft Access 12.0 Object Library Microsoft Windows Common Controls 6.0 (SP6) Microsoft Scripting Runtime Microsoft Office 12.0 Object Library Microsoft DAO 3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Incredible hosting system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Easy and grafical control version. In particular allow you to go back to your last stable source than compile to do another task when you are block. It use diff and patch. Draw the dependences between commits. Only a click to commit all proyect.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Informative git prompt for bash and fish

    Informative git prompt for bash and fish

    An informative and fancy bash prompt for Git users

    This prompt is a port of the "Informative git prompt for zsh". A bash prompt that displays information about the current git repository. In particular the branch name, difference with remote branch, number of files staged, changed, etc. The advantage of this approach is, that you only need to specify the parts, that are different to the Default theme. You can set the GIT_PROMPT_SHOW_UNTRACKED_FILES variable to no or normal to speed things up if you have lots of untracked files in your repository. This can be the case for build systems that put their build artifacts in the subdirectory structure of the git repository. Setting it to all will count all untracked files, including files listed in .gitignore. The most settings are now stored in theme files. To select a theme, set the variable GIT_PROMPT_THEME to the name of the theme located in <INSTALLDIR>/themes without the extension .bgptheme.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    The IntegrationGuard is a small set of Java classes and some start scripts used in conjunction with CVS. This little tool supports the paradigms 'continuous and sequential integration' and 'unit testing' of 'eXtreme programming'
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An automated system adminstration framework for any *nix operating system. Automated package and configuration management are supported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The new Ionia Student Online is a student information system for high schools, run from a web environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Will allow web based (Facelet) ant compile/build/deploy script generator and runner unsing a JCR content repository for managing J2EE components in a project environnement. Maybe a little of all this soon...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Java based screenplay (movie script) editor and colaboration tool with a graphical interface (WYSIWYG) to create and/or edit scripts. Export in XML, PDF, XHTML and other formats. En español.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    JBCcm is an Opentool that enables JBuilder 3.5 to 2005 to integrate with Continuus CM 5.x or Telelogic CM Synergy 6.x. It does not use the JB version control OT API and therefore works with all JB versions (Found./Pers., Prof./SE, Ent.) on all platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    JBuilder OpenTool for integration of the Perforce Version Control System.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Extension for JDeveloper providing support for both MS SourceSafe and SourceGear SourceOffSite
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    JOPE (Java Open Project Enviroment) focuses on making development of java projects easier by providing all tools in one place. Features include: Maven support, Ant support, Issue tracking, Mailing lists, VCS support ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Standalone and Flexible Framework which allows java developers to access CVS with minimal understanding of its implementation details. JRepository is a command pattern based framework where each command wraps a cvs command. Most common commands are imp
    Downloads: 0 This Week
    Last Update:
    See Project