I am using the code provided by the blueimp jquery-file-upload site from the basic-plus demo example. I have modified it enough to fit my requirements and works
I want to redirect to an html page which is located in another server using springboot. I also want to send two custom headers to it`s server. How can I do it?
I am a beginner to programming. I have a few of these python scripts that actually run some applications to my machine. Recently, I have been requested to run t
Right now both of my selections are selected. I'm seeking a best way to only highlight only one based on the API response. Right now, the type = marketing. The
I am trying to replace pandas with pyspark.pandas library, when I tried this : pdf is a pyspark.pandas dataframe pdf["date_diff"] = pdf["date1"] - pdf["date2"]
I use this code to test KFold and StratifiedKFold. import numpy as np from sklearn.model_selection import KFold,StratifiedKFold X = np.array([ [1,2,3,4],
I want to set the View Background color to green. I have a List View and it's fine but the underlying view needs to be green--see image. I know I'm missing some
How do I create a new column from columns whose names are contained in a character vector? Given these two variables: data <- tibble(numbers = 1:10, letters