I received the servertime from the Binance-API,I try to work with and it looks like this: { "serverTime": 1518440400000 } The question is, how can I comput
I'm trying to create an automated bot according to my strategy but I'm struggling with a few things: 1- In ccxt, I can get OHLC data of a specified symbol. But
const ob = { a: 1, b: { c: 3, d: 6, e: { f: { g: 3, h: { i: 5,
I have a current Rails 5 app with my current database running on Heroku. What I would like to do is create a new version of my app using Rails 7, that uses a mo
I am going through the book Web Development with Clojure and it tells me to pass the handler (defined bellow) as a Var object instead of as the function itself
I am trying to enable server side retry in a cosmos db (v4.0) account features. It can be easily done via az cli and azure portal. However, I am not sure how to
I am new to programming and I need to search any string to see if it includes only the letters a,b,c,d,e or f. The minute the program finds a letter that is not
I am using Xlsxwriter module in python 3.8 Is there a method to save the Chartsheet in EXCEL as PNG in a folder and import the same PNG file to a MS-Word using
I have constants.dart file and it contain all constant file including base url of my REST API. I need to change my REST API URL based on selected city which is
Sorry for my English is not very good. I'm learning React. I'm going to make a todo app. I want the 'input' content to appear as h4 when I press the button. But