I have created a website that uses a MySQL database, but when i put it online, it doesn't work anymore. in my class connection.vb that i use for my connection t
I have a task where I am given a URL such as https://xyz.json. This URL prompts the downloading of the JSON file into the local. I am now required to read the u
I'm looking for Arabic notation support in jetpack compose. I want to change the color of some Arabic punctuations and customize their look. Currently, I'm usin
If I perform a mmap() on some file or a device in /dev/ that exposes memory, what happens to that mapping if the file is deleted or that device disconnected? I'
l=["101","111","011"] calculate sum of column values using numpy of string matrix for i in range(k): sum=0 for j in range(n): sum+=int(s[j][i])
Links.splice(Links.indexOf(linkIndex),1); it is not finding the indexOf the element i clicked on in local storage and it is deleting local storage from the ba
I have a python class: class Animal: def __init__(self, name, energy=100): self.name = name self.energy = energy I need to creat
I recently switched from git bash on windows to using WSL2 almost exclusively. The issue I am having is that my tab autocompletes for branches is insanely slow