On LISP: Advanced Techniques for Common LISP


Paul Graham - 1993
    On Lisp explains the reasons behind Lisp's growing popularity as a mainstream programming language. On Lisp is a comprehensive study of advanced Lisp techniques, with bottom-up programming as the unifying theme. It gives the first complete description of macros and macro applications. The book also covers important subjects related to bottom-up programming, including functional programming, rapid prototyping, interactive development, and embedded languages. The final chapter takes a deeper look at object-oriented programming than previous Lisp books, showing the step-by-step construction of a working model of the Common Lisp Object System (CLOS). As well as an indispensable reference, On Lisp is a source of software. Its examples form a library of functions and macros that readers will be able to use in their own Lisp programs.

William Shakespeare (Oxford Bookworms Library: Stage 2)


Jennifer Bassett - 1993
    Born April 1564, at Stratford-upon-Avon. Died April 1616. Married Anne Hathaway: two daughters, one son. Actor, poet, famous playwright. Wrote nearly forty plays. But what was he like as a man? What did he think about when he rode into London for the first time... or when he was writing his plays Hamlet and Romeo and Juliet... or when his only son died? We know the facts of his life, but we can only guess at his hopes, his fears, his dreams.

Kubernetes: Up & Running


Kelsey Hightower - 2016
    How's that possible? Google revealed the secret through a project called Kubernetes, an open source cluster orchestrator (based on its internal Borg system) that radically simplifies the task of building, deploying, and maintaining scalable distributed systems in the cloud. This practical guide shows you how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency.Authors Kelsey Hightower, Brendan Burns, and Joe Beda--who've worked on Kubernetes at Google--explain how this system fits into the lifecycle of a distributed application. You will learn how to use tools and APIs to automate scalable distributed systems, whether it is for online services, machine-learning applications, or a cluster of Raspberry Pi computers.Explore the distributed system challenges that Kubernetes addressesDive into containerized application development, using containers such as DockerCreate and run containers on Kubernetes, using Docker's Image format and container runtimeExplore specialized objects essential for running applications in productionReliably roll out new software versions without downtime or errorsGet examples of how to develop and deploy real-world applications in Kubernetes

Maven: The Definitive Guide


Timothy O'Brien - 2008
    Now there's help. The long-awaited official documentation to Maven is here. Written by Maven creator Jason Van Zyl and his team at Sonatype, Maven: The Definitive Guide clearly explains how this tool can bring order to your software development projects. Maven is largely replacing Ant as the build tool of choice for large open source Java projects because, unlike Ant, Maven is also a project management tool that can run reports, generate a project website, and facilitate communication among members of a working team. To use Maven, everything you need to know is in this guide. The first part demonstrates the tool's capabilities through the development, from ideation to deployment, of several sample applications -- a simple software development project, a simple web application, a multi-module project, and a multi-module enterprise project. The second part offers a complete reference guide that includes:The POM and Project Relationships The Build Lifecycle Plugins Project website generation Advanced site generation Reporting Properties Build Profiles The Maven Repository Team Collaboration Writing Plugins IDEs such as Eclipse, IntelliJ, ands NetBeans Using and creating assemblies Developing with Maven ArchetypesSeveral sources for Maven have appeared online for some time, but nothing served as an introduction and comprehensive reference guide to this tool -- until now. Maven: The Definitive Guide is the ideal book to help you manage development projects for software, web applications, and enterprise applications. And it comes straight from the source.

Google Hacks: Tips & Tools for Finding and Using the World's Information


Rael Dornfest - 2003
    But few people realize that Google also gives you hundreds of cool ways to organize and play with information.Since we released the last edition of this bestselling book, Google has added many new features and services to its expanding universe: Google Earth, Google Talk, Google Maps, Google Blog Search, Video Search, Music Search, Google Base, Google Reader, and Google Desktop among them. We've found ways to get these new services to do even more.The expanded third edition of Google Hacks is a brand-new and infinitely more useful book for this powerful search engine. You'll not only find dozens of hacks for the new Google services, but plenty of updated tips, tricks and scripts for hacking the old ones. Now you can make a Google Earth movie, visualize your web site traffic with Google Analytics, post pictures to your blog with Picasa, or access Gmail in your favorite email client. Industrial strength and real-world tested, this new collection enables you to mine a ton of information within Google's reach. And have a lot of fun while doing it:Search Google over IM with a Google Talk bot Build a customized Google Map and add it to your own web site Cover your searching tracks and take back your browsing privacy Turn any Google query into an RSS feed that you can monitor in Google Reader or the newsreader of your choice Keep tabs on blogs in new, useful ways Turn Gmail into an external hard drive for Windows, Mac, or Linux Beef up your web pages with search, ads, news feeds, and more Program Google with the Google API and language of your choice For those of you concerned about Google as an emerging Big Brother, this new edition also offers advice and concrete tips for protecting your privacy. Get into the world of Google and bend it to your will!

The Decameron: Selected Tales


