The International Standard Book Number is an ISO standardized identifier for books. It consists of 10 or 13 digits (including 'X'), of which the last is a check character.

learn more… | top users | synonyms

0
votes
0answers
9 views

Get ebook ISBN/EAN from book ISBN/EAN [closed]

I wonder whether there is a way to get the ISBN or EAN of the ebook version of a book when I already have the ISBN or EAN of the physical book. I would like to do this programmatically, so I cannot ...
0
votes
2answers
61 views

Simple C++ Array Logic Issue

I'm attempting to write a program in which the user enters an ISBN then checks the entry for accuracy. The ISBN is 0201702894. The check digit (the 4) is calculated from the other 9 digits as follows ...
2
votes
2answers
41 views

How do I use rails validates for length to check for one value or another, not a range?

I am trying to write a model for books in my rails app and I want to validate the isbn attribute but there are two possible lengths for an ISBN: 10 and 13. How do I use validates to make sure that the ...
0
votes
0answers
25 views

Building a book catalog using isbndb

I am building a book catalog in ASP.NET MVC and have decided to use isbndb.com for extracting books' metadata. I have also been able to retrieve books' metadata and store locally in the database for ...
0
votes
1answer
91 views

How to use Pascal string in equation

I have a little problem. I have written a program which asks for user for a code which contains 11 digits. I defined it as string but now I would like to use every digit from this code individually ...
1
vote
2answers
239 views

ISBN final digit finder

