I was following an online tutorial on youtube for practice, but the error (Fatal error: Uncaught Error: Call to undefined function mysql_query
This is my code but when I try for example to find the info of the stock, it says that goog is not defined. import pandas as pd from pandas_datareader import da
I have table. In table cell there is div with max-width-265px and transform: scale(0.5); Now td calculate width by started width without scale how would it be w
I'm trying to create some Certificates in Keytool within Java / Bin folder. keytool -import -trustcacerts -alias CertfileProg -file "C:\Danv\Techno.cer" -keyst
I want to write a code wherein I can generate a random date between 26 days ago from today's date. That is, if today's date is 12th April, I wanted my code to g
In my flutter project I made a sidebar with pages and I want to make it responsive. So I used the media query but it's configurated for the whole page and I got
I have a df with 48 columns and i want to rename them on two levels as in the dict below: {'A': ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep',
I am developing an extension for Visual Studio 2022 and I have two vsct combos of type DynamicCombo added in my extension's toolbar: <Combos> <Combo
I am building a chrome extension that will parse through the HTML of whatever website the user is viewing for metadata. I am super new at using the chrome API,
I would like to use ASP.NET Core Identity and IdentityServer together and provide Role-based authorization. 3 projects in the solution: ApplicationAPI Applicati