I want to get all the queries that run by each Admin of my website. I mean I need to get the url of the page that they're running query and also their user id a
I have some class that should be populated with values, but I don't know the type of values. To clarify, each vector in a class instance is populated with the s
I meet problem when I try to shuffle the ds from the code below: #ds_1 length=20000, ds_2 length=2000 ds_1 = tf.data.Dataset.zip((image_ds1, label_ds1)) ds_2 =
Hello I was following this tutorial: https://youtu.be/FDYD2inSSPY?list=PLJ9A48W0kpRKMCzJARCObgJs3SinOewp5 I recreated his steps: First I created two config file
Thank you for your help in advance. The image below is my desired result using [ngb-progressbar][1] Val1-val6 are array values that I want to use as label on t
I have a simple API request which I make by using Retrofit/OkHttp. private fun getNext( nextId: Long ): Observable<NextData> = userRep
I'm trying to understand why https://fonts.google.com/specimen/Martel?subset=devanagari&preview.text=%E0%A4%B9%E0%A5%88%E0%A4%AA%E0%A5%8D%E0%A4%AA%E0%A5%80%
I want to separate all checked items into LI tags but right now it is adding them all to a single LI tag. What am I doing wrong? It's probably simple and I'm ju
How to return for loop values without any html template in flask , in the below code I need to get all jokes values having multiple jokes route but i want them