upc

How can I lookup data about a book from its barcode number?

I'm building the world's simplest library application. All I want to be able to do is scan in a book's UPC (barcode) using a typical scanner (which just types the numbers of the barcode into a field) and then use it to look up data about the book... at a minimum, title, author, year published, and either the Dewey Decimal or Library of C...

Do the Amazon web service APIs support barcode/UPC queries?

I skimmed through their documentation and found it a bit overwhelming at first. I know you can search for items by entering a UPC (the number below a 1D barcode), but I couldn't find a word about it in the API. What I want to do is perform a product lookup by doing a UPC search after scanning a barcode. ...

Unified Parallel C - examples and list of extensions

Hello Where can I find examples of code, written in "Unified Parallel C"? I also interested in normative documents about this language (standards, reference manuals, online-accessible books and courses). What extensions were added to C to get UPC? Is this dialect alive or dead? ...

how do i generate a valid upc?

does anyone know if it is possible to generate a valid upc? if so, how? is it possible to do it in excel / python / .net? the platform does not matter to me ...