Let var be a variable and it assigned a value /home/user as below var=/home/user when using this variable, i have seen it using both of the
I am trying to add an extra plugin but I can't. When I am inspecting my console it's saying can't load the javascript file. Here is my code: error which I am ge
I am trying to create a small ecommerce website where I need to have a cart page. I need to make it so when a user clicks on Add to cart button, the particular
Some legacy code has @SCORE(1) on top of a JUNIT test case and I'm not sure what it means and both Google and the API aren't turning much up
I want to use following type of SUMPRODUCT formula in VBA: =SUMPRODUCT(A1:A2,C1/B1:B2) It works fine in excel, but when using it as a VBA function it gives an
i have database called TestDataBase contains a table called TestTable storing 10k records. below is the size of data file, transaction logs file(TestDataBase_lo
I want to use tkinter to create an application that has two windows with different titles. Here's my code. import tkinter as tk class Demo1: def __init__(s