Book picks similar to
Oracle RMAN Pocket Reference by Darl Kuhn
collection
ebooks_unread
got-it
oracle
The Steel Wings MC: The Complete Series
Blair Grey - 2021
Are you ready for these hot bikers? Jett Blade Ryder Harley Draven Rocco Roman Ares Kage Knox All have an HEA.
Resist: The Scourge Wars Book 3
Derek Belfield - 2019
In the north, they are assailed by the Ignatum Empire the Patriarch of the Collective, Mors dal Ventryx is forced to travel from his fortress in Soulreach to the front lines to personally defend from Imperial aggression. As a result, Generals Bludtyr and Grievum are largely left to their own devices and forced to reconsider their tactics against the Scourge. At the urging of the Cult, they turn the population of the Collective into weapons of war. Meanwhile, Slate has decided to split his forces to delay the Collective attack while removing a threat to his flank. He soon learns that assaulting the city of Koral may be a harder task than he originally considered. He turns to the Empire to help him weaken the Collective and protect his own people in the process. When Slate is forced to return to Bastion without his companions, he is faced with an old enemy that threatens to raze his capital city’s defenses and allow the easy invasion of the Collective army from the West. In book three of the Scourge Wars, Slate must accomplish one thing: Resist or die.
A Rebellious Lady for the Brokenhearted Duke
Leah Conolly - 2020
A love against all odds…Elizabeth Gladstone has always been- and always will be- a wild lady. People would expect the daughter of the Earl of Waymouth to be a well-mannered lady, but she keeps finding new ways to shock the ton.James Graham, the widowed Duke of Darrington, has the exact same reaction at first. Later he will come to realize that she may be the one to end his loneliness.But there is someone that will not tolerate their union, someone dangerous that will do anything to further their nefarious goals…James will have to beat the enemy in their own game if he wishes to save the fierce lady that now holds his heart…
Embedded Android: Porting, Extending, and Customizing
Karim Yaghmour - 2011
You'll also receive updates when significant changes are made, as well as the final ebook version. Embedded Android is for Developers wanting to create embedded systems based on Android and for those wanting to port Android to new hardware, or creating a custom development environment. Hackers and moders will also find this an indispensible guide to how Android works.
Ruby on Rails 3 Tutorial: Learn Rails by Example
Michael Hartl - 2010
Although its remarkable capabilities have made Ruby on Rails one of the world’s most popular web development frameworks, it can be challenging to learn and use. Ruby on Rails™ 3 Tutorial is the solution. Leading Rails developer Michael Hartl teaches Rails 3 by guiding you through the development of your own complete sample application using the latest techniques in Rails web development.Drawing on his experience building RailsSpace, Insoshi, and other sophisticated Rails applications, Hartl illuminates all facets of design and implementation—including powerful new techniques that simplify and accelerate development.You’ll find integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, JavaScript, and SQL skills you’ll need when developing web applications. Hartl explains how each new technique solves a real-world problem, and he demonstrates this with bite-sized code that’s simple enough to understand, yet novel enough to be useful. Whatever your previous web development experience, this book will guide you to true Rails mastery.This book will help you
Install and set up your Rails development environment
Go beyond generated code to truly understand how to build Rails applications from scratch
Learn Test Driven Development (TDD) with RSpec
Effectively use the Model-View-Controller (MVC) pattern
Structure applications using the REST architecture
Build static pages and transform them into dynamic ones
Master the Ruby programming skills all Rails developers need
Define high-quality site layouts and data models
Implement registration and authentication systems, including validation and secure passwords
Update, display, and delete users
Add social features and microblogging, including an introduction to Ajax
Record version changes with Git and share code at GitHub
Simplify application deployment with Heroku
Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation
Bruce Dang - 2014
Reverse engineering is not about reading assembly code, but actually understanding how different pieces/components in a system work. To reverse engineer a system is to understand how it is constructed and how it works. The book provides: Coverage of x86, x64, and ARM. In the past x86 was the most common architecture on the PC; however, times have changed and x64 is becoming the dominant architecture. It brings new complexity and constructs previously not present in x86. ARM ("Advanced RISC Machine) "is very common in embedded / consumer electronic devices; for example, most if not all cell phones run on ARM. All of apple's i-devices run on ARM. This book will be the first book to cover all three.Discussion of Windows kernel-mode code (rootkits/drivers). This topic has a steep learning curve so most practitioners stay away from this area because it is highly complex. However, this book will provide a concise treatment of this topic and explain how to analyze drivers step-by-step.The book uses real world examples from the public domain. The best way to learn is through a combination of concept discussions, examples, and exercises. This book uses real-world trojans / rootkits as examples congruent with real-life scenariosHands-on exercises. End-of-chapter exercises in the form of conceptual questions and hands-on analysis so so readers can solidify their understanding of the concepts and build confidence. The exercises are also meant to teach readers about topics not covered in the book.
Practical C++ Programming
Steve Oualline - 1995
But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.
Digital Computer Electronics
Albert Paul Malvino - 1977
The text relates the fundamentals to three real-world examples: Intel's 8085, Motorola's 6800, and the 6502 chip used by Apple Computers. This edition includes a student version of the TASM cross-assembler software program, experiments for Digital Computer Electronics and more.
Programming in Python 3: A Complete Introduction to the Python Language
Mark Summerfield - 2008
It brings together all the knowledge needed to write any program, use any standard or third-party Python 3 library, and create new library modules of your own.
Specification by Example: How Successful Teams Deliver the Right Software
Gojko Adzic - 2011
In this book, author Gojko Adzic distills interviews with successful teams worldwide, sharing how they specify, develop, and deliver software, without defects, in short iterative delivery cycles.About the Technology Specification by Example is a collaborative method for specifying requirements and tests. Seven patterns, fully explored in this book, are key to making the method effective. The method has four main benefits: it produces living, reliable documentation; it defines expectations clearly and makes validation efficient; it reduces rework; and, above all, it assures delivery teams and business stakeholders that the software that's built is right for its purpose.About the Book This book distills from the experience of leading teams worldwide effective ways to specify, test, and deliver software in short, iterative delivery cycles. Case studies in this book range from small web startups to large financial institutions, working in many processes including XP, Scrum, and Kanban.This book is written for developers, testers, analysts, and business people working together to build great software.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.What's InsideCommon process patterns How to avoid bad practices Fitting SBE in your process 50+ case studies For additional resources go to specificationbyexample.com.
A Bluestocking For The Wicked Duke
Henrietta Harding - 2018
Known for changing women faster than bed sheets and adept in the swordplay, William thinks it is business as usual when the Duke of Buckingham and Chandos challenges him to a duel. To William's surprise and that of every other spectator, this duel will not go as expected.On a quest for vengeance, William plots out a path to the heart of young Joane, the Duke's daughter. His fury and passion burn even hotter, when he realises that she is more than he bargained for: clever, perceptive, passionate. How will he manage to succeed, when he is constantly wrestling the temptation to take her in his arms?On the other end, Lady Joane, the only daughter, and favorite child of the Duke of Buckingham and Chandos, is, to William's surprise, a diamond of first water. Her beauty and wit are beyond measure. She is known as a bluestocking and isn't eager to change that perception of herself, but when she meets William, her life and her "proper manners" are irrevocably changed. As much as she tries to avoid his touch, the walls around William's heart are crumbling... and she's in danger of falling, hard. But when the scandal unfolds, will she be able to put reason over her growing passion?From the agonizing contest of swords to the duel of hearts between lovers, love grows even when forbidden. How will their hearts find their way back to each other?"A Bluestocking for the Wicked Duke" is a historical romance novel of approximately 80,000 words. No cheating, no cliffhangers, and a guaranteed happily ever after.
The Art of Agile Development
James Shore - 2007
Plenty of books describe what agile development is or why it helps software projects succeed, but very few combine information for developers, managers, testers, and customers into a single package that they can apply directly. This book provides no-nonsense advice on agile planning, development, delivery, and management taken from the authors' many years of experience with Extreme Programming (XP). You get a gestalt view of the agile development process, including comprehensive guidance for non-technical readers and hands-on technical practices for developers and testers. The Art of Agile Development gives you clear answers to questions such as:How can we adopt agile development? Do we really need to pair program? What metrics should we report? What if I can't get my customer to participate? How much documentation should we write? When do we design and architect? As a non-developer, how should I work with my agile team? Where is my product roadmap? How does QA fit in? The book teaches you how to adopt XP practices, describes each practice in detail, then discusses principles that will allow you to modify XP and create your own agile method. In particular, this book tackles the difficult aspects of agile development: the need for cooperation and trust among team members. Whether you're currently part of an agile team, working with an agile team, or interested in agile development, this book provides the practical tips you need to start practicing agile development. As your experience grows, the book will grow with you, providing exercises and information that will teach you first to understand the rules of agile development, break them, and ultimately abandon rules altogether as you master the art of agile development. "Jim Shore and Shane Warden expertly explain the practices and benefits of Extreme Programming. They offer advice from their real-world experiences in leading teams. They answer questions about the practices and show contraindications - ways that a practice may be mis-applied. They offer alternatives you can try if there are impediments to applying a practice, such as the lack of an on-site customer. --Ken Pugh, Author of Jolt Award Winner, Prefactoring "I will leave a copy of this book with every team I visit." --Brian Marick, Exampler Consulting
TCP/IP Protocol Suite
Behrouz A. Forouzan - 1999
TCP/IP Protocol Suite teaches students and professionals, with no prior knowledge of TCP/IP, everything they need to know about the subject. This comprehensive book uses hundreds of figures to make technical concepts easy to grasp, as well as many examples, which help tie the material to the real-world. The second edition of TCP/IP Protocol Suite has been fully updated to include all of the recent technology changes in the field. Many new chapters have been added such as one on Mobile IP, Multimedia and Internet, Network Security, and IP over ATM. Additionally, out-of-date material has been overhauled to reflect recent changes in technology.
Children's books: The Magic of words! By Joshua McManus: (Fun, Rhyming Bedtime Story/Picture Book About the magic of words!, for Beginner Readers, Ages 3-5) (giggletastic stories 5)
Joshua McManus - 2018
Think of every single word, Every word you’ve heard. Every single word you say, Has a secret magic way! Like words can be kind, With love and some care. Or truly amaze, And capture your stare! So why not dive into this funny rhyming picture book to uncover everything words can do! This is a lovely fully illustrated picture book for children with heaps of humour that guides your through with exciting rhyme! And discover the true magic a word can do to others!
OMG: How I created the Universe, Adam, and Steve
David Javerbaum - 2011
In the meantime, enjoy this freebie from God: OMG: How I Created the Universe, Adam, and Steve, which contains the first five chapters on the Creation of Adam and Steve (you read correctly) excerpted from The Last Testament.