When I trying to install drupal-7 in my server, at the setup database step it shows the error Failed to connect to your database server. The server reports
I like to program in flutter in individual lines for each child and it's components, i recently moved to VS Code from Android Studio after having some problems
I am curious if these leap seconds make their way to my computer in any way? From the JavaScript date object, I can see that they are not incl
Id like to broadcast the video realtime on different network(public) using webrtc. I am checking TannerGabrriel Broadcast code on github! This is the code :htt
I want to create a colorful scatter plot and I have seen a usage of plt.scatter(x, y, c = 'rby') But when I use it ,it cant work. ValueError: 'c' argument mu
I'm using restclient-cpp lib for requests (based on libcurl), on C++17, on Ubuntu 18.04. In my program I need to do periodical get and post requests on differen
I am trying to write following code but is throwing error: a = [x if lambda x: x%2 ==0 else 0 for x in range(10)] print(a) The error is pointing at lambda sta
I have created an custom outlook add in. When I side load it on using the website it works with no issues. When I go into the Outlook app and try to side load,