All Projects → microsoft → Prose

microsoft / Prose

Licence: other
Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Prose

Cognitive Face Ios
iOS SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 191 (-59.36%)
Mutual labels:  microsoft, sdk
Cognitive Face Windows
Windows SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 175 (-62.77%)
Mutual labels:  microsoft, sdk
Cognitive Face Android
Cognitive Services Face client library for Android.
Stars: ✭ 273 (-41.91%)
Mutual labels:  microsoft, sdk
Speechtotext Websockets Javascript
SDK & Sample to do speech recognition using websockets in Javascript
Stars: ✭ 191 (-59.36%)
Mutual labels:  microsoft, sdk
Cognitive Face Python
Python SDK for the Microsoft Face API, part of Cognitive Services
Stars: ✭ 226 (-51.91%)
Mutual labels:  microsoft, sdk
Azure Iot Sdk Python
A Python SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 261 (-44.47%)
Mutual labels:  microsoft, sdk
Azure Iot Sdk C
A C99 SDK for connecting devices to Microsoft Azure IoT services
Stars: ✭ 412 (-12.34%)
Mutual labels:  microsoft, sdk
Directxmesh
DirectXMesh geometry processing library
Stars: ✭ 447 (-4.89%)
Mutual labels:  microsoft
Bitcracker
BitCracker is the first open source password cracking tool for memory units encrypted with BitLocker
Stars: ✭ 463 (-1.49%)
Mutual labels:  microsoft
Go Binance
A Go SDK for Binance API
Stars: ✭ 441 (-6.17%)
Mutual labels:  sdk
Elm Architecture Tutorial
How to create modular Elm code that scales nicely with your app
Stars: ✭ 4,147 (+782.34%)
Mutual labels:  examples
Botbuilder Python
The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
Stars: ✭ 457 (-2.77%)
Mutual labels:  microsoft
Pesdk Android Demo
A fully customizable photo editor for your app.
Stars: ✭ 464 (-1.28%)
Mutual labels:  sdk
Nodemediaclient Android
NodeMedia RTMP/RTMFP/RTSP/HTTP Play/Publish Client SDK for Android
Stars: ✭ 446 (-5.11%)
Mutual labels:  sdk
Vtr Verilog To Routing
Verilog to Routing -- Open Source CAD Flow for FPGA Research
Stars: ✭ 466 (-0.85%)
Mutual labels:  synthesis
Minio Java
MinIO Client SDK for Java
Stars: ✭ 444 (-5.53%)
Mutual labels:  sdk
Botbuilder Js
Welcome to the Bot Framework SDK for JavaScript repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using JavaScript.
Stars: ✭ 469 (-0.21%)
Mutual labels:  sdk
Go Packages
A large repository of code and documented examples for Go's standard package library.
Stars: ✭ 467 (-0.64%)
Mutual labels:  examples
Applicationinsights Js
Microsoft Application Insights SDK for JavaScript
Stars: ✭ 462 (-1.7%)
Mutual labels:  sdk
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (-1.91%)
Mutual labels:  examples

Microsoft Program Synthesis using Examples SDK

The Program Synthesis using Examples (PROSE) SDK includes a set of technologies for the automatic generation of programs from input-output examples. This repo includes samples, release notes, and some other miscellaneous projects related to the Microsoft PROSE SDK.

The samples are split into two categories:

You can find guides for some of these sample projects and other information about the PROSE project here: https://microsoft.github.io/prose/

Optionally, you can get started quickly using Docker:

git clone https://github.com/microsoft/prose.git
cd prose
docker build -t prose-samples .
docker run -it --rm -v "$(pwd):/opt/prose-samples" -w "/opt/prose-samples" prose-samples bash
# Inside the Docker container
cd dsl-samples/ProseSample/ProseSample  # ... or the directory for any other sample project
dotnet run  # run the sample in the current directory

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].