Showing 835 open source projects for "two"

View related 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
  • 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
  • 1
    A python program for generating nicely formatted makefiles that can be easily edited. Generates a workable makefile with no user interaction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The aim of this project is to create a fully functional C compiler that translate into bytecode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The Object-Oriented Library (TOOL) is a set of tools that implement an object-oriented environment in C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This is a very simple XML parser if you could call it that. It basicaly is an example project for students. It is not intended to be a useful utility since there already is an excess of these available.
    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
  • 5
    With CapApbility you take your Web Application and create a Desktop Application that can run offline on Linux, Windows and MacOSX.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MadButterfly is a SVG based GUI framework. Application programmers can describe user interface for their application in SVG. It is supposed to be frontend of small/embedded device, or be used to develop small games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Fat32ed is a simple command line tool to manipulate FAT32 disk images. It can create images and extract files from them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    SDL_UI

    A GUI library for SDL2

    A GUI library for SDL2 * I've stopped developing this library, at least for now. Please contact me if you are interested in continuing where I left off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    eXtendBus is a device sharing mechanism for Virtualization Platform, specially designed for Xen hypervisor. eXtendBus attempts to modify Xen’s architectural features and combine it with extended device driver architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    An implemenation of a scada system supporting DNP3,HART,Equinode,Indactic and other protocols in C/C++/C# Dedicated to my Daughters - Gauri and Gargi
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Sirch is a utility portage approach to console-based development of open source software projects. Its goal is to simplify effective API wrappering the glibc and porting to cygwin alike system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The PNMP (Petri Nets Modeling Platform) project aims at providing, in collaboration with Eclipse EMF, GMF, PNML Framework, and other future projects, a comprehensive approach to MDD for Embedded Systems on top of the Eclipse Project platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SVNFS is a FUSE filesystem for Linux that presents a read-only version of all revisions in a Subversion repository as a native mountpoint, transparent to all other programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A flexible, modular game engine that can make use of different components (internally developed or existing external libraries) to implement subsystems such as graphics rendering, AI, audio or physics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This is a project about adding persistence into memcache. it create a proxy server between the client and the memcache, and add a BDB(Berkeley DB) or any other db which base on key-value to backup the infomation in memcache to the harddisk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Leilany is a framework to build GUI applications with Python and GTK, using de MVC pattern design. Interested in build the gadgets for invoicing and the necessary requirements. The main goal is make applications with low memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Making Mozilla Spidermonkey usable from the Shell or in CGI-Scripts, or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    The Java Desktop Management Interface provides Java API access to native desktop components. JDMI supports the manipulation of local native desktop components, including listing, moving, resizing and capturing screen shots of native desktop windows, via
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Integrated environment for the modelling and simulation of process control systems, where the plant(s) are described according to the Modelica object-oriented paradigm, while the control systems are specified in an IEC 61131.3-compliant language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Prog is a lightweight, high-level, general-purpose, interpretable, compilable, strongly typed language that balances pragmatism, legibility, and versatility. Types are first-class objects and evaluation is considered a side-effect of type conversion.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    reputron is a knowledge extraction engine platform that covers all aspect of text mining, relevance, indexing and querying on a corpus of text documents.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Firefly's Clean Lzo

    A human-readable ISC-Licensed implementation of the LZO1X algorithm.

    LZO is a compression library which is widely used around the world. The main problem with LZO is that it is absolutely not human readable. People have done crazy stuff to get LZO to run in their language. Usually it implies inline assembly or trying to execute data which actually contains machine code. This is sick. Whoever is responsible for this sorry situation ought to be ashamed. So I'm going to deobfuscate LZO and provide a ISC implementation of this algorithm in Python and C. In...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Coypu is an abstract layer, graphic widgets implementation. It is written in C and is highly portable to most architectures and software/hardware backends (X11, Directfb, GLUT, SDL, WIN32). Being fast and light, it's mainly targeted at embedded devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Ayin project aims to create new generation graphics system for embedded Linux systems. Includes a composite windows server based on OpenGL ES, a core client library and a native widget toolkit based on vector graphics (cairo).
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo