Showing 1032 open source projects for "software development using ai"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    BSPL is a designed extensible language for scripting, ideal for newcomers on programming. Using a similar sintax of Basic and LUA, and caracteristics of those programming language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    cgpl is C++ template-based parsing library. It does not contains any parser on itself, but provide primitives for creating its own parser using generic programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Library that will supply a clean interface for Linear, Quadratic, and Logarithmic regressions including verification for autocorrelation and heteroscedasticity using Durbin Watson and White tests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a simulation of Elevator (LIFT) problem. This project is coded entirely in C++ and using object oriented approach.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    FlashTestXpress is a tool to help on performing repeated tests of applications using Oracle as a database backend. Thus it can be used in regression testing scenarios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Javascript animation authoring environment. A WYSIWYG cross-platform desktop application using jQuery to animate XHTML and HTML elements. Its built in XUL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    opnCMS

    frontend for CppCMS web-framework

    opnCMS - crossplatform C++ frontend for CppCMS web-framework
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Thus plugin would be nice for you, if you are using Code::Blocks IDE, but want to distribute your software in GNU way. This will generate a set of files, primarily configure script, and you will be able to ship your sources in GNU style.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple 2D engine built upon OpenGL using C++ and an XML file system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10
    I have created the font format named gfnt which is used for drawing anti-aliased bitmap fonts. This program is used to create gfnt files using various windows fonts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Calendar Widget developed using QT 4.4.0 open source to support Multi-Select and Multiple Values per day... I am new to this, so it's going to be pathetic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XgWin tries to be a complete development framework for Win32 enviroment. It encapsulates the Win32 API and presents it as an easy and object-oriented interface, using the less possible amount of layers to provide high performance code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Code Poet is an Integrated Development Environment for compiled languages, but primarily aimed at the D programming language. It is written in C++ using wxWidgets and boost.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    x3py

    C++ Plugin Framework integrated with Python.

    x3py is designed as a plugin-framework that uses C++ and STL. This framework can integrate with languages including Python by using SWIG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Simple University project of a compiler based in the Croatian language. Implemented in C++, using a LL(1) grammatical , with a syntax like Perl, excluding arrays or other complex primitive variable. I didn't finished the semantic analyzer.. :(
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Mobile.Windows.Forms offers functionality for developing mobile applications using .NET Compact Framework 1.0, including multiple screen configurations, keyboard navigation and XML based user interface definitions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    MYRPG400 is a IBM Compatilbe PC Compiler which can compile RPG, RPGILE, PF, LF, DDS, PRT and CL source files without connecting to AS/400 machine by using MS Winodws Platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    The Auckland Layout Model is a platform-independent 2D layout technology for arranging the controls in a GUI. The model supports the specification of constraints based on linear algebra, and an optimal layout is calculated using linear programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Olimpo's Games is a group of game developers. Our objective is to develop tools, frameworks and games using C++, OpenGL and SDL. Olimpo's Games é um grupo de desenvolvedores de jogos eletrônicos. Nosso objetivo é desenvolver ferramentas, quadro de t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    LibEventCpp

    A single-header library for event-driven programming

    LibEventCpp is a lightweight and portable C++14 library designed for handling events efficiently. It is implemented in a single header file, making it easy to integrate into projects. The library supports an unlimited number of arguments for event handlers, providing flexibility in event management. LibEventCpp is designed to be simple to use while offering powerful features for event-driven programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This STL-like C++ library contains classes for long integer numbers processing with using of assembler functions as a backend. Lazy evaluation is also used for optimization. It also contains generic implementation of classical number-theory algorithms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    LibThreadPool

    Library for easy multithreading programming

    The ThreadPool library is a simple and efficient way to manage multiple tasks in a program. It allows you to run several tasks at the same time using a pool of worker threads. The entire implementation is provided in one single header file, making it extremely portable and hassle-free to integrate into your project. Whether you are building a small project or a larger application, this library offers the necessary tools to efficiently handle multi-threading with minimal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Tool for designing scenes for ogre. Using QT4.x and developed in first for linux OS specifically UBUNTU.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KTK is an efficient and easy-to-use C++ GUI library for Linux. KTK emulates its entire widgets set, and is completely themeable. KTK tries to perform tasks with minimal lines of code using a highly object-oriented design.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SQLiteVFS is a code library to allow an application to create a virtual file system within a single file using SQLite as the backend.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB