|
Showing 1 - 25 of
231 matches in All Departments
|
Loving Me (Hardcover)
Vicki W Watkins, John Hunt
|
R1,132
Discovery Miles 11 320
|
Ships in 10 - 15 working days
|
Recollections of the Life and History of the Hunt Family is a book
about the life of John Edwin Hunt, Sr. He reflects on the history
of the Hunt clan and gives an autobiographical account of his life,
both personal and professional. "Senior" vividly recalls his antics
while growing up in Echo, Alabama as well as his many friendships,
business ventures (and adventures), family history, and his many
accomplishments. The book takes you on a journey through his
lifetime beginning with his great-grandfather's life through the
present day Hunt family. Mr. Hunt was motivated to write this book
so that his grandchildren would know of their "roots," and so they
would be aware of the many circumstances that brought him to his
present status in the community.
Scala is a new and exciting programming language that is a hybrid
between object oriented languages such as Java and functional
languages such as Haskell. As such it has its own programming
idioms and development styles. Scala Design Patterns looks at how
code reuse can be successfully achieved in Scala. A major aspect of
this is the reinterpretation of the original Gang of Four design
patterns in terms of Scala and its language structures (that is the
use of Traits, Classes, Objects and Functions). It includes an
exploration of functional design patterns and considers how these
can be interpreted in Scala's uniquely hybrid style. A key aspect
of the book is the many code examples that accompany each design
pattern, allowing the reader to understand not just the design
pattern but also to explore powerful and flexible Scala language
features. Including numerous source code examples, this book will
be of value to professionals and practitioners working in the field
of software engineering.
School administration is more difficult today than at any time in
our history. Whether addressing the needs of students, parents or
staff at the building level, or facing the questions posed by the
board of education, the media or the general public at the district
level, administrators face constant calls for accountability.
Demands for administrative accountability have steadily increased
since the publication of A Nation at Risk in 1983. The most recent
trend has been to tie administrative evaluations to student
performance, increasing stress among administrators at all levels.
The cumulative effect of three decades of challenges to
administrative authority has undermined the publics view of
educational administrators as experts. The author examines the
current state of public education, including the influence of
private individuals and foundations, and alternative approaches to
the educational delivery model and then highlights successful
examples of public education. He concludes by considering input of
current administrators and school board members and presents a
strategy which educational administrators can employ to win back
public confidence and support.
The UML, or Unified Modeling Language, is the de facto standard adopted by the Object Management Group (OMG) and by almost all vendors of object modeling tools. The Unified Process is explicitly designed to work with the UML and is a whole design method covering the majority of the life cycle of a software product. John Hunt's book guides you through the use of the UML and the Unified Process and their application to Java systems. Key Topics Focusing explicitly on applying the notation and the method to Java, the book is clearly written to appeal to practitioners. This second edition is considerably revised and extended and includes examples taken from the latest version of Rational Rose and Together. All the UML references are updated to the latest version and the Patterns chapter has been expanded to include J2EE examples. New chapters are included showing how the Unified Process can be used in real world projects and project management, and there is comprehensive coverage of Agile Modeling. - A truly practical introduction to object oriented analysis and design using the Unified Process. Where necessary the UML is introduced, to support the Unified Process steps. - Good coverage of Design Patterns and how they integrate into Java development- Focuses on the real world use of UML and the Unified Process via a detailed case study that follows the whole design process through from the initial setting up, to implementation in Java and Agile Modeling- Features and Benefits - How to use the Unified Process in real world projects - Covers the Unified Process and UML in one book - A concise and accessible step-by-step guide to applying the Unified Process and UML in Java - Explains Design Patterns and discusses how Agile Modeling fits with the Unified Process John Hunt is Technical Director at JayDee Technology Ltd. He runs industrial courses, including server-side Java technologies. He also leads development projects for government and blue chip organizations using Java, J2EE, XML and C#. He is the author of nine other books on Java, XML and object orientation.
One lowly barista. One coffee-drinking dictator. John Hunt’s playful
and damning satire on political power Meet our hero Cappuccino –
barista to the President – who’s never lived anywhere other than in the
big man’s compound. Left in the care of Maria-I’m-not-your-mother when
his real mom died, Cappuccino spent his boyhood in the laundry room
before receiving his true calling.
From behind his impressive chrome coffee machine, Cappuccino is a fly
on a very important wall. And, more importantly, he is in love with the
captivating Naomi, an assistant to the President.
But life is about to serve Cappuccino a bitter cup when he finds the
Minister without Portfolio – and moral compass to The Boss – dead in
the presidential home.
Filled with warm humour, John Hunt’s novel serves up a double shot of
pathos as it moves from playful satire to true tragedy whilst examining
the inner workings of power.
In this book, John Hunt and Chris Loftus take you through the core technologies that make up the Enterprise Edition of the Java 2 platform (J2EE). They cover all the aspects of J2EE that both professionals and students need to know to build multi-tier enterprise applications in Java - the technologies, the design methodology and design patterns. Whether you are a professional or student, this book will help equip you with the skills you need to build enterprise wide applications in Java. Key Topics Includes design issues using J2EE patterns Covers all parts of the enterprise application J2EE Uses an integrated example that spans the chapters to be built up by the reader More accessible and less daunting than a lot of the competition A coherent whole, rather than independent separate chapters (as with some rivals) Features and Benefits Provides an overview of J2EE technologies and their benefits. Discusses architectural design issues using J2EE patterns. Looks at the issues of designing and building multi-tier J2EE applications. Includes fully worked examples, built up throughout the book, which enable you to quickly develop your own multi-tier applications. About the Authors: Dr. John Hunt is Technical Director at JayDeeTechnology Ltd. He runs industrial courses, including server-side Java technologies. He also leads development projects for government and blue chip organisations using Java, J2EE, XML and C#. Chris Loftus is a Teaching Fellow at the Department of Computer Science at the University of Wales, Aberystwyth. He has taught Java-based courses, including J2EE, both in university and industry.
Religion is an essential part of our humanity. We all follow some
form of religion, in the original meaning of the word. But
organized religion establishes definitions, boundaries and
hierarchies which the founders would be amazed by. This is perhaps
more true of Christianity than most other religions, due to the
short life of Jesus, his sudden death, the lack of any contemporary
records. His teaching about the kingdom of God is great; it could
see us through our time on earth. But his followers watered it down
and soon lost it altogether. It became a kingdom in heaven for the
few, rather than one here and now for everyone. The Church, or
Churches, that resulted became increasingly irrelevant, even a
hindrance, to seeing it realized. Many will always find security
and truth in the traditions that developed, and good for them. But
for those who can't, for those who have given up on religion or
never thought it worth considering, the original teachings are
worth another look. If we could recover them and live by them, we
could change ourselves and the world for the better. We could bring
God up to date.
This book shows readers how to get the most out of C# using Object Orientation. The author takes a hands-on approach to learning C# and object orientation, using lots of worked examples. The text provides an ideal base from which to start programming. After introducing the C# language and object orientation, John Hunt goes on to explain: how to construct a user interface for a simple editor; how to obtain information on files and directories and how objects can be stored and restored using serialization... -Presents C# and object-orientation as a coherent whole, using one to strengthen the presentation of the other -Includes lots of complete and worked examples to clarify readers'understanding -The source code for the examples is available at: http://www.guide-to-csharp.net -Hunt is a successful Springer author, and this book is written in the same style as his Java for Practitioners
Tavistock Press was established as a co-operative venture between
the Tavistock Institute and Routledge & Kegan Paul (RKP) in the
1950s to produce a series of major contributions across the social
sciences. This volume is part of a 2001 reissue of a selection of
those important works which have since gone out of print, or are
difficult to locate. Published by Routledge, 112 volumes in total
are being brought together under the name The International
Behavioural and Social Sciences Library: Classics from the
Tavistock Press. Reproduced here in facsimile, this volume was
originally published in 1970 and is available individually. The
collection is also available in a number of themed mini-sets of
between 5 and 13 volumes, or as a complete collection.
School administration is more difficult today than at any time in
our history. Whether addressing the needs of students, parents or
staff at the building level, or facing the questions posed by the
board of education, the media or the general public at the district
level, administrators face constant calls for accountability.
Demands for administrative accountability have steadily increased
since the publication of A Nation at Risk in 1983. The most recent
trend has been to tie administrative evaluations to student
performance, increasing stress among administrators at all levels.
The cumulative effect of three decades of challenges to
administrative authority has undermined the publics view of
educational administrators as experts. The author examines the
current state of public education, including the influence of
private individuals and foundations, and alternative approaches to
the educational delivery model and then highlights successful
examples of public education. He concludes by considering input of
current administrators and school board members and presents a
strategy which educational administrators can employ to win back
public confidence and support.
Religion is an essential part of our humanity. We all follow some
form of religion, in the original meaning of the word. But
organised religion establishes definitions, boundaries and
hierarchies which the founders would be amazed by. This is perhaps
more true of Christianity than most other religions, due to the
short life of Jesus, his sudden death, the lack of any contemporary
records. His teaching about the kingdom of God is great; it could
see us through our time on earth. But his followers watered it down
and soon lost it altogether. It became a kingdom in heaven for the
few, rather than one here and now for everyone. The Church, or
Churches, that resulted became increasingly irrelevant, even a
hindrance, to seeing it realised. Many will always find security
and truth in the traditions that developed, and good for them. But
for those who can't, for those who have given up on religion or
never thought it worth considering, the original teachings are
worth another look. If we could recover them and live by them, we
could change ourselves and the world for the better. We could bring
God back to earth.
Scala is a new and exciting programming language that is a hybrid
between object oriented languages such as Java and functional
languages such as Haskell. As such it has its own programming
idioms and development styles. Scala Design Patterns looks at how
code reuse can be successfully achieved in Scala. A major aspect of
this is the reinterpretation of the original Gang of Four design
patterns in terms of Scala and its language structures (that is the
use of Traits, Classes, Objects and Functions). It includes an
exploration of functional design patterns and considers how these
can be interpreted in Scala's uniquely hybrid style. A key aspect
of the book is the many code examples that accompany each design
pattern, allowing the reader to understand not just the design
pattern but also to explore powerful and flexible Scala language
features. Including numerous source code examples, this book will
be of value to professionals and practitioners working in the field
of software engineering.
John Hunt's book guides you through the use of the UML and the
Unified Process and their application to Java systems. Key topics
focus explicitly on applying the notation and the method to Java.
The book is clearly structured and written, making it ideal for
practitioners. This second edition is considerably revised and
extended and includes examples taken from the latest version of
Rational Rose and Together. Considers how Agile Modelling fits with
the Unified Process, and presents Design Patterns Self contained -
covers both the Unified Process and UML in one book Includes
real-world case studies Written by an experienced author and
industry expert Ideal for students on Software Engineering courses
Enterprise Java experts John Hunt and Chris Loftus take the reader
through the core technologies that make up the Enterprise Edition
of the Java 2 platform (J2EE). They cover all the aspects of J2EE
that both the professional and student needs to know to build
multi-tier enterprise applications in Java. This includes the
various technologies, design methodology, and design patterns. The
text contains fully worked examples, built up throughout the book,
which enables the reader to quickly develop multi-tier
applications. An invaluable text for those who want to build
enterprise wide applications in Java.
This book shows readers how to get the most out of C# using Object
Orientation. The author takes a hands-on approach to learning C#
and object orientation, using lots of worked examples. The text
provides an ideal base from which to start programming. After
introducing the C# language and object orientation, John Hunt goes
on to explain: how to construct a user interface for a simple
editor; how to obtain information on files and directories and how
objects can be stored and restored using serialization... -Presents
C# and object-orientation as a coherent whole, using one to
strengthen the presentation of the other -Includes lots of complete
and worked examples to clarify readers'understanding -The source
code for the examples is available at:
http://www.guide-to-csharp.net -Hunt is a successful Springer
author, and this book is written in the same style as his Java for
Practitioners
Intended to teach readers Java and object orientation, as well as
presenting object oriented design and analysis, Java for
Practitioners is written such that it is possible to dip into
chapters as required. It introduces concepts by getting the reader
to follow exercises, rather than by extensive discussion, and
includes the new release 1.2 of Java. Practicals are included at
the of each chapter, as well as the Java Self-Tester, designed to
allow readers to determine whether they are ready to take the Sun
Java Certification exam, and follows a similar format and style to
the actual Online Certification Examination. In short, a thoroughly
comprehensive guide.
Essential JavaBeans fast de-mystifies the terminology, and gets you using the JavaBean components quickly and effectively in your own applications. You can either read the book from start to finish (it shouldn take too long) or you can dip into it for various aspects of JavaBeans as and when you need to. It doesn't attempt to be a complete in-depth guide to every aspect of JavaBeans but it does foc us on all the things you need to know to get on and use JavaBeans - including linking JavaBeans to ActiveX components. You'll learn: how to use the BeanBox, how the Delegation Event Model works, how to create a simple Bean, what types of properties are currently supported by JavaBeans, how to define a BeanInfo object, and lots more. Lots of examples are included and you are encouraged to try them out as you go so that you get a real 'feel' for how JavaBeans work.
Intended for those who already know the Java language, this book
will help programmers get the most out of Javas capabilities.
Topics covered include: good Java style for reusable components,
using Java beans, the JDBC, optimizing and testing code, using the
IFC tools, and the new JFC. It also explores the significant and
exciting developments in Java and covers techniques that will be
fundamental to programmers developing significant applications in
Java.
The year is 2020 and President Trump has just announced that the
world is bracing itself for the effects of a huge solar storm. 17
year old Jim Richards is a gawky, unimpressive teenager in
Anchorage, Alaska. As chaos descends and society breaks down into
anarchy and violence, his family team up with others to leave the
city and take their chances in the Alaskan wilderness. They can no
longer flick a switch to get what they want, no mobile or internet,
in fact no communication at all with the wider world, how will it
play out? Jim must step up, and in doing so, find his true self,
his first love, and his destiny. How will the human race survive in
this new world? The Provider is the first of the Alaskan
Chronicles.
'When an accident occurs, something may emerge of lasting value,
for the human spirit may rise to its greatest heights. This
happened on Haramosh.' The Last Blue Mountain is the heart-rending
true story of the 1957 expedition to Mount Haramosh in the
Karakoram range in Pakistan. With the summit beyond reach, four
young climbers are about to return to camp. Their brief pause to
enjoy the view and take photographs is interrupted by an avalanche
which sweeps Bernard Jillott and John Emery hundreds of feet down
the mountain into a snow basin. Miraculously, they both survive the
fall. Rae Culbert and Tony Streather risk their own lives to rescue
their friends, only to become stranded alongside them. The group's
efforts to return to safety are increasingly desperate, hampered by
injury, exhaustion and the loss of vital climbing gear. Against the
odds, Jillott and Emery manage to climb out of the snow basin and
head for camp, hoping to reach food, water and assistance in time
to save themselves and their companions from an icy grave. But
another cruel twist of fate awaits them. An acclaimed
mountaineering classic in the same genre as Joe Simpson's Touching
the Void, Ralph Barker's The Last Blue Mountain is an epic tale of
friendship and fortitude in the face of tragedy.
This textbook assumes very little knowledge of programming so
whether you have dabbled with a little JavaScript, played with a
bit of Python, written Java or have virtually no programming
experience at all you will find that it is for you. The first part
of the book introduces Kotlin program structures as well as
conditional flow of control features such as if and when
expressions as well as iteration loops such as for, while and
do-while. Subsequent chapters explain how functions are implemented
in Kotlin and introduce concepts from functional programming such
as higher order functions and curried functions. The second part
focusses on object oriented programming techniques, these include
classes, inheritance, abstraction and interfaces. The third part
presents container data types such as Arrays, and collections
including Lists, Sets and Maps and the fourth part considers
concurrency and parallelism using Kotlin coroutines. The book
concludes with an introduction to Android mobile application
development using Kotlin. Clear steps are provided explaining how
to set up your environment and get started writing your own Kotlin
programs. An important aspect of the book is teaching by example
and there are many examples presented throughout the chapters.
These examples are supported by a public GitHub repository that
provides complete working code as well as sample solutions to the
chapter exercises. This helps illustrate how to write well
structured, clear, idiomatic Kotlin to build real applications.
|
You may like...
Loot
Nadine Gordimer
Paperback
(2)
R205
R168
Discovery Miles 1 680
|