Cancer: The Art of Living Well and Finding Happiness According to Your Star Sign (Pocket Astrology)


Sally Kirkman - 2018
    You are the home lover and memory keeper of the zodiac. The signs of the zodiac can give us great insight into our day-to-day living as well as the many talents and qualities we possess.But in an increasingly unpredictable world, how can we make sense of them? And what do they mean?This insightful and introductory guide delves deep into your star sign, revealing unique traits and meanings which you didn't know. Along the way, you will discover how your sign defies your compatibility, how to improve your health and what your gifts are.The Pocket Astrology series will teach you how to live well and enhance every aspect of your life. From friendship to compatibility, careers to finance, you will discover new elements to your sign and learn about the ancient art of astrology.Other books in the series include: Aries, Taurus, Gemini, Cancer, Leo, Virgo, Libra, Scorpio, Sagittarius,Capricorn, Aquarius, Pisces

Design Patterns in Ruby


Russ Olsen - 2007
    Russ Olsen has done a great job of selecting classic patterns and augmenting these with newer patterns that have special relevance for Ruby. He clearly explains each idea, making a wealth of experience available to Ruby developers for their own daily work."--Steve Metsker, Managing Consultant with Dominion Digital, Inc."This book provides a great demonstration of the key 'Gang of Four' design patterns without resorting to overly technical explanations. Written in a precise, yet almost informal style, this book covers enough ground that even those without prior exposure to design patterns will soon feel confident applying them using Ruby. Olsen has done a great job to make a book about a classically 'dry' subject into such an engaging and even occasionally humorous read."--Peter Cooper"This book renewed my interest in understanding patterns after a decade of good intentions. Russ picked the most useful patterns for Ruby and introduced them in a straightforward and logical manner, going beyond the GoF's patterns. This book has improved my use of Ruby, and encouraged me to blow off the dust covering the GoF book."--Mike Stok" Design Patterns in Ruby is a great way for programmers from statically typed objectoriented languages to learn how design patterns appear in a more dynamic, flexible language like Ruby."--Rob Sanheim, Ruby Ninja, RelevanceMost design pattern books are based on C++ and Java. But Ruby is different--and the language's unique qualities make design patterns easier to implement and use. In this book, Russ Olsen demonstrates how to combine Ruby's power and elegance with patterns, and write more sophisticated, effective software with far fewer lines of code.After reviewing the history, concepts, and goals of design patterns, Olsen offers a quick tour of the Ruby language--enough to allow any experienced software developer to immediately utilize patterns with Ruby. The book especially calls attention to Ruby features that simplify the use of patterns, including dynamic typing, code closures, and "mixins" for easier code reuse.Fourteen of the classic "Gang of Four" patterns are considered from the Ruby point of view, explaining what problems each pattern solves, discussing whether traditional implementations make sense in the Ruby environment, and introducing Ruby-specific improvements. You'll discover opportunities to implement patterns in just one or two lines of code, instead of the endlessly repeated boilerplate that conventional languages often require. Design Patterns in Ruby also identifies innovative new patterns that have emerged from the Ruby community. These include ways to create custom objects with metaprogramming, as well as the ambitious Rails-based "Convention Over Configuration" pattern, designed to help integrate entire applications and frameworks.Engaging, practical, and accessible, Design Patterns in Ruby will help you build better software while making your Ruby programming experience more rewarding.

Holly Smith's Money Saving Book: Simple savings hacks for a happy life


Holly Smith - 2020
    She founded the Facebook group Extreme Couponing and Bargains UK (the second largest Facebook group in the world) and is on TikTok, Youtube and Instagram helping as many people as possible to save money too.This book contains all her best hacks and tips to save money and make money - simple, life-changing ideas for everyone.Holly has included her favourite hacks from the Extreme Couponing and Bargains UK community too, who inspired her to write this book. And has asked all her money-saving expert friends to contribute tips too.All the costly moments of everyday life are included, from supermarket shops to kids parties - even special occasions like weddings and Christmas.Discover lots of fun ways to get saving, find the bargains and make your money go further.

Notes to Each Other


Hugh Prather - 1990
    Prather subtitled the book, "My struggle to become a person." It was the deeply felt record of his journey to a state of heightened self-knowledge and spiritual flowering. It became a perennial best-seller, and continues to enlighten, comfort, and amuse to this day.Notes to Each Other bravely explores the heart of a relationship that has lasted for 35 years—the relationship between Hugh and Gayle Prather. With remarkable candor, one couple traces the emotional route traveled to reach the coveted place where genuine communication, cooperation, and compassion dwell. First published 10 years ago, the book has here been updated and enlarged by the greater wisdom that comes with the experience of raising children and growing older together.Although drawn from two hearts, the book speaks with one voice, asking the questions all couples ask, from "Did I choose the right person?" to "How can you stand me?" Let it speak to you.

Sinatra: Up and Running


Alan Harris - 2011
    With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications. Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, you’ll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then you’ll get hands-on experience with Sinatra by building your own blog engine. Learn Sinatra’s core concepts, and get started by building a simple application Create views, manage sessions, and work with Sinatra route definitions Become familiar with the language’s internals, and take a closer look at Rack Use different subclass methods for building flexible and robust architectures Put Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API

Hacking: The Art of Exploitation


Jon Erickson - 2003
    This book explains the technical aspects of hacking, including stack based overflows, heap based overflows, string exploits, return-into-libc, shellcode, and cryptographic attacks on 802.11b.

Security+ Guide to Network Security Fundamentals


Mark Ciampa - 2004
    The book covers all of the new CompTIA Security+ 2008 exam objectives and maps to the new Security+ 2008 exam. This updated edition features many all-new topics, including topics new to the CompTIA exams like cross site scripting, SQL injection, rootkits, and virtualization, as well as topics of increasing importance in the industry as a whole, like the latest breeds of attackers, Wi-Fi Protected Access 2, and Microsoft Windows Vista security.

The Game Maker's Apprentice: Game Development for Beginners


Jacob Habgood - 2006
    This book covers a range of genres, including action, adventure, and puzzle games complete with professional quality sound effects and visuals. It discusses game design theory and features practical examples of how this can be applied to making games that are more fun to play. Game Maker allows games to be created using a simple drag-and-drop interface, so you don't need to have any prior coding experience. It includes an optional programming language for adding advanced features to your games, when you feel ready to do so. You can obtain more information by visiting book.gamemaker.nl. The authors include the creator of the Game Maker tool and a former professional game programmer, so you'll glean understanding from their expertise. The book also includes a DVD containing Game Maker software and all of the game projects that are created in the book—plus a host of professional-quality graphics and sound effects that you can use in your own games.

Learning PHP and MySQL


Michele E. Davis - 2006
    When working hand-in-hand, they serve as the standard for the rapid development of dynamic, database-driven websites. This combination is so popular, in fact, that it's attracting manyprogramming newbies who come from a web or graphic design background and whose first language is HTML. If you fall into this ever-expanding category, then this book is for you."Learning PHP and MySQL" starts with the very basics of the PHP language, including strings and arrays, pattern matching and a detailed discussion of the variances in different PHP versions. Next, it explains how to work with MySQL, covering information on SQL data access for language and data fundamentals like tables and statements.Finally, after it's sure that you've mastered these separate concepts, the book shows you how to put them together to generate dynamic content. In the process, you'll also learn about error handling, security, HTTP authentication, and more.If you're a hobbyist who is intimidated by thick, complex computer books, then this guide definitely belongs on your shelf. "Learning PHP and MySQL" explains everything--from basic concepts to the nuts and bolts of performing specific tasks--in plain English.Part of O'Reilly's bestselling Learning series, the book is an easy-to-use resource designed specifically for newcomers. It's also a launching pad for future learning, providing you with a solid foundation for more advanced development.

Thank You for Being Such a Pain: Spiritual Guidance for Dealing with Difficult People


