OAuth 2 in Action


Justin Richer - 2017
    You'll learn how to confidently and securely build and deploy OAuth on both the client and server sides. Foreword by Ian Glazer.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyThink of OAuth 2 as the web version of a valet key. It is an HTTP-based security protocol that allows users of a service to enable applications to use that service on their behalf without handing over full control. And OAuth is used everywhere, from Facebook and Google, to startups and cloud services.About the BookOAuth 2 in Action teaches you practical use and deployment of OAuth 2 from the perspectives of a client, an authorization server, and a resource server. You'll begin with an overview of OAuth and its components and interactions. Next, you'll get hands-on and build an OAuth client, an authorization server, and a protected resource. Then you'll dig into tokens, dynamic client registration, and more advanced topics. By the end, you'll be able to confidently and securely build and deploy OAuth on both the client and server sides.What's InsideCovers OAuth 2 protocol and designAuthorization with OAuth 2OpenID Connect and User-Managed AccessImplementation risksJOSE, introspection, revocation, and registrationProtecting and accessing REST APIsAbout the ReaderReaders need basic programming skills and knowledge of HTTP and JSON.About the AuthorJustin Richer is a systems architect and software engineer. Antonio Sanso is a security software engineer and a security researcher. Both authors contribute to open standards and open source.Table of ContentsPart 1 - First stepsWhat is OAuth 2.0 and why should you care?The OAuth dance Part 2 - Building an OAuth 2 environmentBuilding a simple OAuth clientBuilding a simple OAuth protected resourceBuilding a simple OAuth authorization serverOAuth 2.0 in the real world Part 3 - OAuth 2 implementation and vulnerabilitiesCommon client vulnerabilitiesCommon protected resources vulnerabilitiesCommon authorization server vulnerabilitiesCommon OAuth token vulnerabilities Part 4 - Taking OAuth furtherOAuth tokensDynamic client registrationUser authentication with OAuth 2.0Protocols and profiles using OAuth 2.0Beyond bearer tokensSummary and conclusions

The Book of Baseball Literacy


David H. Martinez - 1996
    Easy-to-find answers to the most common (and obscure but fascinating) baseball questions." - USA Today"A great starting point for newbies of the game." - Ron Kaplan, "501 Baseball Books Fans Must Read Before They Die""Surprisingly, there is no other book so comprehensive, concise or readable." - St. Paul Pioneer-Press"Instructive and fun." - Chicago Sun-Times**Selected for the Baseball Hall of Fame Bookstore in Cooperstown**Lose yourself in all the marvelous memories and hallowed history of America’s national pastime with "The Book of Baseball Literacy: 3rd Edition." From the gloveless pioneers of the 1840s to the strife-ridden headlines of the 2000s, this comprehensive reference offers nearly 700 important baseball yarns, stats, and stories—cross-referenced and hyperlinked—in a style as lively as the game itself. Incredibly thorough, never dull, the book answers these and countless other questions:- Who was Ray Chapman, and why is he important?- Did Abner Doubleday really invent baseball?- What is sabermetrics?- Who set off the Pine Tar Incident?- Where was the first organized baseball game?- Were the Cubs cursed by a billy goat?- What are waivers and options?Written by SABR member and former college baseball broadcaster David H. Martinez and even selected as required reading for a college course on baseball history, "The Book of Baseball Literacy: 3rd Edition" puts over a century and a half of legends and lore, right in your mitt. It will settle arguments and provoke them, answer questions and ask them. It’s a must for veteran baseball fans—and a perfect way to get up to speed on baseball history for newcomers.

Linear Algebra With Applications


Steven J. Leon - 1980
    Each chapter contains integrated worked examples and chapter tests. This edition has the ancillary ATLAST computer exercise guide and new MATLAB and Maple guides.

One Day University Presents: Positive Psychology: The Science of Happiness


