I'm currently developping a Spring Native application, it's building using paketo buildpack and generating a Docker image. I was wondering if it's possible to c
How can I do this more simple? ADX14 = ta.ADX(df['High'], df['Low'], df['Close'], timeperiod = 14) df['ADX14'] = ADX14 ADX50 = ta.ADX(df['High'], df['Low'], df
When using nunit-console.exe to run tests from the command line you can have a result.xmlfile created, which can further be used for example by ReportUnit to cr
I was trying to scrap some data from a Court here in Brazil (yes, it is legal), and everything is going fine, except for one thing: I am not able to set a funct
I'm currently working on a Next.js project from an SSH connection (I need to work in SSH because of cookie issues with my the api requests). I also use Docker t
I am trying to send mails using swiftmailer and office 365 which failed to authenticate. I have purchased an office 365 account, azure subscription. My environm
I have a dataframe with many columns that are lists of values, which are floats. I would like to find the element or elements in these lists based on an index,
C2x, 6.5.3.2 Address and indirection operators, Semantics, 3: The unary & operator yields the address of its operand. A simple question: can the unary &am
I want to use azcopy to download/upload to my blob storage. Using azcopy login, opening the browser and login works fine. $ azcopy login --tenant-id xxxx To sig