Open Source Source Code Management Software - Page 3

Source Code Management Software

View 78 business solutions
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 1
    The Project aims to fulfill the following specific objectives of Computer Education, Supportive Education and Information Service Delivery, while in operation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Edge.js

    Edge.js

    Run .NET and Node.js code in-process on Windows, MacOS, and Linux

    An edge connects two nodes. This edge connects Node.js and .NET. V8 and CLR/.NET Core/Mono - in process. On Windows, MacOS, and Linux. You can script C# from a Node.js process. Edge.js allows you to run Node.js and .NET code in one process on Windows, MacOS, and Linux. You can call .NET functions from Node.js and Node.js functions from .NET. Edge.js takes care of marshalling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. Edge.js ensures correct lifetime of objects on V8 and CLR heaps. The CLR code can be pre-compiled or specified as C#, F#, Python, or PowerShell source: Edge.js can compile CLR scripts at runtime. Edge can be extended to support other CLR languages or DSLs. Edge.js provides an asynchronous, in-process mechanism for interoperability between Node.js and .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Fortran-tags

    Emacs plugin for source code indexing of modern Fortran

    NOTE: Development continued at GitHub! Current version is higher than 1.1.6. Fortran-tags is a lightweight Fortran source code indexing tool for Emacs. It is able to correctly locate all global and local variables and is expected to work with any Fortran 2008 conforming code with only minor exceptions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A snippets manager with a simple and common basedata
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 5
    Geromino Source Path Lookup for Eclipse
    This Eclipse plugin supplements the sourcepath lookup mechanism provided in Geronimo Eclipse Plugin to provide the Eclipse debugger the source code attached to the jars that your EAR/WAR project depends on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Gtk# control with syntax highlighting. More flexible than Gtk.SourceView. With dynamically added keywords and without limit of their number.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Highlight Code Converter

    Highlight Code Converter

    Source code to formatted text converter

    Highlight is a source code to formatted text converter. It generates HTML, XHTML, RTF, ODT, LaTeX, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are Lua scripts and support plugins
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IvmaiAsn ASN1/ECN/XDR Tools. A collection of the ASN.1/ECN parser, XDR-to-ASN.1 converter and pretty-printer scripts for ASN.1/ECN specifications. Contains also a formal definition of the ASN.1 built-in types, ECN encoding classes and XDR encodings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    JClassViewer

    A Java class viewer and decompiler which respect line numbers.

    JClassViewer is a viewer for class and jar files. Features: - required Java 7 or higher - used the line numbers to reconstruct an output that is near to the original output. - debugging in Eclipse - should support other languages like Scale in the future
    Downloads: 0 This Week
    Last Update:
    See Project
  • Picsart Enterprise Background Removal API for Stunning eCommerce Visuals Icon
    Picsart Enterprise Background Removal API for Stunning eCommerce Visuals

    Instantly remove the background from your images in just one click.

    With our Remove Background API tool, you can access the transformative capabilities of automation , which will allow you to turn any photo asset into compelling product imagery. With elevated visuals quality on your digital platforms, you can captivate your audience, and therefore achieve higher engagement and sales.
    Learn More
  • 10
    Java Geek

    Java Geek

    Help for all Java learners, users and programmers,

    We are obliged to provide the SourceForge with all the Java samples and examples they come across their day to day life. We are here to help you to solve your problems on Java, Please don't forget to write a review and rate this project up to encourage us, Thanks, @ Get Go Zone (# Administrator)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Katarina CVS

    Katarina CVS

    Control de Código Fuente - Versions System

    Los Controles de Código Fuente actuales son complicados y muy dificíles de manejar para mi gusto por lo cual comienzo a generar una solución que sea totalmente intuitiva, nada de consola todo visual, sin necesidad de instalar.<br> <b>manual de uso</b><br> Inicia el programa<br> Coloca la ubicación de tu código fuente donde dice fuente<br> Coloca la ubicación donde quieras colocar el repositorio en destino.<br> Coloca el nombre del proyecto en la caja proyecto.<br> Oprime el botón que dice Respaldar<br> El sistema automáticamente comprime la carpeta fuente y crea un .zip en el repositorio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    It is an official Liberty Labs (http://libertylabs.proboards.com) code editor made to create and edit code for Liberty BASIC, which also allows volunteering programmers to easily work together on the same project, and towards a common goal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry Compiler 4.1

    Libry is a programming language (native compiler) made in VB6 (Visual Basic 6.0). *---------------------------------------------------------* |Libry Compiler 4.1 Documentation (c) by Kinex Development| Introduction: ----------------------------------------------------------- Libry Compiler is a 32-Bit Compiler which compiles directly into machine code and produces a small PE file. Libry's syntax is in a style of C language. Produced executables don't need any runtime because it is pure machine code. ----------------------------------------------------------- Variables: ----------------------------------------------------------- - Directive 'byte' * Description: Reserve a byte. -> byte <Identifier> [optional: = <Number>] ; - Directive 'int' * Description: Reserve a word. -> int <Identifier> [optional: = <Number>] ; - Directive 'dword' * Description: Reser
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LuaSnip

    LuaSnip

    Snippet Engine for Neovim written in Lua

    Snippet Engine for Neovim written in Lua.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Mano is a makeFile navigator containing a tree grouping the targets. Running correctly with java version "1.6.0_20".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    MatrixMath

    A simple matrix library for delphi/pascal

    A simple matrix library implementation. It allows an user to do basic stuff and also matrix based cryptography (viz Hill Cipher) implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MultiPB

    MultiPB

    Launcher for multi version PB/SB

    Can launch different version Purebasic ou SpiderBasic. Freeware Windows x86 & x64
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An OCaml plugin for GNU Global, using CamlP4 for versions 3.10 of OCaml and above. Provides ocaml_tags, which creates tags for ml and mli files, and an ogtags script that wraps a gtags call with the ocaml_tags plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A handy cscope & ctags GUI shell
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PHP-Edit

    PHP-Edit

    Lite weight editor designed to allow basic editing of text file.

    This program is completely stand alone (150 lines of code). A filename may be passed so the editor will open with it's contents or it can be used without a filename and a default filename will be assigned that may be changed before saving text. For security reasons, no provision has been made to allow saving to another directory. Future additions may include the capability to save to a sub directory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Panther

    Panther

    Simple and powerful tool to manage all of your JS models in one place

    Panther is a very simple and powerful tool for managing all of your JS models in one place. Panther is actually a container that keeps your JS models in an array. With Panther you are able to add, remove and retrieve any code specified by an ID. For that purpose Panther needs to know your code's unique ID. To enable that you have to put 3 lines in your JS model: function your_model() { ... this.id = function() { return 'my_unique_id_here'; } ... }
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Paul's CDT Tools

    State Machine Diagram Plug-In for Eclipse/CDT

    Provides an Eclipse Plug-In to display state machine diagrams from C/C++ code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    PhatStudio
    PhatStudio is a Visual Studio plugin which lets you quickly navigate to any file in your project in just a few keystrokes, even for very large projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ProjectArbor

    ProjectArbor

    Visualize in a tree-like structure

    ProjectArbor is a tool for generating project directory structures in a tree format for any Github repository or any Local project directory, it allows you to visualize and organize your project's files and directories in a tree-like structure. The best part about this tool, all you need to do is to copy and paste directily into your README.md file without any editing on the output that you scrapped, and it will apear at the desired shape that you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This package will allow people to check, change, update the license of their projects. It will conform to all new licenses available.
    Downloads: 0 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.