One Day University - 2010
    He is also the Head Teaching Fellow for the most popular course at Harvard, “Positive Psychology,” which is taken by more than 1,000 students per semester and led by Professor Tal Ben-Shahar.  Shawn received his B.A. in English from Harvard and a Master’s from Harvard Divinity School in Christian and Buddhist Ethics. Part of his interest in positive psychology stems from a troubling fact: studies have shown that many of Harvard’s undergraduates suffer from depression at some point in their college careers. One Day University is a unique educational experience  that brings intellectuals together to learn from top rated professors at Yale, Harvard, Stanford, Columbia and other prestigious universities. Chosen for their excellent teaching abilities as rated by their students, these great thinkers represent a wide variety of academic disciplines and share their knowledge in 60 minute, highly entertaining lectures. Offering the ability to learn the highlights of academic thought in world affairs, politics, history, science, art, and more; One Day University is a way to truly enjoy the thrill of learning without the pressures of tests and the high price tag of college tuition. Once reserved only for students who could attend the lectures in New York and other major cities, One Day University courses are now available to everyone from the comfort of their own homes in Kindle format.

The Zone: A Revolutionary Life Plan to Put Your Body in Total Balance for Permanent Weight Loss


Barry Sears - 2004
    Fat, they told us, was the enemy. Then it was salt, then sugar, then cholesterol... and on it goes. Americans listened and they lost -- but not their excess fat. What they lost was their health and waistlines. Americans are the fattest people on earth... and why? Mainly because of the food they eat. In this scientific and revolutionary book, based on Nobel Prize-winning research, medical visionary and former Massachusetts Institute of Technology researcher Dr. Barry Sears makes peak physical and mental performance, as well as permanent fat loss, simple for you to understand and achieve. With lists of good and bad carbohydrates, easy-to-follow food blocks and delicious recipes, The Zone provides all you need to begin your journey toward permanent fat loss, great health and all-round peak performance. In balance, your body will not only burn fat, but you'll fight heart disease, diabetes, PMS, chronic fatigue, depression and cancer, as well as alleviate the painful symptoms of diseases such as multiple sclerosis and HIV. This Zone state of exceptional health is well-known to champion athletes. Your own journey toward it can begin with your next meal. You will no longer think of food as merely an item of pleasure or a means to appease hunger. Food is your medicine and your ticket to that state of ultimate body balance, strength and great health: the Zone.

RHCE Red Hat Certified Engineer Linux Study Guide: Exam (RH302)


Michael Jang - 2002
    100% complete coverage of all objectives for exam RH302 Exam Readiness Checklist at the front of the book--you're ready for the exam when all objectives on the list are checked off Inside the Exam sections in every chapter highlight key exam topics covered Real-world exercises modeled after hands-on exam scenarios Two complete lab-based exams simulate the format, tone, topics, and difficulty of the real exam Bonus content (available for download) includes installation screen review, basic instructions for using VMware and Xen as testbeds, and paper and pencil versions of the lab exams Covers all RH302 exam topics, including: Hardware installation and configuration The boot process Linux filesystem administration Package management and Kickstart User and group administration System administration tools Kernel services and configuration Apache and Squid Network file sharing services (NFS, FTP, and Samba) Domain Name System (DNS) E-mail (servers and clients) Extended Internet Services Daemon (xinetd), the Secure package, and DHCP The X Window System Firewalls, SELinux, and troubleshooting

Beginning iPhone Development: Exploring the iPhone SDK


Dave Mark - 2008
    You'll move on from there, mastering all the iPhone interface elements that you've come to know and love, such as buttons, switches, pickers, toolbars, sliders, etc.You'll master a variety of design patterns, from the simplest single view to complex hierarchical drill-downs. You'll master the art of table-building and learn how to save your data using the iPhone file system. You'll also learn how to save and retrieve your data using SQLite, iPhone's built-in database management system.You'll learn how to draw using Quartz 2D and OpenGL ES. You'll add multi-touch gesture support (pinches and swipes) to your applications, and work with the Camera, photo library, and Accelerometer. You'll master application preferences, learn how to localize your apps into other languages, and so much more.Apple's iPhone SDK, this book, and your imagination are all you'll need to start building your very own best-selling iPhone applications.

An Introduction to APIs


Brian Cooksey - 2016
    We start off easy, defining some of the tech lingo you may have heard before, but didn’t fully understand. From there, each lesson introduces something new, slowly building up to the point where you are confident about what an API is and, for the brave, could actually take a stab at using one.

Intermediate Perl


Randal L. Schwartz - 2003
    One slogan of Perl is that it makes easy things easy and hard things possible. "Intermediate Perl" is about making the leap from the easy things to the hard ones.Originally released in 2003 as "Learning Perl Objects, References, and Modules" and revised and updated for Perl 5.8, this book offers a gentle but thorough introduction to intermediate programming in Perl. Written by the authors of the best-selling "Learning Perl," it picks up where that book left off. Topics include: Packages and namespacesReferences and scopingManipulating complex data structuresObject-oriented programmingWriting and using modulesTesting Perl codeContributing to CPANFollowing the successful format of "Learning Perl," we designed each chapter in the book to be small enough to be read in just an hour or two, ending with a series of exercises to help you practice what you've learned. To use the book, you just need to be familiar with the material in "Learning Perl" and have ambition to go further.Perl is a different language to different people. It is a quick scripting tool for some, and a fully-featured object-oriented language for others. It is used for everything from performing quick global replacements on text files, to crunching huge, complex sets of scientific data that take weeks to process. Perl is what you make of it. But regardless of what you use Perl for, this book helps you do it more effectively, efficiently, and elegantly."Intermediate Perl" is about learning to use Perl as a programming language, and not just a scripting language. This is the book that turns the Perl dabbler into the Perl programmer.

Hacking Exposed Wireless: Wireless Security Secrets & Solutions


Johnny Cache - 2007
    Providing tactical wireless security implementation coverage by showing how to execute the attacks and implement the defenses, this title demonstrates how attackers identify and exploit wireless network weaknesses and covers various wireless technologies - WiFi/802.11, Bluetooth, IRDA, 3G Wireless, and more.

jQuery Cookbook: Solutions & Examples for jQuery Developers


Cody Lindley - 2009
    Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you'll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components into websites and applications to developing complex, high-performance user interfaces. Ideal for newcomers and JavaScript veterans alike, jQuery Cookbook starts with the basics and then moves to practical use cases with tested solutions to common web development hurdles. You also get recipes on advanced topics, such as methods for applying jQuery to large projects.Solve problems involving events, effects, dimensions, forms, themes, and user interface elementsLearn how to enhance your forms, and how to position and reposition elements on a pageMake the most of jQuery's event management system, including custom events and custom event dataCreate UI elements-such as tabs, accordions, and modals-from scratchOptimize your code to eliminate bottlenecks and ensure peak performanceLearn how to test your jQuery applicationsThe book's contributors include:Cody LindleyJames PadolseyRalph WhitbeckJonathan SharpMichael Geary and Scott GonzálezRebecca MurpheyRemy SharpAriel FleslerBrian CherneJörn ZaeffererMike HostetlerNathan SmithRichard D. WorthMaggie Wachs, Scott Jehl, Todd Parker, and Patty TolandRob Burns

Write a Book in Two Hours: How to Write a Book, Novel, or Children’s Book in Far Less than 30 Days (Authorship 1)


Jonathan Green - 2019
    Most people dream of writing a book, but those manuscripts end up shoved away in dusty drawers, half-finished and abandoned to be eaten by moths.Many of them are great writers, many of them have great ideas. Yet so many people come to the conclusion that they'll never finish their books. Why? Because they aren't following a proven system. Maybe this is you right now.Maybe you believe that you're not good enough, that you'll never have enough time, or that it's a terrible book idea.You wonder how on earth other people manage to find time to write alongside their jobs, family and other commitments. But the assumption that writing is a slow process and books take six months or years to write is outdated. You can easily increase your efficiency three to four times MORE by using this system. As much value as there is in quality, quantity also plays a significant factor.The days where you need to have access to expensive or special equipment are gone.And one of the fastest ways to become profitable as an author nowadays is to write faster. Let me show you how you can hit the finish line at record speed. Every. Single. Time. This is the same system that allows me to spend more time with my family, earn more money and accomplish four times the amount of work in the same eight hours a day.It’s allowed me to release books on an exponential scale, to set goals of writing fifty books per year.This book was written using the same strategy.  It can be done. And now you can do the same. This ISN’T a book you read for inspiration and walk away feeling good. This is a book about taking ACTION. I want you to be generating MORE CONTENT THAN YOU EVEN NEED. What you will walk away with... Learn The Conveyor Belt Method: The step-by-step process which will give you an unshakeable FOUNDATION for your writing career Become One With Your Creative Mind: How to become so efficient with your methodology that you can AVOID writer's block entirely Master Your Location Independence: The secret writing anytime and ANYWHERE you want! Harness Your Long Term Sales: Get the exact ingredients you need to capture your readers for good and turn them into lifelong fans! Imagine if... Writing books was no longer a struggle and you could churn out bestsellers on a whim You could write a book in your spare time and don't need to fight against your other commitments You could come up with an idea in the morning, plan out your content and have your first draft FINISHED by the afternoon! Don't let your book rot in a drawer like all the rest. Your time is NOW. You could have the book you've always dreamed of writing in your hands TODAY. Begin your journey by clicking the button above.

