Showing 602 open source projects for "web-based"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    eShop is a fully customizable online shop ecommerce solution. Easy management with web administration script. Fully CSS2/XHTML compliant with the default template. Written in PHP using AdoDB (database abstract layer) and Smarty (template engine).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This is a Software distribution System for Mac os X based on Makefiles and few shellscripts. This Project is to provide advanced MacosX users with open source software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Player2edu

    Flash-based player for e-learning content

    Flash-based player for e-learning content. Created in AS3 and fully configurable in xml.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Internet Discussion Boards is a message board system by Game Maker 2k. Its very easy to set up. Your web host needs PHP and CUBRID / MySQL / MariaDB / PostgreSQL / SQLite. Internet Discussion Boards is Open Source so you can make changes to it.
    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
    Freepascal Bindings for libFUSE, Aiming for a quality OO-based binding.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A Presentation Slides Manager based on Website Meta Language and Perl 5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A tool for making flight plans based on known airports.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Bobblemaze generator is a program written in Octave for generating logical number-based puzzles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ftk is an ActionScript 2.0 library and is focused on data input/output. Most notably are the serialization classes based on php's un/serialize format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    LiveCD provides that platform for creating your own LiveCD based on Mandrake Linux. This project is an offshoot of the MiniCD project to enable the generic creation of a LiveCD's for a multitude of applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Lila theme is a community project to provide an icon set and other lila-style resources for your desktop. The theme to based around SVG graphics - which means they can be scaled to any size without loss of quality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A framework which uses xml-wizard-files to provide a step by step configuration procedure for linux or unix based program applications. Ein Framework, das XML-Wizard-Dateien nutzt, um daraus eine Schritt für Schritt Konfiguration für Linux bzw. Unix ba
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Portable secure lightweight interpreter-based embeded java virtual machine that supports threading ,secure sand box execution enviroment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    cyberthief

    Social Information

    I be-leave that loosing some one is missing something in our life. So don't loss your friend updated information. It will be like a digital chat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    SwiftSuspenders

    SwiftSuspenders

    Dependency injection framework for ActionScript

    SwiftSuspenders is a lightweight dependency injection framework for ActionScript, providing a flexible and metadata-driven way to manage object dependencies in AS3 applications. Chaining multiple injectors to create modular dependency-mapping graphs much like inheritance works in OOP. Defining local and shared scope for mappings, akin to public and private members of a class. Support object live-cycle management (note: The latter part of that management, i.e. the destruction, is not yet...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    Flash Games

    3 Flash Games

    Some Games made with Flash CS3 , now with sound and improved graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Flint

    Flint

    Actionscript 3 Particle Engine for Flash and Flex

    Flint is an ActionScript 3 particle engine designed for creating rich particle effects in Flash and Flex applications, providing tools for animations like fire, smoke, and explosions. This first tutorial will introduce the basics of Flint through a project to create a snow effect. Our effect will be snow flakes drifting down the screen. Each snow flake will be a particle in our particle system. If you want to see the final effect, scroll to the bottom of the page. This tutorial works with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    i2Comminty

    Powred MR.ODRA

    This Full pure Flash Chat Servers
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Touch-it!

    Pour un accès simplifié au contenu multimédia de l'ordinateur.

    L'objectif de Touch-it! est de maximiser l'autonomie de l'utilisation de l'ordinateur en permettant un accès simple et rapide au contenu multimédia, à des sites internet ou des applications simples. Un configurateur simple permet à tout utilisateur n'ayant aucune connaissances en programmation de personnaliser le logiciel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SignalCommandMap

    SignalCommandMap

    Robotlegs extension to facilitate the use of AS3-Signals with Robotleg

    ...Robotlegs uses events as the communication mechanism between models, services, and commands, but this project replaces that system with the more robust and object-oriented AS3-Signals. By combining the two, developers can eliminate the ambiguity and string-based event registration common in standard event-driven patterns. The library introduces the SignalCommandMap, a utility that allows developers to map Signals to Commands, enabling commands to trigger automatically when a Signal’s dispatch() method is called. This extension also creates a SignalContext, an enhanced MVCS context that manages Signals alongside the traditional Robotlegs maps.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    IncrediBots
    Build custom robots in your browser with IncrediBots! Design your robot by drawing shapes, joints, motors, and more! Then, pilot your machine using your own custom key bindings. NOTE: OPEN SOURCE VERSION CAN BE DOWNLOADED FROM "FILES" TAB!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    SpaceNOutX

    SpaceNOutX

    Space Exploration Game

    http://templates.services.openoffice.org/en/template/lulucom-cd-dvd-label (another very old app, server side code was lost) SpaceNOutX is a flash/php based game that (will) let players carve out their own piece of a a virtual universe. Creating a new user and the map system should work. Load the map then zoom waaaaay out to see probably the coolest thing about the game so far. This version is being compiled from several previous versions from Android, BASIC, and ActionScript.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Android Wordpress Theme
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    flixel

    flixel

    flixel is a free Actionscript (Flash) library

    Flixel is a free, open-source game development library written in ActionScript 3 originally for Flash, created by Adam “Atomic” Saltsman. It provides a lightweight yet powerful base framework to build 2D games: handling rendering, input, collisions, tilemaps, particles, cameras, etc. It was designed to be easy to learn and extend, useful both for simple arcade style games and more elaborate ones. It has been used for many indie / Flash games (including commercial and contest-nominated ones),...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A Chumby widget to display famous Go games, online IGS games, joseki, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo