I have tried really hard to solve this with previous similar answers, but am still nto able to see my problem, hope you can help. My code looks like this:...
If you want to some code to execute based on two or more conditions which is the best way to format that if statement ? first example:- if(ConditionOne &a...
The return value of slice2 of this code is [[1 1][1 1]]. And that got me confuse because I was expecting [[0 0][1 1]]. I can't figure it out why is r...
I am trying to query my postgresql db to return results where a date is in certain month and year. In other words I would like all the values for a month-...
My question I'm using the Keras to build a convolutional neural network. I ran across the following: model = tf.keras.Sequential() model.add(layers.D...
I have some questions about using Hibernate in JSP web application. What should be the value for hibernate.current_session_context_class? Then, which of t...
I have an img in a div (class="top_image") and I want this image to be exactly in the middle of the div but nothing I try works... Thanks for any help!