Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

20 kirjaa tekijältä Michael Fitzgerald

Autism and Creativity

Autism and Creativity

Michael Fitzgerald

Routledge
2014
nidottu
Autism and Creativity is a stimulating study of male creativity and autism, arguing that a major genetic endowment is a prerequisite of genius, and that cultural and environmental factors are less significant than has often been claimed. Chapters on the diagnosis and psychology of autism set the scene for a detailed examination of a number of important historical figures. For example:* in the Indian mathematician Ramanujan, the classic traits of Asperger's syndrome are shown to have coexisted with an extraordinary level of creativity* more unexpectedly, from the fields of philosophy, politics and literature, scrutiny of Ludwig Wittgenstein, Sir Keith Joseph, Eamon de Valera, Lewis Carroll and William Butler Yeats reveals classical autistic features.Autism and Creativity will prove fascinating reading not only for professionals and students in the field of autism and Asperger's syndrome, but for anyone wanting to know how individuals presenting autistic features have on many occasions changed the way we understand society.
Learning XSLT

Learning XSLT

Michael Fitzgerald

O'Reilly Media, Inc, USA
2003
nidottu
XSLT is a powerful language for transforming XML documents into something else. That something else can be an HTML document, another XML document, a Portable Document Format (PDF) file, a Scalable Vector Graphics (SVG) file, a Virtual Reality Modeling Language (VRML) file, Java code, or a number of other things. You write an XSLT stylesheet to define the rules for transforming an XML document, and the XSLT processor does the work. As useful as XSLT is, its peculiar characteristics make it a difficult language in which to get started. In fact, newcomers are often a little dazed on first contact. Learning XSLT offers a hands-on introduction to help them get up to speed with XSLT quickly. The book will help web developers and designers understand this powerful but often mystifying template-driven and functional-styled language, getting them over the many differences between XSLT and the more conventional programming languages. Learning XSLT moves smoothly from the simple to complex, illustrating all aspects of XSLT 1.0 through step-by-step examples that you'll practice as you work through the book. Thorough in its coverage of the language, the book makes few assumptions about what you may already know. You'll learn about XSLT's template-based syntax, how XSLT templates work with each other, and gain an understanding of XSLT variables. Learning XSLT also explains how the XML Path Language (XPath) is used by XSLT and provides a glimpse of what the future holds for XSLT 2.0 and XPath 2.0. The ability to transform one XML vocabulary to another is fundamental to exploiting the power of XML. Learning XSLT is a carefully paced, example-rich introduction to XSLT that will have you understanding and using XSLT on your own in no time.
XML Hacks

XML Hacks

Michael Fitzgerald

O'Reilly Media, Inc, USA
2004
nidottu
Developers and system administrators alike are uncovering the true power of XML, the Extensible Markup Language that enables data to be sent over the Internet from one computer platform to another or one application to another and retain its original format. Flexible enough to be customized for applications as diverse as web sites, electronic data interchange, voice mail systems, wireless devices, web services, and more, XML is quickly becoming ubiquitous. XML Hacks is a roll-up-your-sleeves guide that distills years of ingenious XML hacking into a complete set of practical tips, tricks, and tools for the web developers, system administrators, and programmers who want to go far beyond basic tutorials to leverage the untapped power of XML. With plenty of useful real-world projects that illustrate how to define, read, create, and manipulate XML documents, XML Hacks shows readers how to put XML's power to work on the Internet and within productivity applications. Each Hack in this book can be read easily in a few minutes, saving programmers and administrators countless hours of searching for the right answer. And this is an O'Reilly Hacks book, so it's not just practical, imminently useful, and time-saving. It's also fun. From Anatomy of an XML Document to Exploring SOAP Messages XML Hacks shows you how to save time and accomplish more with fewer resources. If you want much more than the average XML user--to explore and experiment, do things you didn't know you could do with XML, discover clever shortcuts, and show off just a little--this invaluable book is a must-have.
Learning Ruby

Learning Ruby

Michael Fitzgerald

O'Reilly Media, Inc, USA
2017
nidottu
This book is the perfect first step for people who are interested in Ruby, particularly the growing number of the Ruby on Rails users. Fully revised and updated to cover Ruby 2.3, the second edition provides a guided, hands-on tour of the basic Ruby language structures. Through many practical examples, you'll learn how all the pieces fit together, including variables, operators, control structures, and a wide variety of features specific to Ruby, such as exception handling and XML processing.
The Monero Standard

The Monero Standard

Michael Fitzgerald

Michael Fitzgerald
2023
pokkari
The fiat system we live under today is nothing like the monetary systems of the past... At least not the prosperous ones.It is a rather strange time in which a small minority of global elites are able to control or influence nearly every aspect of our lives through control of the monetary system.They are able to take from us and give to them what they please with control of the monetary system.The Monero Standard is about how we can use money to fundamentally revolutionize societies incentive structures, the challenges we face in society today & how we overcome them to build a long lasting platform for freedom and prosperity.We look at why Monero is the best tool the world has ever seen to provide that platform.We can vote all we want and protest all we want. IT WILL NOT CHANGE ANYTHING. We must change that by opting into the strongest form of money the world has ever seen...Here's how...
Nazi Super Weapons: Hitler's Evil Plan for Final Victory

Nazi Super Weapons: Hitler's Evil Plan for Final Victory

Michael Fitzgerald

Sirius Entertainment
2024
nidottu
As the Nazi advance across Europe stalled, Adolf Hitler repeatedly told his military advisers and inner circle that Germany possessed Wunderwaffen - miracle weapons - that would turn the tide and bring the Germans ultimate victory. But was he simply boasting out of desperation, or were the 'miracle weapons' real? This book tells the story of the wonder weapons and types of armament that Hitler hoped would win the war: Nazi flying saucers, the V-1 flying bomb, the V-2 rocket, the V-3 heavy gun and much besides. While some are shrouded in myth and conspiracy, others, like their own projects of nuclear armament, we know to have been real threats to Allied victory. With black and white photographs throughout, this illuminating guide explores a crucial but less well-known aspect of the Third Reich, and how close they came to defeating the Allies in World War II. ABOUT THE SERIES Sirius Military History provides gripping, illustrated accounts of different battles and conflicts, featuring contemporary photographs, feature spreads and fascinating testimonies.
A Dish Best Eaten Cold

A Dish Best Eaten Cold

Michael Fitzgerald

Lulu.com
2014
nidottu
A boarding school in the depths of the country, no escape. A bully tormenting one child. Then, the nightmare ends when the tormentor disappears. Stephen has a choice, tell no one of the collapse of the tunnel, and be free from persecution, or rescue the person who had made his life a misery and return to living in fear and trepidation.
Introducing Regular Expressions

Introducing Regular Expressions

Michael Fitzgerald

O'Reilly Media, Inc, USA
2012
nidottu
Regular expressions remain a difficult part of the puzzle when learning how to program. Commonly used for sifting through large chunks of text, regexes are incredibly powerful although they may appear daunting to the newcomer. And variations among languages and environments make them even harder to master. Loaded with examples, this introductory guide walks beginners step-by-step through the fundamentals of regular expressions, and helps you decipher complex patterns. * Break down regular expressions into comprehensible parts * Learn common usage patterns through simple, easy-to-follow examples * Discover how finding unique patterns can help you avoid repetitive, hand-editing of text * Use common command-line tools such as grep and sed * Compare how regular expressions are implemented in different languages and environments
Ruby Pocket Reference 2e

Ruby Pocket Reference 2e

Michael Fitzgerald

O'Reilly Media, Inc, USA
2015
nidottu
Although Ruby is an easy language to learn, in the heat of action you may find that you can't remember the correct syntax for a conditional or the name of a method. This handy pocket reference offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby. Whether you've come to Ruby because of the Rails web development framework --Ruby's killer app -- or simply because it's a relatively clean, powerful and expressive language that's useful for a lot of applications, the Ruby Pocket Reference is organized to help you find what you need quickly. This book not only will get you up to speed on how Ruby works, it provides you with a handy reference you can use anywhere, anytime.In this book, you find essential information on: Reserved words, operators, comments, numbers, variables, ranges, and symbols Predefined variables andglobal constants Conditional statements, method use, classes, and modules (mixins) Lists of methods from the Object, String, Array, and Hash classes and the Kernel module sprintf andtime formatting directories Interactive Ruby (irb) and the Ruby debugger Ruby documentation You also get information on the RubyGems package utility and Rake, a build tool similar to make. If you're using Ruby daily and just want the facts-fast-Ruby Pocket Reference is your book.
Autism and Creativity

