Im trying to figuring out how to calculate the age of user in my flutter application. What I want is only valide user which are have a min age of 18. Heres my c
I have written a small and simple slider with Javascript. Because I want to be sure that the slider works when I load the javascript in the footer of the page.
Im making a method that is passed an array of positive and negative numbers. Im trying to return an array of the count of positive integers, a
I have an SQL database that I am interacting with via Java, I was wondering if there was an easy way to make a specific row hidden/invisible through Java other
when download image image is can't open .it just 4kb file.please help. image type is in blob.its downloading file.but can't visible. <?php
I made a Selfbot on Discord (please do not tell me its against the ToS, I have already been told hundreds of times) to send the string "Hello!" everytime someon
I'd like to get an id unique to a computer with Python on Windows and Linux. It could be the CPU ID, the motherboard serial, ... or anything else. I looked at
How do we combine two or more columns using dplyr? df = data.frame(a=1:6, b=seq(2,6)) I need my output as a 1 a 2 a 3 a 4 a 5 a 6 b 2 b 2 b 2