I have a Gradle java project. When I tried to import/ open, I am getting dependency can't be resolved error. Initially I tried with IntelliJ, so doubt IntelliJ
I want to know if it's possible to know if there are a char in a $scope for example something like this but in angularJs $scope.test = "Hi, How Are You?"; if($
I have a raspberry pi running some hardware, and continuously generating data. Each day, I collect the data in a pandas dataframe, and it shoots off a summary e
i am creating a function where users can rate a book using django, i have achieved the part where users can rate the book using a form from the front end and it
I have a program which uses the requests module to send a get request which (correctly) responds with a 304 "Not Modified". After making the request, I check to
I want to implement a function that is able to translate(rotate) the sequence of a 2d array to the desired destination index. A, B, and C represents the length
I'm working on a project for OSX where the user can pick a collection of documents (from any application) which I need to generate PDF's from. The standard Mac
I have a data of orders where there can be multiple products per one order. I struggle to automatically compute the total order price. Didn't find any formula f