Browse Results

Showing 38,701 through 38,725 of 54,248 results

C# 6 and .NET Core 1.0: Modern Cross-Platform Development

by Mark J. Price

Create powerful cross-platform applications using C# 6, .NET Core 1.0, ASP.NET Core 1.0, and Visual Studio 2015 About This Book * Build modern, cross-platform applications with .NET Core 1.0 * Get up-to-speed with C#, and up-to-date with all the latest features of C# 6 * Start creating professional web applications with ASP.NET Core 1.0 Who This Book Is For Are you struggling to get started with C#? Or maybe you're interested in the potential of the new cross-platform features that .NET Core can offer? If so, C# 6 and .NET Core 1.0 is the book for you. While you don't need to know any of the latest features of C# or .NET to get started, it would be beneficial if you have some programming experience. What You Will Learn * Build cross-platform applications using C# 6 and .NET Core 1.0 * Explore ASP.NET Core 1.0 and learn how to create professional web applications * Improve your application's performance using multitasking * Use Entity Framework Core 1.0 and learn how to build Code-First databases * Master object-oriented programming with C# to increase code reuse and efficiency * Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML * Query and manipulate data using LINQ * Protect your data by using encryption and hashing In Detail With the release of .NET Core 1.0, you can now create applications for Mac OS X and Linux, as well as Windows, using the development tools you know and love. C# 6 and .NET Core 1.0 has been divided into three high-impact sections to help start putting these new features to work. First, we'll run you through the basics of C#, as well as object-orient programming, before taking a quick tour through the latest features of C# 6 such as string interpolation for easier variable value output, exception filtering, and how to perform static class imports. We'll also cover both the full-feature, mature .NET Framework and the new, cross-platform .NET Core. After quickly taking you through C# and how .NET works, we'll dive into the internals of the .NET class libraries, covering topics such as performance, monitoring, debugging, internationalization, serialization, and encryption. We'll look at Entity Framework Core 1.0 and how to develop Code-First entity data models, as well as how to use LINQ to query and manipulate that data. The final section will demonstrate the major types of applications that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, and web services. Lastly, we'll help you build a complete application that can be hosted on all of today's most popular platforms, including Linux and Docker. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core. Style and approach This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core.

C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development - Third Edition

by Mark J. Price

C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development, Third Edition is a practical guide to creating powerful cross-platform applications with C# 7 and .NET Core 2.0. About This Book • Build modern, cross-platform applications with .NET Core 2.0 • Get up to speed with C#, and up to date with all the latest features of C# 7.1 • Start creating professional web applications with ASP.NET Core 2.0 Who This Book Is For This book is targeted towards readers who have some prior programming experience or have a science, technology, engineering, or mathematics (STEM) background, and want to gain a solid foundation with C# and to be introduced to the types of applications they could build and will work cross-platform on Windows, Linux, and macOS. What You Will Learn • Build cross-platform applications using C# 7.1 and .NET Core 2.0 • Explore ASP.NET Core 2.0 and learn how to create professional websites, services, and applications • Improve your application's performance using multitasking • Use Entity Framework Core and LINQ to query and manipulate data • Master object-oriented programming with C# to increase code reuse and efficiency • Familiarize yourself with cross-device app development using the Universal Windows Platform • Protect and manage your files and data with encryption, streams, and serialization • Get started with mobile app development using Xamarin.Forms • Preview the nullable reference type feature of C# 8 In Detail C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development, Third Edition, is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. It gives readers of any experience level a solid foundation in C# and .NET. The first part of the book runs you through the basics of C#, as well as debugging functions and object-oriented programming, before taking a quick tour through the latest features of C# 7.1 such as default literals, tuples, inferred tuple names, pattern matching, out variables, and more. After quickly taking you through C# and how .NET works, this book dives into the .NET Standard 2.0 class libraries, covering topics such as packaging and deploying your own libraries, and using common libraries for working with collections, performance, monitoring, serialization, files, databases, and encryption. The final section of the book demonstrates the major types of application that you can build and deploy cross-device and cross-platform. In this section, you'll learn about websites, web applications, web services, Universal Windows Platform (UWP) apps, and mobile apps. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET. Style and approach This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core 2.0.

C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development , Third Edition

by Mark J. Price

C# 7.1 and .NET Core 2.0 – Modern Cross-Platform Development is a practical guide to creating powerful cross-platform applications with C# 7.1 and .NET Core 2.0. This cutting-edge book covers the very latest major release, providing you with all of the knowledge a modern C# developer needs.

C# 7 and .NET Core: Modern Cross-Platform Development - Second Edition

by Mark J. Price

Modern Cross-Platform Development About This Book • Build modern, cross-platform applications with .NET Core • Get up to speed with C#, and up to date with all the latest features of C# 7 • Start creating professional web applications with ASP.NET Core Who This Book Is For This book is targeted towards readers who have some prior programming experience or have a science, technology, engineering, or mathematics (STEM) background, and want to gain a solid foundation with C# and to be introduced to the types of applications they could build and will work cross-platform on Windows, Linux, and macOS. What You Will Learn • Build cross-platform applications using C# 7 and .NET Core • Explore ASP.NET Core and learn how to create professional web applications • Improve your application's performance using multitasking • Use Entity Framework Core and find out how to build code-first databases • Master object-oriented programming with C# to increase code reuse and efficiency • Familiarize yourself with cross-device app development using the Universal Windows Platform and XAML • Query and manipulate data using LINQ • Protect your data by using encryption and hashing In Detail If you want to build powerful cross-platform applications with C# 7 and .NET Core, then this book is for you. First, we'll run you through the basics of C#, as well as object-oriented programming, before taking a quick tour through the latest features of C# 7 such as tuples, pattern matching, out variables, and so on. After quickly taking you through C# and how .NET works, we'll dive into the .NET Standard 1.6 class libraries, covering topics such as performance, monitoring, debugging, serialization and encryption. The final section will demonstrate the major types of application that you can build and deploy cross-device and cross-platform. In this section, we'll cover Universal Windows Platform (UWP) apps, web applications, mobile apps, and web services. Lastly, we'll look at how you can package and deploy your applications so that they can be hosted on all of today's most popular platforms, including Linux and Docker. By the end of the book, you'll be armed with all the knowledge you need to build modern, cross-platform applications using C# and .NET Core. Style and approach This book takes a step-by-step approach and is filled with exciting projects and fascinating theory. It uses three high-impact sections to equip you with all the tools you'll need to build modern, cross-platform applications using C# and .NET Core.

C# 8.0 and .NET Core 3.0 – Modern Cross-Platform Development - Fourth Edition: Build applications with C#, .NET Core, Entity Framework Core, ASP.NET Core, and ML.NET using Visual Studio Code, 4th Edition

by Mark J. Price

Readers with some prior programming experience or with a science, technology, engineering, or mathematics (STEM) background, who want to gain a solid foundation with C# 8.0 and .NET Core 3.0.

C# 9 and .NET 5 – Modern Cross-Platform Development: Build intelligent apps, websites, and services with Blazor, ASP.NET Core, and Entity Framework Core using Visual Studio Code, 5th Edition

by Mark J. Price

A comprehensive guide for beginners to learn the key concepts, real-world applications, and latest features of C# 9 and .NET 5 with hands-on exercises using VS CodeKey FeaturesExplore the newest additions to C# 9, the .NET 5 class library, Entity Framework Core and BlazorStrengthen your command of ASP.NET Core 5.0 and create professional websites and servicesBuild cross-platform apps for Windows, macOS, Linux, iOS, and AndroidBook DescriptionIn C# 9 and .NET 5 – Modern Cross-Platform Development, Fifth Edition, expert teacher Mark J. Price gives you everything you need to start programming C# applications.This latest edition uses the popular Visual Studio Code editor to work across all major operating systems. It is fully updated and expanded with a new chapter on the Microsoft Blazor framework.The book's first part teaches the fundamentals of C#, including object-oriented programming and new C# 9 features such as top-level programs, target-typed new object instantiation, and immutable types using the record keyword. Part 2 covers the .NET APIs, for performing tasks like managing and querying data, monitoring and improving performance, and working with the file system, async streams, serialization, and encryption. Part 3 provides examples of cross-platform apps you can build and deploy, such as websites and services using ASP.NET Core or mobile apps using Xamarin.Forms.By the end of the book, you will have acquired the understanding and skills you need to use C# 9 and .NET 5 to create websites, services, and mobile apps.What you will learnBuild your own types with object-oriented programmingQuery and manipulate data using LINQBuild websites and services using ASP.NET Core 5Create intelligent apps using machine learningUse Entity Framework Core and work with relational databasesDiscover Windows app development using the Universal Windows Platform and XAMLBuild rich web experiences using the Blazor frameworkBuild mobile applications for iOS and Android using Xamarin.FormsWho this book is forThis book is best for C# and .NET beginners, or programmers who have worked with C# in the past but feel left behind by the changes in the past few years. This book doesn't expect you to have any C# or .NET experience; however, you should have a general understanding of programming.Students and professionals with a science, technology, engineering, or mathematics (STEM) background can certainly benefit from this book.

Computer Basics in Easy Steps - Windows

by Michael Price

Computer Basics in Easy Steps explores the elements that make up a computer and tells readers how to perform important tasks. Whether it's communicating with friends and family across the world, writing reports, or taking advantage of the Internet, this book covers it all. Computer hardware and software functions are fully covered, with a special emphasis on the tasks savvy users want to perform to increase productivity and enhance satisfaction. The book also helps readers take full advantage of other devices such as iPods, PDAs, pocket PCs, digital cameras, printers, scanners, and cell phones. Whatever readers want to do, with this book they discover how to make their computer unlock powerful new ways to extend their knowledge and experience.

Routledge Handbook of Media Law

by Monroe E. Price Stefaan Verhulst Libby Morgan

Featuring specially commissioned chapters from experts in the field of media and communications law, this book provides an authoritative survey of media law from a comparative perspective. The handbook does not simply offer a synopsis of the state of affairs in media law jurisprudence, rather it provides a better understanding of the forces that generate media rules, norms, and standards against the background of major transformations in the way information is mediated as a result of democratization, economic development, cultural change, globalization and technological innovation. The book addresses a range of issues including: Media Law and Evolving Concepts of Democracy Network neutrality and traffic management Public Service Broadcasting in Europe Interception of Communication and Surveillance in Russia State secrets, leaks and the media A variety of rule-making institutions are considered, including administrative, and judicial entities within and outside government, but also entities such as associations and corporations that generate binding rules. The book assesses the emerging role of supranational economic and political groupings as well as non-Western models, such as China and India, where cultural attitudes toward media freedoms are often very different. Monroe E. Price is Director of the Center for Global Communication Studies at the Annenberg School for the University of Pennsylvania and Joseph and Sadie Danciger Professor of Law and Director of the Howard M. Squadron Program in Law, Media and Society at the Cardozo School of Law. Stefaan Verhulst is Chief of Research at the Markle Foundation. Previously he was the co-founder and co-director, with Professor Monroe Price, of the Programme in Comparative Media Law and Policy (PCMLP) at Oxford University, as well as senior research fellow at the Centre for Socio Legal Studies. Libby Morgan is the Associate Director of the Center for Global Communication Studies at the Annenberg School for the University of Pennsylvania.

CompTIA Server+: A comprehensive, end-to-end study guide for the SK0-004 certification, along with mock exams

by Ron Price

This book is targeted towards professionals seeking to gain the CompTIA Server+ certification. People coming from a Microsoft background with basic operating system and networking skills will also find this book useful. Basic experience working with system administration is mandatory.

#NoFilter: Get Creative with Photography

by Natalia Price-Cabrera

#NoFilter is an innovative new guide to photography that shows you how to ditch photo filters and discover DIY creative techniques with your camera or smart phone.If you want to inject more excitement into your photography than just applying a filter in an app, this book is for you. It will inspire you to take your photos further, with ideas aimed at all levels of ability from amateur to professional. Easy techniques such as shooting through your sunglasses progress to more advanced ideas like creating sun prints or distorting your images with the contents of your kitchen cupboard. Each technique is concisely explained through great examples of creative photography, making this an ideal book for anyone wanting to take their photos to another level."Natalia Price-Cabrera’s #NoFilter is a book of spells filled with ideas for transforming digital and analogue pictures into something magical." Black + White PhotographyMore best-selling photography books from Laurence King Publishing:- Read This If You Want to Take Great Photographs by Henry Carroll (97817806733560)- Bystander: A History of Street Photography by Joel Meyerowitz and Colin Westerbeck (9781786270665)

#NoFilter: Get Creative With Photography

by Natalie Price-Cabrera

#NoFilter is an innovative new guide to photography that shows you how to ditch photo filters and discover DIY creative techniques with your camera or smart phone.If you want to inject more excitement into your photography than just applying a filter in an app, this book is for you. It will inspire you to take your photos further, with ideas aimed at all levels of ability from amateur to professional. Easy techniques such as shooting through your sunglasses progress to more advanced ideas like creating sun prints or distorting your images with the contents of your kitchen cupboard. Each technique is concisely explained through great examples of creative photography, making this an ideal book for anyone wanting to take their photos to another level."Natalia Price-Cabrera’s #NoFilter is a book of spells filled with ideas for transforming digital and analogue pictures into something magical." Black + White PhotographyMore best-selling photography books from Laurence King Publishing:- Read This If You Want to Take Great Photographs by Henry Carroll (97817806733560)- Bystander: A History of Street Photography by Joel Meyerowitz and Colin Westerbeck (9781786270665)

Data Abstraction and Problem Solving with Java: Walls & Mirrors (3rd Edition)

by Janet J. Prichard Frank Carrano

The book aims to give students a superior foundation in data abstraction, object-oriented programming, and other modern problem-solving techniques.

Recent Advances in Systems Safety and Security

by Emil Pricop Grigore Stamatescu

This book represents a timely overview of advances in systems safety and security, based on selected, revised and extended contributions from the 2nd and 3rd editions of the International Workshop on Systems Safety and Security - IWSSS, held in 2014 and 2015, respectively, in Bucharest, Romania. It includes 14 chapters, co-authored by 34 researchers from 7 countries. The book provides an useful reference from both theoretical and applied perspectives in what concerns recent progress in this area of critical interest. Contributions, broadly grouped by core topic, address challenges related to information theoretic methods for assuring systems safety and security, cloud-based solutions, image processing approaches, distributed sensor networks and legal or risk analysis viewpoints. These are mostly accompanied by associated case studies providing additional practical value and underlying the broad relevance and impact of the field.

Real-World Solutions for Developing High-Quality PHP Frameworks and Applications

by Stefan Priebsch Sebastian Bergmann

Learn to develop high-quality applications and frameworks in PHPPacked with in-depth information and step-by-step guidance, this book escorts you through the process of creating, maintaining and extending sustainable software of high quality with PHP. World-renowned PHP experts present real-world case studies for developing high-quality applications and frameworks in PHP that can easily be adapted to changing business requirements. . They offer different approaches to solving typical development and quality assurance problems that every developer needs to know and master.Details the process for creating high-quality PHP frameworks and applications that can easily be adapted to changing business requirementsCovers the planning, execution, and automation of tests for the different layers and tiers of a Web applicationDemonstrates how to establish a successful development processShares real-world case studies from well-known companies and their PHP expertsWith this book, you'll learn to develop high-quality PHP frameworks and applications that can easily be maintained with reasonable cost and effort.

Fan the Fame

by Anna Priemaza

Sometimes before you can build something up, you have to burn it down. <P><P>Fans of Rainbow Rowell’s Fangirl and Jennifer Mathieu’s Moxie will fall in love with this fiercely crafted YA novel about followers, fame, and fighting for what’s right. <P><P>Lainey wouldn’t mind lugging a camera around a video game convention for her mega-famous brother, aka YouTube streamer Codemeister, except for one big problem. He’s funny and charming online, but behind closed doors, Cody is a sexist jerk. <P><P>SamTheBrave came to this year’s con with one mission: meeting Codemeister—because getting his idol’s attention could be the big break Sam needs. <P><P>ShadowWillow is already a successful streamer. But when her fans start shipping her with Code, Shadow concocts a plan to turn the rumors to her advantage. <P><P>The three teens’ paths collide when Lainey records one of Cody’s hateful rants on video and decides to spill the truth to her brother’s fans—even if that means putting Sam and Shadow in the crosshairs. <P><P>Told through three relatable voices, this contemporary YA novel from the author of the widely praised Kat and Meg Conquer the World skillfully balances feminism, accountability, and doing the right thing—even when it hurts.

Lehr-Lern-Labore: Konzepte und deren Wirksamkeit in der MINT-Lehrpersonenbildung

by Burkhard Priemer Jürgen Roth

An verschiedenen Hochschulen werden in den MINT-Fächern Schülerlabore in die Lehrpersonenbildung integriert. In diesen - als Lehr-Lern-Labore bezeichneten - Einrichtungen werden MINT-Lernumgebungen für Schülerinnen und Schüler, Veranstaltungen der Lehrpersonenbildung und an vielen Standorten auch fachdidaktische Forschung fruchtbar miteinander verknüpft. Das Ziel ist dabei, evidenzbasiert innovative Lehrkonzepte für Schule und Hochschule zu entwickeln und zu implementieren. In diesem Band werden Lehr-Lern-Labore zunächst allgemein beschrieben und dann durch zahlreiche Beispiele von Konzepten verschiedener Hochschulstandorte illustriert. Darüber hinaus wird berichtet, welche Wirksamkeit Lehr-Lern-Labore bei der Förderung von Kompetenzen zukünftiger Lehrpersonen haben und wie Studierende diese Einrichtungen wahrnehmen. Die vorgestellten Forschungsergebnisse, die aus einem Verbund von sechs Hochschulen stammen, sollen durch diesen Band weiteren Standorten zugänglich gemacht werden. Dieses Buch richtet sich an Studierende und Dozierende der Lehrpersonenbildung in Hochschulen - insbesondere in den MINT-Fachdidaktiken - sowie an Personen in Schule und Referendariat.

Reducing Process Costs with Lean, Six Sigma, and Value Engineering Techniques

by Kim H. Pries Jon M. Quigley

A company with effective cost reduction activities in place will be better positioned to adapt to shifting economic conditions. In fact, it can make the difference between organizations that thrive and those that simply survive during times of economic uncertainty. Reducing Process Costs with Lean, Six Sigma, and Value Engineering Techniques covers

Testing Complex and Embedded Systems

by Kim H. Pries Jon M. Quigley

Many enterprises regard system-level testing as the final piece of the development effort, rather than as a tool that should be integrated throughout the development process. As a consequence, test teams often execute critical test plans just before product launch, resulting in much of the corrective work being performed in a rush and at the last minute. Presenting combinatorial approaches for improving test coverage, Testing Complex and Embedded Systems details techniques to help you streamline testing and identify problems before they occur—including turbocharged testing using Six Sigma and exploratory testing methods. Rather than present the continuum of testing for particular products or design attributes, the text focuses on boundary conditions. Examining systems and software testing, it explains how to use simulation and emulation to complement testing. Details how to manage multiple test hardware and software deliveries Examines the contradictory perspectives of testing—including ordered/ random, structured /unstructured, bench/field, and repeatable/non repeatable Covers essential planning activities prior to testing, how to scope the work, and how to reach a successful conclusion Explains how to determine when testing is complete Where you find organizations that are successful at product development, you are likely to find groups that practice disciplined, strategic, and thorough testing. Tapping into the authors’ decades of experience managing test groups in the automotive industry, this book provides the understanding to help ensure your organization joins the likes of these groups.

Total Quality Management for Project Management

by Kim H. Pries Jon M. Quigley

Finding ways to improve margins can be the difference between organizations that thrive and those that simply survive during times of economic uncertainty. Describing why cost reductions can be just as powerful as increases in revenue, Total Quality Management for Project Management explains how to integrate time-tested project management tools wit

Aspekte des Unendlichen: Eine kleine Erzählung für Nichtmathematiker (Die blaue Stunde der Informatik)

by Lutz Priese

Ein Buch über die Unendlichkeit Wer glaubt, dass sich Rechnen auf trockene Formeln und Zahlen beschränkt, wird mit „Aspekte des Unendlichen – Eine kleine Erzählung für Nichtmathematiker“ sein blaues Wunder erleben. Dieses Buch spricht alle Leser an, die nicht nur die Logik, sondern auch die Poesie der Unendlichkeit erforschen möchten. Anstatt Laien mit kryptischem Akademikerjargon zu verwirren, übersetzt es komplexe Sachverhalte in leicht verständliche Erklärungen. So können auch Einsteiger erfahren, welche Überraschungen die Mengenlehre bereithält. Von nicht abzählbaren Größen und unentscheidbaren Fragen Die Wissenschaft der mathematischen Unendlichkeit umfasst zahlreiche Problemstellungen, die ebenso anspruchsvoll wie spannend sind. Dazu gehören unter anderem:· die Bibliothek von Babel· diskontinuierliche Kontinua· Unmengen· Paradoxien und Antinomien Um solche theoretischen Ansätze in ihren Grundzügen zu begreifen, braucht es keinen Hochschulabschluss. Lutz Prieses Buch über die Mathematik der Unendlichkeit verwandelt abstrakte Konzepte in lebensnahe Zusammenhänge. Der Autor ist promovierter Logiker und hält seit seiner Pensionierung regelmäßig Vorlesungen zu Themen der Mathematik und Informatik. Dank seiner langjährigen Tätigkeit als Hochschuldozent gelingt es ihm, mit einer unterhaltsamen Sprache Anfänger und Experten gleichermaßen zu fesseln. Dabei steht vor allem die Verbindung zwischen mathematischen und philosophischen Problemen im Vordergrund:· Wie genau können wir mit Zahlen die unendlichen Weiten des Weltalls erfassen?· Inwiefern spiegeln die Grenzen des Rechnens die Grenzen des menschlichen Daseins wider?· Wie können wir Unvorstellbares vorstellbar machen? Prieses Buch über die Unendlichkeit in der Mathematik liefert keine endgültigen Antworten auf diese Fragen. Vielmehr regt es Leser dazu an, sich selbst auf die Suche zu machen und eigene Ideen zu entwickeln. Wie es der Titel verspricht, lädt „Aspekte des Unendlichen“ zu einer schier endlosen Reise durch die Gedankenwelt ein.

Computer Vision: Einführung in die Verarbeitung und Analyse digitaler Bilder (eXamen.press)

by Lutz Priese

Der Autor erläutert in dieser Einführung auf Bachelorniveau die in der Computer Vision verwendeten technischen Ausdrücke: Grundlagen des menschlichen Sehens, Farbe, exakte Begriffsbestimmungen zum Thema "Bild", Transformationen, lineare und nicht-lineare Filter, Fouriertransformation, Morphologie, Merkmale im Bild wie Kanten, Ecken, geometrische Formen mittels Hough-Transformation, diverse Hüllen und Skelettierung. Ferner höhere Merkmale wie SIFT, Shape-Context und statistische Merkmale, Texturmerkmale. Die Bestimmung von Segmenten (zusammenhängende Regionen ähnlicher Farben oder Grauwerte) wird in einem eigenen Kapitel ausführlich behandelt.

I Am Princess X

by Cherie Priest

Best friends, big fans, a mysterious webcomic, and a long-lost girl collide in this riveting novel, perfect for fans of both Cory Doctorow and Sarah Dessen, & illustrated throughout with comics.Once upon a time, two best friends created a princess together. Libby drew the pictures, May wrote the tales, and their heroine, Princess X, slayed all the dragons and scaled all the mountains their imaginations could conjure. Once upon a few years later, Libby was in the car with her mom, driving across the Ballard Bridge on a rainy night. When the car went over the side, Libby passed away, and Princess X died with her. Once upon a now: May is sixteen and lonely, wandering the streets of Seattle, when she sees a sticker slapped in a corner window. Princess X? When May looks around, she sees the Princess everywhere: Stickers. Patches. Graffiti. There's an entire underground culture, focused around a webcomic at IAmPrincessX.com. The more May explores the webcomic, the more she sees disturbing similarities between Libby's story and Princess X online. And that means that only one person could have started this phenomenon---her best friend, Libby, who lives.

Closing the Analytics Talent Gap: An Executive's Guide to Working with Universities (Data Analytics Applications)

by Jennifer Priestley Robert McGrath

How can we recruit out of your program? We have a project – how do we reach out to your students? If we do research together who owns it? We have employees who need to "upskill" in analytics – can you help me with that? How much does all of this cost? Managers and executives are increasingly asking university professors such questions as they deal with a critical shortage of skilled data analysts. At the same time, academics are asking such questions as: How can I bring a "real" analytical project in the classroom? How can I get "real" data to help my students develop the skills necessary to be a "data scientist? Is what I am teaching in the classroom aligned with the demands of the market for analytical talent? After spending several years answering almost daily e-mails and telephone calls from business managers asking for staffing help and aiding fellow academics with their analytics teaching needs, Dr. Jennifer Priestley of Kennesaw State University and Dr. Robert McGrath of the University of New Hampshire wrote Closing the Analytics Talent Gap: An Executive’s Guide to Working with Universities. The book builds a bridge between university analytics programs and business organizations. It promotes a dialog that enables executives to learn how universities can help them find strategically important personnel and universities to learn how they can develop and educate this personnel. Organizations are facing previously unforeseen challenges related to the translation of massive amounts of data – structured and unstructured, static and in-motion, voice, text, and image – into information to solve current challenges and anticipate new ones. The advent of analytics and data science also presents universities with unforeseen challenges of providing learning through application. This book helps both organizations with finding "data natives" and universities with educating students to develop the facility to work in a multi-faceted and complex data environment. .

Routines of Substitution: John Von Neumann's Work On Software Development, 1945-1948 (Springerbriefs In History Of Computing Ser.)

by Mark Priestley

This work is a historical and philosophical study of the programming work carried out by John von Neumann in the period 1945-8. At the heart of the book is an examination of a manuscript featuring the earliest known surviving example of von Neumann’s coding, a routine written in 1945 to ‘mesh’ two sequences of data and intended to be part of a larger program implementing the algorithm now known as mergesort. The text of the manuscript itself, along with a preliminary document describing the code he used to write this program, are reproduced as appendices. The program is approached in three chapters describing the historical background to von Neumann’s work, the significance of the sorting application itself, and the development of the EDVAC, the machine for which the program was written. The subsequent chapters widen the focus again, discussing the subsequent evolution of the program and the crucial topic of subroutines, before concluding by situating von Neumann’s work in a number of wider contexts. The book also offers a unifying philosophical interpretation of von Neumann’s approach to coding.

A Science of Operations: Machines, Logic and the Invention of Programming (History of Computing)

by Mark Priestley

Today, computers fulfil a dazzling array of roles, a flexibility resulting from the great range of programs that can be run on them. A Science of Operations examines the history of what we now call programming, defined not simply as computer programming, but more broadly as the definition of the steps involved in computations and other information-processing activities. This unique perspective highlights how the history of programming is distinct from the history of the computer, despite the close relationship between the two in the 20th century. The book also discusses how the development of programming languages is related to disparate fields which attempted to give a mechanical account of language on the one hand, and a linguistic account of machines on the other. Topics and features: Covers the early development of automatic computing, including Babbage's "mechanical calculating engines" and the applications of punched-card technology, examines the theoretical work of mathematical logicians such as Kleene, Church, Post and Turing, and the machines built by Zuse and Aiken in the 1930s and 1940s, discusses the role that logic played in the development of the stored program computer, describes the "standard model" of machine-code programming popularised by Maurice Wilkes, presents the complete table for the universal Turing machine in the Appendices, investigates the rise of the initiatives aimed at developing higher-level programming notations, and how these came to be thought of as 'languages' that could be studied independently of a machine, examines the importance of the Algol 60 language, and the framework it provided for studying the design of programming languages and the process of software development and explores the early development of object-oriented languages, with a focus on the Smalltalk project. This fascinating text offers a new viewpoint for historians of science and technology, as well as for the general reader. The historical narrative builds the story in a clear and logical fashion, roughly following chronological order.

Refine Search

Showing 38,701 through 38,725 of 54,248 results