Mark Rosen - 1998
    By embracing four fundamental premises and putting into practice the author's many helpful and practical suggestions, you'll acquire the skills and insights necessary for turning around even the most troublesome relationship. What you need to keep in mind is that: (1) nothing in your life happens randomly and your difficulties have a deeper purpose; (2) frustration and even emotional pain are as necessary for your personal and spiritual growth as love and joy; (3) transforming enmity and completing unfinished business may be the most important skills you can learn in life; and (4) when you make an effort to work on your inner self, your outer relationships will be transformed.        This groundbreaking book draws upon state-of-the-art psychological principles and timeless spiritual practices from all traditions. Filled with enlightening exercises and entertaining stories, Thank You for Being Such a Pain will forever change the way you see the difficult people in your life . . . as well as the way you see yourself.

A Gift of Fire: Social, Legal, and Ethical Issues for Computers and the Internet


Sara Baase - 1996
    It covers the issues students will face both as members of a technological society and as professionals in computer-related fields. One of its goals is to develop computer professionals who understand the implications of what they create and how it fits into society at large-another is to bring these issues to the attention of students outside of computer science.

Laravel: Up and Running: A Framework for Building Modern PHP Apps


Matt Stauffer - 2016
    This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite

Big Data: A Revolution That Will Transform How We Live, Work, and Think


Viktor Mayer-Schönberger - 2013
    “Big data” refers to our burgeoning ability to crunch vast collections of information, analyze it instantly, and draw sometimes profoundly surprising conclusions from it. This emerging science can translate myriad phenomena—from the price of airline tickets to the text of millions of books—into searchable form, and uses our increasing computing power to unearth epiphanies that we never could have seen before. A revolution on par with the Internet or perhaps even the printing press, big data will change the way we think about business, health, politics, education, and innovation in the years to come. It also poses fresh threats, from the inevitable end of privacy as we know it to the prospect of being penalized for things we haven’t even done yet, based on big data’s ability to predict our future behavior.In this brilliantly clear, often surprising work, two leading experts explain what big data is, how it will change our lives, and what we can do to protect ourselves from its hazards. Big Data is the first big book about the next big thing.www.big-data-book.com

Boot: An L.A.P.D. Officer's Rookie Year


William Dunn - 1996
    Simpson trial brought the L.A.P.D. national notoriety as a corrupt force out of synch with the city it polices. But is this force of 8,000 men and women really made up of mavericks, racists, and rogues? In Boot, rookie police William Dinn takes readers inside that other L.A.P.D., where hardworking cops struggle to understand citizens' concerns and dodge criminals' bullets. National & L.A.

Beginner's Luck Guide For Non-Runners: Learn to Run from Scratch to an Hour in 10 Weeks


George Anderson - 2013
    You may have tried and failed in the past to make running stick, but never the less you are determined to master it. You may tell yourself that “running is hard”, or “I’m just not a runner”, but the truth is that anybody can learn to run if they have the right approach. You will likely have many questions; “how do I build up my running distance?”, “how do I stay motivated to run?”, “how do I warm up and cool down?”. All of these and more are covered off within the pages of this book along with a step by step guide to building up your running to 60 minutes. There is more to learning how to run than just going out and seeing how far you can go three days a week. Some people will undoubtedly have success with this method, but for most beginner runners it takes a little more guidance and support to truly master the art of running. More and more beginners are deciding to take their first steps and learn how to run. Races are popping up all over the place geared towards beginner runners and it remains one of the most accessible sports around. Learning how to run should be a fun and rewarding experience in itself, not just a means to achieve a goal. Beginner’s Luck is a complete program that teaches you everything you need to build your confidence as a runner. The program itself removes the pressure of having to stick rigidly to a set rate of progress, and instead allows you to progress at your own pace. If you are a beginner runner who would like to learn how to run for up to an hour AND surprise yourself as to how easy it really is, get Beginner’s Luck and start out on your journey today.