Is it possible to run an IronPython interpreter inside my .Net application, but inside a sandbox?I want to 开发者_StackOverflow中文版deny the IP script access to the filesystem while still allowing th
Just wondering is there any 开发者_开发问答way to create a temporary sandbox environment for running commands?
My company and I are in the early planning stages of porting (or rewriting) a Java-based application to the web. It is a self-voicing SVG editor and viewer emphasizing accessibility. It is a mature pr
Suppose I want to run some program which requests too many permissions. For example, record from the microphone or read IMEI of my phone. However, there are no practical explanation why recording fro开
I\'m using Flex 3 and I want to access a webservice on another server. I\'ve imported the webservice (Data->Import) succesfully into my application, but when I\'m accessing the functions in the code i
Paypal claims that customers without paypal accounts could pay with their credit cards directly, and it looks like true with the开发者_如何学编程 real paypal account payment interface like this:
I am trying to use the overload of MAF\'s AddInToken.Activate() method that accepts an AppDomain, so that I can pass an application domain created by my client application.
I am looking for a simple and secure way to access plugins from a .NET application. Although I imagine that this is a very common requirement, I am struggling to find anything that meets all my needs:
I am looking for sandbox or test environment where I can learn: How to deploy PHP applications on Cloud and learn about the basic of Cloud computing.
Is it possible to share on-disk data between iOS applications, or are they truly sandboxed? In other words if I wanted to make a shared repository of data to be accessed (and/or modified) by one or mo