isbn Questions
2
Solved
For an application I'm currently building I need a database to store books. The schema of the books table should contain the following attributes:
id, isbn10, isbn13, title, summary
What data typ...
4
I have tried to convert ISBN10 codes to ISBN13 numbers with Java. From . On isbn-13.info I found the way to convert them.
Example: 0-123456-47-9
Begin with prefix of “978”
Use the first ni...
3
Solved
I am trying to figure out how to search for a book by ISBN using the Google Books API. I need to write a program that searches for an ISBN then prints out the title, author, and edition. I tried us...
Sumac asked 26/10, 2011 at 21:9
2
I am working on an iOS app and I have a list of ISBNs. I want to pull up book cover image, title, author, and other nice-to-haves if available, like reviews, price, etc. I tried using the Goo...
5
Solved
I have an If-else statement which checks a string to see whether there is an ISBN-10 or ISBN-13 (book ID).
The problem I am facing is with the ISBN-10 check which occurs before the ISBN-13 check,...
Countrywoman asked 30/12, 2012 at 23:30
2
I am scanning ISBN code and searching the book on the basis of that code on google in my iOS app. I created the app on google.I have keys for browser apps and I also created keys for iOS app.
Now ...
Emptyhanded asked 17/9, 2013 at 5:39
2
The Library of Congress has a site to search books by ISBN. A simple way to retrive book's information is using a URL like:
http://lccn.loc.gov/2009019559/mods
where it returns a XML structure t...
5
Solved
Is there a way to look up the various editions of a book based on its ISBN using the Amazon Product Advertising API?
And, more generally, what are the various choices for looking up edition metada...
Unkind asked 4/9, 2010 at 21:6
3
Solved
Is there a free way to look up the title of a book using its ISBN number? I know there is isbndb.com, but they limit you to 500 look ups per day. Also I noticed there is the Google Books API,...
4
Solved
I've got ISBN numbers (10-digits and 13 digits) without the dashes.
Now I'm looking for a way to add those dashes automatically.
I found some useful information here:
http://www.isbn.org/standards...
Mechling asked 11/11, 2010 at 13:10
2
Solved
Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)?
Does Amazon provide web services for this? If so, how can one use it?
3
Hi all I'm trying all the time to make a regular expression for XML in my .xsd.
This expression should verify an ISBN-13 number but I couldn't get further than this:
ISBN (978|979)[ |-][0-9]{1,5}...
3
can a valid 13-digit ISBN have any character other then digit 0-9? i.e., can a valid 13-digit ISBN contain character 'X'?
Middlebrow asked 11/1, 2010 at 11:35
1
© 2022 - 2024 — McMap. All rights reserved.