I have implemented solver like below: def kaiABC(X, t, kut0, kutA, kdt0, kdtA, ktu0, ktuA, ktd0, ktdA, kus0, kusA, kds0, kdsA, ksu0, ksuA
I want to download all my trades from Binance using the api. The problem I have is that the api/v3/myTrades api call requires a market symbol. As there are hun
I'm learning AppleScript from various online articles and yt tutorials and I've come a cropper over the whole Files and Alias topic. According to this guide, (l
I am running a simple spider in Django using celery, in the task.py file. Code that run my spider is below: file task.py: @shared_task(bind=True) def scrape_am
I'm developing a UWP (Windows) application using React-Native-Windows. What I'm trying to do is open a new window by pressing a button. And I want to invoke a m
How to merge column names that are "X" with its next column without hardcode in R programming X should be merged to Day.7 X.1 should be merged into Day.8 X.2 an
I have my domain on namecheap and My ubuntu server on upcloud. My react app is installed on ubuntu server. It's ip is xx.xx.xx.xx:3000 I tried pointing it throu