Disable All Advertising
Image
EAN-139780701202729   EAN-13 barcode 9780701202729
Product NameMrs. Dalloway / A Room Of One's Own
LanguageEnglish
CategoryBook / Magazine / Publication
Amazon.comA Buy on Amazon ~ 0547447345
SKU9780547447346
Price New73.94 US Dollars    (curriencies)
Price Used1.48 US Dollars    (curriencies)
Width0.89 inches    (convert)
Height8.25 inches    (convert)
Length5.5 inches    (convert)
Weight14.4 ounces    (convert)
AuthorVirginia Woolf
Page Count320
BindingHardcover
Published11/15/2010
Long DescriptionIn Mrs. Dalloway,  Virginia Woolf details Clarissa Dalloway’s preparations for a party of which she is to be hostess, exploring the hidden springs of thought and action in one day of a woman’s life. Paired here with A Room of One’s Own,  a masterful and provocative essay on women’s role in society, this beautiful hardcover edition will be a welcome addition to the library of any Woolf scholar or fan.
Similar Items9780393044348: The Awakening (Norton Critical Editions)
9780451525833: Wuthering Heights
9781936594283: Wuthering Heights
9780151191543: The Color Purple / The Temple Of My Familiar
9781848373204: Wuthering Heights (Arcturus Paperback Classics)
9780061120084: Wuthering Heights (Vintage Classics)
9780802016287: The Waves
9780804900119: Wuthering Heights
9781570020483: Wuthering Heights
9780395051023: Wuthering Heights (Riverside Editions)
View 54 more similar items
Created08-08-2013 12:26:16am
Modified04-30-2020 11:37:09pm
MD550a7d45c5f8b29aa1660e387e02fd5e0
SHA256998d76e2f7b5b25c566f6ffc3d44942b601bafdaf07eb955cd3c287eab9c1e41
Search Googleby EAN or by Title
Query Time0.0285339

An article of interest

The Main EANData blog

MSI Barcodes

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.