I have an experimental data set that I linearize on a semi-log scale and of which I want to run a linear regression. The problem is that when I set a line as a
I have a pretty big XML file that looks like this: <corpus> <dialogue speaker="A"> <sentence tag1="a" tag2="b"> Hello </sentence>
I have an array : let x = [{name: 'x1', value: 2}, {name: 'x2', value: 3}, {name: 'y1', value: 4}, {name: 'z1', value: 1}]; I need to group f
I'm making a web application that lets users create chatrooms. This function displays the chatroom messages @app.route('/enter/<room>') def enter_chat_roo
HashMap<String, String> cassandraorderInfo=Cassandraorderdetails.fetchorderdetailsofcassandra(order,Session3); here fetchorderdetailsofcassandra function
I'm trying to send an email from my app. But what I want is if user is having Gmail app on his/her phone, then mail should be sent using it. If Gmail app is una
The singleton pattern ensures only one instance of a class is ever created. How do I build this in Dart?
I want to have multiple divs on my website to be draggable and movable across the website (or at least in the container which it's found). I would like to clar