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

View Containment in Swift

I’m always looking for this code snippet around and for some reason it doesn’t pop on Google that easily so I thought I’d post the 4 lines of code necessary for achieving view containment in Swift (this is Swift 4 by the way): override... Continue →