I wanna create an app for tracking the running speed of an person in intervals. I want to develop the app with React Native for primary IOS and eventually Andro
I am fetching user Conversations using the code below Conversation Schema const conversationSchema = new Schema({ userIdSender: { type: Schema.Types
I'm currently working on a plugin for Killbill, using Jooby for developing the servlet. The servlet will receive a notification from payment gateway and process
I have this api enter image description here I want to save the file (myfile.PDF, myFile1.txt, ...) in my pc (with Javascript). I invoke, without problems, the
I am generating a signed bundle in Android Studio I am getting below error: Cannot constrain type: @Nullable java.lang.Object {} for value: v89 by constraint:
I currently have an app script that exports the contents of a cell into a HTML file in google sheets below: function saveToTextfile() { var ss = SpreadsheetApp.
I'm creating an "image generator" where users can upload an image and add text and/or draw on it. The outputted image is a fixed size (698x450). On the client
I need to use some motion detection code, then I use following code, provided by this link: http://www.steinm.com/blog/motion-detection-webcam-python-opencv-di