How can I build a .exe program from my Anaconda environment to get a standalone application?
I want that when web site page loaded play video automatically. I referenced to jquery.js, mediaelementplayer.js and mediaelementplayar.min.css on my page and
I am very new to coding, I couldn't get pycharm to work (i kept getting an error saying "failed to create virtual environment") so i used this link https://www.
Since the constructor of std::shared_ptr is marked as explicit one, so expressions like auto p = std::make_shared<int>(1); p = new int(6); is wrong. My qu
I write a code that draws two the angle of the two lines I get the function for that , but I have a problem with the number of bars according to the condition o
This happens every time if I try to enter a class name in front of existing class, it automatically deletes the class name in front This happens if I add an arg
When I click the button, the function split the image into 3*3 parts Image img =Image(image: AssetImage('assets/crossflutter.png')); int h=3; int v=3; when I
I have a set of custom schema for each CSV file I want to read. I want to be able to detect any additional and missing columns. I wrote a script to compare the
I am trying to move our application to a multi-tenant structure, with a different database per customer. We are using node.js, express and passport for authen