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.

The Little Elixir & OTP Guidebook


Benjamin Tan Wei Hao - 2015
    It combines the productivity and expressivity of Ruby with the concurrency and fault-tolerance of Erlang. Elixir makes full use of Erlang's powerful OTP library, which many developers consider the source of Erlang's greatness, so you can have mature, professional-quality functionality right out of the gate. Elixir's support for functional programming makes it a great choice for highly distributed event-driven applications like IoT systems.The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language syntax, along with just enough functional programming to use it effectively. Then, you'll dive straight into OTP and learn how it helps you build scalable, fault-tolerant and distributed applications through several fun examples. Come rediscover the joy of programming with Elixir and remember how it feels like to be a beginner again.

The Battle of $9.99: How Apple, Amazon, and the Big Six Publishers Changed the E-Book Business Overnight


Andrew Richard Albanese - 2013
    This blow-by-blow account charts how five of America’s six largest publishers, afraid that bookselling powerhouse Amazon's $9.99 price for Kindle e-books would undermine the industry, spent a few frantic weeks in early 2010 deep in negotiations with Apple to introduce a new business model for e-books, just in time for the launch of the iPad and the iBookstore. The catch is, it all may have been illegal.From Publishers Weekly senior writer Andrew Richard Albanese comes the story of how the e-book business changed in a heartbeat. Based on voluminous evidence gathered for Apple's trial, it is the story of how corporate titans fought it out behind the scenes and why the case matters to anyone who has ever bought an e-book.

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.

The Tcp/IP Guide: A Comprehensive, Illustrated Internet Protocols Reference


Charles Kozierok - 2005
    It details the core protocols that make TCP/IP internetworks function, and the most important classical TCP/IP applications. Its personal, easy-going writing style lets anyone understand the dozens of protocols and technologies that run the Internet, with full coverage of PPP, ARP, IP, IPv6, IP NAT, IPSec, Mobile IP, ICMP, RIP, BGP, TCP, UDP, DNS, DHCP, SNMP, FTP, SMTP, NNTP, HTTP, Telnet and much more. The author offers not only a detailed view of the TCP/IP protocol suite, but also describes networking fundamentals and the important OSI Reference Model.

I Have the Watch: Becoming a Leader Worth Following


Jon Rennie - 2019
     Through seven deployments commanding sailors in the complex and dangerous world of nuclear submarine warfare, Jon Rennie experienced a deep form of leadership. On a sub, there is no escape. No “after work.” No home to commute to. You live and lead side-by-side with the crew, every day. What Rennie didn’t realize was how much his time underwater prepared him to lead global industrial businesses and startups across multiple industries. Becoming a leader worth following begins—and ends—with people. “This book cuts to the heart of the matter of leadership: it’s all about people.” Says Joshua D. Cotton, PhD, Founder and CEO, VetStoreUSA With a special foreword by John Brubaker, Author of Seeds of Success, Rennie lays out a case for becoming a people-centered leader. Leaders have the watch. They are not only accountable for the results of the organization, but they are also responsible for the people who work for them. Leadership is a people business. The actions of a leader will have a deep impact on the lives and careers of the people they are responsible for. Natasha Goldstein, Founder and CEO, The Accountkeepers says, “As the founder of a fast-growing, people-based business, I could not put this book down. Unlike any other book on leadership I’ve read, Jon boils it down to what really matters: how you treat people.” Great leaders know that employees who are respected, appreciated, and are given the chance to grow will go the extra mile for your organization. This book provides real-world leadership wisdom written from a hands-on perspective. If you want to be a more effective leader, this is the one book you should read this year. “Start becoming a better leader today by reading this book.” Says Heather Eason, Founder and CEO, SELECT Power Systems

Betting on Horse Racing for Dummies


Richard Eng - 2005
    It explains: what goes on at the track what to look for in horses and jockeys how to read a racing form and do simple handicapping how to manage betting funds and make wagers that stand a good chance of paying off. Complete with coverage of off-track and online betting, it's just what anyone needs to play the ponies-and win! Richard Eng (Las Vegas, NV) is a racing writer and handicapper for the Las Vegas Review-Journal, a columnist for the Daily Racing Form, and the host of a horseracing radio program in Las Vegas. He was formerly a part of the ABC Sports team that covered the Triple Crown.

