I am trying to use the same form for create and update. Everything is working great when I am updating an existing location. It's when I am creating a new locat
I have a fixed length file but few records randomly split into two lines(see below 3rd adn 4th lines). How can I join those two lines which are not equal stand
I am trying to make a seven segment display OCR that detects its number Im going to connect this app to esp32cam i have a webview where I am trying to get the p
I wanted to find the length of a part of a string after searching for it within a bigger string. I cannot use strlen since I am dealing with binary data. char *
I have a trouble with finding a right value for sorting with radix sorting algorithm. I have implemented it right, but I have an issue with ne
I want to send a request to the google places (not google place API), I don't need to get the data in XML or JSON, i just want to get the place page and display
I have master view and some DetialsViewController. When I present the detailsViewController I use this code: mainStoryboard = UIStoryboard(name: "StoryboardiP
I've got the following BarEntry List: for (Map.Entry<Date, Float> keyVal : allIncTypesWithAmount.entrySet()) { long timeToDays = TimeUnit.MILLISECONDS
This is my implementation, full_url = url + '?' + params req = urllib2.Request(full_url, params) req.add_header