I am running a deployment called mydeployment that manages several pods/replicas for a certain service. I want to search all the service pods/instances/replicas
I am facing a problem where the nashorn JavaScript engine does not work in my maven project. The following code works in a standalone java file when I use both
I am using EF6 to manage multiple DataContexts (3 different and distinct data connections). In one DbContext, the view that I have been granted access to has a
I am doing a multiplayer game and I want my player to be able to join the room when there is one player available (other than him).I wanted to appear a text tha
I am trying to integrate salesforce with Netsuite using Oauth 1.0 with oauth_signature_method= hmac-sha256 I have the below code and trying to Get the Customer
My goal is to create a query that searches for a partial string in a particular field - from the last index of a nested array in a MongoDB database. My constra
seek for help for grouping them. I got an input with this. [ { "apiName": "APISend", "channel": "Mozilla", "noa": 3 }, {
I am trying to make a rating system with PHP which is working fine but what I want to achieve now is to take into account decimal numbers. EX: an average of 1.8
I have a regular expression that has variables (?P<next_tok>) how can I grab the index of that variable match? Here is the complete regexp: \S*[\.\?!](?P
I'm new to pyspark so apologies if my knowledge/terminology is lacking. I need to be able to iterate over a pyspark dataframe column with a similar to the examp