I'm trying to integrate the Paypal API to make my app donation based. I have two questions: I can see the button, I click it but it doesn't do anything! (the
I've been running a script on jupyter notebook: num=input("Enter a number: ") print(num) When i run this cell, nothing is printing in output cell, no text box
In the documentation for dbms_metadata, mentioned about SQLTERMINATOR: If TRUE, append a SQL terminator (; or /) to each DDL statement. Defaults to FALSE. by
I have a numpy array centers which is N row by 3 columns and contains the 3D coordinates of the center of the spheres. Then another Nx1 array radii which contai
I am trying to create a database using terraform and this seems very complicated for a poor query... Could you help me, please? I have tried null_resource with
I am using NodeJS cron-schedule to delete a record from the database. I created a separate module that is executed in app.js file. The Module take all the users
.text .globl main .ent main I don't know what .globl and .ent do. What is the role? Do I need to use globl. main and .ent main all the time?
I am developing a windows application in .Net C#. The application is using some third party drivers which requires admin rights for it's execution. I know we ca