I am trying to learn both Dart and GCE. I already created a server at GCE, but I don't know how to install Dart since I can only use Linux commands on the Debia
I want to upload multiple images to my server using Alamofire Lib, but it's uploading 1 image only. I'm using an image picker that returns an array of UIImage w
I am having a function like this: package main import "flag" import "fmt" func print_out_type(x anything) string { switch v := x.(type) { case stri
I make test with Terratest but I set wrong timeout and now test failed and resources are still there. I can remove them manually but better way will be using te
I have a problem with my app. The application is designed to perform certain tasks periodically. If it deems it necessary, it must turn off the screen, but it s
Be nice. I'm learning Linux and can't find this answer (I've searched) I'm trying to move all the .txt files in Folder1 to my Documents direct
I'm trying to filter one dataframe against another: scala> val df1 = sc.parallelize((1 to 100).map(a=>(s"user $a", a*0.123, a))).toDF("name", "score", "u
I am trying to unlock my Nexus 7 (2012)'s bootloader running Android 5.1.1 on Ubuntu 12.04 (Desktop). I am able to communicate & send commands to the devi
I've picked up something that someone else has set up. We have an API Management instance, siting behind an Application Gateway, which has a policy on an API:
I would like to represent two types of integers in my OCaml program and have the compiler emit an error when one type is used in place of the other. My program