Blades of the Traitor


John French - 2015
    Before the traitors’ relentless onslaught, the wisdom of ages past is lost and forgotten, daemons hide amongst the common people and the warp’s corrupting influence can be seen in almost every facet of the Heresy. For those who would become champions of the new order, there can surely be no redemption – only an eternity of carnage and slaughter, and the laughter of thirsting gods...Blades of the Traitor brings you five epic, action-packed tales that drive the Horus Heresy forward. Discover what the Warmaster’s allies are up to as they prepare to march on Terra: sacrifices in the bowels of Molech’s Enlightenment, Legion Navigators delving through the very Eye of Terror and horrific experiments in dark, secret labs.In this collectionDaemonology by Chris WraightBlack Oculus by John FrenchTwisted by Guy HaleyChirurgeon by Nick KymeWolf Mother by Graham McNeill

Microsoft .NET - Architecting Applications for the Enterprise


Dino Esposito - 2014
    But the principles and practices of software architecting–what the authors call the “science of hard decisions”–have been evolving for cloud, mobile, and other shifts. Now fully revised and updated, this book shares the knowledge and real-world perspectives that enable you to design for success–and deliver more successful solutions. In this fully updated Second Edition, you will: Learn how only a deep understanding of domain can lead to appropriate architecture Examine domain-driven design in both theory and implementation Shift your approach to code first, model later–including multilayer architecture Capture the benefits of prioritizing software maintainability See how readability, testability, and extensibility lead to code quality Take a user experience (UX) first approach, rather than designing for data Review patterns for organizing business logic Use event sourcing and CQRS together to model complex business domains more effectively Delve inside the persistence layer, including patterns and implementation.

Real World Java EE Patterns--Rethinking Best Practices


Adam Bien - 2009
    :-)

Vince Flynn Collection: Executive Power, the Third Option, Separation of Power


Vince Flynn
    

Programming Entity Framework: DbContext


Julia Lerman - 2011
    This concise book shows you how to use the API to perform set operations with the DbSet class, handle change tracking and resolve concurrency conflicts with the Change Tracker API, and validate changes to your data with the Validation API.With DbContext, you’ll be able to query and update data, whether you’re working with individual objects or graphs of objects and their related data. You’ll find numerous C# code samples to help you get started. All you need is experience with Visual Studio and database management basics.Use EF’s query capabilities to retrieve data, and use LINQ to sort and filter dataLearn how to add new data, and change and delete existing dataUse the Change Tracker API to access information EF keeps about the state of entity instancesControl change tracking information of entities in disconnected scenarios, including NTier applicationsValidate data changes before they’re sent to the database, and set up validation rulesBypass EF’s query pipeline and interact directly with the database

The 8088 and 8086 Microprocessors: Programming, Interfacing, Software, Hardware, and Applications


Walter A. Triebel - 1991
    This volume offers thorough, balanced, and practical coverage of both software and hardware topics. Develops basic concepts using the 8088 and 8086 microprocessors, but the 32-bit version of the 80x86 family is also discussed. Examines how to assemble, run, and debug programs, and how to build, test, and troubleshoot interface circuits. Provides detailed coverage of floating-point processing and the single instruction multiple data (DIMD) processing capability of the advanced Pentium processor. Includes added material on number systems, logic functions and operations, conversion between number systems, and addition/subtraction of binary numbers. Includes new advanced material such as floating Point Architecture and Instructions, Multimedia (MMX) Architecture and Instructions, and the hardware and hardware architecture of the Pentium 3 and Pentium 4 processors. Covers the Intel architecture microprocessor families: 8088, 8086, 80286, 80386, 80486, and the latest Pentium(R) processors. Illustrates commands of the DEBUG program and how to assemble, disassemble, load, save, execute, and debug programs on the IBM PC. Introduces the contents of the 8088's instruction set. Explores practical implementation techniques, covering the use of latches, transceivers, buffers, and programmable logic devices in the memory and I/O interfaces of the microcomputer system. A valuable handbook for self-study in learning microprocessors, for electrical engineers, electronic technicians, and all computer programmers.

Athelon - War of the Three Planets


Justin Bell - 2019
    A young girl submerged into a galactic conflict. A single chance to help win the war. The daughter of a royal family, Brie Northstar believes she knows what to expect from life. She's wrong. During a routine shuttle trip to one of the outer planets, Brie's transport is destroyed and she finds herself thrust into a centuries old conflict between three warring planets, a conflict she is suddenly in the middle of. Yet somehow this young teenager from Athelon has skills and abilities she shouldn't have - she can't have. Now separated from her family with only her wits - and her newfound abilities - to help she travels from planet to planet, risking her life to prevent galactic destruction and unite a rebellion to save the galaxy. For the first time ever - the complete nine book War of the Three Planets series is available in a single omnibus for a ridiculously low price. If you love Ender's Game you will love War of the Three Planets.

Bourbon Street Shorts


