This is the first time i post a question here, sorry if some data is missing. I'm trying to do some web scraping to get some info of a table. The page only resp
Skip Last line of csv while loading in hive table for first line i got below property tblproperties("skip.header.line.count"="1"); details.csv Input file load i
I have created a SignalR Server using .NET Framework (not .NET Core). It works fine. Now, I want to add custom JWT authentication to it. Chat Hub: public class
I am new in R and I am having difficulty in figuring out how to fit Log Pearson Type III using method = mme to the data. YearThai <- c(2000,2001,2002,2003,20
I am trying to pass an environment variable into my devcontainer that is the output of a command run on my dev machine. I have tried the following in my devcont
im using github desktop, for that reason my git project in wsl are managed by the git for windows, lately I was prompt to update git and now I get "fatal: could
I'm trying to do exactly what LD_PRELOAD does, i.e. preload a shared library or DLL files on Windows to a given program to override certain functions. Is there