# ice-demos **Repository Path**: atomdatatech_yongqing_liu/ice-demos ## Basic Information - **Project Name**: ice-demos - **Description**: ice-demos - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-24 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Ice Demos The ice-demos repository provides sample programs for Ice. ## Layout The sample programs are grouped by programming language: * [C++11](./cpp11) * [C++98](./cpp98) * [C#](./csharp) * [Java](./java) * [Java-Compat](./java-compat) * [JavaScript](./js) * [MATLAB](./matlab) * [Objective-C](./objective-c) * [PHP](./php) * [Python](./python) * [Ruby](./ruby) * [Swift](./swift) * [TypeScript](./typescript) For example, the [cpp11](./cpp11) folder contains all the sample programs written in C++ that demonstrate the Ice C++11 mapping. The [certs](./certs) folder contains X.509 certificates shared by some of these sample programs. ## Platform Support The sample programs are not all available on all platforms. For example, the [C#](./csharp) sample programs are currently only for Windows and were not tested on any other platform. ## Building and Running the Sample Programs The README.md file in each language subdirectory provides instructions for building and running the sample programs. ## Branches - `master` Primary development branch (unstable, frequently updated) - `3.7` Demos for Ice 3.7 (stable, frequently updated) - `3.6` Demos for Ice 3.6.x plus various patches (stable) - `3.5` Demos for Ice 3.5.1 plus various patches (stable) - `3.4` Demos for Ice 3.4.2 plus various patches (stable) ## License The sample programs are licensed under the GNU General Public License version 2 ([GPLv2](./LICENSE)).