This is my Code * corr_matrix = np.corrcoef(data['Average dewpoint (°F)']data['Average temperature(°F)']) corr = "corr = " + str(round(corr_matrix[1][0]
After Customers checkout from Stripe payment link, We use their filled email and phone to create record/signup in our database on confirmation page. Our busines
I'm trying to follow this series of guides for deploying my Laravel app using the open-source deployer tool. The guide is generally very good, but the linked st
I am using React axios to receive the JSON (array of objects) from server (server side is written on Go, I checked via Postman, JSON is sent properly). Here is
This little test program crashes and I'm interested why it does: #include <iostream> struct SomeClass { SomeClass() { }
I want to do sorting inside rdd(example given below) using pyaspark. Input rdd: [('x', {3: [16, 11, 4532], 0: [5390, 3262]}), ('y', {2: [256, 128, 11], 5: [3262
I trying to send files between server to the socket in c. Sometimes the bmp file is transferred completely, but most of the time i get a corrupted image. serve
I am trying to return List with Generic type from handle(context: ExecutionContext?) method of MicroProfile FallbackHandler using Kotlin. But it's throwing exce
My program is Conway Game of life, the rules are: Any live cell with fewer than two live neighbors dies as if caused by underpopulation. Any live cell with two