Image | ![]() |
EAN-13 | 9780739043332 ![]() |
Product Name | Stefan Grossman's Early Masters of American Blues Guitar: Blind Blake, Book & CD |
Language | English |
Category | Book / Magazine / Publication |
Short Description | Height:0.4 inches / Length:11.7 inches / Weight:0.75 pounds / Width:8.9 inches |
Amazon.com | ![]() |
SKU | ACOM-INT_BOOK_USEDVERYGOOD_0739043331 |
Model | 00-F3432GTA |
Price New | 12.95 US Dollars (curriencies) |
Price Used | 10.55 US Dollars (curriencies) |
Width | 9.25 inches (convert) |
Height | 12.25 inches (convert) |
Length | 0.25 inches (convert) |
Weight | 8.8 ounces (convert) |
Author | Blind Blake, Stefan Grossman |
Page Count | 96 |
Binding | Paperback |
Published | 09/01/1994 |
Features | Manufactured to the Highest Quality Available., With True Enhanced Performance., Latest Technical Development. |
Long Description | The Early Masters of American Blues series provides the unique opportunity to study the true roots of modern blues. Stefan Grossman, noted roots-blues guitarist and musicologist, has compiled this fascinating collection of 16 songs, transcribed exactly as performed by legendary blues master Blind Blake. In addition to Stefan's expert transcriptions, the book includes a CD containing the original recordings of Blind Blake so you can hear the music as he performed it. Blind Blake was the greatest ragtime blues guitarist to record during the 1920s. His guitar styles and techniques were unique, capturing the pulsating rhythms of the blues, ragtime, and jazz music of the period. His records sold well and were greatly influential on generations of guitarists. This collection presents sixteen tunes that will keep your fingers very busy. Sound, feel, and control over right-hand thumb are the elements of Blind Blake's playing that will demand all your attention and patience. Enjoy the wonderful songs, and good luck developing your "sportin' right hand!" |
Similar Items | 9780739043301: Stefan Grossman's Early Masters of American Blues Guitar: Mississippi John Hurt, Book & CD 9780739043295: Stefan Grossman's Early Masters of American Blues Guitar: Rev. Gary Davis, Book & CD 9780739043288: Stefan Grossman's Early Masters of American Blues Guitar: The Anthology of Country Blues Guitar, Book & CD 9780739042816: Stefan Grossman's Early Masters of American Blues Guitar: Country Blues Guitar, Book & CD 9780739042809: Delta Blues Guitar (Book & Cd) (Stefan Grossman's Early Masters Of American Blues Guitar) 9780634067181: Fingerstyle Blues Songbook: Learn to Play Country Blues, Ragtime Blues, Boogie Blues & More (Book & Online Audio) (Acoustic Guitar Private Lessons) 9780634063152: Ragtime Guitar Bk/Cd For Solo Guitar In Standard Notation & Tab 5020679549902: Guitar Of Blind Blake 0788065771423: Blind Blake - All The Published Sides 0788065770624: Classic Sides View 9 more similar items |
Created | 11-21-2012 6:40:54pm |
Modified | 05-01-2020 12:10:42am |
MD5 | e3cc3c5bc63c99a46867c015996609b8 |
SHA256 | a40d480c50c5958155472712be6642d2bf6ec83e7785de260fadd1e7d7627f2b |
Search Google | by EAN or by Title |
Query Time | 0.0241790 |
Article of interest
This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval of UPC data from the EANData.com web site.
There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.
It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream allowing direct access to the response from the from the EANData.com web site.
JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp). The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability needed. Its not perfect but is a good basic start.
Download the example source code
The UpcService.properties must be configured.
Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.
ApiKeyCode (Required)
Provided from EANData.com when your account is setup.
Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.