Book picks similar to
.Net Framework Solutions: In Search of the Lost Win32 API by John Paul Mueller
programming
readinglist
tech
audio_wanted
Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)
Mark E. Russinovich - 2004
This classic guidefully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensionsdescribes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis
Mark Zuckerberg: 50 Life and Business Lessons from Mark Zuckerberg
George Ilian - 2016
It is not a text book nor a biography, but more of a cheat sheet for reading on the bus or in the bathroom, so that you can pick out the most significant points without having to carry around a bag of weighty tomes. You can read it all in one sitting, or look up specific case studies as and when you are looking for inspiration or direction. The 50 lessons outlined here are drawn from interviews Mark Zuckerberg has given, from the numerous blogs and books written about him, and, most importantly, from the successes and failures on his road to success. Additionally You Get 2 Bonus Ebooks - 69 Ways to Make Money From Home - Bitcoins Beginner’s Guide
Crying With Laughter: My Life Story
Bob Monkhouse - 1993
One of Britain's most enduring and famous comedians tells us in his own inimitable style the fascinating and often hilarious story of his life. From disclosures of very painful personal tragedies to extraordinary and outrageously funny anecdotes about the stars he knew, his confessions are blisteringly honest, touching - and often shocking. Crying With Laughter combines heartache with hilarity, sexy showbiz revelations with genuinely moving tales of the hard times, and typically funny jokes with sobering personal reflections, to create a passionate, witty and sparkling account of an extraordinary man's extraordinary life.
Excel 2007 Bible
John Walkenbach - 2006
Spreadsheet," is one of the liworld's leading authorities on Excel Thoroughly updated to cover the revamped Excel interface, new file formats, enhanced interactivity with other Office applications, and upgraded collaboration features Includes a valuable CD-ROM with templates and worksheets from the book Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
Professional ASP.NET MVC 3
Jon Galloway - 2011
Book content includes:Getting started with MVC 3, including a rundown of the new project dialog, directory structure and an introduction to NuGet (PowerShell inside Visual Studio 2010)Controllers and Actions View and ViewModelsModels and Databases, including using NuGet to install Entity Framework Code FirstForms and HTML HelpersValidation and Data AnnotationsMembership, Authorization and SecurityAjaxRouting, including routing to Http HandlersNuGet, including using it from the Dialog 'and Package Console, creating a package, custom PowerShell actions and running from both a local repository and the WebDependency InjectionUnit testingExtending ASP.NET MVC with filters and Extensibility pointsWhat's new in MVC 3
Double Crossed
Brian Wood - 2019
Ambushed, he led a charge across open ground with insurgents firing at just five soldiers. On his return, he was awarded the Military Cross.But Brian's story had only just begun. Struggling to re-integrate into family life, he suffered from PTSD. Then, five years later, a letter arrived: it summoned him to give evidence at the Al-Sweady Inquiry into allegations of war crimes by British soldiers during the Iraq invasion of 2003.After years of public shame, Brian took the stand and delivered a powerful testimony, and following the tense inquiry room scenes, justice was finally served. Phil Shiner, the lawyer who made the false accusations, was struck off and stripped of an honorary doctorate.In this compelling memoir, Brian speaks powerfully and movingly about the three battles in his life, from being ambushed with no cover, to the mental battle to adjust at home, to being falsely accused of hideous war crimes. It’s a remarkable and dark curve which ends with his honour restored but, as he says, it was too little, too late.
Decision Support Systems and Intelligent Systems
Efraim Turban - 1998
Wayfinding - Food and Fitness
Hugh Howey - 2015
This work is the result of those requests. It is full of controversial claims, so be warned. I truly believe that if people follow the handful of principles in this short read, they will improve their health and change their lives.
Making Games with Python & Pygame
Al Sweigart - 2012
Each chapter gives you the complete source code for a new game and teaches the programming concepts from these examples. The book is available under a Creative Commons license and can be downloaded in full for free from http: //inventwithpython.com/pygame This book was written to be understandable by kids as young as 10 to 12 years old, although it is great for anyone of any age who has some familiarity with Python.
No Exit: Struggling to Survive a Modern Gold Rush
Gideon Lewis-Kraus - 2014
They're burning through cash, sales have stalled, and investors are nowhere to be found. Welcome to the reality of the new tech boom. Sure, it has produced its glittering share of billion-dollar "exits." But for the vast majority of startups life is nasty, brutish, and short on glamour. NO EXIT explores the feverish world of company founders who are desperately trying to keep their dream afloat. It’s a harrowing and hilarious look at the Silicon Valley no one sees. This is an extended version of a story that appears in the May 2014 issue of WIRED magazine.
Thinking in C++
Bruce Eckel - 1995
It shows readers how to step back from coding to consider design strategies and attempt to get into the head of the designer.
AWS Lambda: A Guide to Serverless Microservices
Matthew Fuller - 2016
Lambda enables users to develop code that executes in response to events - API calls, file uploads, schedules, etc - and upload it without worrying about managing traditional server metrics such as disk space, memory, or CPU usage. With its "per execution" cost model, Lambda can enable organizations to save hundreds or thousands of dollars on computing costs. With in-depth walkthroughs, large screenshots, and complete code samples, the reader is guided through the step-by-step process of creating new functions, responding to infrastructure events, developing API backends, executing code at specified intervals, and much more. Introduction to AWS Computing Evolution of the Computing Workload Lambda Background The Internals The Basics Functions Languages Resource Allocation Getting Set Up Hello World Uploading the Function Working with Events AWS Events Custom Events The Context Object Properties Methods Roles and Permissions Policies Trust Relationships Console Popups Cross Account Access Dependencies and Resources Node Modules OS Dependencies OS Resources OS Commands Logging Searching Logs Testing Your Function Lambda Console Tests Third-Party Testing Libraries Simulating Context Hello S3 Object The Bucket The Role The Code The Event The Trigger Testing When Lambda Isn’t the Answer Host Access Fine-Tuned Configuration Security Long-Running Tasks Where Lambda Excels AWS Event-Driven Tasks Scheduled Events (Cron) Offloading Heavy Processing API Endpoints Infrequently Used Services Real-World Use Cases S3 Image Processing Shutting Down Untagged Instances Triggering CodeDeploy with New S3 Uploads Processing Inbound Email Enforcing Security Policies Detecting Expiring Certificates Utilizing the AWS API Execution Environment The Code Pipeline Cold vs. Hot Execution What is Saved in Memory Scaling and Container Reuse From Development to Deployment Application Design Development Patterns Testing Deployment Monitoring Versioning and Aliasing Costs Short Executions Long-Running Processes High-Memory Applications Free Tier Calculating Pricing CloudFormation Reusable Template with Minimum Permissions Cross Account Access CloudWatch Alerts AWS API Gateway API Gateway Event Creating the Lambda Function Creating a New API, Resource, and Method Initial Configuration Mapping Templates Adding a Query String Using HTTP Request Information Within Lambda Deploying the API Additional Use Cases Lambda Competitors Iron.io StackHut WebTask.io Existing Cloud Providers The Future of Lambda More Resources Conclusion
The Nation's Favourite
Simon Garfield - 1999
Matthew Bannister said he was going to reinvent the station, the most popular in Europe. But things didn't go exactly to plan. The station lost millions of listeners. Its most famous DJs left, and their replacements proved to be disasters. Radio 1's commercial rivals regarded the internal turmoil with glee. For a while a saviour arrived, in the shape of Chris Evans. But his behaviour caused further upheavals, and his eventual departure provoked another mass desertion by listeners. What was to be done? In the middle of this crisis, Radio 1 bravely (or foolishly) allowed the writer Simon Garfield to observe its workings from the inside. For a year he was allowed unprecedented access to management meetings and to DJs in their studios, to research briefings and playlist conferences. Everyone interviewed spoke in passionate detail about their struggle to make their station credible and successful once more. The result is a gripping and often hilarious portrait a much loved national institution as it battles back from the brink of calamity.
Beginning Web Programming with HTML, XHTML and CSS
Jon Duckett - 2004
It follows standards-based principles, but also teaches readers ways around problems they are likely to face using (X)HTML.While XHTML is the "current" standard, the book still covers HTML because many people do not yet understand that XHTML is the official successor to HTML, and many readers will still stick with HTML for backward compatibility and simpler/informal Web pages that don't require XHTML compliance.The book teaches basic principles of usability and accessibility along the way, to get users into the mode of developing Web pages that will be available to as many viewers as possible from the start. The book also covers the most commonly used programming/scripting language -- JavaScript -- and provides readers with a roadmap of other Web technologies to learn after mastering this book to add more functionality to their sites.
The Mercenary Option
Dick Couch - 2003
Officially, the group is a rogue operation with no government affiliation. But when the impossible becomes absolutely necessary, IFOR is...THE MERCENARY OPTIONShortly after the terror attacks on America, the American president announces the construction of an oil pipeline across Afghanistan. To stop this, and deter further Western encroachment in Central Asia, a vindictive Saudi prince retains ex-KGB terror broker Pavel Zelinkow -- a prime mover behind al Qaeda's 9/11 attack. Zelinkow plans to steal two nuclear weapons, detonating one of them among the pipeline construction crews and their military guardians, while the target of the second bomb is a mystery. U.S. special operations forces cannot be used against the terrorists hiding in Iran, so IFOR is called into action for the first time on a mission that will test them to their limits: take out the terrorists, recover the nukes, and get Zelinkow -- dead or alive.