Book picks similar to
MCSA Windows Server 2012 Complete Study Guide by William Panek
humblebundle
physical
techgeek
computers
Witch Girl Study Group
Milo Storm - 2021
Not quite an archeology major’s wet dream.But then an ancient Pillar awakens and Jake switches lives with a doppelganger in another world. This world’s Jake happens to be a top prospect at the magical Aether Academy… and a servant of a dark God who expects repayment for his boon.If he’s going to live long enough to find a way home, Jake will need a little help. Luckily, beautiful witch girls are lining up to form a study group with the man they think is a genius. He’s not. But who is Jake to turn away busty witch girls in need?When they learn about a bond that will help them all cheat on their deadly exams…well they’ve worked their whole lives to get into that school, and they’ll do whatever it takes to graduate!But exams are just the beginning.**Witch Girl Study Group is an 18+ isekai fantasy harem story with adult situations**
Dopesick: Dealers, Doctors and the Drug Company that Addicted America
Beth Macy - 2021
Rise
Brian Guthrie - 2016
These fragments are the Shells: fragile wastelands of desert and rock, protected from the cold of space by a water shield. In the struggle for survival, its people have depended on ancient technology, controlled by the omnipresent Network, to sustain the entire population. But the Network is breaking down, water is sparse, and a complete societal collapse is imminent. As the stakes become clear, the inhabitants of the Shells begin to turn on each other, and appear headed for all-out civil war. Now the paths of several strangers will converge at the opportune moment. From a woman who seeks to protect her family as it's ripped apart to a prison warden hiding from his past, this unlikely group has little in common--but together, they may hold the key to saving humanity from its worst enemy: itself.
The Tangled Web: A Guide to Securing Modern Web Applications
Michal Zalewski - 2011
Every piece of the web application stack, from HTTP requests to browser-side scripts, comes with important yet subtle security consequences. To keep users safe, it is essential for developers to confidently navigate this landscape.In The Tangled Web, Michal Zalewski, one of the world's top browser security experts, offers a compelling narrative that explains exactly how browsers work and why they're fundamentally insecure. Rather than dispense simplistic advice on vulnerabilities, Zalewski examines the entire browser security model, revealing weak points and providing crucial information for shoring up web application security. You'll learn how to:Perform common but surprisingly complex tasks such as URL parsing and HTML sanitization Use modern security features like Strict Transport Security, Content Security Policy, and Cross-Origin Resource Sharing Leverage many variants of the same-origin policy to safely compartmentalize complex web applications and protect user credentials in case of XSS bugs Build mashups and embed gadgets without getting stung by the tricky frame navigation policy Embed or host user-supplied content without running into the trap of content sniffing For quick reference, "Security Engineering Cheat Sheets" at the end of each chapter offer ready solutions to problems you're most likely to encounter. With coverage extending as far as planned HTML5 features, The Tangled Web will help you create secure web applications that stand the test of time.
Mana Daemons
Chris Vines - 2020
A dying alien brings a dire warning, information, and aid. Will it be enough? The group is informed that the Essence Wave of the Daemon invasion is coming. The friendly aliens have modified the incoming Daemon attack to give mankind a chance by turning it into an augmented reality game system, but their warning may be too late. Along with the warning, the aliens leave a final, inconceivable gift—magical nanotech armor that may just be the key to saving the world.
The Dead Rising: The Beginning
Albert Yates - 2015
His neighbour seems to be acting strange, no one is working at the radio station, and the 911 operator rushed him off the phone when he called. What happened to his town while he was sleeping and will Henry be able to survive the dangers that lie outside of his house?
Unbound: A Dark Fantasy LitRPG (Arcana Unlocked Book 1)
Gregory Blackburn - 2021
A golden opportunity. A nightmare he can’t escape.If Arthur Mallory plays one more steaming pile of garbage disguised as a virtual role-playing game, he might hang up his gaming hat for good. When he discovers the new “deep dive” game Worlds Unbound, he decides it might be worth a try. If it sucks, he'll just return it the next day and cancel the financing.The game is everything he could have wanted, even without elves or dwarves or character creation. The magic system has him hooked.He’s willing to overlook the mangled sleep schedule and crippling nightmares if it means feeling that power running through his veins. But when an accident leaves his headset broken, he realizes he might be cut off from the magic – and the game – for good.He’s not going to let that happen.
Citadel 32: A Tale of the Aggregate
Tom Merritt - 2015
But someone wants to stop him from pursuing it. Meanwhile on Earth, a monk of the Citadel discovers a strange ancient artwork. Could it lead to truth of the myth of the Moon Men? Finding out the truth could kill him.
The Organised Time Technique: How to Get Your Life Running Like Clockwork
Gemma Bray - 2020
This is Gemma Bray's unique method for organising your day that will stop you from trying to do everything (and feeling like a failure when you can't), keep you focused on how you use the time you have available, help you play to your strengths and, most importantly, help you find time for the things that really matter. The Organised Time Technique provides the tools - and the headspace - you need to create a framework for your life that means you will always know where you are supposed to be, what you are supposed to be doing and when you are supposed to be doing it. By following the plan, you will not only get everything done, but also create space for the things that you really want to do, whether that's taking up a new hobby, reading a book, starting a side business or simply having a long, relaxing bath!Just as The Organised Mum Method helped you to feel on top of the housework, The Organised Time Technique will revolutionise the way you spend your day. In no time at all, you will go from feeling flustered to feeling fabulous.Are you ready?
Unity in Action
Joseph Hocking - 2015
You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Based on Unity version 5.About the BookThis book helps readers build successful games with the Unity game development platform. You will use the powerful C# language, Unity's intuitive workflow tools, and a state-of-the-art rendering engine to build and deploy mobile, desktop, and console games. Unity's single codebase approach minimizes inefficient switching among development tools and concentrates your attention on making great interactive experiences.Unity in Action teaches you how to write and deploy games. You'll master the Unity toolset from the ground up, adding the skills you need to go from application coder to game developer. Each sample project illuminates specific Unity features and game development strategies. As you read and practice, you'll build up a well-rounded skill set for creating graphically driven 2D and 3D game applications.You'll need to know how to program, in C# or a similar OO language. No previous Unity experience or game development knowledge is assumed.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Going Viral
Dustin Stevens - 2015
At twenty-eight years old he was content to still live in the bedroom he grew up in, working as a manager at the fast food chain he first joined in high school. Upon the death of his father, Charles realizes there might be something more for him out there and decides to try his hand at the potential of social media for introducing himself to the masses.Starting as a web series of self-exploration, Charles soon finds himself seduced by the allure of faceless followers. What began as a first cigar or shot of whiskey soon escalates much faster, an entire new persona developing.Told after the fact, Going Viral follows first-person insight into the mind of a man that in just six short months manages to go from an anonymous face in suburban America to internet novelty to ultimately death row inmate Chaz D.
Shipshape
Trey Myr - 2019
Unfortunately, the only way to Shape life-force is through the use of Patterns, and the knowledge of how to make Patterns was lost when the old-world fell. These days, what Patterns remain in the world are closely guarded by their owners, who charge exorbitant amounts of gold from anyone who wants to use them. It took Jack years of scavenging in the ruins of the old-world, evading deadly traps and ravenous monsters, to gather the gold needed to pay for access to a Pattern and Shape himself a pair of hunting Hounds, and take the first step into realizing his dream. Story will contain unusual/harem relationships and explicit descriptions of a sexual nature!
The Fiance (Irish Billionaires, #2)
Sienna Blake - 2021
Grieving son. Sole heir to the McCabe empire.They call him “The Iceman”.But they don’t know how deep his feelings run.When Kane orders a bride, it should be like one of his business deals. Simple. Uncomplicated. Easy…Elizabeth “Izzy” Montgomery is nothing like what he expected.Sassy. Intelligent. Opinionated. Exactly what he needs to feel alive again.This could be the love story of the century if they let it.That is, until Kane’s charming yet frivolous younger brother is determined to have Izzy for himself.Can Izzy thaw the Iceman? Or will Aedan’s charm be the final wedge in this marriage?
Ccent/CCNA Icnd1 100-101 Official Cert Guide
Wendell Odom - 2013
The New Edition of this Best-Selling Official Cert Guide includes Updated Content, New Exercises, 400 Practice Questions, and 90 Minutes of Video Training -- PLUS the CCENT Network Simulator Lite Edition with lab exercises. The CCENT Certification is now the only prerequisite for the CCNA Routing and Switching, CCNA Voice, CCNA Wireless, CCNA Security and CCDA Certifications. Cisco CCENT/CCNA ICND1 100-101 Official Cert Guide from Cisco Press enables you to succeed on the exam the first time. Best-selling author and expert instructor Wendell Odom shares preparation hints and test-taking tips, helping you identify areas of weakness and improve both your conceptual knowledge and hands-on skills. This complete study package includesA test-preparation routine proven to help you pass the exam Do I Know This Already? quizzes, which enable you to decide how much time you need to spend on each section Chapter-ending and part-ending exercises, which help you drill on key concepts you must know thoroughly Troubleshooting sections, which help you master the complex scenarios you will face on the exam The powerful Pearson IT Certification Practice Test software, complete with hundreds of well-reviewed, exam-realistic questions, customization options, and detailed performance reports A free copy of the CCENT/CCNA ICND1 100-101 Network Simulator Lite software, complete with meaningful lab exercises that help you hone your hands-on skills with the command-line interface for routers and switches More than 90 minutes of video mentoring from the author A final preparation chapter, which guides you through tools and resources to help you craft your review and test-taking strategies Study plan suggestions and templates to help you organize and optimize your study time This official study guide helps you master all the topics on the CCENT/CCNA ICND1 exam, includingNetworking fundamentals Ethernet LANs and switches IPv4 addressing and subnetting Operating Cisco routers Configuring OSPF ACLs and NAT IPv6 fundamentals Wendell Odom, CCIE(R) No. 1624, is the most respected author of Cisco networking books in the world. His past titles include books on the entry-level Cisco certifications (CCENT and CCNA), the more advanced CCNP, and the industry-renowned CCIE. His books are known for their technical depth and accuracy. Wendell has worked as a network engineer, consultant, instructor, course developer, and book author, and he has produced videos, software, and blogs related to Cisco certifications. His website, with links to various study tools and resources, is at www.certskills.com. Well regarded for its level of detail, study plans, assessment features, challenging review questions and exercises, video instruction, and hands-on labs, this official study guide helps you master the concepts and techniques that ensure your exam success. Companion DVD The DVD contains more than 400 unique practice exam questions, ICND1 Network Simulator Lite software, and 90 minutes of video training. Includes Exclusive Offer for 70% Off Premium Edition eBook and Practice Test Pearson IT Certification Practice Test minimum system requirements: Windows XP (SP3), Windows Vista (SP2), Windows 7, or Windows 8; Microsoft .NET Framework 4.0 Client; Pentium class 1GHz processor (or equivalent); 512 MB RAM; 650 MB disc space plus 50 MB for each downloaded practice exam CCENT ICND1 Network Simulator Lite minimum system requirements:Microsoft Windows XP (SP3), Windows Vista (32-bit/64-bit) with SP1, Windows 7 (32-bit/64-bit) or Windows 8 (32-bit/64-bit, x86 processors), Mac OS X 10.6, 10.7, or 10.8 Intel Pentium III 1GHz or faster processor 512 MB RAM (1GB recommended) 1 GB hard disk space 32-bit color depth at 1024x768 resolution Adobe Acrobat Reader version 8 and above Other applications installed during installation:Adobe AIR 3.6.0 Captive JRE 6 This volume is part of the Official Cert Guide series from Cisco Press. Books in this series provide officially developed exam preparation materials that offer assessment, review, and practice to help Cisco Career Certification candidates identify weaknesses, concentrate their study efforts, and enhance their confidence as exam day nears. The 1 hour 14 minute presentation found at the following link was given by Wendell Odom to cover "Teaching the New CCENT ICND1 100-101 & CCNA ICND2 200-101 Exam Material." http: //bit.ly/OdomCCENTCCNA