My Code is really simple and it has nothing fancy logic in it. I am just taking a value and trying to set the value. This value is coming from the a LiveData ob
I am using Orcle sql developer to access an MSsql database. I have week number field. and I want to extract all information that the week no is equal to the wee
I wants to add the document schema in apache poi like below: How can I achieve this? <w:document xmlns:wpc="http://schemas.microsoft.com/office/word/2010/wo
I have been working on a project. my issue is I have repeated column values that I would like to have titles. but nothing seems to be working so for perspectiv
I have 4 projects in my Clean Architecture solution: Domain Application Infrastructure Presentation.API I have a method in each of these projects called Add{pro
I'm trying to run a Go CD agent using docker-dind to auto build some of my docker images. I'm having trouble getting the user go to have access to the docker d
I am trying to covert datetime in string to instant using java 8 or utils package. For eg. String requestTime = "04:30 PM, Sat 5/12/2018"; to Instant reqIn
$stock = [ "marketplace" => [ "stocks" => 'if($a = 1) {return 6}' ] ]; How to use the code inside the array value ? return $stock['marketp