Building Java Programs: A Back to Basics Approach


Stuart Reges - 2007
    By using objects early to solve interesting problems and defining objects later in the course, Building Java Programs develops programming knowledge for a broad audience. Introduction to Java Programming, Primitive Data and Definite Loops, Introduction to Parameters and Objects, Conditional Execution, Program Logic and Indefinite Loops, File Processing, Arrays, Defining Classes, Inheritance and Interfaces, ArrayLists, Java Collections Framework, Recursion, Searching and Sorting, Graphical User Interfaces. For all readers interested in introductory programming.

CISSP Study Guide


Eric Conrad - 2010
    The exam is designed to ensure that someone who is handling computer security in a company has a standardized body of knowledge. The book is composed of 10 domains of the Common Body of Knowledge. In each section, it defines each domain. It also provides tips on how to prepare for the exam and take the exam. It also contains CISSP practice quizzes to test ones knowledge. The first domain provides information about risk analysis and mitigation. It also discusses security governance. The second domain discusses different techniques for access control, which is the basis for all the security disciplines. The third domain explains the concepts behind cryptography, which is a secure way of communicating that is understood only by certain recipients. Domain 5 discusses security system design, which is fundamental for operating the system and software security components. Domain 6 is a critical domain in the Common Body of Knowledge, the Business Continuity Planning, and Disaster Recovery Planning. It is the final control against extreme events such as injury, loss of life, or failure of an organization. Domains 7, 8, and 9 discuss telecommunications and network security, application development security, and the operations domain, respectively. Domain 10 focuses on the major legal systems that provide a framework in determining the laws about information system.

The Collected Works of Max Brand


Max Brand - 1994
    Includes an active table of contents for easy navigation.Contents:HarriganHole-in-the-Wall BarrettRiders of the SilencesThe UntamedTrailin’The Night HorsemanGunman’s ReckoningWay of the LawlessRonicky DooneRonicky Doone’s RewardRonicky Doone’s TreasureAlcatrazBlack JackThe Rangeland AvengerBull HunterThe Seventh ManThe Garden of Eden

Agatha Christie Reading Order and Checklist: Hercule Poirot series, Miss Marple series, Tommy and Tuppence, plus all other books and short stories (Series List Book 19)


ReadList - 2015
    Titles of ALL novels in ALL series in reading order. Includes short stories, where to find them and where they fit in the series, as well as all stand-alone books and pen-named books.CONVENIENT ON YOUR KINDLE- Tap open just like other books on your kindle, no internet connection needed.- Check off the books you've read: Tap the book title and choose highlight from the pop-up.COPYRIGHT COMPLIANCE: This is a title list only. In reading order. No portions of the books mentioned have been reproduced here. It complies with United States Copyright Office circular 34.THIS CHECKLIST COVERS ALL OF AGATHA CHRISTIE'S WORKS:Hercule Poirot seriesMiss Marple seriesTommy and Tuppence seriesAll other mystery novels with main character listNovels written under pen name Mary WestmacottAll other works including poetry and non-fiction

Sams Teach Yourself C++ in One Hour a Day


Siddhartha Rao - 2008
    Master the fundamentals of C++ and object-oriented programming Understand how C++11 features help you write compact and efficient code using concepts such as lambda expressions, move constructors, and assignment operators Learn the Standard Template Library, including containers and algorithms used in most real-world C++ applications Test your knowledge and expertise using exercises at the end of every lesson Learn on your own time, at your own pace: No previous programming experience required Learn C++11, object-oriented programming, and analysis Write fast and powerful C++ programs, compile the source code with a gcc compiler, and create executable files Use the Standard Template Library's (STL) algorithms and containers to write feature-rich yet stable C++ applications Develop sophisticated programming techniques using lambda expressions, smart pointers, and move constructors Learn to expand your program's power with inheritance and polymorphism Master the features of C++ by learning from programming experts Learn C++11 features that allow you to program compact and high-performance C++ applications TABLE OF CONTENTSPART I: THE BASICS LESSON 1: Getting Started with C++11 LESSON 2: The Anatomy of a C++ Program LESSON 3: Using Variables, Declaring Constants LESSON 4: Managing Arrays and Strings LESSON 5: Working with Expressions, Statements, and Operators LESSON 6: Controlling Program Flow LESSON 7: Organizing Code with Functions LESSON 8: Pointers and References Explained PART II: FUNDAMENTALS OF OBJECT-ORIENTED C++ PROGRAMMING LESSON 9: Classes and Objects LESSON 10: Implementing Inheritance LESSON 11: Polymorphism LESSON 12: Operator Types and Operator Overloading LESSON 13: Casting Operators LESSON 14: An Introduction to Macros and Templates PART III: LEARNING THE STANDARD TEMPLATE LIBRARY (STL) LESSON 15: An Introduction to the Standard Template LibraryLESSON 16: The STL String ClassLESSON 17: STL Dynamic Array ClassesLESSON 18: STL list and forward_listLESSON 19: STL Set ClassesLESSON 20: STL Map ClassesPART IV: MORE STL LESSON 21: Understanding Function ObjectsLESSON 22: C++11 Lambda ExpressionsLESSON 23: STL AlgorithmsLESSON 24: Adaptive Containers: Stack and QueueLESSON 25: Working with Bit Flags Using STLPART V: ADVANCED C++ CONCEPTS LESSON 26: Understanding Smart PointersLESSON 27: Using Streams for Input and OutputLESSON 28: Exception HandlingLESSON 29: Going Forward APPENDIXES A: Working with Numbers: Binary and Hexadecimal B: C++ Keywords C: Operator Precedence D: Answers E: ASCII Codes

The Lost Canvas


Ernest Dempsey - 2012
    

OS X 10.10 Yosemite: The Ars Technica Review


John Siracusa - 2014
    Siracusa's overview, wrap-up, and critique of everything new in OS X 10.10 Yosemite.

Streaming Systems


Tyler Akidau - 2018
    As more and more businesses seek to tame the massive unbounded data sets that pervade our world, streaming systems have finally reached a level of maturity sufficient for mainstream adoption. With this practical guide, data engineers, data scientists, and developers will learn how to work with streaming data in a conceptual and platform-agnostic way.Expanded from Tyler Akidau's popular blog posts Streaming 101 and Streaming 102, this book takes you from an introductory level to a nuanced understanding of the what, where, when, and how of processing real-time data streams. You'll also dive deep into watermarks and exactly-once processing with co-authors Slava Chernyak and Reuven Lax.You'll explore:How streaming and batch data processing patterns compareThe core principles and concepts behind robust out-of-order data processingHow watermarks track progress and completeness in infinite datasetsHow exactly-once data processing techniques ensure correctnessHow the concepts of streams and tables form the foundations of both batch and streaming data processingThe practical motivations behind a powerful persistent state mechanism, driven by a real-world exampleHow time-varying relations provide a link between stream processing and the world of SQL and relational algebra

Jenkins: The Definitive Guide


John Ferguson Smart - 2011
    This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches. Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins. Learn how to install, configure, and secure your Jenkins server Organize and monitor general-purpose build jobs Integrate automated tests to verify builds, and set up code quality reporting Establish effective team notification strategies and techniques Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs Manage a farm of Jenkins servers to run distributed builds Implement automated deployment and continuous delivery

Introducing Elixir: Getting Started in Functional Programming


Simon St.Laurent - 2013
    If you're new to Elixir, its functional style can seem difficult, but with help from this hands-on introduction, you'll scale the learning curve and discover how enjoyable, powerful, and fun this language can be. Elixir combines the robust functional programming of Erlang with an approach that looks more like Ruby and reaches toward metaprogramming with powerful macro features.Authors Simon St. Laurent and J. David Eisenberg show you how to write simple Elixir programs by teaching you one skill at a time. You’ll learn about pattern matching, recursion, message passing, process-oriented programming, and establishing pathways for data rather than telling it where to go. By the end of your journey, you’ll understand why Elixir is ideal for concurrency and resilience.* Get comfortable with IEx, Elixir's command line interface* Become familiar with Elixir’s basic structures by working with numbers* Discover atoms, pattern matching, and guards: the foundations of your program structure* Delve into the heart of Elixir processing with recursion, strings, lists, and higher-order functions* Create processes, send messages among them, and apply pattern matching to incoming messages* Store and manipulate structured data with Erlang Term * Storage (ETS) and the Mnesia database* Build resilient applications with the Open Telecom Platform (OTP)* Define macros with Elixir's meta-programming tools.

The Kristin Hannah Collection: Volume 2: Winter Garden, Night Road, Home Front


Kristin Hannah - 2014
    Includes:WINTER GARDENMeredith and Nina Whitson are as different as sisters can be. One stayed at home to raise her children and manage the family apple orchard; the other followed a dream and traveled the world to become a famous photojournalist. But when their beloved father falls ill, Meredith and Nina find themselves together again, standing alongside their cold, disapproving mother, Anya, who even now, offers no comfort to her daughters. As children, the only connection between them was the Russian fairy tale Anya sometimes told the girls at night. On his deathbed, their father extracts a promise from the women in his life: the fairy tale will be told one last time—and all the way to the end. Thus begins an unexpected journey into the truth of Anya's life in war-torn Leningrad, more than five decades ago. Alternating between the past and present, Meredith and Nina will finally hear the singular, harrowing story of their mother's life, and what they learn is a secret so terrible and terrifying that it will shake the very foundation of their family and change who they believe they are.NIGHT ROADFor eighteen years, Jude Farraday has put her children's needs above her own, and it shows—her twins, Mia and Zach—are bright and happy teenagers. When Lexi Baill moves into their small, close-knit community, no one is more welcoming than Jude. Lexi, a former foster child with a dark past, quickly becomes Mia's best friend. Then Zach falls in love with Lexi and the three become inseparable. Then one hot summer's night one decision will change the course of all their lives. In the blink of an eye, the Farraday family will be torn apart and Lexi will lose everything. In the years that follow, each must face the consequences of that single night and find a way to forget…or the courage to forgive.HOME FRONTLike many couples, Michael and Jolene Zarkades have to face the pressures of everyday life—children, careers, bills, chores—even as their twelve-year marriage is falling apart. Then an unexpected deployment sends Jolene deep into harm's way and leaves defense attorney Michael at home, unaccustomed to being a single parent to their two girls. As a mother, it agonizes Jolene to leave her family, but as a solider she has always understood the true meaning of duty. In her letters home, she paints a rose-colored version of her life on the front lines, shielding her family from the truth. But war will change Jolene in ways that none of them could have foreseen. When tragedy strikes, Michael must face his darkest fear and fight a battle of his own—for everything that matters to his family. At once a profoundly honest look at modern marriage and a dramatic exploration of the toll war takes on an ordinary American family, this is a story of love, loss, heroism, honor, and, ultimately, hope that no reader will soon forget.

Australian Amateur Sleuth: Box Set: Books 1-3


Morgana Best - 2017
     First THREE books in series. BOOK ONE: Live and Let Diet USA Today BestsellerSybil Potts moves to Little Tatterford, a small town in the middle of nowhere in Australia, seeking to find peace and quiet after the upheaval of her divorce. Although the town is sleepy and nothing has ever happened, her arrival coincides with a murder in the property adjacent to her cottage. Sybil soon finds she is at odds with the attractive Blake Wessley, the exasperated police officer who is trying to solve the murder. After Sibyl narrowly misses becoming the next victim, she turns her attention to the suspects. Is it the English gentleman, Mr. Buttons, who serves everyone tea and cucumber sandwiches, or her landlord, Cressida Upthorpe, who is convinced that her fat cat, Lord Farringdon, speaks to her? Or is it someone else entirely? BOOK TWO: Natural-born Grillers When one of the new boarders, an eminent professor of Socratic philosophy, is found poisoned by hemlock in a meal of grilled quail, eccentric boarding house owner Cressida Upthorpe soon becomes the main suspect. Sibyl Potts, with the help of Mr. Buttons, launches herself into the investigation, much to the consternation of stressed police officer Blake Wessley. As the body count mounts, will Sibyl be able to clear Cressida’s name and find the real killer? BOOK THREE: Dye Hard Obnoxious ghost hunters descend on Cressida Upthorpe’s boarding house, convinced it must be a source of paranormal activity given that three murders have occurred there in a short space of time. After one of the ghost hunters is murdered with poisoned hair dye, Sibyl does her best to keep well away from the investigation, that is, until Cressida almost falls victim. With the bumbling detectives back in town and on the scene, Sibyl races to solve the murder before the body count rises. In this fun cozy mystery series so far: 1. Live and Let Diet 2. Natural-born Grillers 3. Dye Hard 4. The Prawn Identity 5. Any Given Sundae 6. Last Mango in Paris

Small is Big: A collection of 100 micro tales


Rafaa Dalvi - 2017
    That’s about to change! With Small is Big, Rafaa Dalvi has created a potpourri of 100 diverse micro tales (140 characters or less) that will provide you a rich experience in easy-to-digest fragments and urge you to read one page after another before you finally finish the book. And the best part is that there’s a story for everyone, including YOU! If you’re a romantic at heart, this micro tale is for you- She kissed his cheek as he smiled back. Nothing had changed much since two decades. Her husband called her. She hid the photo in the closet. If you love happy endings, this micro tale is for you- You rested on my lap, opened yourself before me and shared your fantasies with me. Then the stories ended and you turned back into a book. If you ever had a tough time fitting in, this micro tale is for you- Nerd. Not anymore. A new college. A new identity. Math. First lecture. Finished my test first. Teacher graded me aloud- 20/20. I had failed. If you are a big fan of word play, this micro tale is for you- They’re lying in bed. “You’re the one,” he says; he’s lying. “I never doubted it,” she says; she’s lying. They’re lying in bed. And if you like thrillers, this micro tale is for you- There were two of us and one vacant position. He would die for this job and I would kill for it. No wonder it worked out just fine for me. In fact, there are 100 such small tales that will have a big impact on you. So what are you waiting for? Scroll to the top of this page, buy the book and start reading today. About the Author: Rafaa Dalvi is a vibrant mess of innumerable thoughts, quotes and movie dialogues, who tries to escape from the mundane with words and contemplates about befriending the voices in his head. He dreams about changing the world, one smile at a time. Already published numerous times, his stories can be read in the anthologies – Curtain Call (editor), Terribly Tiny Tales- Volume 1, Kaleidoscope, Myriad Tales, and many others. He’s the recipient of Indian Bloggers League Booker Prize 2013 and a Select Writer at Terribly Tiny Tales.

Active Directory


Alistair G. Lowe-Norris - 2003
    Updated to cover Windows Server 2012, the fifth edition of this bestselling book gives you a thorough grounding in Microsoft's network directory service by explaining concepts in an easy-to-understand, narrative style.You'll negotiate a maze of technologies for deploying a scalable and reliable AD infrastructure, with new chapters on management tools, searching the AD database, authentication and security protocols, and Active Directory Federation Services (ADFS). This book provides real-world scenarios that let you apply what you've learned--ideal whether you're a network administrator for a small business or a multinational enterprise.Upgrade Active Directory to Windows Server 2012Learn the fundamentals, including how AD stores objectsUse the AD Administrative Center and other management toolsLearn to administer AD with Windows PowerShellSearch and gather AD data, using the LDAP query syntaxUnderstand how Group Policy functionsDesign a new Active Directory forestExamine the Kerberos security protocolGet a detailed look at the AD replication process

The Internet is a Playground


David Thorne - 2010
    The complete collection of articles and emails from 27bslash6 such as Overdue Account, Party in Apartment 3 and Strata Agreement plus articles too litigious to be on the website.