Autism and Creativity

Michael Fitzgerald

Brunner-Routledge
2003
sidottu
"Autism and Creativity" is a study of male creativity and autism, arguing that a major genetic endowment is a prerequisite of genius, and that cultural and environmental factors are less significant than has often been claimed.
Mind of the Artist

Mind of the Artist

Michael Fitzgerald

Nova Science Publishers Inc
2015
sidottu
This is a provocative and novel investigation of the psyches of sixty artists, predominantly from the world of film, theatre and television/radio -- writers, actors, producers and directors ranging from Shakespeare and Voltaire to major late-twentieth-century figures such as Spike Milligan, Sam Peckinpah and Frank Sinatra, by way of F. Scott Fitzgerald, Orson Welles and Judy Garland. Irish artists featured include Oliver St John Gogarty, Jimmy O'Dea and Richard Harris. The chapters, which range from quite brief vignettes to more in-depth studies, examine the background of each individual before considering their personality, social relationships and work. Professor Fitzgerald brings his expertise to bear in elucidating the psychological factors, strengths and frailties that shaped the lives and careers of these prominent creators, many of whom are regarded as geniuses. The lives of extraordinary artists are of interest in themselves; when their stories are told from the perspective of expert psychological insight, the results are fascinating and revealing.
The Genesis of Artistic Creativity

The Genesis of Artistic Creativity

Michael Fitzgerald

Jessica Kingsley Publishers
2005
pokkari
The nature of artistic creativity and its relationship with 'difference' has intrigued people for centuries. The Genesis of Artistic Creativity is a revealing exploration of the lives of 21 famous writers, philosophers, musicians and painters including George Orwell, Wolfgang Amadeus Mozart, Andy Warhol and many others, in light of the recognized criteria for diagnosis of high-functioning autism and Asperger's Syndrome (AS).Having diagnosed hundreds of individuals with AS during his professional career, Professor Fitzgerald examines here the social behaviour, language, humour, and obsessive interests and routines that accompanied creative genius in the past four centuries. From Herman Melville's eccentric breakfast habits and Simone Weil's intense dislike of being touched by other people to Ludwig van Beethoven's inappropriate marriage proposals and Vincent van Gogh's inability to form satisfying relationships with others, the author offers compelling insights into the association between creativity and autism spectrum disorders.This celebration of artistic genius and AS will prove a fascinating read not only for professionals in the field of autism and AS, but for anyone interested in the sources of creativity and the arts.
Adolf Hitler

Adolf Hitler

Michael Fitzgerald

Spellmount Publishers Ltd
2006
sidottu
This is a radically different biography of Hitler, revealing aspects of his life that are either unknown or hardly known, based on original research in primary sources, analysed and narrated in a fresh, insightful style. It is the first book to explain convincingly the origins of Hitler's anti-Semitism, to demonstrate the crucial importance of art in Hitler's life and vision for the German people, and to reveal the truth about the 1939 assassination attempt on Hitler. It is a lucid and cogent analysis of the genesis of the Holocaust and a penetrating insight into the complex and twisted mind of Adolf Hitler.
Adolf Hitler: A Portrait

Adolf Hitler: A Portrait

Michael Fitzgerald

Spellmount Publishers Ltd
2007
nidottu
Amongst the large library of Hitler publications, Michael Fitzgerald's book stands out for its clarity of purpose and its insights, the why and the how. Hitler was above all anti-establishment, perhaps the biggest joke in history; one of the world's bloodiest dictators was in part motivated by socialist ideals and spurred to political action by his own experience of crushing poverty. His 'green' credentials are impeccable: such revelations make for fascinating reading.