Deanna Chase - 2020
    The tree is decorated, the mistletoe is in place, and the crab puffs are to die for. Nothing can spoil this celebration…except for some wayward magic and a pesky ghost who crashes the party.SPIRITS OF BOURBON STREETIt’s Halloween on Bourbon Street, and white witch Jade Calhoun is ready to party. But when a sexy spirit traps everyone in the past, she’s forced to forgo the cocktails in order to save those she loves...again.A MIRACLE ON BOURBON STREETIt’s Christmas Eve and Jade Calhoun’s ready for a quiet, magical night with her husband Kane. But when Santa demons and energy-stealing elves start wreaking havoc, it’s going to take a miracle on Bourbon Street to save Christmas.A BOURBON STREET VALENTINEIt’s Valentine’s Day and magic’s in the air. Only Kat Hart never expected her handmade jewelry to be at the center of everything. So when her night out at Cupid’s Ball turns into a competition to be a handsome stranger’s wife, it’s up to her to break the spell…or she might get more than she bargained for.SPIRITS, HURRICANES, AND THE KREWE OF GHOULIt’s Halloween and Pyper Rayne’s all vamped up, ready to play the vampire bride. And so is Ida May, her resident ghost. But when the “vampires” they're partying with start to appear to be real, there’s more at stake than just a little bite.KISSED BY TEMPTATIONThe last place sex-witch Mati Ballintine wants to be is at a holiday sorority party. But when the high angel from the council orders her to protect a new angel recruit, she has no choice but to go and grit her teeth through the frat boys’ advances.
The night turns from bad to worse when a demon appears and is hell-bent on taking the angel to Hell. Mati and her incubus boyfriend Vaughn will need to combine forces to not only save the angel, but everyone else the demon leaves in his wake.

Terry Goodkind


Jesse Russell - 2012
    Before his success as an author Goodkind worked primarily as a painter, as well as doing carpentry and woodworking. Goodkind is a proponent of Ayn Rand's philosophical approach of Objectivism, with references to Rand's ideas and novels referenced in his works.The Sword of Truth series sold twenty-five million copies worldwide and was translated into more than twenty languages. It was adapted into a television series called Legend of the Seeker, premiering November 1, 2008 but canceled after two seasons in May, 2010.

Flask Web Development: Developing Web Applications with Python


Miguel Grinberg - 2014
    With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework’s core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication.Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you how to take advantage of that creative freedom.- Learn Flask’s basic application structure and write an example app- Work with must-have components—templates, databases, web forms, and email support- Use packages and modules to structure a large application that scales- Implement user authentication, roles, and profiles- Build a blogging feature by reusing templates, paginating item lists, and working with rich text- Use a Flask-based RESTful API to expose app functionality to smartphones, tablets, and other third-party clients- Learn how to run unit tests and enhance application performance- Explore options for deploying your web app to a production server

Paddington Turns Detective and Other Funny Stories


Michael Bond - 2018
    

PMI-ACP Exam Prep: A Course in a Book for Passing the PMI Agile Certified Practitioner (PMI-ACP) Exam


Mike Griffiths - 2015
    

Thinking in CSS


Aravind Shenoy - 2014
    Instead of wandering through loads of theory, we will understand CSS more practically so that we can design a webpage using CSS. We have used Notepad for the examples in this book. Alternatively, you can also use Notepad++ or any advanced editor. All that you need to do is copy the code and paste it into Notepad. Upon execution, you will get the output as depicted in the screenshots. Screenshots are provided for each sample code. Coding gets better with practice. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output, thereby understanding the subtle nuances of CSS. By the end of the book, with practice, you can achieve better things and get more acquainted with CSS.

Ray Tracing in One Weekend (Ray Tracing Minibooks Book 1)


Peter Shirley - 2016
    Each mini-chapter adds one feature to the ray tracer, and by the end the reader can produce the image on the book cover. Details of basic ray tracing code architecture and C++ classes are given.

Head Rush Ajax


Brett McLaughlin - 2006
    Asynchronous programming lets you turn your own web sites into smooth, slick, responsive applications that make your users feel like they're back on the information superhighway, not stuck on a dial-up backroad.But who wants to take on next-generation web programming with the last generation's instruction book? You need a learning experience that's as compelling and cutting-edge as the sites you want to design. That's where we come in. With Head Rush Ajax, in no time you'll be writing JavaScript code that fires off asynchronous requests to web servers...and having fun doing it. By the time you've taken your dynamic HTML, XML, JSON, and DOM skills up a few notches, you'll have solved tons of puzzles, figured out how well snowboards sell in Vail, and even watched a boxing match. Sound interesting? Then what are you waiting for? Pick up Head Rush Ajax and learn Ajax and asynchronous programming the right way--the way that sticks.If you've ever read a Head First book, you know what to expect: a visually rich format designed for the way your brain works. Head Rush ramps up the intensity with an even faster look and feel. Have your first working app before you finish Chapter 1, meet up with the nefarious PROJECT: CHAOS stealth team, and even settle the question of the Top 5 Blues CDs of all time. Leave boring, clunky web sites behind with 8-tracks and hot pants--and get going with next-generation web programming."If you thought Ajax was rocket science, this book is for you. Head Rush Ajax puts dynamic, compelling experiences within reach for every web developer." -- Jesse James Garrett, Adaptive Path"A 'technology-meets-reality' book for web pioneers on the cutting edge." -- Valentin Crettaz, CTO, Condris Technologies