Used price: $11.50
Collectible price: $18.00
Buy one from zShops for: $31.99
Used price: $64.94
Buy one from zShops for: $57.88
Used price: $0.01
Collectible price: $3.12
Buy one from zShops for: $11.70
'The Love-Girl and the Innocent' is a brilliant play about the inhuman world of the camps, that have their own rules, and where nothing of the world outside matters. The 'Innocent' is a newly arrived prisoner, who still bears idealism and is reluctant to adopt the camp techniques of survival. His love for Lyuba, one of the many women forced by circumstances to sell themselves for privileges and rations, tempts him to compromise with himself and betray his moral and emotional loyalties.
Used price: $4.83
Buy one from zShops for: $4.68
The author did a wonderful job displaying the war and allowing children to understand the concept on a very neutral level. I also liked the outline at the end of the book on his life. It helped children really visualize the order of events.
I like this book for all the above reasons also for the ease of reading. I found it so easy to understand and I think that this book will allow the children to gain interest into biographies and the war. Maybe even lead them into reading all Adler's other biographies.
List price: $16.95 (that's 30% off!)
Used price: $16.89
Buy one from zShops for: $15.95
Used price: $1.39
Collectible price: $6.87
Buy one from zShops for: $0.99
- longterm operations
- requirements imposed by operations amid a civilian population, possibly ours or allied civilians, with lots of media attention probable and likely no war declared
- what actual training, logistics, and joint command structures are needed, ie everything needed to actually use the weapons described
- defeating opponents who may not be states or who have systems as much or more advanced
or anything else not currently focused on by the JV 2020 statements.
I found the flashpoint background an inadequately-informed U.S.-centric view. Calling Iran part of the Arab world would infuriate Iranians and Arabs alike. Given a choice, both North and South Koreans would -much- rather chart their own path since historically both China and Japan have treated Korea very badly. I could go on but that's hopefully enough.
Sorry, but I found this to be gee-whiz tech with minimal analysis and context. It's only somewhat useful for noting some more conventional American technologies.
Sometimes in clear and concise descriptions of complex weapons systems such as stealth aircraft, main battle tanks and nuclear submarines, at other times in fast-paced narrative that reads like the best fiction, Alexander shows how the warfighters of tomorrow will interact with the weaponry, battlefield communications, and other combatants on the killing grounds of the new century.
"Probably it will be a regional war, one involving an aggressor state challenging the strategic interests of America and her global allies," the author writes. "Also probable is that it will be another coalition war, similar to Desert Storm. Similar ... but in many ways very different." Alexander predicts, for example, that unlike the Gulf War, tomorrow's war might involve sizable numbers of friendly casualties and the disappearance of the "home front." "The front lines of tomorrow's war could expand to include the continental U.S.," Alexander writes, "and everyone could become a combatant" to some extent. By this he explains that while the next war might be regional in theater, it could be global in scope, because rogue states now have access to nuclear, chemical and biological weapons and have demonstrated a willingness to use terrorism to carry the fight far from the immediate war zone.
The book's eight chapters offer a description of high-technology as applied to the combined arms battlefield written in plain language that is easily understandable by any reader, and glossaries of military terms and acronyms have been included to familiarize those unacquainted with the finer points of that Washington Beltway language called "Pentagonese."
Chapter one, War: Past, Present and Future, is a concise description of the history of modern warfare. Chapter two, Flashpoints to Future War, goes into likely places where war may break out (note: since the book's appearance, Alexander's predictions concerning fighting in the Balkans and in the Caucasus have become reality). Chapter three, Warzones and Weaponry 2010, offers an overview of major combat systems from the "digitized G.I." to robotic reconnaissance aircraft. Chapter four, Synthetic Battlespace, deals with virtual reality in combat. Chapter five, Land Warfighting 2010, discusses future land battle, including some excellent writing on hypertanks and mechanized systems. Chapter six, Tacair 2010, is a comprehensive look at high-tech combat aviation systems, including the Joint Strike Fighter, the F117A Nighthawk and the B-2 Spirit bomber. Chapter seven, From the Sea, is an informative chapter on surface and undersea naval warfare. The final chapter, War Beyond Tomorrow, which deals with such esoteric subjects as weapons of mass destruction, information warfare, robotic assault systems and war in space, concludes the book.
As everyone who follows current events knows, a revolution in military technology has taken place. This exceptional book takes you into the secret world of military warplanners, counter-terrorist specialists and high-technology weapons labs to make clear exactly what the "digital" in digital warfare really means, and what tomorrow's war could mean to you.
--Mike Dockweiler, Military Systems Analyst and Pentagon Consultant
List price: $16.00 (that's 30% off!)
Used price: $11.15
Buy one from zShops for: $10.43
Although one section of the appendix describes the biology of the alga, the vast majority of the book is devoted to documenting the various political battles that the author fought to try to convince the authorities to take action against the spread of the alga. Some of the behind-the-scenes tales of how the academic publishing establishment works were quite illuminating. After reading this book, I will also be rather skeptical when I come across scientific articles in the popular press, especially newspapers, since Meinesz points out how often reporters got the details wrong or pulled other facts out of context. When I picked up this book, I was more interested in learning the scientific and environmental implications of an invasive species, but that's not the focus of this book.
Used price: $2.78
Collectible price: $7.95
Buy one from zShops for: $2.99
Additionally, both the index and the overall organization of the book leave much to be desired.
The book, however, is a valuable reference for beginning and intermediate programmers. It explains the STL (Standard Template Library) from the ground up, explaining when, where, and why you would use any particular aspect of the STL, how to use the STL, and sufficient examples to understand correct syntax. This book also contains a detailed section of applying the STL to real-life programming examples. Furthermore, the book also contains a comprehensive reference guide for quick and easy access to pertinent information about STL aspects you frequently use and modestly comprehend.
If you are a beginning or intermediate programmer, this book is worth adding to your collection.
One reviewer said: "For instance, in the detailed presentation of sets and multisets, nowhere is it mentioned what the difference between the two is. You have to go to the "Overview of STL components" to get the information."
This is incorrect: the authors cover the difference numerous places (and most people can guess what the difference is). See for example pages 118 and 151 (the latter being the section explaining set, multiset, and map).
Another reviewer said: "...it fails to mention several large chunks of STL that you could immediately use, including the functionals and some very useful pieces (strings (with iostreams), bit sets, fstreams, locales, limits, etc)."
This also is incorrect and misleading. Most of the items above are not part of STL, but rather the standard C++ library, so of course the authors don't discuss them. Also, presumably by "functionals" the reviewer means function objects, or function adaptors. Both of these are well coevered in the book.
Another review stated: "If you look for some concrete examples then this book isn't it."
This is hard to accept: almost every page of this book contains carefully chosen example code illustrating the point at hand. Even a little imagination should suffice to adapt it to your particulars.
And finally: "While this book might help you use STL containers in straightforward circumstances, it doesn't contain enough theory to give you mastery of the topic."
Also hard to accept. This book covers as much theory as there is to present; there aren't any higher level ideas than those presented here. For example, they take great pains to explain why there is a separation of algorithm and data structure, and to illustrate the pivotal role iterators play in organizing the library, to ensure (mostly) that the right algorithms are used with the right containers. If one looks for even deeper meaning, well, most of us don't know any, so feel free to write a book on it when you find it.
Seems like people are really biased against this book. Again, it's a really good introduction to the fundamentals. Sorry to see it get trashed.
This is a lucid, very well-written book, with plenty of sage advice. It introduces the concepts gently, but without excessive redundancy or hand-holding. The examples are well chosen, and illustrate their points (although in some places, there is a bit much duplication for my taste, but that too serves to illustrate the uniformity of STL). This book is clear, to the point, and covers most of the essential subjects amply (it's s bit weak on storage management, but as the authors mention, rarely will you need to write your own allocators). And it includes a minimal - but perfectly functional and adequate - reference section. The presentation is well organized, and procedes at a moderate pace.
As one who has written a couple data structure libraries of his own, and who has taken to heart (in spite of C++ being a mess of a language, and templates being fundamentally a kludge) the sophistication of STL, I can safely say it incorporates many ideas that other programmers need to know, and probably do not appreciate fully. This book does a good job explaining some of the deeper motivations behind STL's design. As they say, a true master makes it look simple, and that's what both the authors of STL and this book achieve.
It is true that the book is slightly out of date, but not with regard to the fundamentals. All of the key ideas you learn from this book apply to the latest revisions and any programmer worth his weight in, uh, salt can easily figure out the minor differences.
I recommend this book to those who like insight, and succinct clarity, and who eschew the typical computer book, full of facts, hype, and verbosity, but little illumination, progressing by baby steps. This is a good solid book that will get you up to speed quickly on all the important ideas in STL, and many of its basic usage idioms.
List price: $14.95 (that's 30% off!)
Used price: $10.39
Collectible price: $14.95
Buy one from zShops for: $10.03
In this story Superman and the stars team are researching a mysterious alien ship discovered in central america. Only one man with his own secrets has any idea of who the pilot is.
However, a mad scientist steals the energy core, planning to use it to carry out genocide of global proportions.
A classic superman story.
However, things turn ugly when superman catches a space bug and the ship turns out to be a predator ship. A buddy of the deceased pilot shows up, wanting the core back. Things quickly escalate as a traitor turns up, and the predator sets his sights on the strongest of prey, superman.
Nicely done with a very good color image of a representative fossil, as well as classification, a drawing of what the animal would look like, and typical size. This is true for every specimen.
Certainly depth of information is limited, however is still represented in small descriptions of habitat, locale, feeding habits, and occasionally quips of special interest.
Drawback is simply that more dinosaurs, reptiles, mammals could be represented. An inordinate amount of specimens are mollusks, snails etc.
However, again this book still does a good job of showing the many types of specimens in the fossil record which does grow on you.
A more extensive library of possible fossils could have been optioned to show a more choice fossil selection in some cases.
Good amount of information (concisely represented), with images and drawings very professionally done.
A larger, more in depth hardcover edition would be welcome.