Giovanni Boccaccio
    This is the premise of Boccaccio's Decameron, a landmark of early Renaissance literature and one of the world's great story collections. Vast in scope, teeming with colorful characters, and rich in worldly wisdom, these 25 tales from the original 100 encompass a variety of genres — folktales, ancient myths, fables, and anecdotes ranging from earthy satires of hypocritical clergy to gripping tales of murder and revenge and stories of passionate love. Chaucer, Shakespeare, and Keats drew upon Boccaccio's masterpiece for inspiration, and the grand old storyteller’s fables continue to captivate modern readers.

Eric Sink on the Business of Software


Eric Sink - 2006
    This insightful collection of essays explore the business concerns that programmers face during the course of their careers--particularly those programmers who are small independent software vendors.Sink also covers issues like starting your own business, and then performing the hiring, marketing, and finances in a style that programmers understand, sprinkled with a touch of humor.

Abstract Algebra


I.N. Herstein - 1986
    Providing a concise introduction to abstract algebra, this work unfolds some of the fundamental systems with the aim of reaching applicable, significant results.

Running Anatomy


Joe Puleo - 2009
    But you'll find much more than exercises--you'll also see their results.Running Anatomy places you in the action, fundamentally linking each exercise to running performance. You'll see how to strengthen muscles, reduce injury, and improve gait efficiency for faster times and more fluid runs.Running Anatomy will prepare you for any challenge that comes your way. You'll find exercises for varying terrains and speeds, from hill running to off-road running and from sprints to marathons. Plus you'll learn how to evaluate and rehabilitate the most common injuries that runners face, including lower-back pain, knee aches and strains, and torn muscles and tendons.Whether you're a fitness runner looking to conquer hills with more speed or strength or a competitive runner looking for that extra bit of performance and a finishing kick, Running Anatomy will ensure that you're ready to deliver your personal best.

Core Java 2, Volume I--Fundamentals (Core Series)


Cay S. Horstmann - 1999
    A no-nonsense tutorial and reliable reference, this book features thoroughly tested real-world examples. The most important language and library features are demonstrated with deliberately simple sample programs, but they aren't fake and they don't cut corners. More importantly, all of the programs have been updated for J2SE 5.0 and should make good starting points for your own code. You won't find any toy examples here. This is a book for programmers who want to write real code to solve real problems. Cay S. Horstmann is a professor of computer science at San Jose State University. Previously he was vice president and chief technology officer of Preview Systems Inc. and a consultant on C++, Java, and Internet programming for major corporations, universities, and organizations. Gary Cornell has written or cowritten more than twenty popular computer books. He has a Ph.D. from Brown University and has been a visiting scientist at IBM Watson Laboratories, as well as a professor at the University of Connecticut.

How to Roast a Lamb: New Greek Classic Cooking


Michael Psilakis - 2009
     In How to Roast a Lamb, the self-taught chef offers recipes from his restaurants and his home in this, his much-anticipated first cookbook.Ten chapters provide colorful and heartfelt personal essays that lead into thematically related recipes. Gorgeous color photography accompanies many of the recipes throughout.Psilakis's cooking utilizes the fresh, naturally healthful ingredients of the Mediterranean augmented by techniques that define New American cuisine. Home cooks who have gravitated toward Italian cookbooks for the simple, user-friendly dishes, satisfying flavors, and comfortable, family-oriented meals, will welcome Psilakis's approach to Greek food, which is similarly healthful, affordable, and satisfying to share any night of the week.

Java: How to Program


Harvey Deitel - 1996
    The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of programming concepts and intermediate-level topics for further study. The texts in the series feature hundreds of complete, working programs with thousands of lines of code--more than any other texts of their kind. Now, the world's best-selling Java textbook is again completely up-to- date with The Java 2 Platform Standard Edition (J2SE) 5.0.

Batman/Grendel


Matt Wagner - 2007
    It is a battle of might and minds as the Dark Knight faces off against this sophisticated and deadly assassin. Years later, Batman's ceaseless vigil is disturbed once again, this time by the twisted cyborg Grendel-Prime. Seeking an artifact of terrible dimensions, Prime will stop at nothing to achieve his ends!

The Sinatra Treasures: Intimate Photos, Mementos, and Music from the Sinatra Family Collection


Charles Pignone - 2004
    What is a legend? A legend is a man who, more than 65 years after stepping on stage for the first time, is still larger than life. A man who changed the way we wear our hats. A man possessed not of a voice, but The Voice. Frank Sinatra is a legend. Created in conjunction with the Frank Sinatra Estate, THE SINATRA TREASURES tells the story of Sinatras life with rare and never-before-published quotes from those he loved and those he worked with--and from the Chairman of the Board himself. More than 200 black-and-white and full-color images from several Sinatra archives, as well as 30 removable facsimile reproductions of items, such as a script from one of his radio shows and a Sinatra family photo album, provide a behind-the-scenes glimpse into Sinatras world and talent. Also included is a new compilation CD of rare interviews, early radio appearances, and songs. This celebration of the many elements of Frank Sinatra--as singer, as actor, as humanitarian, as friend--brings to life as never before the man who made the standards standard.

Around The World In 45 Years


Charles M. Schulz - 1994
    Offers a collection of some of the most memorable Peanuts comic strips from the past forty-five years.