cloud

Android Cloud Printing with No Dialogs

一世执手 提交于 2020-01-02 00:54:12
问题 I'm developing a kiosk type Android app and would like to add printing capability. Since it's a kiosk app, the less prompts/pop-ups the users have to do, the better. I was able to get the new Google Cloud Printing successfully going in my Android app but there are a few screens the users need to go through before printing can happen. I was wondering if anyone has any ideas on how to have things print automatically with no dialogs, the idea would be to pass whatever user selections are needed

How to make Protractor work while using Cloud9?

时光总嘲笑我的痴心妄想 提交于 2020-01-01 09:40:16
问题 I am new to Cloud9 and I am trying to use Protractor for e2e testing. I am running the angular-phonecat examples. The error is the folowing: Using ChromeDriver directly... /home/ubuntu/workspace/node_modules/protractor/node_modules/selenium-webdriver/lib/atoms/error.js:109 var template = new Error(this.message); ^ UnknownError: chrome not reachable (Driver info: chromedriver=2.10.267518,platform=Linux 3.14.13-c9 x86_64) at new bot.Error (/home/ubuntu/workspace/node_modules/protractor/node

Best practice to automatically backup remotely hosted server

最后都变了- 提交于 2020-01-01 07:23:10
问题 I am trying to setup a server for team note taking, and I am wondering what is the best way to backup its data, A.K.A my notes, automatically. Currently I plan to run the server in a docker image. The docker image will be hosted by a hosting service (such as Google). I found a free hosting service that fits my need, but it does not allow mounting volumes to a docker image. Therefore, I think the only way for me to backup my data is to transfer them to some other cloud services. However, this

Best practice to automatically backup remotely hosted server

给你一囗甜甜゛ 提交于 2020-01-01 07:23:05
问题 I am trying to setup a server for team note taking, and I am wondering what is the best way to backup its data, A.K.A my notes, automatically. Currently I plan to run the server in a docker image. The docker image will be hosted by a hosting service (such as Google). I found a free hosting service that fits my need, but it does not allow mounting volumes to a docker image. Therefore, I think the only way for me to backup my data is to transfer them to some other cloud services. However, this

Avoid throttle dynamoDB

陌路散爱 提交于 2020-01-01 02:42:26
问题 I am new to cloud computing, but had a question if a mechanism as what I am about to describe exists or is possible to create? Dynamodb has provisioned throughput (eg. 100 writes/second). Of course, in real world application real life throughput is very dynamic and will almost never be your provisioned amount of 100 writes/second. I was thinking what would be great would be some type of queue for dynamodb. For example, my dynamodb during peak hours may receive 500 write requests per second (5

Azure cloud service project configuration (.csdef and .cscfg) in multiple environments

若如初见. 提交于 2020-01-01 02:17:06
问题 Currently we have a development cloud services (acme-dev-service) and a production cloud service (acme-prod-service). Our current setup in our solution has a cloud service project called acme.application that uses transformation of the .cscfg and .csdef files for deploying the project to the two environments (production and development). I don’t like the transformation method because it feels like a bit of a hack to me. So after doing some research it seems that you can have multiple

Core Data cloud sync - need help with logic

时光怂恿深爱的人放手 提交于 2019-12-31 07:55:10
问题 I'm in the middle of brainstorming a cloud sync solution for a Core Data app that I am currently developing. I'm planning to open source the code for this once its done, for anyone to use with their Core Data apps, so input from the community on how this system should work is much appreciated :-) Here's what I'm thinking: Server Side Storage Provider As with all cloud sync systems, storage is a major piece of the puzzle. There are many ways to handle this. I could set up my own server for

Core Data cloud sync - need help with logic

泪湿孤枕 提交于 2019-12-31 07:55:08
问题 I'm in the middle of brainstorming a cloud sync solution for a Core Data app that I am currently developing. I'm planning to open source the code for this once its done, for anyone to use with their Core Data apps, so input from the community on how this system should work is much appreciated :-) Here's what I'm thinking: Server Side Storage Provider As with all cloud sync systems, storage is a major piece of the puzzle. There are many ways to handle this. I could set up my own server for

Google App Engine Use Blobkey

≯℡__Kan透↙ 提交于 2019-12-31 04:49:07
问题 Hi there i am trying to make a servlet that allows admins to upload images and any google users to view these images, so far im working off the program available at https://developers.google.com/appengine/docs/java/blobstore/overview and when i upload an image, it serves it straight away using a very long blobKey? and stores a copy of itself in the local_db.bin What i can't find out is if there is any way to shorten the blobkeys for use? For instance i want to have a gallery which displays

How to use different .csv for each core agent for Visual Studio Cloud Testing?

泪湿孤枕 提交于 2019-12-31 03:50:12
问题 I'm trying to execute simple REST API load test with Visual Studio Cloud Test: https://www.visualstudio.com/en-us/docs/test/performance-testing/getting-started/getting-started-with-performance-testing The request contains authorization token and I use pre-generated .csv data source to supply them. Here is the description: https://msdn.microsoft.com/library/ms243142.aspx When run the test from local machine everything works just fine, but when I start the test from cloud 97% of tests are