When I run the script (see below), the first attempt fails to get the result, the "result" variable outputs "underfined" var result; Promise.r
I have a question regarding the plots. I have a dataframe named log_return_data. Here is the snapshot of the dataframe : I want to plot 3 plots of each returns
I want to code a script to retrieve data from league of legends game while spectating. I want to open the league of legends client, join a game as a spectator,
I am solving the mini-max task on hackerrank. https://www.hackerrank.com/challenges/mini-max-sum/problem?isFullScreen=true For that i have the
I need to take a number from every line of a text file and find the average. I'm using stream reader to take the number out of a text file, I don't know where t
I am trying to use strcmp and fgets to read line by line to detect "\r\n". I'm working in a program with websockets and I want to show the HTML code in my conso
In HTML, if I wanted a link to open in a new window, I'd adopt target="_blank" like this: <a href="http://www.website.com/" target="_blank"><img src="
I have the following serverless.yml file content custom: alarms: - functionErrors - functionThrottles myStage: ${opt:stage, self:provider.stage} d
I am trying to modify the Elm example that shows a single spacer so that it renders multiple spacers of different colors: import Color exposing (red, blue, yel