Showing 225 open source projects for "oop"

View related business solutions
  • 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
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    Chronolabs

    Chronolabs

    Centroidal Plexus in Chronographics & Chronologistics

    ...Starting as a small start-up in 2006, Chronolabs has gone from strength to strength in supporting the Open Source community, namely XOOPS (see: http://xoops.org) which was adopted by Chronolabs as a lot of the programmers from our community of developing this period was new to languages like PHP and LAMP Stack and XOOPS being OOP CI which is used in all VS and VS.NET it was the ideal choice for in-depth analysis and learning these open control mechanism coming from a Visual Studio and Visual Studio .NET.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    SwaNN

    PSO for neural networks

    ...The zip file contains the main programs in SwaNN.py and around 30 examples : - classification - regression - time series forecasting I need some help for class building (I am not an expert in Python nor in OOP), if somebody is interested in it... In Google Colab : https://colab.research.google.com/drive/1u6SOydDUThUrhTfaic2NiyDhh1ZGRJsH?usp=sharing What's new: - the jupyter notebook is reorganized and clean
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    CTU CCO

    CTU CCO

    Object oriented framework for C

    CCO is a framework with which you can develop C applications in an object oriented way keeping the advantages of the structural programming and the full power of C. CCO is NOT an interpreter, you use pure C natively if you use the CCO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OXID eShop

    OXID eShop

    OXID eShop is a trusted and flexible open source e-commerce system

    ...If you have to change or add some functionality for fitting OXID eShop into your business model, write an extension, put it into the modules folder and off you go. Thanks to the OOP (object oriented programming) architecture you'll be able to update your software and benefit from the latest innovations without loosing your changes. Because OXID eShop is so simple to adapt there will be a short time to market - OXID eShop is just e-commerce software for agencies with deadlines :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    php login with  email validation

    php login with email validation

    Complete PHP Login with Email Validation System

    This is the only complete php login system developed in core php. The system has many features that enable you to learn php Object Oriented Programming (OOP). This program is also very useful for those that want to learn how to create a complete login system in php. INSTALLATION AND SETUP PROCEDURE: https://www.youtube.com/channel/UCBemL4ht7jmZY9tJ8NGkS-A?sub_confirmation=1 subscribe to our youtube channels for more source codes. More source codes: Complete Login System with Email Verification and Validation in PHP : https://sourceforge.net/projects/codeigniter-admin-template/ https://sourceforge.net/projects/chat-app-in-socketio-expressjs/ MULTI BRANCH SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/multibranch/ OFINE SCHOOL SYSTEM WITH LIVE STREAMING CLASSROOM Demo: https://www.optimumlinkupsoftware.com/ofineschool/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    A small library (as headerfile) which extends the C language with OOP like capabilities (object orientation). Project Focus - simple, fast, portable - public data encapsulation - polymorphism - single inheritance
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Shrinky - Free URL Shortener Script
    Free php script - a free URL forwarding service (URL redirection) allowing anyone to take any existing URL and shorten it (it works with or without ads) Demo :: https://cr.ma DOWNLOAD LINK :: https://shrinky.cr.ma
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    CMD Plot Tool

    CMD Plot Tool

    Calculates and plots Colour Magnitude Diagrams from Astronomical data

    ...It can handle multiple file formats (plain text, DAOPHOT .mag files, ACS Survey of Galactic Globular Clusters .zpt files) to generate professional and customised plots, without the usual steep learning curve. Development using Python, OOP and a formal software development lifecycle model (Agile) allowed for the creation of an application that can be deployed on multiple systems. It works “out of the box” and does not require any installation of development environments, additional libraries or resetting of system paths. The tool is available as a single application/executable file, with the source code, on Sourceforge. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    cppviz

    C preprocessor magick

    Provides C preprocessor macros for easily creating enums, foreach loops, switch-cases etc. based on data tables. Usage of these macros enforces good programming style by avoiding spreading of information throughout the code. Only for GCC at the moment, sorry. Maybe Clang ... not tested.
    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
    Oboe.js

    Oboe.js

    A streaming approach to JSON

    ...It can parse any JSON as a stream, is small enough to be a micro-library, doesn't have dependencies, and doesn't care which other libraries you need it to speak to. We can load trees larger than the available memory. Or we can instantiate classical OOP models from JSON, or completely transform your JSON while it is being read. Oboe makes it really easy to start using json from a response before the ajax request completes. Or even if it never completes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    frtscpp

    C++ wrapper classes for the FreeRTOS kernel.

    ...For a non trivial applications based on FreeRTOS you end up with dozens of state variables, most of them in the global space distributed everywhere. Besides that, all these state variables are used exclusively for the kernel functions. So, data + operations on that data = ADT (abstract data type). In OOL and OOP an ADT is a class. Is this explanation enough for objectifying the kernel? I hope so! There's a lema a like to follow: "If there are state variables that must be kept along the program's life, then they are excellent candidates for classes." I haven't touched the kernel internals, that's insane! Instead, I've created a C++ wrapper classes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Chronolabs APIs

    Chronolabs APIs

    This is the archives for the API's on labs.coop

    ...Starting as a small start-up in 2006, Chronolabs has gone from strength to strength in supporting the Open Source community, namely XOOPS (see: http://xoops.org ) which was adopted by Chronolabs as a lot of the programmers from our community of developing this period was new to languages like PHP and LAMP Stack and XOOPS being OOP CI which is used in all VS and VS.NET it was the ideal choice for in-depth analysis and learning these open control mechanism coming from a Visual Studio and Visual Studio .NET.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    PHP Optimuz Framework

    A powerfull PHP framework.

    The framework is based on the MVC pattern and is OOP driven. It has a complete library for building robust web applications and brings great ideas from other frameworks/programming languages. For convenience, the Optimuz Frameworks comes bundled with some common libraries and tools to turn the developer's life easier. For instance you can check Propel and CssMinify/JsMinify.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ForwardFW
    ForwardFW is a PHP framework for web applications. MVC and OOP and use PEAR (MDB). Usage of filters for input and output filtering (FirePHP), configureable templater (SMARTY), different Loggers, multilanguage support (textless templates).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    RIPS - PHP Security Analysis

    Free Static Code Analysis Tool for PHP Applications

    RIPS is a static code analysis tool for the automated detection of security vulnerabilities in PHP applications. It was released 2010 during the Month of PHP Security (www.php-security.org). NOTE: RIPS 0.5 development is abandoned. A complete rewrite with OOP support and higher precision is available at https://www.ripstech.com/next-generation/
    Downloads: 25 This Week
    Last Update:
    See Project
  • 16
    CJAX

    CJAX

    Ajax Development Framework written in PHP and JavaScript.

    ... * 100% server side * Insanely Fast * Lives in harmony, not in competition with other frameworks * Uses a combination of data services objects, xml/json * Easy and Generic API * 5+ Years of Improvements and development growth * 50% PHP, 50% JavaScript * Docs+Samples+Demos+API Available * Clean Code and 100% OOP * Extendible (through plugins)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Jake

    Jake

    Jake it's programming language writed on java.

    ...In Jake implemented: File-io; Http requesting(with post and get); Simple gui engine; Drawing canvas engine; Associate arrays; Basic math; Standart functions to work with strings; Jake it's OOP language without any OOP(yet), functional, imperative with half-strict data types.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    d13 - strategy browser game engine

    d13 - strategy browser game engine

    online 4X browser game engine

    d13 is a free browser game engine that allows you to build your own multiplayer online strategy game. suited for tick based empire building games that follow the 4X concept: eXplore, eXpand, eXploit and eXterminate. Despite its oldschool look and feel, d13 comes as a fully OOP, MVC web-application that features a responsive design as well as great flexibility. You can easily add troops, buildings and technologies and create templates and skins for the project as well. Live Demo: http://www.critical-hit.biz/d13 Documentation: http://www.critical-hit.biz NOTE: This is a DEV release. The project is currently version RC0, it is NOT recommended to build a full fledged game based on it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    PHP OOP CMS BLOG

    OOP PHP CMS BLOG

    OOP PHP CMS BLOG
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    WOW-Auctions-API

    Python classes to work with Blizzards API

    Auction House API that consumes the official Blizzard's open API Help users to track and monitor AH prices from any World of Warcaft official Server Sends emails when the price of an object is below a treshold predefined by the user. Plot graphs of price evolution
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Php OOP Login-Register System tutorial

    Php OOP Login-Register System tutorial

    This Project is very help full to understand the basic oop stracture

    This Project is very help full to understand the basic php oop stracture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Hyperframe !CMS

    Hyperframe !CMS

    A portable, HTML5 file-based CMS

    Hyperframe is a file based CMS which allows you to build a content-managed website from standard HTML5 files, no database being required. Please note that this project is superseded by Mara CMS. A download is retained for the sake of existing users. We suggest that Mara CMS is used for any new website project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Origin PHP Framework, a simple and fast PHP framework, pure OOP with a flexible architecture. It’s based on MVC model and could be embedded into other framework as Zend Framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    C with Classes (sanoC)

    C with Classes (sanoC)

    Elegant way to use real Classes in C language

    20201102- I have created smarter model but not sure if someone is still interested in it? please contact me on my email if you are interested so I upload the new version. I believed all the time that C has the ability to do everything ... even object oriented programming... There were a lot of trials to do this by different parties, but I worked hard to make it usable By the way ... it is easy and makes me feel at home with C ... no strange guns to use and shoot my mouse :P the...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB