I am using Firebase Unity SDK and I use phone numbers to signup users with the option to link an email address as well. The problem is that the system always si
This seems like it should be a simple problem, but I'm having trouble finding out how to do this for a non-numeric dataset where the number of columns to be cre
I feel this should be an obvious answer, however, I am having issues coding a personal project of mine. How would I be able to have certain li
I am doing some text classification right now using sklearn. As first step I obviously need to use vectorizer - either CountVectorizer or TfIdfVectorizer. The
I'm a little bit confused with stack segment (ss) and stack pointer (sp) registers . when the stack is empty, is the sp value equal to the ss value ? I read th
iam building a small social media app. i am trying to simulate other user, so i made an class called User with the needed attributes. I created an Main user cal
I have a super simple Spring Boot app with Spring Security 5 that authenticates over OAuth2 with a Keycloak 17 instance running in Docker. Everything works fine
I have searched a lot but nothing worked...this code gives me the result when the console ends. but I want real-time output! is there any way to achieve this? s
I have data that fast time fourier transform is applied. (amplitudes at specific Hzs) There are solutions on internet that CNN is applied to mel spectrogram, ho