Im trying to plot a graph which converts dates into floats to be used in linear regression algorithm and then uses the original dates as strings for the x axis
its a n x n 2d matrix representing an image ,how to rotate the image by 90deg [[1,2,3],[4,5,6],[7,8,9]] to [[7,4,1],[8,5,2],[9,6,3]]?` function rotate(matri
This is the input json which I am getting which is nested json structure and I don't want to map directly to class, need custom parsing of some the objects as I
I wanted to know the difference between fmp4 (fragmented MP4) and the segmented Mp4 . Also how they are used in DASH/HLS playback.
Here's the config file in /etc/nginx/sites-available server { server_name my.app; location / { proxy_set_header X-Forwarded-For $remote_addr;
I have a module from a child package that is imported dynamically; how can I iterate over the classes that it contains? I have been importing the module and lis
Say I have a table saved as parquet files. I believe these are read / append-only. So when I add / remove / change columns via alter table, does Spark process t
How to disable visual and audio bell/beep in WSL on Windows 10?