I want to make card number of the customer is always set to -1 when a new customer is created. Image of how code looks likes public Customer(int cardNumber, int
My problem is that I need to change some sets of categorized columns into numbers for machine learning. I don't want to use LabelEncoding because I heard it's n
I've been developing in C using eclipse as my IDE in my virtual machine with ubuntu, I've made some progress and I wanted to test them in the real product which
In my Qt program, I have a class called MySettings which stores the application's settings (things like UI parameters). The class is a wrapper around QSettings
I am working with django to develop a UI. In the backend one function is running some ML scripts hence its taking time to return the render template. The code i
I have a app that fetches the token after sso login with Microsoft. I want to create event for using that token. But it gives an error when I use that token to
Based on the input data I want to decide whether it is valid data or not and send the observable to the to end. I have tried to create a observable and sequenti
On the Html Side <script src="http://localhost:3002/widget-load?clientId=1" type="text/javascript"> And on the nodejs app.get('/widget-load', function (r
I made a client-server chat, but the client program displays an error: TimeoutError: [WinError 10060] A connection attempt failed because the connected party di