9 projects tagged "platform"
SDL Asylum is a C/SDL port of Andy Southgate's 1994 game Asylum, originally for the Acorn Archimedes. In the game, Young Sigmund has a few problems. To help him resolve his mental instability, you must enter the surreal world of his inner mind and shut down the malfunctioning brain cells.
Innomatic is a mature and easy-to-use distributed container for PHP 5 Web applications. It is particularly oriented towards business and administrative applications such as CRM, CMS, Web-based frontends for legacy applications, and so on. It can contain multiple applications and customers or sites. It introduces a new way to distribute and manage Web applications through AppCentral.
abiCloud is a cloud computing platform manager that allows you to easily deploy a private cloud infrastructure. One of the key features is the Web rich interface for managing the infrastructure. You can deploy a new service just dragging and dropping a virtual machine. It allows you to deploy instances over VirtualBox, VMware, KVM, and Xen. It features user management through ACL, infrastructure and network management, an appliance repository, and the ability to easily design virtual datacenters.
Kaltura Community Edition is a self-hosted version of the Kaltura video platform, developed through the combined efforts of Kaltura and its worldwide developer community. You can use it to run a live online video service or as a development environment framework for developing Kaltura-based applications and extensions. You can access the Kaltura API Suite for enabling development of diverse online video solutions, integrations, and extensions, deploy and integrate Kaltura's video platform within your own infrastructure or preferred cloud service provider, integrate with Kaltura's widgets, applications, and CMS/LMS extensions, and integrate with the CDN of your choice for content delivery.
MediaCore is a media-focused CMS. It features rich video and audio support, YouTube/Vimeo integration, HTML5 video, support for the iPad/iPhone, podcasting, iTunes RSS generation, user-submitted content, an embedded media player, and searching. It is highly customizable. There is both a front-end for users and a back-end for administrators. Users can browse videos or podcasts. Users can search for videos by topics and tags. Users can upload videos to the platform; administrators can moderate newly uploaded videos. Administrators can add video, audio, or podcasts. A comment platform for moderation is built-in. Podcasts can be video or audio. It also has automatic iTunes feed generation, automatic RSS feed generation, and feedburner support.
Controlled Variables implements secure basic types in C++. It provides C++ templates that give you the ability to control the initialization of your basic C types (i.e. char, int, long long, etc.). In particular, it allows you to avoid forgetting to initialize variable members, since these variables cannot be initialized where declared. Controlled Variables can be used wherever you declare a basic type variable without immediately initializing it (and limited controlled variables where a bounded value is used).