I want to split a file to blob and upload them to server. I use File.slice() to split file.Then I save these blobs to an array.When i send these blobs to the se
I'm trying to build multiple projects within one build directory with the following structure: |------ CMakeLists.txt (The main Cmake) | |------ ProjectAP
I want to find rows which are duplicates according to a certain subset of column values, where those rows also have a zero value in a certain column C and anoth
I am making an http post request to a simple php server on the same domain, it was working till yesterday , but all of a sudden it started giving me this error
I have this project written in java. I want this thing show data from different table in 1 display. Here's the java code public class teacherdata { static
I am trying change image size in TableRow, always when i use padding or margin the edited column row always changes size compared to the others rows. I'm withou
I want to encrypt some plaintext in python using a key that's been generated through the gpg2 commandline. The application will only know the public key, and wo
If a categorical variable has more than 2 values (like marital status= single/married/widowed/separated/divorced), then I need to create N dummies, one for each
Input { "Ids": ["1","2","3"] } Output ["Ids": "1", "Ids": "2", "Ids": "3"]