I am working in python 3 and I am making a program that will take in a 10 digit ISBN Number and applying a method to it to find the 11th number. Here is my current code ISBN=input('Please enter the ...
0
votes
1answer
93 views

Java ISBN checker/calculator, how to solve?

Im doing my homework and literally stuck for 5 hours for this particular question. The last digit d10 is a checksum, which is calculated from the other nine digits using the following formula: (d1*1 ...
0
votes
0answers
24 views

Use ISBN-13 Numbers to find the price of books [duplicate]

Possible Duplicate: I don’t get prices with Amazon Product Advertising API I have a list of 230 ISBN-13 numbers and I'd like to use them and likely something like Amazon Web Services to ...
3
votes
1answer
156 views

regexp mysql function

I have several PHP regex that I use for matching ISBN 10 but I can't find one that is compatible for MySQL's REGEXP, can someone help me match ISBN 10 in MySQL? I have tried this one (works in PHP ...
0
votes
2answers
237 views

Query DBpedia to get meta-data for Books

I have a bunch of ISBN's. I want to query DBpedia and get the meta-data of the books. I am unable to understand the SPARQL. Can someone tell me how can I get the meta-data of a book from DBpedia in ...
0
votes
0answers
70 views

Ebay - Invalid product ID value

I'm encountering with an issue with the Ebay finding API- I'm getting the "Error 41 : Invalid product ID value" when using the FindItemsByProduct/findCompletedItem and setting the ProductId field. ...
0
votes
1answer
320 views

Converting Character Array to Integer Array in C for ISBN Validation

I really hope someone can give a well explained example. I've been searching everywhere but can't find a proper solution. I am taking an introduction to C Programming class, and our last assignment ...
3
votes
1answer
249 views

How to retrieve book's information in XML/JSON from library of congress by ISBN

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 ...
0
votes
1answer
134 views

How do I create a dynamic ISBN 13 barcode image in C# [closed]

I need to be able to pass in a 13 digit ISBN and have the barcode display as an image on a website dynamically. I have tried some web services at maschup.com and so far unable to get this to render ...
4
votes
2answers
282 views

Generating a fake ISBN from book title? (Or: How to hash a string into a 6-digit numeric ID)

Short version: How can I turn an arbitrary string into a 6-digit number with minimal collisions? Long version: I'm working with a small library that has a bunch of books with no ISBNs. These are ...
0
votes
3answers
198 views

Use Powershell to get book metadata from Amazon

I want to use the Amazon Product Advertising API to create a Web Request with Powershell which submits the ISBN / ANSI number and returns the Book Metadata. (Title, Author,...) So far I have createt ...
0
votes
1answer
120 views

Putting check digit in to form ISBN 10

I'm doing a barcode scanner and doing an in-app conversion of ISBN13 to ISBN10. I could now calculate out the check digit for the ISBN 10 but i do not know how to join it back to a 10 digit number. ...
1
vote
1answer
77 views

optimal way to use open graph for ebooks

I am self-publishing an ebook I read the types for open graph protocol http://ogp.me/#types In open graph protocol, for book namespace http://ogp.me/ns/book there are the following attributes. ...
0
votes
1answer
115 views

How do I check if an input contains an isbn using javascript

I need a script that will test an input field's contents to see if it contains an ISBN. I found a few examples of this, but none of them strip the dashes. I need this to happen or my search results ...
1
vote
1answer
297 views

capture ISBN number with android camera

My application purpose just simply captures a ISBN number then converts ISBN to a string. I know about the zxing project, however after skimming their code and research, I couldn't find the way to use ...
0
votes
0answers
216 views

Amazon Advertising API - EditorialReviews sometimes returns null even if it should not for given ISBN

I’m using Amazon Product Advertising API to get data about books based on given ISBN number. It works fine I’m getting most of the information but for some of the books I have a problem with ...
2
votes
2answers
379 views

How do you get category info of a book from ISBNdb.com?

I am able to easily get book info: http://isbndb.com/api/books.xml?access_key=THEKEY&results=details&index1=isbn&value1=9781849152990 And I can easily look up categories: ...
1
vote
1answer
169 views

How to Get the “Code39” Barcode Information?

I have a "code39" barcode. How can I get the information from that bar code: product name, manufacturer, and everything else? Please help.
0
votes
1answer
105 views

Inserting dashes in ISBNs using grep (in BBEdit)

I have a file in which valid ISBNs always appear in the context of isbn = {<ISBN>} but often lack the dashes that are generally used for formatting them. I would like to insert these dashes ...
0
votes
3answers
432 views

ISBN check digit calculation problems

can any one offer any assistance, as to why the following code always returns the same check digit number? def ISBN(): numlist = [] request = raw_input("Please enter the 10 digit ...
0
votes
3answers
543 views

Python ISBN program

I'm trying to calculate the check digit for an ISBN input on python. so far I have... def ISBN(): numlist = [] request = raw_input("Please enter the 10 digit number: ") ...
1
vote
1answer
313 views

How to get ISBN number from .mobi file with python

Is there any way of fetching the ISBN number from a .mobi book using python? Maybe there is a way of reading the .mobi files directely with python and search for 10 ints which is the ISBN number? if ...
2
votes
2answers
1k views

Problems using the Amazon API to search ISBN

I'm having a few issues using the amazon API to search for ISBN. The code seams to work for a FEW isbn's and returns some results however the majority of books (mainly factual/reference books) I ...
0
votes
1answer
1k views

How do I create a book catalogue database on MS Access through ISBN Lookup on VB?

This might be a complicated question that might not be answered, but here I go! I am completely and utterly new to programming, and I have just created my first app with Visual Basic, called Picture ...
6
votes
2answers
4k views

Google books API searching by ISBN

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 using ...
1
vote
2answers
203 views

API access to Book database?(python) [closed]

Is there any API or libraries out there who facilitate lookups on book title or isbn etc? is there a book database out There similar to IMDB?
2
votes
3answers
2k views

Excel VBA Macro to query Amazon Web Services for Book data

I have an .xcl with 500 books, title in one column, author in another. I want to query amazon web services with a vba macro to pull back amazon's listing with title, author, isbn, and most importantly ...
1
vote
2answers
1k views

Looking up book title with ISBN

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, is ...
3
votes
4answers
410 views

correct way to model isbn number in j2ee app

I am trying out a web app using servlets and jsps and need to model isbn number of an item in my class as well as in hibernate mappings. Which should be the type of an isbn number?Long or String? I ...
0
votes
1answer
335 views

isbn search in android [closed]

i wanna search book name using its isbn number.. how to impliment in android??? thnx in advance......
-1
votes
1answer
129 views

How to use regular expression to determine if one file concluding ISBN series?

How to use regular expression to determine if one file concluding ISBN series? on linux/unix. And how about using Perl? Thanks
1
vote
4answers
2k views

Given a ISBN/ASIN, how to get the list of all books by the same author (including kindle only books)?

Most kindle books don't have ISBN, just ASIN. Given a ISBN or ASIN, is it possible to get the list of all books by the same author (both paper and ebooks)? Does amazon have some kind of author ID, ...
5
votes
2answers
2k views

How to get ISBN number from a book title and author programmatically?

Is there a way to get ISBN number from the title of the book and author programmatically (preferably in Python)? Does amazon provide web service for this? If so, how can one use it?
0
votes
0answers
181 views

how to convert ISRC to ISBN

ISRC is used for audio and video, ISBN is used book, but sometimes you can see both of them on e-commerce website such as here, now i want to know if there is a way of converting isrc to isbn? Thank ...
2
votes
1answer
2k views

How to improve results of tesseract to recognize numbers

I am working on iPhone application that recognizes ISBN numbers (ISBN: 978-83-7380-900-0) I use tesseract for this, but it is not working very well. I can see other applications, using same engine to ...
3
votes
3answers
2k views

Regular expression for an ISBN 13

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}[ ...
-1
votes
1answer
47 views

adding page number to barcodes

I do genealogy research. I have books with information on many pages. Is there a way for me to use the book isbn and associate it with a particular page? I may find many references to different ...
4
votes
2answers
940 views

How to automatically apply ISBN hyphenation?

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: ...
2
votes
2answers
69 views

What is the technical term for the input used to calculate a checkdigit?

For example: code = '7777-5'; input = code.substring(0, 4); // Returns '7777' checkdigit = f(input); // f() produces a checkdigit assert.areEqual(code, input + "-" + checkdigit) Is ...
0
votes
1answer
430 views

Trying to incorporate crossdomain XML feed into jQuery app with proxy.php results in 406 error

Even just a simple <?php readfile($_GET['url']) ?> results in a not acceptable error. Any thoughts?
4
votes
3answers
419 views

Looking up Editions of a Book

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 metadata ...
2
votes
4answers
299 views

ISBNs are used as primary key, now I want to add non-book things to the DB - should I migrate to EAN?

I built an inventory database where ISBN numbers are the primary keys for the items. This worked great for a while as the items were books. Now I want to add non-books. some of the non-books have EANs ...
3
votes
2answers
825 views

Bulk Convert List of Book Titles to Amazon ASINs?

I've got a list of several hundred book titles. Is there a way to batch convert them to Amazon.com ASIN codes? I realize I could do it manually one by one, but I don't have that kind of patience or ...
1
vote
5answers
3k views

ISBN -> bookdata Lookup to fill in a database

Ok, I wanting to database a small library. I've only had limited experience with databases, and none with querying from a webserver. I'm going to want to retrieve information like title, Publisher, ...
0
votes
5answers
133 views

how to find what isbns are in use

I am trying to find a list of what ISBNs are in use. I guess I could scrape a website like Amazon but that would waste a lot of bandwidth. Is there a better (free) way?

1 2