I'm trying to insert record into my database through a form made by Winforms. At first I try to insert it directly in SQL Server: INSERT INTO item (name, price,
I'm trying to standardise a set of text files that contain a list of values separated by pipes ("|") which currently have varying decimal places for values with
I am struggling to figure out how to specify a MOTO payment with Stripe API and PHP. I believe I specify MOTO in the payment_method_options on the confirm (java
I am new to Python. def checkstock(self): con = sqlite3.connect(database=r'ims.db') cur = con.cursor() cur.execute("PRAGMA read_uncommitted = true;"
I am using Ajax and hash for navigation. Is there a way to check if the window.location.hash changed like this? http://example.com/blah#123 to http://example
I am battling to get the subscriberid into a PHP variable from the console.log(). Webpush have given the js code but unfortunately when asked to assist they sai
Noob here, hard to elaborate my question without an example, so I use a model on the MNIST data that classifies digits based on number images. # Load data train
I have smartcontract from HardHat tutorial https://hardhat.org/tutorial/writing-and-compiling-contracts.html and I successfully deployed it. async function main
Here's my code from a course: const express = require('express'); const cluster = require('cluster'); const app = express(); function delay(duration) { cons