I am currently working on a GraphQL API using aws-appsync and lambda-resolvers written in python. Inside my lambdas, I am working with dicts only. With a growin
I've a WordPress DB on a "POC" site (Proof of concept) On this DB, I've some strings that are specific to this site : URL = poc.test.com Path = /home/user/sites
I am new in Python and I am stuck with one problem for a few days now. I made a script that: -takes data from CSV file -sort it by same values in first column o
I am getting this error SyntaxError: Cannot use import statement outside a module when trying to import from another javascript file. This is the first time I'm
Is it possible to add a custom HTTP response header to the development server that runs with ng serve? I'd like to add this custom header specially in the respo
Here is my screenshot and link to the spreadsheet. I am trying to calculate the correlation between number of passes students take and their grades, but only f
#include <iostream> using namespace std; //MainFunctions int computeDiscount(int); int mainProgram(); int main() { mainProgram(); } int computeDisc
I'm trying to do a Diamond Using Java3D, but no matter what I do, the result is never what is intended to be. public class Tetrahedron extends IndexedTriangleAr
I am navigating in the github of scipy but I couldn't find the definition code of scipy.special.chndtr. Any suggestions?