Disable All Advertising
Image
EAN-135030305514006   EAN-13 barcode 5030305514006
Product NameMicmacs (2009) ( Micmacs à tire-larigot ) [ NON-USA FORMAT, PAL, Reg.2 Import - United Kingdom ]
LanguageEnglish
CategoryElectronics / Photography: A/V Media: Movie / TV
Amazon.comA Buy on Amazon ~ B003CKTJN4
ModelE1E51400
Price New6.09 US Dollars    (curriencies)
Price Used0.98 US Dollars    (curriencies)
CastAndre Dussollier, Jean-Pierre Marielle, Dominique Pinon, Dany Boon, Nicolas Marié
BindingDvd
FormatImport, PAL, Subtitled, Widescreen
Run Time101 unknown-units
FeaturesMicmacs (2009) ( Micmacs à tire-larigot ), Micmacs (2009), Micmacs à tire-larigot
Long DescriptionUnited Kingdom released, PAL/Region 2 DVD: it WILL NOT play on standard US DVD player. You need multi-region PAL/NTSC DVD player to view it in USA/Canada: LANGUAGES: French ( Dolby Digital 2.0 ), French ( Dolby Digital 5.1 ), English ( Subtitles ), WIDESCREEN (2.35:1), SPECIAL FEATURES: Cast/Crew Interview(s), Interactive Menu, Scene Access, SYNOPSIS: An underground lair serves as the point of inspiration for this deeply whimsical fantasy comedy (with echoes of Jodorowsky's RAINBOW THIEF) from French cause celebre Jean-Pierre Jeunet (AMELIE). The locale is post-9/11 Europe. As arms dealers go head to head with one another in a series of violent skirmishes -- suggesting that an apocalyptic cataclysm may be lingering on the horizon -- the unfortunate Bazil (Dany Boon) still reels from the long-ago death of his father from a roadside bomb, an event that left him orphaned as a boy. Now employed in a low-paying job as a video-store clerk, and still trying to determine how he fits into the scheme of things, he gets hit by a stray bullet from a drive-by shooting and promptly lands in the hospital. Upon release, he finds himself broke and unemployed. Hope soon crops up, however, in the form of Placard (Jean-Pierre Marielle), an ex-convict living in a scrap dump with a motley group of social outcasts SCREENED/AWARDED AT: Ceasar Awards, ...Micmacs (2009) ( Micmacs à tire-larigot )
Similar Items0031398135203: Amelie
0043396343627: The Imaginarium Of Doctor Parnassus
0794043122965: Dark City
0043396191747: Adventures of Baron Munchausen
0821575550451: Tideland
0012236100126: Delicatessen
9780790795591: A Very Long Engagement
9780767811064: The City Of Lost Children
0025192016820: Brazil
Created03-24-2012 6:44:53am
Modified04-30-2020 11:43:47am
MD50db336e36a26092e4e5fdf390028cecd
SHA256dd4c43e7df83b0235986d760aca64210286496e0bba64edcef52d83dc21cd732
Search Googleby EAN or by Title
Query Time0.0232310

An article of interest

Making use of the tools we offer

Data feed access via Java

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.