UPC Database

I spent some time trying to find a UPC database. Essentially it is a database that associates bar codes to products and company names. Usually you would pay money to purchase such a database from a company that keeps one updated. However it turns out there is one available for free, right here:
https://archive.org/details/UpcDatabase2010-06-01

I could be mistaken but I believe it dates back to 2010.

 
1
Kudos
 
1
Kudos

Now read this

Generic UI: Input<T>

For quite some time I’ve been bothered by the small use of generics in Apple’s iOS libraries. Third party libraries also typically make little use of generics. Generic typing is a fantastic feature of Objective-C and Swift. It allows... Continue →