Can we form a julia matrix whose elements are vectors? I have tried the following but it only formed matrix of Int. julia> [[1, 2] [2, 3]; [4, 5] [3, 5]] 4&t
I have a list of names, let's say like ['R_1', 'ER_1',ER_2''R_2','R_3', 'ER_1',ER_2', 'C1', 'R_5',...]. Then I want to find those which has 'R' in common, or 'E
Project A is a Gradle multi project with the sub projects b and c. Project X is a non Gradle project. The sub projects depend on (compiled) project X. The Proje
I'm receiving through an HTTP REST connection a very large amount of data. This data is received as a string, composed of 3 fields separated by a comma (","). F
I have created a virtualenv in python 2.7 (Anaconda) on a dev machine and (after package installation) copied it to another windows machine in a PROD setting (n
I don't have much experience with Powershell yet, I'm looking for a solution for my script. I work with a process automation platform called "Firestart" and in
I want to create policies using an ARM template for newly created resources that have automatically pre-populated or validated tags such as CreatedBy or Busines
The cluster is HDInsight 4.0 and has 250 GB RAM and 75 VCores. I am running only one job and the cluster is always allocating 66 GB, 7 VCores and 7 Containers t