0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (2)
  • R1,000 - R2,500 (1)
  • R2,500 - R5,000 (2)
  • -
Status
Brand

Showing 1 - 5 of 5 matches in All Departments

This Is Not a Pipe: David Jarvis This Is Not a Pipe
David Jarvis
R322 R265 Discovery Miles 2 650 Save R57 (18%) Ships in 9 - 15 working days

How would you go about finding a relative if they had gone missing abroad? For Michaela ‘Mike’ Kingdom, this should have been all in a day’s work. After all, she had previously been a search analyst for the CIA in London. Unfortunately, she didn’t know which name her brother-in-law was using, what he was doing or even in which country he was working. His phone had been used in Málaga three weeks previously and then gone dead. Her initial investigations were off to a slow start until the killing of a British government minister in France on his way to Spain gave her that vital first clue. That’s all Mike Kingdom needed – until she befriended a fish gutter’s dog, but let’s not get ahead of ourselves. This Is Not a Pipe – like its predecessor, The Tip of the Iceberg – is a thought-provoking and gripping story that follows Mike Kingdom as she ventures into the field for a second time. Reviews for David Jarvis’s previous two novels: “One of my best reads of the year!” “A quite exceptional thriller.” “One of the most joyous anti-heroes ever consigned to the written word.” “A unique blend of humour, history and storytelling.” “A spy thriller that is innovative and thought-provoking.” “A joy to read from its start to its excellent finish.” “A light, bright and witty take on the spy genre.”

The Collation Unit (Paperback): David Jarvis The Collation Unit (Paperback)
David Jarvis
R322 R266 Discovery Miles 2 660 Save R56 (17%) Ships in 9 - 15 working days

In the 1970s computers were beginning to overwhelm the Secret Services. Quickly, too much information was coming into GCHQ and things were being missed. The Collation Unit was set up underground in six floors beneath some old aircraft hangars at Mannington airfield just outside Cheltenham to make connections and prioritise everything. In April/May 1982 they spotted some very strange things happening in Georgia and Saudi Arabia. Unfortunately, London decided to move the only satellite covering this area down to the South Atlantic where some Argentinians had begun to invade the Falklands. When tensions began to develop with London, Mannington had to resort to old-fashioned means of finding out what was going on in the Middle East. They found Mark Tanner, an irrigation engineer from High Wycombe, who was working on new Military Cities in Saudi Arabia. He was there to make enough money to pay off his mortgage after a small difficulty involving a fire. It is true to say that however technology moves on, it still all comes down to people on the ground ... A tense and exciting story with an unguessable ending, this is a must-read for spy thriller enthusiasts and anyone who has always wondered what goes on behind closed doors.

Revival of a City - Coventry in a Globalising World (Paperback, 1st ed. 2019): Jason Begley, Tom Donnelly, David Jarvis, Paul... Revival of a City - Coventry in a Globalising World (Paperback, 1st ed. 2019)
Jason Begley, Tom Donnelly, David Jarvis, Paul Sissons
R2,942 Discovery Miles 29 420 Ships in 10 - 15 working days

In 2021 Coventry celebrates being the national City of Culture. Modern Coventry is a product of successive rounds of industrial, economic and social developments driven by regional, national and global forces. This book presents a timely opportunity to reflect on this rich, and often misunderstood, history. The book examines the development of industry, services, infrastructure and social transformation, and the role which globalising forces have played in influencing these, particularly since the 1950s. It looks at the experiences of the city of Coventry in responding to the challenges of socioeconomic change, technological advances, reconstruction and renewal. Issues of investment, economic decline, reconstruction, employment change and local and national governance are all considered in assessing the story of modern Coventry, a city influenced by new industries and development opportunities while still being shaped by its historical economic challenges. By focusing on the case of Coventry this book contributes to debates surrounding urban structural change, economic diversification and resilience from the perspective of a medium-sized city.

Revival of a City - Coventry in a Globalising World (Hardcover, 1st ed. 2019): Jason Begley, Tom Donnelly, David Jarvis, Paul... Revival of a City - Coventry in a Globalising World (Hardcover, 1st ed. 2019)
Jason Begley, Tom Donnelly, David Jarvis, Paul Sissons
R2,993 Discovery Miles 29 930 Ships in 10 - 15 working days

In 2021 Coventry celebrates being the national City of Culture. Modern Coventry is a product of successive rounds of industrial, economic and social developments driven by regional, national and global forces. This book presents a timely opportunity to reflect on this rich, and often misunderstood, history. The book examines the development of industry, services, infrastructure and social transformation, and the role which globalising forces have played in influencing these, particularly since the 1950s. It looks at the experiences of the city of Coventry in responding to the challenges of socioeconomic change, technological advances, reconstruction and renewal. Issues of investment, economic decline, reconstruction, employment change and local and national governance are all considered in assessing the story of modern Coventry, a city influenced by new industries and development opportunities while still being shaped by its historical economic challenges. By focusing on the case of Coventry this book contributes to debates surrounding urban structural change, economic diversification and resilience from the perspective of a medium-sized city.

Learning ClojureScript (Paperback): W. David Jarvis, Rafik Naccache, Allen Rohner Learning ClojureScript (Paperback)
W. David Jarvis, Rafik Naccache, Allen Rohner
R1,190 Discovery Miles 11 900 Ships in 10 - 15 working days

Master the art of agile single page web application development with ClojureScript About This Book * Set up interactive development workflows for the browser or Node.js thanks to the ClojureScript ecosystem * Learn the basics of interactive single page web app development taking advantage of the functional nature of ClojureScript * Delve into advanced rich web application development concepts such as Om, along with core.async, using zippers and logic programming, and preparing code for production with testing or optimizing via the Google Closure Compiler Who This Book Is For This book is for web application developers who want to benefit from the power of ClojureScript to get an agile and highly productive development platform that targets mainly browser JavaScript. You are not required to be fluent in Clojure, but it will be easier for you if you have a basic understanding of browser and server-side JavaScript. What You Will Learn * Understand how the ClojureScript compiler operates * Set up interactive development workflows for ClojureScript * Grasp the basics of the ClojureScript language, including basic syntax, data structures, variable scoping, namespaces, and finally the powerful sequence abstraction * Delve into advanced concepts such as functional programming, macro writing, asynchronous programming, app routing, and real-time web * Develop simple one page web applications * Explore techniques to make your web apps aware of the external world through external or embedded database access or Oauth 2 integration * Learn more advanced ClojureScript concepts like in app routing, real-time web * Prepare your work for production, getting insights into optional type-checking, writing portable Clojure/ClojureScript code, and testing In Detail Clojure is an expressive language that makes it possible to easily tackle complex software development challenges. Its bias toward interactive development has made it a powerful tool, enabling high developer productivity. In this book, you will first learn how to construct an interactive development experience for ClojureScript.. You will be guided through ClojureScript language concepts, looking at the basics first, then being introduced to advanced concepts such as functional programming or macro writing. After that, we elaborate on the subject of single page web applications, showcasing how to build a simple one, then covering different possible enhancements. We move on to study more advanced ClojureScript concepts, where you will be shown how to address some complex algorithmic cases. Finally, you'll learn about optional type-checking for your programs, how you can write portable code, test it, and put the advanced compilation mode of the Google Closure Compiler to good use. Style and approach This book is a comprehensive reference guide on ClojureScript development for the front end, and will gradually help you master interactive ClojureScript development workflows, through detailed step-by-step information illustrated with annotated code samples.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Extreme Value Theory and Applications…
J. Galambos, James Lechner, … Paperback R5,841 Discovery Miles 58 410
Handbook of Thermoset-Based…
Chandrasekar Muthukumar, Senthil Muthu Kumar Thiagamani, … Hardcover R12,114 Discovery Miles 121 140
Vibration Problems in Machines…
Arthur W. Lees Paperback R1,611 Discovery Miles 16 110
Wind and Solar Power Systems - Design…
Mukund R. Patel, Omid Beik Hardcover R3,708 Discovery Miles 37 080
Solar Textiles - The Flexible Solution…
John Wilson, Robert Mather Paperback R2,336 Discovery Miles 23 360
Screw Theory in Robotics - An…
Jose Pardos-Gotor Hardcover R3,258 Discovery Miles 32 580
Biofuels - Technologies, Policies, and…
Sunil Kumar, Rena Rena Hardcover R4,134 Discovery Miles 41 340
Extremum Seeking through Delays and PDEs
Tiago Roux Oliveira, Miroslav Krstic Hardcover R3,386 Discovery Miles 33 860
Road Vehicle Dynamics - Fundamentals and…
Georg Rill, Abel Arrieta Castro Paperback R1,491 Discovery Miles 14 910
Molecular Modeling in Heavy Hydrocarbon…
Michael T. Klein, Gang Hou, … Paperback R1,474 Discovery Miles 14 740

 

Partners