Book picks similar to
The Practice of PROLOG by Leon Sterling
prolog
tech-languages
tech-queue
technical
Twenty Small Sailboats to Take You Anywhere
John Vigor - 1999
But what was once fantasy is now reality. With a growing glut of good used boats on the market, its possible to sail around the world in a boat that costs less than a car. In this fascinating book, well-known boating author John Vigor turns the spotlight on 20 seaworthy sailboats that are at home on the ocean. These are old fiberglass boats, mostly of traditional design and strong construction. All are small their sizes range from 20 feet to 32 feet overall but all have crossed oceans. Many have circumnavigated the world. And all are inexpensive. There are many hundreds of small cruising boats sailing the seven seas at this moment. They explore everywhere, from the ice-bound shores of Antarctica to the high latitudes of the Northern Hemisphere. Most, however, ply the tradewind routes where flying fish play. The water is warm, and coconut trees line calm lagoons bounded by beaches of pure white sand. But choosing the right boat to cross an ocean or go around the world can be a confusing and exasperating experience, particularly if your budget is tight. Its well-nigh impossible to find objective comparisons. Vigor sets out to remedy that in this book. He compares the designs and handling characteristics of 20 different boats whose prices on the secondhand market start at about $3,000. Interviews with experienced owners (featuring valuable tips about handling each boat in heavy weather) are interspersed with line drawings of hulls, sailplans, and accommodations. Vigor has unearthed the known weaknesses of each boat and explains how to deal with them. He rates their comparative seaworthiness, their speed, and the number of people they can carry in comfort. If you have ever dreamed the dream, this is the book that will turn it into reality.
Smalltalk Best Practice Patterns
Kent Beck - 1996
This author presents a set of patterns that organize all the informal experience successful Smalltalk programmers have learned the hard way. When programmers understand these patterns, they can write much more effective code. The concept of Smalltalk patterns is introduced, and the book explains why they work. Next, the book introduces proven patterns for working with methods, messages, state, collections, classes and formatting. Finally, the book walks through a development example utilizing patterns. For programmers, project managers, teachers and students -- both new and experienced. This book presents a set of patterns that organize all the informal experience of successful Smalltalk programmers. This book will help you understand these patterns, and empower you to write more effective code.
Thinking Forth
Leo Brodie - 1984
Published first in 1984, it could be among the timeless classics of computer books, such as Fred Brooks' The Mythical Man-Month and Donald Knuth's The Art of Computer Programming. Many software engineering principles discussed here have been rediscovered in eXtreme Programming, including (re)factoring, modularity, bottom-up and incremental design. Here you'll find all of those and more, such as the value of analysis and design, described in Leo Brodie's down-to-earth, humorous style, with illustrations, code examples, practical real life applications, illustrative cartoons, and interviews with Forth's inventor, Charles H. Moore as well as other Forth thinkers.
PROLOG: Programming for Artificial Intelligence
Ivan Bratko - 1986
Divided into two parts, the first part of the book introduces the programming language Prolog, while the second part teaches Artificial Intelligence using Prolog as a tool for the implementation of AI techniques. Prolog has its roots in logic, however the main aim of this book is to teach Prolog as a practical programming tool. This text therefore concentrates on the art of using the basic mechanisms of Prolog to solve interesting problems. The third edition has been fully revised and extended to provide an even greater range of applications, which further enhance its value as a self-contained guide to Prolog, AI or AI Programming for students and professional programmers alike.
Love Story
Megan Benjamin - 2017
Some poems read as conversations, some as internal monologues, others as observations, but they all work together to tell one couple's love story.
Hell in Barbados
Terry Donaldson - 2006
Told with disarming honesty, the book propels the reader into the mind of an addict and shows us the depths of degradation one man sunk to before finding the inner strength to save himself.Terry Donaldson met with success early in life but his struggle with addiction soon became an all-out war. His Jekyll and Hyde lifestyle – TV presenter by day, whilst he scoured the streets of London in search of drugs and prostitutes by night – caused him to lose everything.Facing financial ruin, he agreed to smuggle drugs from Barbados, but was caught and sent to one of the world’s worst prisons, where he remained for over 3 years. Honest and disturbing, Hell in Barbados is the true story of how Donaldson witnessed stabbings, beatings, shootings and a full scale riot as the prison went up in flames.
In this extraordinary book, he describes the true horror of prison life in the Caribbean, the depravity that brought him there, and the years of brutality he was forced to endure.
Design Of Steel Structures
N. Subramanian - 2008
The text is based on the modern limit states approach to design and covers areas such as the properties of steel, types of steel structures, important areas of structural steel technology, bolted connections, welded connection, design of trusses, design of plate girders, and design of beam columns. Each chapter features solved examples, review questions, and practice problems as well as ample illustrations that supplement the text. Chapters on advanced topics such as protection of steel structures against corrosion and fire, fatigue resistant design, and design for torsion have been included in a CD that accompanies the book.
Fundamentals of Biostatistics (with CD-ROM)
Bernard Rosner - 1982
Fundamentals of Biostatistics with CD-Rom.
Even Cowgirls Get the Blues / Jitterbug Perfume / Half Asleep in Frog Pajamas
Tom Robbins - 2002
Catia V5 R17 For Designers
Sham Tickoo - 2005
The textbook covers all-important workbenches of CATIA V5R17 with a thorough explanation of all commands, options, and their applications to create real-world products. About 55 mechanical engineering industry examples are used as tutorials and an additional 35 as exercises to ensure that the user can relate their knowledge and understand the design techniques used in the industry to design a product. After reading the textbook, the user will be able to create solid parts, assemblies, drawing views with bill of materials, surface models, and Sheet metal components. Also, the user will learn the editing techniques that are essential to make a successful design. In this book, the author emphasizes on the solid modeling techniques that improve the productivity and efficiency of the user.
Salient Features of the Textbook
Consists of 15 chapters that are organized in a pedagogical sequence. These chapters cover the Sketching, Modeling, Assembly, Drafting, Wireframe and Surface Design, and Generative Sheetmetal workbenches of CATIA V5R17. The first page of every chapter summarizes the topics that will be covered in it. Additional information is provided throughout the book in the form of tips and notes. Self-evaluation test and review questions are provided at the end of each chapter so that the users can assess their knowledge.Free Teaching and Learning Resources Online technical support by contacting techsupport@cadcim.com. All programs used in exercises and examples. Customizable PowerPoint presentations of all chapters in the textbook li>Instructor s Guide with solutions to all review questions and exercises in the textbook. Student projects to enhance the skills Class tests that can be used by faculty in the class To access these free teaching resources, please send your contact information to sales@cadcim.com, mentioning clearly your name, designation, university/college, street street address, city, state, zip, and country.
LISP in Small Pieces
Christian Queinnec - 1996
It describes 11 interpreters and 2 compilers, including very recent techniques of interpretation and compilation. The book is in two parts. The first starts from a simple evaluation function and enriches it with multiple name spaces, continuations and side-effects with commented variants, while at the same time the language used to define these features is reduced to a simple lambda-calculus. Denotational semantics is then naturally introduced. The second part focuses more on implementation techniques and discusses precompilation for fast interpretation: threaded code or bytecode; compilation towards C. Some extensions are also described such as dynamic evaluation, reflection, macros and objects. This will become the new standard reference for people wanting to know more about the Lisp family of languages: how they work, how they are implemented, what their variants are and why such variants exist. The full code is supplied (and also available over the Net). A large bibliography is given as well as a considerable number of exercises. Thus it may also be used by students to accompany second courses on Lisp or Scheme.
Alexa: 1200 Best Things To Ask Alexa - The Top Alexa Questions You Wish You Knew (2017 Edition): (FREE: Download Inside)
James Ryan - 2016
Well, look no further. This book contains the top Alexa dot questions that you wish you knew. After hours of searching, I have found and compiled the best questions you can ask. Each one has been tested and works perfectly. In this eBook, you'll discover... - Helpful ways to get the most out of your Alexa-enabled device - Fun questions to ask Alexa echo with your friends and family - Tips, tricks, and hours of entertainment with Alexa FREE DOWNLOAD INSIDE: "10 Alexa Skills You Need to Know" Buy this book now for only $.99 to get the most out of your Amazon product!
Journey To Hell: Inside the World's Most Violent Prison System
Donald MacNeil - 2006
The pay was good and the work was easy - or so he thought. Then the truth was revealed: he had to sail to South America to collect one of the biggest shipments of cocaine ever bound for the UK. And to the gangsters who hired him, refusal was not an option.There followed a harrowing journey to Venezuela, where almost £50 million of coke was waiting. But someone had tipped off the authorities. Donald and his fellow crewman were arrested, convicted of drug smuggling and sentenced to six years in the notorious island prison of San Antonio.He soon discovered why Venezuela’s prisons are the most violent in the world, a nightmare gulag where hundreds are killed and thousands maimed every year in riots, vendettas and petty disputes. Thrown into a filthy, over-crowded dormitory known as Pavilion 4, and surrounded by armed gangs, crack addicts, death and disease, he faced a daily fight to survive. Ferocious guards beat prisoners indiscriminately and many cut themselves in “blood strikes” to protest against the scarce food, undrinkable water and lack of medical care. Finally a war broke out between two prison compounds, involving guns, machetes and even grenades.Through it all, and despite witnessing the brutal killing of his friend and mentor, MacNeil clung to the belief that one-day he would be home. Journey To Hell is a harrowing but compelling account of man’s extraordinary will to survive in a world gone mad.
Halo 3: The Official Strategy Guide
James Price - 2007
·Detailed annotated maps for all levels·Learn how to dominate multiplayer matches with information on weapon locations and expert tips·Learn about every enemy, vehicle and weapon — their strengths and weaknesses and how you can exploit them·Confidently navigate the huge Campaign mode with our exclusive maps and step-by-step walkthrough·Complete list of all Achievements and how to unlock each onePacked with tips, tactics and techniques direct from Bungie
The Photoshop Cs2 Book for Digital Photographers
Scott Kelby - 2005
You'll learn the tricks for fixing common problems, retouching secrets, how to colour correct any photo, and a whole chapter is dedicated to Photoshop special effects.