Showing 224 open source projects for "beta"

View related business solutions
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
  • Eptura Workplace Software Icon
    Eptura Workplace Software

    From desk booking and visitor management, to space planning and office utilization data, Eptura Workplace helps your entire organization work smarter.

    With the world of work changed forever, it’s essential to manage your workplace and assets together to effectively create a high-performing environment. The Eptura experience combines the power of workplace management software with asset management, enabling you to effectively operate your building and facilitate hybrid work.
  • 1
    Ddr-ArdMeg
    This is a small foot print, high performance, type safe device driver library, initially targeting Arduino Mega 2560 and MoteinoMega. The library is stand alone and only requires Avr GCC and avrlib. The design is based on the same ideas as were used for the Ddr-Z8E device driver library (see http://ddrz8e.sourceforge.net/). Heavy usage of hardcoded invariants, constant folding/propagation and inlining ensures both tight code and high performance. Type safe enums (C++11) provides an...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Test automation framework, for building fast, re-usable and reliable system tests under windows OS. It includes a tool for developing automation in .NET, and a GUI tool to compose automation with no coding skills. Learn more: http:/qaliber.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    wxShapeFramework (wxSF) is a software library/framework based on wxWidgets which allows easy development of software applications manipulating with graphical objects (shapes) like various CASE tools, technological processes modeling tools, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 5
    wxXmlSerializer (wxXS) is a software library based on wxWidgets which offers a functionality needed for creation of persistent hierarchical data containers which can be serialized/deserialized to/from an XML structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Medical Imaging Interaction Toolkit (MITK) is a C++ class library for the development of medical imaging software with a high degree of interaction. The example application features DICOM viewing, measurement, image segmentation and registration.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    A well-known and used MUI custom class which provides MUI application programmers a gadget for viewing/displaying HTML pages. It comes with an object-oriented design, slim and tidy so that the HTML engine is capable of showing HTML very fast...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    IBEX_MDA

    IBEX_MDA

    An open infrastructure software to facilitate radiomics research.

    This web page is not guaranteed to have the latest versions. The latest stand-alone version can be downloaded at http://bit.ly/IBEX_MDAnderson The latest source-code version can be downloaded at http://bit.ly/IBEXSrc_MDAnderson IBEX (imaging biomarker explorer) is an open infrastructure software platform that flexibly supports common radiomics workflow tasks such as multimodality image data import and review, development of feature extraction algorithms, model validation,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TOYVision

    TOYVision

    Toolkit for the easy prototyping of hybrid games for Tabletop Devices

    TOYVision is a software toolkit for the easy prototyping of Hybrid Videogames, mixing physical and virtual elements. Designers and developers of videogames, can use ToyVision to develop computer augmented hybrid games, based on manipulation of physical playing pieces and body gestures. ToyVision, supports Reactivision to comunicate with visual based Tabletop devices /http://nuigroup.com/go/lite), and Kinect sensor to track players movements ToyVision enables passive (carried out by...
    Downloads: 0 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 10
    GUCEF: Galaxy Unlimited Client Engine Framework. It is intended to be a cross-platform framework for RAD purposes. Allowing developers to quickly put together applications using the desired GUCEF modules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Firmata

    generic protocol for communicating with microcontrollers

    Firmata is a generic protocol for communicating with microcontrollers from software on a host computer. It is intended to work with any host computer software package. There are implementations for multiple microcontrollers and host software packages.
    Downloads: 33 This Week
    Last Update:
    See Project
  • 12
    XMLNuke

    XMLNuke

    A Web Development Framework focused on the Data

    == THIS PROJECT HAS MOVED TO https://github.com/byjg/xmlnuke == XMLNuke is a Web Development Framework focused on produce the data. You can to create applications very rich by producing natively XML or JSON and the Framework transforms this data to another formats including XHTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Voodoo-Mock is a framework for `mock objects' based unit testing in C++. Written in perl, Voodoo-Mock parses C++ code, and generates redirection and mock classes. Voodoo-Mock can be used with test suite frameworks such as CXXTest or CPPUnit. repo now stored @github: https://github.com/shlomimatichin/Voodoo-Mock
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Colorer Library
    Colorer provides source text syntax highlighting services. It colorizes source codes in editor systems (more than 200 syntaxes). Uses powerful HRC format(XML, RE, context free grammas), allowing to support any language. Available as Eclipse plugin.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 15
    thinymath is a powerful small math library. It's completely written as c++ template and can easily integrated into other projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    CPoll based C++ server pages

    Server side scripting language similar to ASP and PHP, but using C++.

    CPPSP (C++ Server Pages) is an open source web application framework similar to ASP.NET. It features a template parser that parses, compiles, and loads CPPSP pages automatically at runtime. CPPSP pages have a very similar syntax to ASP and ASP.NET, where all code is considered HTML by default, and server-side active code can be embedded using "<% ... %>". CPPSP is built upon the CPoll asynchronous I/O and utility library, which offers simple I/O abstraction, network abstraction, memory...
    Leader badge
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    HIPAcc

    HIPAcc

    Heterogeneous Image Processing Acceleration (HIPACC) Framework

    HIPAcc development has moved to github: https://github.com/hipacc HIPAcc allows to design image processing kernels and algorithms in a domain-specific language (DSL). From this high-level description, low-level target code for GPU accelerators is generated using source-to-source translation. As back ends, the framework supports CUDA, OpenCL, and Renderscript. HIPAcc allows programmers to develop imaging applications while providing high productivity, flexibility and portability as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Enthusiasm is a software framework to be implemented in support to the creation and production of drama-based information presentations. The framework consists of off-line editors and real-time applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    CppWeb - C++ Web developement framework

    CppWeb - C++ Web developement framework

    Cross-platform C++ library for developing CGI Web applications

    CppWeb is cross-platform C++ library for developing web applications with server push support. The library decodes CGI variables and cookies, supports file uploads, performs automatic cookie detection, provides URL and HTML entity encode/decode functions, supports server-push (long-polling via ajax), has built-in HTML parser, SQLite database wrapper etc. CppWeb compiles on Windows, Linux and MacOSX (tested with GNU C++, MingW, MS Visual C++ and Borland C++ compiler) and can run with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MathX

    MathX

    Fixed-length Arithmetic-types library

    MathX is a fixed-length arithmetic-types written in pure c++ templates. The goal is to provide signed-integer, unsigned-integer, IEEE-754 float-point and fixed-point types, all with specific number of bits. To this moment, only signed-integer and unsigned-integer are completed for little-endain architecture. Any compiler that support c++03 or c++11 can successfully compile MathX. Refer to README for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SP Game Framework
    Simple Playing - Game Framework : An easy to use framework with dependency injection. Based on OpenGL SFML and the boost libraries. Written in C++ and theoretically supporting all major operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Examples (code samples) describing the construction of active objects on the top of Boost.Asio. A code-based guide for client/server creation with usage of active object pattern by means of Boost C++ Libraries.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    SDLPP - C++ Wrapper for SDL
    SDLPP is a C++ wrapper for SDL (www.sdl.org) It attempts to provide classes for common entities in games programming, using the SDL library for its low level functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flexible Isometric Free Engine

    Flexible Isometric Free Engine

    Cross platform 2D game creation framework with Python bindings

    FIFE is a cross platform 2D game creation framework written in C++ with Python bindings. It's designed to be flexible enough to support a wide variety of 2D game types but specializes in 2D isometric type views.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 25

    eulerhook

    hook technology for unit test framework

    Downloads: 0 This Week
    Last Update:
    See Project