I'm a beginner in react native, I'm struggling into Login/Register functions, in my metro, it doesn't show login successfully just like in my backend, please he
I want to set minimum and maximum input value for EditText box. I am creating one simple validation for EditText; it takes A-Z and 0-9 values with minimum 5 and
I hava two files: A.java class A{ } B.kt class B:A(){ } I try to compile B.kt like this: kotlinc -cp A.java B.kt But compile error: WARN: zip END header no
I am using libssh. After calling ssh_channel_write, I have to know whether there has data to read. (But I don't want to retrieve data.) If there has no data to
Can't trace the model using torch.jit.trace. This is a resnet 101 based segmentation model. I am using python 3.7, torch 1.8, rtx 3070 8gb. My code: Net=FCN.Net
In Java, explicitly declared Strings are interned by the JVM, so that subsequent declarations of the same String results in two pointers to the same String inst