The Mikado Method


Ola Ellnestam - 2014
    The Mikado Method is a process for surfacing the dependencies in a codebase, so that you can systematically eliminate technical debt and get things done.It gets its name from a simple game commonly known as "pick-up sticks." You start with a jumbled pile of sticks. The goal is to remove the Mikado, or Emperor, stick without disturbing the others. Players carefully remove sticks one at a time, leaving the rest of the heap intact, slowly exposing the Mikado. The game is a great metaphor for eliminating technical debt—carefully extracting each intertwined dependency until you're able to successfully resolve the central issue and move on.The Mikado Method is a book by the creators of this process. It describes a pragmatic, straightforward, and empirical method to plan and perform non-trivial technical improvements on an existing software system. The method has simple rules, but the applicability is vast. As you read, you'll practice a step-by-step system for identifying the scope and nature of your technical debt, mapping the key dependencies, and determining the safest way to approach the "Mikado"-your goal. A natural byproduct of this process is the Mikado Graph, a minimalistic, relevant, just-in-time roadmap and information radiator that reflects deep understanding of how your system works.

Hacking Exposed: Network Security Secrets and Solutions


Joel Scambray - 2000
    This text provides network administrators with a reference for implementing and maintaining sound security policies

Systems Analysis and Design


Alan Dennis - 2002
    Building on their experience as professional systems analysts and award-winning teachers, authors Dennis, Wixom, and Roth capture the experience of developing and analyzing systems in a way that students can understand and apply.With Systems Analysis and Design, 4th edition , students will leave the course with experience that is a rich foundation for further work as a systems analyst.

File Structures: An Object-Oriented Approach with C++


Michael J. Folk - 1997
    By following the many programming examples included in the book and in the exercise sets, readers will gain a significant understanding of object-oriented techniques and will see how C++ can be an effective software development tool. HIGHLIGHTS *Presents file structures techniques, including direct access I/O, buffer packing and unpacking, indexing, cosequential processing, B-trees, and external hashing. *Includes extensive coverage of secondary storage devices, including disk, tape, and CD-ROM. *Covers the practice of object-oriented design and programming with complete implementations in C++. Every line of code in the book has been tested on a variety of C++ systems and is available on the Internet. *Develops a collection of C++ classes that provide a framework for solving file structure problems. *Includes class definitions, sample applications and programming problems and exercises, making this book a valuable learning and reference tool. ** Instructors materials are available from your sales rep. If you do not know your local sales representative, p

The Art and Science of Java


Eric S. Roberts - 2007
    By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.

Fundamentals of Financial Management


Prasanna Chandra - 2012
    The book begins with an Overview section. This provides an introduction to Financial Management and to the Financial Environment. The next part covers Financial Planning and Analysis. This section explains concepts like taxes, cash flow, financial statements, and analysis of funds flow and statements. It also discusses financial planning and forecasting.The third part covers the Fundamental Valuation Concepts. This section looks at risk and return, and Securities valuation. The next two parts focus on capital structure, budgeting and dividends. These sections discuss cost of capital, capital structure, planning the capital structure, share valuation and dividend policy. The chapter on Capital budgeting also includes techniques of capital budgeting and analyzing risks in capital budgeting. Part seven goes into Long Term Financing. It covers securities market and sources of long term finance.The next part discusses Working Capital Management. It covers topics like working capital policy and financing, inventory management, and cash and credit management. The last part looks at some special topics like acquisitions, restructuring and mergers. It also discusses international finance management, and project finance, leasing and hire purchase.Fundamentals Of Financial Management provides a good coverage of the basic concepts relating to the financial environment. The topics explained include tax systems, financial institutions, banking arrangements and the regulatory framework. All the concepts are explained using numerous examples and illustrations. Besides the illustrations given within the chapter, additional concepts, tools and techniques with illustrations are provided at the end of chapter sections. The book takes an analytical approach, and explains the various analytical methods in context.

Domain-Driven Design in PHP


Carlos Buenosvinos
    Explore applying the Hexagonal Architecture within your application, whether within an open source framework or your own bespoke system. Finally, look into integrating Bounded Contexts, using REST and Messaging approaches.