I am trying to insert a data to destinationDB from a dynamic datasource as well as its query in getting the data. That said the columns and table to insert may
my heroku deployment only works when my local host is running. I havent checked if it works on other computers - but it doesnt work on my phone for example. So
I am going to try and use the new testing features in Xcode 7 (code coverage) and Swift 2.0. Using code coverage, I see that I am not testing my NSCoding method
My Question is very direct and easy to understand. Question In Gradle, is there any way I can get the current build type at runtime. For example, when running
our organization had decided to keep the terraform configuration files as DRY as possible, by separating the variables (tfvars) into a separate repository. this
I am learning git-flow and I just did git flow feature finish <feature-name>, which merged my feature branch to develop and removed it. Instead of this,
Maybe I'm asking this incorrectly, but I'm primarily wondering what is the difference between creating an array with and without the "new" keyword? When is it a
When I try to push a nuget package to local Artifact feed using it's name the push fails saying: error: Unable to load the service index for source https://pkg
I have a huge dataset which has been difficult to work with. I want to find the median of a second column but only based on one value in the first column. I hav