All-in Fighting


W.E. Fairbairn - 2012
    W. E. Fairbairn (1885-1960) spent over thirty years in the tough environment of the Riot Squads of China's Shanghai Municipal Police. In order to lower levels of Police mortality at the hands of Chinese Tongs, he studied ancient Chinese and Japanese martial arts, including Ju-jitsu, and was the first foreigner to be awarded a black belt in the discipline. He developed his own system which he called 'Defendu'. At the outbreak of the Second World War, he was recruited by Britain's Special Operations Executive as an Instructor in unarmed combat and expounded the deadly mysteries of attack and defence to scores of trainee agents about to be dropped into occupied Europe. His methods were approved and officially adopted throughout the British army. Fairbairn also developed weapons and defence aids such as bullet proof vests. He is best known as the co-inventor of the famous Sykes-Fairbairn knife. In this book he expounds his distilled experience of unarmed combat. Fully illustrated, it shows how to deliver deadly blows with hand, fist, knee and boot; wrist, bear- and strangle holds (and how to break them); how to throw an enemy, and how to break their backs; how to disarm a pistol-wielding attacker; and securing a prisoner. The book also contains a chapter on the use of the rifle in close combat by Captain P. N. Walbridge.

4 Ingredients or Less Cookbook: Fast, Practical & Healthy Meal Options


Maria Holmes - 2013
    My tested recipes have short ingredient lists and easy-to-follow, step-by-step instructions.Each recipe require four ingredients or less (EXCLUDING WATER, OIL, COOKING SPRAY, SALT, PEPPER, AND OTHER OPTIONAL INGREDIENTS).These recipes were also designed with your health in mind, and each recipe includes a nutritional analysis.In the introduction to the book, you will discover 5 simple tips that can significantly reduce the time you spend in the kitchen preparing meals.But the "meat and potatoes" of this book are the amazingly simple to prepare recipes, including:Grilled Shrimp BrushettaWild Mushroom PizzaThai Shrimp CurrySweet Potato and Pomegranate Spinach SaladCreole Chicken SoupPortobello PaninisToasted Israeli Couscous with CherriesChocolate-Raspberry-Coconut CakeYou will also get 5 superfast menus that will make weeknight cooking quick and easy, with streamlined "game plans" and quick recipes that will help you put a main dish and a delicious side on the table in a snap.These are quick and easy recipes that will bring exciting new possibilities to your dining table, and most importantly, they will help you find more time to enjoy life

Think Like a Programmer: An Introduction to Creative Problem Solving


V. Anton Spraul - 2012
    In this one-of-a-kind text, author V. Anton Spraul breaks down the ways that programmers solve problems and teaches you what other introductory books often ignore: how to Think Like a Programmer. Each chapter tackles a single programming concept, like classes, pointers, and recursion, and open-ended exercises throughout challenge you to apply your knowledge. You'll also learn how to:Split problems into discrete components to make them easier to solve Make the most of code reuse with functions, classes, and libraries Pick the perfect data structure for a particular job Master more advanced programming tools like recursion and dynamic memory Organize your thoughts and develop strategies to tackle particular types of problems Although the book's examples are written in C++, the creative problem-solving concepts they illustrate go beyond any particular language; in fact, they often reach outside the realm of computer science. As the most skillful programmers know, writing great code is a creative art—and the first step in creating your masterpiece is learning to Think Like a Programmer.