Open Source Object Oriented Software - Page 35

Object Oriented Software

View 6106 business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 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
  • 1
    Application framework that provides common services used by most business applications. Based on Xin Chen's Simplified Application Framework (SAF). Developed using .NET framework 2.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    An easy way to create, manage and manipulate Web Form elements in PHP OO.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    PHP interpretation of Martin Fowler's 'Active Record' pattern as popularised by Ruby on Rails. Translates MySQL tables to Classes and Rows to Objects with bare-minimum configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    MyAppFW is basic php application framework designed to be used as a base or learning guide for PHP projects that need (Multiple) Template Support, Advanced DB Support, Proper Email handling and some other basic useful functions for live dynamic websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    MyBatis

    MyBatis

    MyBatis SQL mapper framework for Java

    MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval of results. MyBatis can use simple XML or Annotations for configuration and map primitives, Map interfaces and Java POJOs (Plain Old Java Objects) to database records. Every MyBatis application centers around an instance of SqlSessionFactory. A SqlSessionFactory instance can be acquired by using the SqlSessionFactoryBuilder. SqlSessionFactoryBuilder can build a SqlSessionFactory instance from an XML configuration file, or from a custom prepared instance of the Configuration class. Building a SqlSessionFactory instance from an XML file is very simple. It is recommended that you use a classpath resource for this configuration, but you could use any InputStream instance, including one created from a literal file path or a file:// URL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MyGUI is gui package for pygame written in pure python. LGPL CLOSED SOURCE python 2.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Cut through MySQL statements on PHP with MySqueaks! Making SQL-ing easy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PHP 5.0+ class for mysqli utilizing prepared queries. This class provides a SAFE, clean, object oriented, and efficient way to do database development. All queries except those with multiple row results return exactly what you need in one line of code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    MythCore

    MythCore

    Myth Framework Core Libraries (part of MythSDP)

    MythCore is a PHP framework that allows the developer to use a C# .NET like object oriented programming approach. It provides the essential classes that the MythSDP platform and the MythFramework builds upon. The goal is to create a library that enables the programmer to use a fully object oriented approach that has the "feel" of .NET and Java programming. Our main goal is ease of use and rapid application development. However, performance and small-footprint are some of the main design goals as well.
    Downloads: 0 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
  • 10
    NArrange is a tool for arranging .NET source code. This code beautifier automatically sorts and organizes class members into groups or regions. C# and VB.NET code files are supported, but one goal will be to add support for additional .NET languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NBTSharp

    Named Binary Tag Library for .net

    A named binary tag library (file format used in the computer game Minecraft) for .net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    NGenerate is a tool used to generate the classes used for database interface. It uses XML descriptors to create the database used for the project and also the database interface classes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NHibernateIt is a NHibernate Session Management Helper and provides basic CRUD actions trough the Repository class. Inspired by the NHibernator Project, on oracleatdotnet.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    NHibernator is a simple and yet powerful helper utility for NHibernate. Supports multiple databases, both web and winform applications, and more...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This project indents to create a C# compiler with AOP support. Currently NKalore have support for After, Before, Around and Throwing advices. This project is based on Mono C# Compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    This is a plugin for Resharper that adds intellisense for the NMock2 mocking framework to Visual Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A collection of general Java utilities. These are functionality not provided by the Java library nor by the Apache project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A dynamic proxy library for .NET
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This is an easy to use and extensible rules engine written in C# for .NET and Mono.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The NTS CMS, NTSManager, is an ASP.Net (C#) based Content Management System. A high performance app serves web pages directly from RAM. Provides browser-based editing and adding of functionality modules. Developed in SharpDevelop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    NTmatrix C++ Matrix Class

    A C++ matrix class for easy matrix manipulation

    A C++ matrix class for creating matrix objects and easily performing elementary operations between matrix objects including addition, subtraction, multiplication, transposition, and trace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A platform independent framework to remote control Lego Mindstorms NXT from Python. Using PyBluez http://org.csail.mit.edu/pybluez/ for Bluetooth connectivity and wxPython http://www.wxpython.org/ for UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    OSGi services on a Linux platform for communicating with a Lego Mindstorms NXT robot over a bluetooth connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    An implementation of a viewer for Naked Objects framework using the NetBeans Platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Umbrella project for sister projects of the Naked Objects framework. Holds such stuff as a corporate POM, Maven site skin, and defines the development environment standards, along with links to the sister projects themselves.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo