You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlexibleParser is a group of multi-purpose Java parsing libraries. This is a conversion to Java of the original C# code in the FlexibleParser repository (https://github.com/varocarbas/FlexibleParser).
Python script that sorts image files based on the date found in the image's OCR (Optical Character Recognition) result using the EasyOCR and dateparser libraries.
App is an example of getting data from the remote data source performed by AsyncTaskLoader on the background thread. It's list of Earthquakes, each item shows eartquakes magnitude, time and location. Data are fetched by making HTTP request to the Earthquakes API and then by getting JSON response from the server. Clicking on list item, opens anot…