Showing 623 open source projects for "version"

View related business solutions
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start 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
    Logician is a JavaScript and C++ cross-platform Decision Table and XML based Rules Engine. Decision tables provide an efficient, easy way for expressing complex rules and deploying to the client on both the desktop and in a web browser.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Little Software Stats
    Little Software Stats is the first free and open source program that allows software developers to keep track of how their software is being used. It is coded in PHP/MySQL which allows it to run on most web servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OSMF HLS Plugin

    OSMF HLS Plugin

    OSMF HLS Plugin

    The OSMF HLS Plugin is a plugin extension for OSMF (Open Source Media Framework) version 2.0 that enables playback of Apple’s HTTP Live Streaming (HLS) streams within Flash/OSMF-based video players. It supports various use cases (live, video-on-demand, DVR style) and handles HLS protocol tags, bitrate switching, discontinuities, etc., to allow AS3/Flash / AIR apps/players to use HLS as a streaming protocol. HLS playback in OSMF 2.0-based video players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KitVision

    KitVision

    KitVision is a Framework for creating tangible tabletop games

    With KitVision you can create very simple tabletop games based on Tangible Interaction (manipulation of objects). KitVision uses the reacTIVision framework for dealing with visual based tabletop hardware. Computer programming skills are not required to create tabletop games with KitVision. A Graphic Assistant enables the designer to model the game, and to define images, sound and game rules. Adobe Air has to be installed in order to work with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    WiiGesture for Fex/AIR

    WiiGesture for Fex/AIR

    Allows inclusion of Gesture Interaction via WiiMote in Web-Apps

    WiiGesture is a library to add gestural interaction in web-applications that are based on Adobe Flash/Flex/Air. Therefore it uses the WiiFlash service (http://wiiflash.bytearray.org/?page_id=50) to retrieve the sensor data and an internal algorithm based on template matching recognizes performed gestures in real-time. For easier gesture training, a so called WiiGesture-Learning desktop tool was developed that automatically generates gesture templates by performing gestures with at least...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Flash Debugger

    Logging flash stack trace

    Flash Debugger, allows to log flash functions calling, catch errors with stack trace, calculate function calls & work time.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    QBism Game Engine
    qbism Super8 is an open source 3D game engine with advanced yet intentionally retro 8-bit graphics for a crunchy pixelated look. The source code is forked from Makaqu Quake with enhancements from other Quake projects. The goal is to expand capabilities of authentic software-rendering without sacrificing performance. Features ———— Real 8-bit software graphics Plays most modern epic Quake maps that require enhanced engine limits and extensions. Colored static and dynamic lights....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Pascal's Canvas

    Pascal's Canvas

    Expanding Pascal's Triangle like structures in 2D

    Alg entry is simplified by being able to choose from 21 preset algs. Or, they may be adjusted or entered from scratch. Six different "Pascalloid" output modes allow the data to be graphically explored and browsed. Help is self-contained. Now there is a way to copy data from the output into the clipboard, and to paste tab-deliniated data from the clipboard to make an algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    C++ Revenue Management Open Library
    That project (RMOL) aims at giving developers concerned by the Revenue Management arena a library delivering a reference implementation for most of the published algorithms and methods. That library is intended to be used in simulated environment: it does not intend to be used in real world production systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    Luz do Saber

    Luz do Saber

    Software para alfabetização e inclusão digital.

    Luz do Saber é um software educativo utilizado para alfabetização e inclusão digital que conta com duas versões, uma infantil e outra para jovens e adultos. Baseado na metodologia de ensino de Paulo Freire. Este projeto é financiado pelo Governo do Estado do Ceará - Brasil.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11

    smake

    Highly portable UNIX make implementation since 1985

    smake - maintain, update, and regenerate programs
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 12
    scratch-flash

    scratch-flash

    Legacy Flash-based version of the Scratch programming editor

    Scratch Flash is the legacy version of the Scratch visual programming environment used to teach coding through creative projects and animations. Developed using Adobe Flash, it was the original engine powering Scratch 2.0. Although deprecated and replaced by Scratch 3.0, this version remains available for archival and historical purposes or for environments still supporting Flash.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    A web based mp3 player and content management solution for digital music libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    AS3WebSocket

    AS3WebSocket

    ActionScript client implementation for the WebSocket Draft RFC6455

    AS3WebSocket is an ActionScript 3 client implementation of the WebSocket protocol, following the final version of RFC 6455. It’s designed to allow Flash/AIR applications to connect via WebSocket (including secure WebSocket: wss://) to servers implementing that standard, to send/receive text and binary data, handle subprotocols, and support fragmentation etc. A test app is included. The testApp directory contains a Flash Builder 4.6 Air Project that uses the AS3WebSocket library and implements two of the test subprotocols from Andy Green's libwebsockets test server, the dumb-increment-protocol, and the lws-mirror-protocol.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AraBoard

    AraBoard

    Herramientas de soporte a la comunicación alternativa y aumentativa

    AraBoard es un conjunto de herramientas diseñadas para la comunicacion alternativa y aumentativa, cuya finalidad es facilitar la comunicacion funcional, mediante el uso de imagenes y pictogramas, a personas que presentan algun tipo de dificultad en este ambito. Dada la versatilidad de estas herramientas, AraBoard tambien puede ser utilizado para crear tableros con rutinas sencillas y tableros para anticipar la realizacion de cualquier tarea prevista. AraBoard puede ser utilizado en...
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 16
    XOR encrypt v2.0

    XOR encrypt v2.0

    Encrypt Your Text documents with XOR encryption

    This software provides an easy graphical way to encrypt your text documents from source code , text files ,scripts even jpeg files .It is a enhanced version of my earlier project https://sourceforge.net/p/xorencrypt which used win32 GUI . This is a demonstration of working of XOR encryption which was used by Germans in World War II (http://en.wikipedia.org/wiki/Lorenz_cipher) . Besides from XOR'ing the message with password after every encryption the key changes pseudorandomly. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    Kids Games: We Sow Light

    Kids Games: We Sow Light

    Kids Games in Flash

    ...http://www.arrall.com Please, consider contributing in some way to any app I'm working on. Free kids games in a coding language you can freely acquire and create with. The version at http://www.wesowlight.com/ partially works. Tested to run on android 4.0.3 and 4.1 (after googling and installing flash player) You have to twist, poke, and guess your way into full screen mode, but it does seem to work. If it appears to consume your entire screen, touch the bottom black bar to un-hide the nav buttons. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Flightdeck-UI is a project that utilizes the ideas from the design of aircraft controls and instruments for creating computer user interfaces, such as for monitoring.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Oblivion Works
    Wrye Bash has moved to Github! Downloads: https://github.com/wrye-bash/wrye-bash/releases Code: https://github.com/wrye-bash/wrye-bash
    Downloads: 21 This Week
    Last Update:
    See Project
  • 20
    HTML5 Editor

    HTML5 Editor

    HTML5 editor, free and open-source website builder based on Silex

    This editor is a free and open-source online tool which lets you design html pages with an interface very close to dreamweaver's or powerpoint's one. But we've put a special touch in it ;) The HTML5 editor is now available online and called Silex. Only developers will want to download Silex source code from github. **No need to download it, simply follow the link bellow**
    Leader badge
    Downloads: 64 This Week
    Last Update:
    See Project
  • 21
    Text to postscript converter with Unicode support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Movie Masher

    Movie Masher

    Browser-based online video editor and encoding API

    Version 3.x available here on SourceForge has been superseded by version 4.x available on Github. The later is a port to JavaScript, PHP and Ruby - all dependencies on Flash have been removed, as well as some of the functionality it provided. Version 3.x --------------- Extensible Flash and PHP online video editor with effects, transitions, titling, timeshifting and compositing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Silex, live web creation

    Silex, live web creation

    Free online HTML website builder

    Silex is a free and open source website builder in the cloud. Create websites directly in the browser without writing code. It is suitable for professional designers to produce great websites without constraints.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    Flixel Power Tools

    Flixel Power Tools

    The Flixel Power Tools are a set of plug-ins for Flixel 2.5+

    Flixel Power Tools is a plug-in suite for the Flixel engine (version 2.5+) that adds many auxiliary utilities, effects, and helper components to aid in developing 2D games with AS3. It includes visual effects, control utilities, math/utility extensions, UI enhancements, and more. It’s designed to be dropped into a Flixel project to give you extra tools beyond the core engine. The Flixel Power Tools come with a comprehensive Test Suite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB