Browse Results

Showing 27,076 through 27,100 of 54,013 results

Diversifying Digital Learning: Online Literacy and Educational Opportunity (Tech.edu: A Hopkins Series on Education and Technology)

by Edited by William G. Tierney, Zoë B. Corwin, and Amanda Ochsner

How does the digital divide affect the teaching and learning of historically underrepresented students?Many schools and programs in low-income neighborhoods lack access to the technological resources, including equipment and Internet service, that those in middle- and upper-income neighborhoods have at their fingertips. This inequity creates a persistent digital divide—not a simple divide in access to technology per se, but a divide in both formal and informal digital literacy that further marginalizes youths from low-income, minoritized, and first-generation communities.Diversifying Digital Learning outlines the pervasive problems that exist with ensuring digital equity and identifies successful strategies to tackle the issue. Bringing together top scholars to discuss how digital equity in education might become a key goal in American education, this book is structured to provide a framework for understanding how historically underrepresented students most effectively engage with technology—and how institutions may help or hinder students’ ability to develop and capitalize on digital literacies.This book will appeal to readers who are well versed in the diverse uses of social media and technologies, as well as less technologically savvy educators and policy analysts in educational organizations such as schools, afterschool programs, colleges, and universities. Addressing the intersection of digital media, race/ethnicity, and socioeconomic class in a frank manner, the lessons within this compelling work will help educators enable students in grades K–12, as well as in postsecondary institutions, to participate in a rapidly changing world framed by shifting new media technologies.Contributors: Young Whan Choi, Zoë B. Corwin, Christina Evans, Julie Flapan, Joanna Goode, Erica Hodgin, Joseph Kahne, Suneal Kolluri, Lynette Kvasny, David J. Leonard, Jane Margolis, Crystle Martin, Safiya Umoja Noble, Amanda Ochsner, Fay Cobb Payton, Antar A. Tichavakunda, William G. Tierney, S. Craig Watkins

Django 2 by Example: Build powerful and reliable Python web applications from scratch

by Antonio Mele

Learn Django 2.0 with four end-to-end projectsKey FeaturesLearn Django by building real-world web applications from scratchDevelop powerful web applications quickly using the best coding practicesIntegrate other technologies into your application with clear, step-by-step explanations and comprehensive example codeBook DescriptionIf you want to learn about the entire process of developing professional web applications with Django, then this book is for you. This book will walk you through the creation of four professional Django projects, teaching you how to solve common problems and implement best practices.You will learn how to build a blog application, a social image-bookmarking website, an online shop, and an e-learning platform. The book will teach you how to enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects. The book walks you through the creation of real-world applications, while solving common problems and implementing best practices. By the end of this book, you will have a deep understanding of Django and how to build advanced web applicationsWhat you will learnBuild practical, real-world web applications with DjangoUse Django with other technologies, such as Redis and CeleryDevelop pluggable Django applicationsCreate advanced features, optimize your code, and use the cache frameworkAdd internationalization to your Django projectsEnhance your user experience using JavaScript and AJAXAdd social features to your projectsBuild RESTful APIs for your applicationsWho this book is forIf you are a web developer who wants to see how to build professional sites with Django, this book is for you. You will need a basic knowledge of Python, HTML, and JavaScript, but you don't need to have worked with Django before.

Django 2 Web Development Cookbook: 100 practical recipes on building scalable Python web apps with Django 2, 3rd Edition

by Aidas Bendoraitis Jake Kronika

Create unbelievably fast, robust and secure web apps with Django Web Framework and Python 3.8Key FeaturesDiscover solutions to a variety of web application scenarios, leveraging the power of the Django frameworkUnderstand URL routing, models, forms, templates, and RESTful services with Django 2.14Test, deploy, and scale your web applications efficiently with Amazon Web ServicesBook DescriptionDjango is a framework designed to balance rapid web development with high performance. It handles high levels of user traffic and interaction, integrates with a variety of databases, and collects and processes data in real time. This book follows a task-based approach to guide you through developing with the Django 2.1 framework, starting with setting up and configuring Docker containers and a virtual environment for your project.You'll learn how to write reusable pieces of code for your models and manage database changes. You'll work with forms and views to enter and list data, applying practical examples using templates and JavaScript together for the optimum user experience. This cookbook helps you to adjust the built-in Django administration to fit your needs and sharpen security and performance to make your web applications as robust, scalable, and dependable as possible. You'll also explore integration with Django CMS, the popular content management suite.In the final chapters, you'll learn programming and debugging tricks and discover how collecting data from different sources and providing it to others in various formats can be a breeze. By the end of the book, you'll learn how to test and deploy projects to a remote dedicated server and scale your application to meet user demands.What you will learnGet started with the basic configuration necessary to start any Django projectBuild a database structure out of reusable model mixinsSecure web applications against malicious usage and address common performance bottlenecksIntegrate with, and extend, the Django CMSConstruct and manage complex and deep hierarchiesImport data from local sources and external web services and export it to third partiesWho this book is forThis book is designed for Python developers working on fast and secure web apps that can scale over time. You’ll also find this book useful if you want to upgrade to latest Django framework. A background in Python 3 along with basic knowledge of the Django framework will be useful.

Django Design Patterns and Best Practices: Industry-standard web development techniques and solutions using Python, 2nd Edition

by Arun Ravindran

Build maintainable websites with elegant Django design patterns and modern best practicesKey FeaturesExplore aspects of Django from Models and Views to testing and deploymentUnderstand the nuances of web development such as browser attack and data designWalk through various asynchronous tools such as Celery and ChannelsBook DescriptionBuilding secure and maintainable web applications requires comprehensive knowledge. The second edition of this book not only sheds light on Django, but also encapsulates years of experience in the form of design patterns and best practices. Rather than sticking to GoF design patterns, the book looks at higher-level patterns. Using the latest version of Django and Python, you’ll learn about Channels and asyncio while building a solid conceptual background. The book compares design choices to help you make everyday decisions faster in a rapidly changing environment.You’ll first learn about various architectural patterns, many of which are used to build Django. You’ll start with building a fun superhero project by gathering the requirements, creating mockups, and setting up the project. Through project-guided examples, you’ll explore the Model, View, templates, workflows, and code reusability techniques. In addition to this, you’ll learn practical Python coding techniques in Django that’ll enable you to tackle problems related to complex topics such as legacy coding, data modeling, and code reusability.You’ll discover API design principles and best practices, and understand the need for asynchronous workflows. During this journey, you’ll study popular Python code testing techniques in Django, various web security threats and their countermeasures, and the monitoring and performance of your application.What you will learnMake use of common design patterns to help you write better codeImplement best practices and idioms in this rapidly evolving frameworkDeal with legacy code and debuggingUse asynchronous tools such as Celery, Channels, and asyncioUse patterns while designing API interfaces with the Django REST FrameworkReduce the maintenance burden with well-tested, cleaner codeHost, deploy, and secure your Django projectsWho this book is forThis book is for you whether you’re new to Django or just want to learn its best practices. You do not have to be an expert in Django or Python. No prior knowledge of patterns is expected for reading this book but it would be helpful.

Django RESTful Web Services: The easiest way to build Python RESTful APIs and web services with Django

by Norbert Máté Gastón C. Hillar

Design, build and test RESTful web services with the Django framework and Python Key Features Create efficient real-world RESTful web services with the latest Django framework Authenticate, secure, and integrate third-party packages efficiently in your Web Services Leverage the power of Python for faster Web Service development Book Description Django is a Python web framework that makes the web development process very easy. It reduces the amount of trivial code, which simplifies the creation of web applications and results in faster development. It is very powerful and a great choice for creating RESTful web services. If you are a Python developer and want to efficiently create RESTful web services with Django for your apps, then this is the right book for you. The book starts off by showing you how to install and configure the environment, required software, and tools to create RESTful web services with Django and the Django REST framework. We then move on to working with advanced serialization and migrations to interact with SQLite and non-SQL data sources. We will use the features included in the Django REST framework to improve our simple web service. Further, we will create API views to process diverse HTTP requests on objects, go through relationships and hyperlinked API management, and then discover the necessary steps to include security and permissions related to data models and APIs. We will also apply throttling rules and run tests to check that versioning works as expected. Next we will run automated tests to improve code coverage. By the end of the book, you will be able to build RESTful web services with Django. What you will learn The best way to build a RESTful Web Service or API with Django and the Django REST Framework Develop complex RESTful APIs from scratch with Django and the Django REST Framework Work with either SQL or NoSQL data sources Design RESTful Web Services based on application requirements Use third-party packages and extensions to perform common tasks Create automated tests for RESTful web services Debug, test, and profile RESTful web services with Django and the Django REST Framework Who this book is for This book is for Python developers who want to create RESTful web services with Django; you need to have a basic working knowledge of Django but no previous experience with RESTful web services is required.

DNA Computing and Molecular Programming: 24th International Conference, DNA 24, Jinan, China, October 8–12, 2018, Proceedings (Lecture Notes in Computer Science #11145)

by David Doty Hendrik Dietz

This book constitutes the refereed proceedings of the 24th International Conference on DNA Computing and Molecular Programming, DNA 24, held in Jinan, China, in October 2018. The 12 full papers presented were carefully selected from 14 submissions. Research in DNA computing aims to draw together mathematics, computer science, physics, chemistry, biology, and nanotechnology to address the analysis, design, and synthesis of information-based molecular systems. The papers were sought in all areas related to biomolecular computing, including: algorithms and models for computation on biomolecular systems; computational processes in vitro and in vivo; molecular switches, gates, devices, and circuits; molecular folding and self-assembly of nanostructures; analysis and theoretical models of laboratory techniques; molecular motors and molecular robotics; information storage; studies of fault tolerance and error correction; software tools for analysis, simulation, and design; synthetic biology and in vitro evolution; and applications in engineering, physics, chemistry, biology, and medicine.

Docker Cookbook: Over 100 practical and insightful recipes to build distributed applications with Docker , 2nd Edition

by Jeeva S. Chelladhurai Ken Cochrane Neependra K Khare

Leverage Docker to deploying software at scaleKey FeaturesLeverage practical examples to manage containers efficientlyIntegrate with orchestration tools such as Kubernetes for controlled deploymentsLearn to implement best practices on improving efficiency and security of containersBook DescriptionDocker is an open source platform for building, shipping, managing, and securing containers. Docker has become the tool of choice for people willing to work with containers. Since the market is moving toward containerization, Docker will definitely have a big role to play in the future tech market.This book starts with setting up Docker in different environment, and helps you learn how to work with Docker images. Then, you will take a deep dive into network and data management for containers. The book explores the RESTful APIs provided by Docker to perform different actions, such as image/container operations. The book then explores logs and troubleshooting Docker to solve issues and bottlenecks. You will gain an understanding of Docker use cases, orchestration, security, ecosystems, and hosting platforms to make your applications easy to deploy, build, and collaborate on. The book covers the new features of Docker 18.xx (or later), such as working with AWS and Azure, Docker Engine, Docker Swarm, Docker Compose, and so on.By the end of this book, you will have gained hands-on experience of finding quick solutions to different problems encountered while working with Docker.What you will learnInstall Docker on various platformsWork with Docker images and containersContainer networking and data sharingDocker APIs and language bindingsVarious PaaS solutions for DockerImplement container orchestration using Docker Swarm and KubernetesContainer securityDocker on various cloudsWho this book is forBook is targeted towards developers, system administrators, and DevOps engineers who want to use Docker in his/her development, QA, or production environments. It is expected that the reader has basic Linux/Unix skills such as installing packages, editing files, managing services, and so on. Any experience in virtualization technologies such as KVM, XEN, and VMware will be an added advantage

Docker for Rails Developers: Build, Ship, and Run Your Applications Everywhere

by Rob Isenberg

Docker does for DevOps what Rails did for web development--it gives you a new set of superpowers. Gone are "works on my machine" woes and lengthy setup tasks, replaced instead by a simple, consistent, Docker-based development environment that will have your team up and running in seconds. Gain hands-on, real-world experience with a tool that's rapidly becoming fundamental to software development. Go from zero all the way to production as Docker transforms the massive leap of deploying your app in the cloud into a baby step. Docker makes life as a Ruby and Rails developer easier. It helps build, ship, and run your applications, solving major problems you face every day. It allows you to run applications at scale, adding new resources as needed. Docker provides a reliable, consistent environment that's guaranteed to work the same everywhere. Docker lets you do all things DevOps without needing a PhD in infrastructure and operations. Want to spin up a cluster to run your app? No problem. Scale it up or down at will? You bet. Start by running a Ruby script without having Ruby installed on the local machine. Then Dockerize a Rails application and run it using containers, including creating your own custom Docker images tailored for running Rails apps. Describe your app declaratively using Docker Compose, specifying the software dependencies along with everything needed to run the application. Then set up continuous integration, as well as your deployment pipeline and infrastructure. Along the way, find out the best practices for using Docker in development and production environments. This book gives you a solid foundation on using Docker and fitting it into your development workflow and deployment process. What You Need:All you need is a Windows, Mac OS X or Linux machine to do development on. This book guides you through the process of installing Docker. Some basic familiarity with Linux/Unix is recommended even if you're using a Windows machine.

Docker for Serverless Applications: Containerize and orchestrate functions using OpenFaas, OpenWhisk, and Fn

by Chanwit Kaewkasi

Build applications and infrastructures that leverage Function-as-a-Service and DockerKey Features- Implement containerization in Serverless/FaaS environments- Utilize Docker as a functional unit of work for Serverless/FaaS platforms- Use Docker as a portable infrastructure for Serverless ApplicationsBook DescriptionServerless applications have gained a lot of popularity among developers and are currently the buzzwords in the tech market. Docker and serverless are two terms that go hand-in-hand.This book will start by explaining serverless and Function-as-a-Service (FaaS) concepts, and why they are important. Then, it will introduce the concepts of containerization and how Docker fits into the Serverless ideology. It will explore the architectures and components of three major Docker-based FaaS platforms, how to deploy and how to use their CLI. Then, this book will discuss how to set up and operate a production-grade Docker cluster. We will cover all concepts of FaaS frameworks with practical use cases, followed by deploying and orchestrating these serverless systems using Docker. Finally, we will also explore advanced topics and prototypes for FaaS architectures in the last chapter.By the end of this book, you will be in a position to build and deploy your own FaaS platform using Docker.What you will learn Learn what Serverless and FaaS applications are Get acquainted with the architectures of three major serverless systems Explore how Docker technologies can help develop Serverless applications Create and maintain FaaS infrastructures Set up Docker infrastructures to serve as on-premises FaaS infrastructures Define functions for Serverless applications with Docker containersWho this book is forIf you are a Developer, a Docker Engineer, a DevOps Engineer, or any stakeholder interested in learning the use of Docker on Serverless environments then this book is for you.

Docker on Amazon Web Services: Build, deploy, and manage your container applications at scale

by Justin Menga

Run Docker on AWS and build real-world, secure, and scalable container platforms on cloudKey FeaturesConfigure Docker for the ECS environmentIntegrate Docker with different AWS toolsImplement container networking and deployment at scaleBook DescriptionOver the last few years, Docker has been the gold standard for building and distributing container applications. Amazon Web Services (AWS) is a leader in public cloud computing, and was the first to offer a managed container platform in the form of the Elastic Container Service (ECS).Docker on Amazon Web Services starts with the basics of containers, Docker, and AWS, before teaching you how to install Docker on your local machine and establish access to your AWS account. You'll then dig deeper into the ECS, a native container management platform provided by AWS that simplifies management and operation of your Docker clusters and applications for no additional cost. Once you have got to grips with the basics, you'll solve key operational challenges, including secrets management and auto-scaling your infrastructure and applications. You'll explore alternative strategies for deploying and running your Docker applications on AWS, including Fargate and ECS Service Discovery, Elastic Beanstalk, Docker Swarm and Elastic Kubernetes Service (EKS). In addition to this, there will be a strong focus on adopting an Infrastructure as Code (IaC) approach using AWS CloudFormation.By the end of this book, you'll not only understand how to run Docker on AWS, but also be able to build real-world, secure, and scalable container platforms in the cloud.What you will learnBuild, deploy, and operate Docker applications using AWSSolve key operational challenges, such as secrets managementExploit the powerful capabilities and tight integration of other AWS servicesDesign and operate Docker applications running on ECSDeploy Docker applications quickly, consistently, and reliably using IaCManage and operate Docker clusters and applications for no additional costWho this book is forDocker on Amazon Web Services is for you if you want to build, deploy, and operate applications using the power of containers, Docker, and Amazon Web Services. Basic understanding of containers and Amazon Web Services or any other cloud provider will be helpful, although no previous experience of working with these is required.

Docker Quick Start Guide: Learn Docker like a boss, and finally own your applications

by Earl Waud

Develop and build your Docker images and deploy your Docker containers securely.Key FeaturesLearn Docker installation on different types of OSGet started with developing Docker imagesUse Docker with your Jenkins CI/CD systemBook DescriptionDocker is an open source software platform that helps you with creating, deploying, and running your applications using containers. This book is your ideal introduction to Docker and containerization.You will learn how to set up a Docker development environment on a Linux, Mac, or Windows workstation, and learn your way around all the commands to run and manage your Docker images and containers.You will explore the Dockerfile and learn how to build your own enterprise-grade Docker images. Then you will learn about Docker networks, Docker swarm, and Docker volumes, and how to use these features with Docker stacks in order to define, deploy, and maintain highly-scalable, fault-tolerant multi-container applications.Finally, you will learn how to leverage Docker with Jenkins to automate the building of Docker images and the deployment of Docker containers. By the end of this book, you will be well prepared when it comes to using Docker for your next project.What you will learnSet up your Docker workstation on various platformsUtilize a number of Docker commands with parametersCreate Docker images using DockerfilesLearn how to create and use Docker volumesDeploy multi-node Docker swarm infrastructureCreate and use Docker local and remote networksDeploy multi-container applications that are HA and FTUse Jenkins to build and deploy Docker imagesWho this book is forThis guide is for anyone who needs to make a quick decision about using Docker for their next project. It is for developers who want to get started using Docker right away.

Doctor Robot-O

by Lela Nargi

Can you imagine visiting a doctor's office for an illness or injury, but getting treated by a robot instead? According to some researchers, this could be the reality in the not too distant future. Ongoing research into artificial intelligence and its use in medicine might someday produce robots that will work alongside human doctors and nurses to deliver the best health care possible.

Document Image Analysis: Current Trends And Challenges In Graphics Recognition

by K. C. Santosh

The book focuses on one of the key issues in document image processing – graphical symbol recognition, which is a sub-field of the larger research domain of pattern recognition. It covers several approaches: statistical, structural and syntactic, and discusses their merits and demerits considering the context. Through comprehensive experiments, it also explores whether these approaches can be combined. The book presents research problems, state-of-the-art methods that convey basic steps as well as prominent techniques, evaluation metrics and protocols, and research standpoints/directions that are associated with it. However, it is not limited to straightforward isolated graphics (visual patterns) recognition; it also addresses complex and composite graphical symbols recognition, which is motivated by real-world industrial problems.

Documenting Aftermath: Information Infrastructures in the Wake of Disasters (Infrastructures)

by Megan Finn

An examination of how changing public information infrastructures shaped people's experience of earthquakes in Northern California in 1868, 1906, and 1989. When an earthquake happens in California today, residents may look to the United States Geological Survey for online maps that show the quake's epicenter, turn to Twitter for government bulletins and the latest news, check Facebook for updates from friends and family, and count on help from the Federal Emergency Management Agency (FEMA). One hundred and fifty years ago, however, FEMA and other government agencies did not exist, and information came by telegraph and newspaper. In Documenting Aftermath, Megan Finn explores changing public information infrastructures and how they shaped people's experience of disaster, examining postearthquake information and communication practices in three Northern California earthquakes: the 1868 Hayward Fault earthquake, the 1906 San Francisco earthquake and fire, and the 1989 Loma Prieta earthquake. She then analyzes the institutions, policies, and technologies that shape today's postdisaster information landscape.Finn argues that information orders—complex constellations of institutions, technologies, and practices—influence how we act in, experience, and document events. What Finn terms event epistemologies, constituted both by historical documents and by researchers who study them, explain how information orders facilitate particular possibilities for knowledge. After the 1868 earthquake, the Chamber of Commerce telegraphed reassurances to out-of-state investors while local newspapers ran sensational earthquake narratives; in 1906, families and institutions used innovative techniques for locating people; and in 1989, government institutions and the media developed a symbiotic relationship in information dissemination. Today, government disaster response plans and new media platforms imagine different sources of informational authority yet work together shaping disaster narratives.

Dokumentationsmanagement – Basis für IT-Governance

by Manuela Reiss

Im Buch erfahren Sie nicht nur, warum IT-Dokumentation ein wichtiges Managementwerkzeug ist, sondern auch, wie Sie dieses Werkzeug Schritt für Schritt einrichten und pflegen. Im Fokus steht das von der Autorin entwickelte und in der Praxis erprobte Vorgehensmodell zum Aufbau einer ganzheitlichen und managementorientierten IT-Dokumentation zur Unterstützung von IT-Governance. Mit seinem Glossar leistet das Buch darüber hinaus einen Beitrag zur Standardisierung der Begriffe, die im Umfeld des Themas Dokumentation verwendet werden. Damit richtet sich das Buch an alle, die sich wissenschaftlich fundiert mit der praktischen Umsetzung der IT-Dokumentation auseinandersetzen möchten.

Doll-E 1.0

by Shanda McCloskey

A STEM-friendly tale of a girl and the doll she upgrades to be her new friend, for fans of The Most Magnificent Thing and Rosie Revere, Engineer.Charlotte's world is fully charged! With her dog at her side, she's always tinkering, coding, clicking, and downloading. She's got a knack for anything technological--especially gadgets that her parents don't know how to fix! Then, she receives a new toy that is quite a puzzle: a doll! What's she supposed to do with that? Once she discovers the doll's hidden battery pack, things start to get interesting...while her faithful canine sidekick wonders if he'll be overshadowed by the new and improved Doll-E 1.0! With a little ingenuity and an open mind, everyone can be friends in this endearing, modern tribute to the creative spirit of play.

Domain Decomposition Methods in Science and Engineering XXIV (Lecture Notes in Computational Science and Engineering #125)

by Petter E. Bjørstad Susanne C. Brenner Lawrence Halpern Hyea Hyun Kim Ralf Kornhuber Talal Rahman Olof B. Widlund

These are the proceedings of the 24th International Conference on Domain Decomposition Methods in Science and Engineering, which was held in Svalbard, Norway in February 2017. Domain decomposition methods are iterative methods for solving the often very large systems of equations that arise when engineering problems are discretized, frequently using finite elements or other modern techniques. These methods are specifically designed to make effective use of massively parallel, high-performance computing systems. The book presents both theoretical and computational advances in this domain, reflecting the state of art in 2017.

Domain-Specific Languages in R: Advanced Statistical Programming

by Thomas Mailund

Gain an accelerated introduction to domain-specific languages in R, including coverage of regular expressions. This compact, in-depth book shows you how DSLs are programming languages specialized for a particular purpose, as opposed to general purpose programming languages. Along the way, you’ll learn to specify tasks you want to do in a precise way and achieve programming goals within a domain-specific context. Domain-Specific Languages in R includes examples of DSLs including large data sets or matrix multiplication; pattern matching DSLs for application in computer vision; and DSLs for continuous time Markov chains and their applications in data science. After reading and using this book, you’ll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.What You'll LearnProgram with domain-specific languages using RDiscover the components of DSLsCarry out large matrix expressions and multiplications Implement metaprogramming with DSLsParse and manipulate expressions Who This Book Is ForThose with prior programming experience. R knowledge is helpful but not required.

Dominando a Realidade Virtual: Como Começar a Ganhar Dinheiro Com a Realidade Virtual

by Gabriel Thomé Adidas Wilson

As pessoas têm esperado por anos para que a RV pegue de vez e só têm encontrado frustração—até agora. Muitos indícios apontam um futuro glorioso para a RV, mas os investidores devem se informar de muitas coisas antes de partirem pra cima; tais como quais são os riscos, o tamanho do mercado, porquê dessa estratégia ser usada a longo prazo e quem são os agentes decisivos.

Dominando El Apple Watch Series 3.4.2

by Adidas Wilson

En esta guía usted aprenderá a configurar todas las opciones de su Apple Watch, desde lo más simple como poner la hora correcta, hasta opciones más avanzadas, como medir frecuencia del ritmo cardíaco a través de dispositivos externos.

Dragon Age: Hard in Hightown

by Various Varric Tethras Mary Kirby

Prolific dwarven author and heroic companion of the Dragon Age games, Varric Tethras brings us the collected edition of his breakthrough crime-noir drama, Hard in Hightown (with help from his trusted human confidante, Mary Kirby)! This volume is beautifully illustrated by Stefano Martino, Álvaro Sarraseca, Andres Ponce, and Ricardo German Ponce Torres, with a painted cover by E.M. Gist!Twenty years of patrols have chiseled each and every stone of the Kirkwall streets into city guardsmen Donnen Brennokovic. Weary and weathered, Donnen is paired with a recruit so green he might as well have leaves growing out of his armor. When the mismatched pair discover a dead magistrate bleeding out on the flagstones, they're caught up in a clash between a shadowy organization known only as the Executors and a secretive group of Chantry agents--all over some ancient artifact.This is a prose novel featuring 24 black And white full page images.

Dragon Age: Knight Errant

by Nunzio DeFilippis Christina Weir

BioWare's bestselling fantasy franchise, Dragon Age, lives on in these canonical comics from Dark Horse!Vaea, an elven squire, and her knight, the drunken Ser Aaron Hawthorne, arrive in Kirkwall just in time for Varric Tethras' appointment as Viscount. A talented thief, Vaea skips the party to take on an easy job recovering a hidden lock box . . . but when she chooses to change the terms of the deal mid-heist, she is entangled in a dangerous mission that is surely above her pay grade.Collects the comic series Dragon Age: Knight Errant, Issues #1-5

Dragons Never Die: Redstone Junior High (Redstone Junior High #3)

by Cara J. Stevens

The third book in the newest full-color series of unofficial graphic novels for Minecrafters. When Uma shows up at Pixel’s house over summer break, it’s not just for a friendly visit. It’s to bring chilling news of the Ender Dragon’s death. Never before has their world suffered such a great loss. Uma now holds the one item that the Ender Dragon left behind and both girls must protect it with their lives. The girls return to Redstone Junior High with a sense of purpose and a secret much bigger than them both. But what used to be a safe haven for students has been ravaged by the Ender Dragon’s destroyer, Smite, and his evil cohorts. Not only has the school been ransacked, but it’s overrun with mobs seeking protection from a wave of attacks on their homes. Pixel, Sky, Uma, Principal Redstone, and the other students must teach these mobs to fight back before Redstone Junior High becomes a battlefield and the Ender Dragon’s legacy is lost forever. Will the Ender Dragon finally be avenged or will Smite and his crew wipe out the last hope for a return to peace and normalcy?

Driver Reactions to Automated Vehicles: A Practical Guide for Design and Evaluation (Transportation Human Factors)

by Neville Stanton Alexander Eriksson

Driver Reactions to Automated Vehicles focuses on the design and evaluation of the handover to and from driver and the automobile. The authors present evidence from studies in driving simulators and on the open roads to show that handover times are much longer than anticipated by previous research. In the course of the studies, Eriksson and Stanton develop compelling evidence to support the use of driving simulators for the study of handovers. They also develop guidelines for the design of handover strategies and show how this improves driver takeover of vehicle control. Features Provides a history of automobile automation Offers a contemporary analysis of the state of automobile automation Includes novel approaches in examining driver-automation interaction Presents studies of automation in driving simulators Includes on-road studies of driver automation Covers guidelines for design of vehicle automation

Drupal 8 Quick Start Guide: Get up and running with Drupal 8

by J. Ayen Green

Your step by step guide with easy to follow instructions for navigating Drupal 8Key FeaturesBuild a great Drupal website easilyHow to structure, create and maintain different types of contentDesign roles for secure editing of your siteBook DescriptionDrupal is a powerful content management platform, flexible enough to accommodate almost any content requirements. This flexibility comes with a cost: complexity. Drupal 8 Quick Start Guide will clear your path from installation to a building usable site in minutes, and to a customized site in one sitting.You will begin with installation of Drupal and going through the main sections of the Drupal UI. Then, you will create a content type that describes its content, which simplifies the act of creating and editing the actual content later. You will learn about user roles, using real-world examples. This will help you to learn how to design roles, and how to assign appropriate permissions to them. Next, you will learn to use the WYSIWYG editor, configure it for other roles, navigate the various fields on the content creation form, and publish content.To begin to appreciate the flexibility and expandability of Drupal, you will make use of popular content-focused modules that extend Drupal's power. You will learn how to expand your market to other readers directly and through other sites by configuring content and UI translations and creating a View that provides an RSS feed. Finally, you will put everything together by customizing the home page for your new website.What you will learnCreate and customize Drupal structures, such as menus, tags, and content categoriesExtend Drupal's capabilities with add-on modulesAdminister site users, their roles, and the actions to which they are granted accessUnderstand user roles and permissionsCreate, edit, and publish contentUse Views for custom content selection and displayExpand your audience with custom RSS feedsConfigure a home page with meaningful sections for a better UXWho this book is forThis book is for content administrators, developers, site builders and administrators who are new to Drupal 8.

Refine Search

Showing 27,076 through 27,100 of 54,013 results