At which IP address can a docker container connect to its host on Docker for Windows (on Windows 10)? How do you find this IP address? Example: you have a serv
I'm stuck with the next issue. I integrated PayPal sdk into my android app. implementation 'com.paypal.checkout:android-sdk:0.6.1' My app has an underscore in t
I use Tor for browsing stuff like shoes and clothes so I am not targeted by ads after. I don't love the Tor browser's "look and feel" so I wanna make my own. I
From what I can gather, there are three categories: Never use GET and use POST Never use POST and use GET It doesn't matter which one you use. Am I correct in
I keep getting the following error: Cannot implicitly convert type 'int' to 'string'. I'm using C# for an ASP.web application public string binTodec(int num)
Here is my sample data: data=[1,SanjayMehra, HR, P1, Hyderabad(HYD), 01/12/1976, M], [2,AnanyaMishra, Admin, P2,Delhi(DEL), 02/05/1968, F], [3,RohanDiwan, Acc
I am having a problem getting libsass to compile SASS files. I can get it to compile SCSS files just fine. I have a Flask application and I've installed libsas
I am uploading an array of images to firebase, which was previously filled by up to three photos taken by camera. After each upload, I save the downloadURL. But
I am using xgb.cv to determine a correct number of estimators for my problem and I am using 'multi:softprob' and 'mlogloss'. Originally in my code I set: num_bo
I'm trying to understand how to set up a Multisite codebase with Django (no external addons like Wagtail). I created several dummy domains and registered them o