In our restAPI we will get a complex JSON payload and map it into a POJO. And based on the avro avsc schema file I use avro-maven-plugin to generate some avro s
I want to send hidden parameter in swagger annotation.here @OA\Property(property="hidden_request", type="string", example="1") here i want to hide hidden_reques
I am trying to add noise or dithering to a ggplot heatmap, where the amount of noise in each tile is determined by a value. for example, If I make a heatmap lik
Why is my person walking through trees? How can my character go through a tree when my character has a rigidbody/mesh collider and my tree prefab has a box coll
First, let me explain breafly what I have, what I want to achieve, how I did it so far, and why I'd like to improve my current implementation. WHAT I HAVE Basic
From my own experience, I noticed that the accuracy of a classification model inversely changed with the number of classes in the target variable. That is, the
I am slightly new to python coding and I have a project coming up to which I've decided to make some code that when entering a Facebook users URL it will return
I would like to download python libraries for linux from a repository/github not through command, is there anyway I can download it? When I ran my python code i
to convert given date and time as par "new york" timezone, tried following, it works perfect but only on android emulator, But when tested on an actual devic