Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Online Resource  (13,092)
  • 2015-2019  (13,092)
  • Electronic books ; local  (13,092)
Datasource
Material
  • Online Resource  (13,092)
Language
Years
Year
  • 1
    ISBN: 9781484243664 , 1484243668
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Object-oriented methods (Computer science) ; Computer software ; Development ; Electronic books ; local ; Electronic books
    Abstract: Implement design patterns in .NET using the latest versions of the C# and F# languages. This book provides a comprehensive overview of the field of design patterns as they are used in today's developer toolbox. Using the C# programming language, Design Patterns in .NET explores the classic design pattern implementation and discusses the applicability and relevance of specific language features for the purpose of implementing patterns. You will learn by example, reviewing scenarios where patterns are applicable. MVP and patterns expert Dmitri Nesteruk demonstrates possible implementations of patterns, discusses alternatives and pattern inter-relationships, and illustrates the way that a dedicated refactoring tool (ReSharper) can be used to implement design patterns with ease. What You'll Learn Know the latest pattern implementations available in C# and F# Refer to researched and proven variations of patterns Study complete, self-contained examples including many that cover advanced scenarios Use the latest implementations of C# and Visual Studio/ReSharper Who This Book Is For Developers who have some experience in the C# language and want to expand their comprehension of the art of programming by leveraging design approaches to solving modern problems
    Note: Includes index. - Description based on online resource; title from cover (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781484243572
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Series Statement: Technology in action
    Keywords: Arduino (Programmable controller) ; Radio ; Equipment and supplies ; Internet of things ; Low power radio ; Electronic books ; local ; Electronic books
    Abstract: Create your own LoRa wireless projects for non-industrial use and gain a strong basic understanding of the LoRa technology, LoRa WAN, and LPWAN. You'll start by building your first LoRa wireless channel and then move on to various interesting projects such as setting up networks with a LoRa gateway, communicating with IoT servers using RESTful API and MQTT protocol, and real-time GPS tracking. With LoRa wireless and LoRaWAN, you can build a wide array of applications in the area of smart agriculture, smart cities, smart environment, smart healthcare, smart homes and buildings, smart industrial control, smart metering, smart supply chain and logistics. Beginning LoRa Radio Networks with Arduino provides a practical introduction and uses affordable and easy to obtain hardware to build projects with the Arduino development environment. What You'll Learn Understand the hardware need to build LoRaWAN Use the Arduino development environment to write code Connect to Arduino hardware and upload programs and communicate with them Setup networks with LoRa gateway Show real time track with tail, and path history Who This Book Is For Inventors, hackers, crafters, students, hobbyists, and scientists
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484243152
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Android (Electronic resource) ; User interfaces (Computer systems) ; Computer software ; Testing ; Application software ; Development ; Mobile computing ; Electronic books ; local ; Electronic books
    Abstract: Write Android user interface (UI) tests using Google Espresso for Android. You'll cover all the major topics of writing functional UI automated tests using the Espresso testing framework, including different ways of running automated tests, architecting test projects in an easy and maintainable way, and using tools which help to implement automated tests with less effort. Android Espresso Revealed explains the basics of using Espresso to write automated UI tests, and how to customize the framework for advanced functionality. The author provides examples in both Java and Kotlin, and includes dealing with network operations in UI tests, testing application accessibility, implementing supervised monkey tests, and more. What You Will Learn Write Espresso tests with both Kotlin and Java including test project migration from Java to Kotlin Test web views inside the application under test Use Espresso to set up test devices or emulators to minimize test flakiness and run tests in Firebase Test Lab Verify and stub intents with Espresso-Intents Move test projects to AndroidX Test notifications or operate on third-party apps during Espresso test execution Apply different test architecture approaches to the test project to reduce maintenance effort Implement supervised monkey tests using Espresso and UIAutomator Who This Book Is For Engineers with experience of Android test automation will benefit from this book
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed April 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484242971
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: iOS (Electronic resource) ; Machine learning ; Application software ; Development ; User interfaces (Computer systems) ; Electronic books ; local ; Electronic books
    Abstract: Implement machine learning models in your iOS applications. This short work begins by reviewing the primary principals of machine learning and then moves on to discussing more advanced topics, such as CoreML, the framework used to enable machine learning tasks in Apple products. Many applications on iPhone use machine learning: Siri to serve voice-based requests, the Photos app for facial recognition, and Facebook to suggest which people that might be in a photo. You'll review how these types of machine learning tasks are implemented and performed so that you can use them in your own apps. Beginning Machine Learning in iOS is your guide to putting machine learning to work in your iOS applications. What You'll Learn Understand the CoreML components Train custom models Implement GPU processing for better computation efficiency Enable machine learning in your application Who This Book Is For Novice developers and programmers who wish to implement machine learning in their iOS applications and those who want to learn the fundamentals about machine learning.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484242780
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Java (Computer program language) ; Computer interfaces ; Electronic books ; local ; Electronic books
    Abstract: Reduce development time by organizing your programs as chains of functional interfaces and see that the advantages of using functional interfaces include the flexibility and power of inlined functional chains and reuse of functional methods utilized throughout the Java API. You'll see how complex logical expressions can be reduced to chains of predicates and how chains of comparators can be used to sort data by several criteria in order. Other examples include streams that utilize functional interfaces to filter, sort, transform, and perform calculations on data; CompletableFutures that use functional interfaces to create cascading and parallel execution threads; and JavaFX programs that use functional interfaces to monitor the data backed by their graphical components. Each chapter contains a complete programming project: the Discount Dave project shows you how to qualify car customers by organizing questions as a list of predicates; the Real Estate Broker project shows you how to use chains of comparators to filter and sort homes according to customer priorities; the Dave's Part Inventory project shows you how to query and write reports from an inventory database using stream operations; and the Sentence Builder project shows you how to correct a sentence by implementing each grammar rule as a separate link in a future chain. Functional Interfaces in Java will help you quickly develop powerful and reliable programs that utilize functional interfaces to implement logic and calculations. What You Will Learn Use the functional interfaces in the java.util.function package to perform conditional logic, transform and generate data, and perform calculations Filter and sort data by several criteria using comparators Process collections and filter, sort, transform, and reduce stream elements with functional interfaces Write cascading and parallel execution threads Who This Book Is For Computer science student or a professional Java programmer. This work is a rigorous discussion of the application of functional interfaces, so prerequisites for this text include basic Java programming and object-oriented Java programming.
    Note: Description based on online resource; title from cover (Safari, viewed March 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    ISBN: 9781484242490 , 1484242491
    Language: English
    Pages: 1 online resource (1 volume)
    Keywords: Computer games ; Programming ; Computer games ; Development ; Electronic books ; local ; Electronic books
    Abstract: Create a fully working multiplayer game from scratch using TypeScript, Socket.IO, and the community edition of Phaser.js. You will achieve amazing feats in the browser without having to install any software. This book teaches you how to use the Phaser game engine APIs to tap into physics, and how to utilize HUD information and fire lasers. Let's Build a Multiplayer Phaser Game dives into the details to show you how to create a multiplayer game from beginning to end. Once you have finished this book, you will be well versed in creating not only a game, but also an application that you can extend with new functionality to enjoy with your friends. What You'll Learn Discover the ins and outs of Socket.IO for real-time web communication Use TypeScript to allow your project to be typed and self-documenting See how gaming mechanics work to make a game entertaining Get a deeper understanding of how to structure your working directory and your code Scale what you have created Who This Book Is For Developers who want to know how to create and structure a complex online game
    Note: Includes index. - Description based on online resource; title from title page (viewed February 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    ISBN: 9781484241912
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Microsoft .NET Framework ; Application software ; Development ; Computer software ; Development ; Internet programming ; Electronic books ; local ; Electronic books
    Abstract: Learn about the fundamentals and inner workings of the Common Type System (CTS) and the Virtual Execution System (VES) of the Common Language Runtime (CLR) and how they relate to the Base Class Library (BCL) from the perspective of the execution environment. The author first gives an introduction to the .NET Framework and describes the architectural and engineering resources required when implementing the .NET Framework on any platform. Next, you will learn about the BCL and understand how to work with system structures including the fundamental built-in types system.array and system.string. You will then learn about the VES along with its methods and functionality. Further, you will go through the Common Intermediate Language (CIL), Assembly Manifest, and versioning. You will also learn how to design and implement libraries in detail by creating a .NET class library. After reading this book, you will understand .NET Framework features, as well as details about the core functionalities of the VES and elements of the CTS. What You Will Learn Discover details of the Common Type System (CTS) Work with the Virtual Execution System (VES) See the importance of correct use of fundamental built-in managed types Carry out good programming practice in a managed environment Implement a .NET class library Who Is This Book For Developers who are working with the .NET Framework on Windows.
    Note: Description based on online resource; title from cover (Safari, viewed June 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781484240991 , 1484240995
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Django (Electronic resource) ; Web sites ; Authoring programs ; Web site development ; Internet programming ; Electronic books ; local ; Electronic books
    Abstract: Learn how to rapidly build your own ecommerce site by applying Django's battle-tested components. This book demonstrates Django's features and conventions to help you develop modern web applications quickly. You'll adopt a "learn by doing" approach and gain a deeper understanding Django by working through a project in which the real-time component will be critical. The book starts with the basics and explains the difference between a Django project and a Django app, the most important settings, how to change them, and the fundamentals of packaging. You'll then be introduced to all the standard tools of Django, along with a sample project. The book then moves on to Channels, a recent addition to the Django ecosystem. It extends the framework with support for real-time operations such as Websockets and other asynchronous features. Practical Django 2 and Channels 2 provides the practical concepts needed to create complex, database-driven websites as easily as possible. What You'll Learn Build and deploy a simple company site with Django Develop more complex, data-heavy sites using the Django ORM Integrate Django with Channels Unit-test your solutions Who This Book Is For Python developers and web developers wanting to learn Django 2 and Channels 2
    Note: Includes index. - Description based on online resource; title from cover (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    ISBN: 9781484242643 , 1484242645
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Electronic games ; Programming ; Application software ; Development ; Electronic books ; local ; Electronic books
    Abstract: Learn to build a simple data-driven mobile game application using the power of Xamarin.Forms, ASP.NET, the Web API, and SignalR with this short book. In it you will build a cross-platform mobile application that targets both iOS and Android, connect your app with your database using Entity Framework, and implement real-time syncing functionality using SignalR. Understanding Game Application Development starts by giving you an overview of the development tools, an installation guide, and a list of prerequisites. You will learn how to manage application flow, create your workspace, and set up your database. Next, you will see how to access data for handling CRUD operations and define the necessary API endpoints. Further, you will build a mobile application with Xamarin.Forms, both in iOS and in Android. You will also understand the deployment and testing process as well as how to build a real-time leader board using ASP.NET MVC and SignalR. Finally, you will understand how to publish your source code on GitHub from Visual Studio 2017. What You Will Learn Understand the basic concept and fundamentals of the technologies used for building the applications Set up your development environment Create a SQL database from scratch Implement a data access layer Define REST service endpoints using the Web API Deploy, test, and debug iOS and Android applications Push your source code to GitHub Who This Book Is For .NET developers who want to jump on mobile application development with Xamarin and learn with practical examples.
    Note: Includes bibliographical references and index. - Description based on online resource; title from cover (viewed February 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    ISBN: 9781484240786
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Java (Computer program language) ; Software patterns ; Electronic books ; local ; Electronic books
    Abstract: Get hands-on experience implementing 26 of the most common design patterns using Java and Eclipse. In addition to Gang of Four (GoF) design patterns, you will also learn about alternative design patterns, and understand the criticisms of design patterns with an overview of anti-patterns. For each pattern you will see at least one real-world scenario, a computer-world example, and a complete implementation including output. This book has three parts. The first part covers 23 Gang of Four (GoF) design patterns. The second part includes three alternative design patterns. The third part presents criticisms of design patterns with an overview of anti-patterns. You will work through easy-to-follow examples to understand the concepts in depth and you will have a collection of programs to port over to your own projects. A Q&A session is included in each chapter and covers the pros and cons of each pattern. The last chapter presents FAQs about the design patterns. The step-by-step approach of the book helps you apply your skills to learn other patterns on your own, and to be familiar with the latest version of Java and Eclipse. What You'll Learn Work with each of the design patterns Implement design patterns in real-world applications Choose from alternative design patterns by comparing their pros and cons Use the Eclipse IDE to write code and generate output Read the in-depth Q&A session in each chapter with pros and cons for each design pattern Who This Book Is For Software developers, architects, and programmers
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed February 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    ISBN: 9781484240694
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: AppRun (Computer file) ; Application software ; Development ; Web applications ; Electronic books ; local ; Electronic books
    Abstract: Explore the concepts, patterns, and architecture behind AppRun applications. With this end-to-end guide, you will be able to build web apps fast to the market with the low learning curve and high development productivity. You will learn how to break down the application logic into three decoupled parts: state, view, and update. You will then see how to connect web page events to the AppRun event life-cycle, route user interactions, access data from the remote servers, compose the user interface using components, and integrate 3rd party libraries. Following examples of various apps, such as the counter app, to-do app, weather app, hacker news reader app, and blog app, you will have all the techniques for developing your AppRun apps including the line of business apps. You will also review wider development concepts such as using strongly typed states practically, unit testing strategies for app state changes, time travel debugging, async web API invocation, server-side virtual DOM, module compilation optimization, the developer tools, and more. What You'll Learn Use AppRun to develop web apps end-to-end Understand the technology behind AppRun Evaluate and compare architecture design Develop applications using Elm architecture, event publication and subscription, and components. Who This Book Is For Web app developers and architects; useful for beginners learning front-end development and more experienced developers interested in learning about AppRun and modern development concepts and principles more generally
    Note: Description based on online resource; title from cover (Safari, viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484239940
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Microsoft BizTalk server ; Client/server computing ; Electronic books ; local ; Electronic books
    Abstract: Gain an in depth view of optimizing the performance of BizTalk Server. This book provides best practices and techniques for improving development of high mission critical solutions. You'll see how the BizTalk Server engine works and how to proactively detect and remedy potential bottlenecks before they occur. The book starts with an overview of the BizTalk Server internal mechanisms that will help you understand the optimizations detailed throughout the book. You'll then see how the mechanisms can be applied to a BizTalk Server environment to improve low and high latency throughput scenarios. A section on testing BizTalk server solutions will guide you through the most frequently adopted techniques used to develop solutions such as performance and unit testing as part of the development cycle. With BizTalk Server 2016 you'll see how to apply side-by-side versioning to your solutions to reduce the chances of downtime, You'll also review instrumentation techniques using Event Traces for windows and business activity monitoring (BAM). While the book is focused on the latest version of BizTalk Server, most of the topics discussed will also work with BizTalk Server 2013R2. What You'll Learn Review BizTalk Server internals and how the message engine works Understand BizTalk Server architecture Gather and analyze BizTalk Server performance data Develop BizTalk Server performance solutions Use advanced troubleshooting tools to help diagnose your platform Who This Book Is For Those who have strong BizTalk and .NET Framework knowledge and want to get their BizTalk Server knowledge to the next level
    Note: Description based on online resource; title from cover (Safari, viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    ISBN: 9781484241820
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: iOS (Electronic resource) ; Mac OS ; Swift (Computer program language) ; Application software ; Development ; Electronic books ; local ; Electronic books
    Abstract: Get the most out of Swift 4 with this carefully compiled collection of select code snippets designed to solve everyday coding problems. This book features the Apress easy-to-use recipe format, with step-by-step instructions, and a no-fuss approach. You'll explore a wide range of topics, all neatly organized according to the language's own core elements and building blocks. You'll review common topics such as conditionals, loops, functions, classes, closures, and arrays. This book also includes recipes to some more advanced problems found in files, system programming, and algorithms. With Swift 4 Recipes , your programming problems are easily resolved, without wading through paragraphs of text. What You'll Learn Create if-switch statements, ternary operator, and nil-coalescing Work with numbers, conversions, mathematical functions Access the command line and retrieving system info Who This Book Is For Mac and iOS developers either looking for a quick problem-solution manual to get started or in search of a quick reference for everyday problems in a dictionary-like fashion.
    Note: Description based on online resource; title from cover (Safari, viewed February 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    ISBN: 9781484239889
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: JavaScript (Computer program language) ; Data structures (Computer science) ; Computer algorithms ; Electronic books ; local ; Electronic books
    Abstract: Explore data structures and algorithm concepts and their relation to everyday JavaScript development. A basic understanding of these ideas is essential to any JavaScript developer wishing to analyze and build great software solutions. You'll discover how to implement data structures such as hash tables, linked lists, stacks, queues, trees, and graphs. You'll also learn how a URL shortener, such as bit.ly, is developed and what is happening to the data as a PDF is uploaded to a webpage. This book covers the practical applications of data structures and algorithms to encryption, searching, sorting, and pattern matching. It is crucial for JavaScript developers to understand how data structures work and how to design algorithms. This book and the accompanying code provide that essential foundation for doing so. With JavaScript Data Structures and Algorithms you can start developing your knowledge and applying it to your JavaScript projects today. What You'll Learn Review core data structure fundamentals: arrays, linked-lists, trees, heaps, graphs, and hash-table Review core algorithm fundamentals: search, sort, recursion, breadth/depth first search, dynamic programming, bitwise operators Examine how the core data structure and algorithms knowledge fits into context of JavaScript explained using prototypical inheritance and native JavaScript objects/data types Take a high-level look at commonly used design patterns in JavaScript Who This Book Is For Existing web developers and software engineers seeking to develop or revisit their fundamental data structures knowledge; beginners and students studying JavaScript independently or via a course or coding bootcamp.
    Note: Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed March 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    ISBN: 9781484239704
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Technical writing ; Handbooks, manuals, etc ; Computer software ; Development ; Computer programmers ; Vocational guidance ; Electronic books ; local ; Electronic books
    Abstract: Learn how to make an impact in the web world. This short book shows you that the best way to become an expert and a thought leader is to thoroughly research a topic and then publish a book on it. The great thing about writing a book is that you don't have to risk anything - all you need is a few hours of writing per week and in no time you can have your own book that you can sell, give away at conferences, and prominently feature on your resume. Since author Azat Mardan published his first book, several high profile tech companies have tried to recruit him and his experience is not an exception! Write Your Way To Success covers everything that he has learned through publishing - see how you can do the same! What You'll Learn Create passive income Review the process of a ProgWriter Examine practical tips about publishing and marketing Who This Book Is For Any experts (or wannabe experts) in technical topics, tools, frameworks for web development, applied computer science, dev ops and QA.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed February 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 16
    ISBN: 9781484239605
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Technology in action
    Keywords: Arduino (Programmable controller) ; Microcontrollers ; Programming ; Electronics ; Amateurs' manuals ; Electronic books ; local ; Electronic books
    Abstract: Extend the range of your Arduino skills, incorporate the new developments in both hardware and software, and understand how the electronic applications function in everyday life. This project-based book extends the Arduino Uno starter kits and increases knowledge of microcontrollers in electronic applications. Learn how to build complex Arduino projects, break them down into smaller ones, and then enhance them, thereby broadening your understanding of each topic.You'll use the Arduino Uno in a range of applications such as a blinking LED, route mapping with a mobile GPS system, and uploading information to the internet. You'll also apply the Arduino Uno to sensors, collecting and displaying information, Bluetooth and wireless communications, digital image captures, route tracking with GPS, controlling motors, color and sound, building robots, and internet access. With Arduino Applied, prior knowledge of electronics is not required, as each topic is described and illustrated with examples using the Arduino Uno. What You'll Learn Set up the Arduino Uno and its programming environment Understand the application of electronics in every day systems Build projects with a microcontroller and readily available electronic components Who This Book Is For Readers with an Arduino starter-kit and little-to-no programming experience and those interested in "how electronic appliances work."
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    ISBN: 9781484239315
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Fashion design ; Digital techniques ; Fashion merchandising ; Clothing trade ; Data processing ; Big data ; Artificial intelligence ; Electronic books ; local ; Electronic books
    Abstract: Learn how Artificial Intelligence (AI) is being applied in the fashion industry. With an application focused approach, this book provides real-world examples, breaks down technical jargon for non-technical readers, and provides an educational resource for fashion professionals. The book investigates the ways in which AI is impacting every part of the fashion value chain starting with product discovery and working backwards to manufacturing. Artificial Intelligence for Fashion walks you through concepts, such as connected retail, data mining, and artificially intelligent robotics. Each chapter contains an example of how AI is being applied in the fashion industry illustrated by one major technological theme. There are no equations, algorithms, or code. The technological explanations are cumulative so you'll discover more information about the inner workings of artificial intelligence in practical stages as the book progresses. What You'll Learn Gain a basic understanding of AI and how it is used in fashion Understand key terminology and concepts in AI Review the new competitive landscape of the fashion industry Conceptualize and develop new ways to apply AI within the workplace Who This Book Is For Fashion industry professionals from designers, managers, department heads, and executives can use this book to learn about how AI is impacting roles in every department and profession.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed February 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    ISBN: 9781484241226 , 1484241223
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Microsoft Azure SQL Database ; Big data ; Quantitative research ; Electronic books ; local ; Electronic books
    Abstract: Improve your analytics and data platform to solve major challenges, including operationalizing big data and advanced analytics workloads on Azure. You will learn how to monitor complex pipelines, set alerts, and extend your organization's custom monitoring requirements. This book starts with an overview of the Azure Data Factory as a hybrid ETL/ELT orchestration service on Azure. The book then dives into data movement and the connectivity capability of Azure Data Factory. You will learn about the support for hybrid data integration from disparate sources such as on-premise, cloud, or from SaaS applications. Detailed guidance is provided on how to transform data and on control flow. Demonstration of operationalizing the pipelines and ETL with SSIS is included. You will know how to leverage Azure Data Factory to run existing SSIS packages. As you advance through the book, you will wrap up by learning how to create a single pane for end-to-end monitoring, which is a key skill in building advanced analytics and big data pipelines. What You'll Learn Understand data integration on Azure cloud Build and operationalize an ADF pipeline Modernize a data warehouse Be aware of performance and security considerations while moving data Who This Book Is For Data engineers and big data developers. ETL (extract, transform, load) developers also will find the book useful in demonstrating various operations.
    Note: Includes index. - Description based on online resource; title from cover (viewed February 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    ISBN: 9781484239162
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: MATLAB ; Machine learning ; Electronic books ; local ; Electronic books
    Abstract: Harness the power of MATLAB to resolve a wide range of machine learning challenges. This book provides a series of examples of technologies critical to machine learning. Each example solves a real-world problem. All code in MATLAB Machine Learning Recipes: A Problem-Solution Approach is executable. The toolbox that the code uses provides a complete set of functions needed to implement all aspects of machine learning. Authors Michael Paluszek and Stephanie Thomas show how all of these technologies allow the reader to build sophisticated applications to solve problems with pattern recognition, autonomous driving, expert systems, and much more. What you'll learn: How to write code for machine learning, adaptive control and estimation using MATLAB How these three areas complement each other How these three areas are needed for robust machine learning applications How to use MATLAB graphics and visualization tools for machine learning How to code real world examples in MATLAB for major applications of machine learning in big data Who is this book for: The primary audiences are engineers, data scientists and students wanting a comprehensive and code cookbook rich in examples on machine learning using MATLAB.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed June 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    ISBN: 9781484238264 , 1484238265
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Single-board computers ; Electronic books ; local ; Electronic books
    Abstract: Get started with the ASUS Tinker Board and begin building and expanding your own projects. This book covers the basic operating systems offered by ASUS for the Tinker Board and Tinker Board S, TinkerOS and Android, and then dives deeper into its capabilities for projects; such as a music streamer or a weather display with internet connectivity. Beginners will find the resources necessary to follow along and more seasoned makers can review additional information to engage with this new single-board computer platform. The projects are broad enough to show off the capability of the Tinker Board's hardware and they can be used as is or you can add to them based on your skill level. The ASUS Tinker Board offers an increase in hardware specs and, as a result, is more powerful compared to other single-board computers on the market, making it a great option for projects that would have previously been a challenge to run on other boards, such as the Raspberry Pi. Single-board computers in general are also gaining in popularity as solutions for many DIY tech projects, ranging from gaming to file storage to being a small form factor desktop Linux computer. Practical Tinker Board is a great resource to the maker community, enabling people to begin truly exploring the Tinker Board. What You'll Learn: Review ASUS Tinker Board's capabilities and functions Gain a deeper understanding of different Linux distributions Build useful projects with a range of hardware and software Take an in-depth look at how to install, configure and use ASUS Tinker Board in projects Who This Book Is For: Those who have previously worked on some beginner maker projects, such as basic Arduino and Raspberry Pi projects, and are looking to expand their skills and knowledge of Linux, single board computers, programming and project builds.
    Note: Includes index. - Description based on online resource; title from cover (viewed February 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    ISBN: 9781484237991
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Medical care ; Data processing ; Machine learning ; Artificial intelligence ; Electronic books ; local ; Electronic books
    Abstract: Explore the theory and practical applications of artificial intelligence (AI) and machine learning in healthcare. This book offers a guided tour of machine learning algorithms, architecture design, and applications of learning in healthcare and big data challenges. You'll discover the ethical implications of healthcare data analytics and the future of AI in population and patient health optimization. You'll also create a machine learning model, evaluate performance and operationalize its outcomes within your organization. Machine Learning and AI for Healthcare provides techniques on how to apply machine learning within your organization and evaluate the efficacy, suitability, and efficiency of AI applications. These are illustrated through leading case studies, including how chronic disease is being redefined through patient-led data learning and the Internet of Things. What You'll Learn Gain a deeper understanding of key machine learning algorithms and their use and implementation within wider healthcare Implement machine learning systems, such as speech recognition and enhanced deep learning/AI Select learning methods/algorithms and tuning for use in healthcare Recognize and prepare for the future of artificial intelligence in healthcare through best practices, feedback loops and intelligent agents Who This Book Is For Health care professionals interested in how machine learning can be used to develop health intelligence - with the aim of improving patient health, population health and facilitating significant care-payer cost savings.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    ISBN: 9781484236765 , 1484236769
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Java (Computer program language) ; Cloud computing ; Application software ; Development ; Web site development ; Electronic books ; local ; Electronic books
    Abstract: Quickly and productively develop complex Spring applications and microservices out of the box, with minimal concern over things like configurations. This revised book will show you how to fully leverage the Spring Boot 2 technology and how to apply it to create enterprise ready applications that just work. It will also cover what's been added to the new Spring Boot 2 release, including Spring Framework 5 features like WebFlux, Security, Actuator and the new way to expose Metrics through Micrometer framework, and more. This book is your authoritative hands-on practical guide for increasing your enterprise Java and cloud application productivity while decreasing development time. It's a no nonsense guide with case studies of increasing complexity throughout the book. The author, a senior solutions architect and Principal Technical instructor with Pivotal, the company behind the Spring Framework, shares his experience, insights and first-hand knowledge about how Spring Boot technology works and best practices. Pro Spring Boot 2 is an essential book for your Spring learning and reference library. What You Will Learn Configure and use Spring Boot Use non-functional requirements with Spring Boot Actuator Carry out web development with Spring Boot Persistence with JDBC, JPA and NoSQL Databases Messaging with JMS, RabbitMQ and WebSockets Test and deploy with Spring Boot A quick look at the Spring Cloud projects Microservices and deployment to the Cloud Extend Spring Boot by creating your own Spring Boot Starter and Enable feature Who This Book Is For Experienced Spring and Java developers seeking increased productivity gains and decreased complexity and development time in their applications and software services.
    Note: Includes index. - Description based on online resource; title from cover (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    Indianapolis, Indiana : Sams
    ISBN: 9780134985497 , 0134985494
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: 2019 edition.
    Keywords: Ubuntu (Electronic resource) ; Operating systems (Computers) ; Electronic books ; Electronic books ; local
    Abstract: Ubuntu Unleashed 2019 Edition is filled with unique and advanced information for everyone who wants to make the most of the Ubuntu Linux operating system. This new edition has been thoroughly updated by a long-time Ubuntu community leader to reflect the exciting new Ubuntu release. Former Ubuntu Forum administrator Matthew Helmke covers all you need to know about Ubuntu installation, configuration, productivity, development, system administration, server operations, networking, virtualization, security, DevOps, and more-including intermediate-to-advanced techniques you won't find in any other book. Helmke presents up-to-the-minute introductions to Ubuntu's key productivity and Web development tools, programming languages, hardware support, and more. You'll find new or improved coverage of navigation via Unity Dash, wireless networking, VPNs, software repositories, new NoSQL database options, virtualization and cloud services, new development tools, monitoring, troubleshooting, and more.
    Note: "2019 edition covering 18.04, 18.10, 19.04, and 19.10"--Cover. - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed July 11, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    Abingdon, Oxon ; : Routledge
    ISBN: 9781351183307 , 1351183303 , 9781351183284 , 1351183281
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als
    Keywords: Executives ; Psychology ; Management ; Psychological aspects ; Resilience (Personality trait) ; Success in business ; Electronic books ; local ; Electronic books
    Abstract: This book is about the rules of long-term professional success. The international study on which this book is based suggests that success is, above all, one thing: the quest for a combination of happiness and satisfaction, coupled with economic independence. However, the data also suggest that the definition of success varies significantly from person to person. And furthermore, it seems like success is not an objective quality, but at least partly it results from a process of comparison with a peer group - which means in turn that the selection of your peer group is crucial for your perceived level of success in life. The author argues that, in fact, certain success factors do exist and that they are fewer in number than one might think. But above all, if we look thoroughly at the lives of truly successful people, it soon becomes apparent that success primarily has to do with overcoming setbacks, failure and crisis. This ability to effectively process adversity is also known as resilience. Because of its criticality for success this concept is discussed in greater depth using the FiRE model (Factors improving Resilience Effectiveness) as a structure. This concept has been developed by the author through many years of research. It differs from existing models due to its holistic approach including analysing different disciplines of science such as biology, medicine, brain research, epigenetics, sociology, psycho-neuro-immunology etc.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    ISBN: 9781523097555 , 1523097558
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Social responsibility of business ; Social entrepreneurship ; Electronic books ; Electronic books ; local
    Abstract: "This book shows how using business as a force for good, not just pursuing short-term profits, can be better for consumers, employees, local communities, the environment, and your company's long-term bottom line." -Tony Hsieh, New York Times bestselling author of Delivering Happiness and CEO, Zappos.com, Inc. B Corps are a global movement of more than 2,700 companies in 60 countries-like Patagonia, Ben & Jerry's, Kickstarter, Danone North America, and Eileen Fisher-that are using the power of business as a force for good. B Corps have been certified to have met rigorous standards of social and environmental performance, accountability, and transparency. This book is the authoritative guide to the what, why, and how of B Corp certification. Coauthors Ryan Honeyman and Dr. Tiffany Jana spoke with the leaders of over 200 B Corps from around the world to get their insights on becoming a Certified B Corp, improving their social and environmental performance, and building a more inclusive economy. The second edition has been completely revised and updated to include a much stronger focus on diversity, equity, and inclusion (DEI). These changes are important because DEI can no longer be a side conversation-it must be a core value for any company that aspires to make money and make a difference. While this book is framed around the B Corp movement, any company, regardless of size, industry, or location, can use the tools contained here to learn how to build a better business. As the authors vividly demonstrate, using business as a force for good can help you attract and retain the best talent, distinguish your company in a crowded market, and increase trust in your brand.
    Note: Previous edition published: 2014. - "Tools for building an inclusive economy.". - Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [New York, New York] : Apress
    ISBN: 9781484245507 , 1484245504
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Python (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Discover everything you need to know about Python to turn your passion of programming into a job you'll love. Fueled by fun and practical examples, this book gives high schoolers who want learn an easy programming language ideas for how to leverage them in the workforce. Start with the basics and before you know it, you'll be building your own web sites, doing white-hat hacking, finding code bugs and errors, and creating games, including using Python to roll characters for RPGs. Every chapter is relaxed and informal, like learning with a cool teacher all the time. Computers, phones and the web are your playground, and you'll be ready to join the party with your own content. Going beyond posts and uploads means learning to program, and Python is a great choice to get started. It's quick to learn, it's flexible, and if you want, it may get you a Python job that pays more than minimum wage when you're out of school. Python for Teenagers is the most fun you'll have while learning. What You'll Learn Review programming basics - you gotta start somewhere Code applications that follow directions and make decisions Understand Classes and objects - when a program is a child Make games with graphics and animation Who This Book Is For High schoolers who want learn an easy programming language.
    Note: Includes index. - Description based on online resource; title from cover (viewed June 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Berkeley, California] : Apress
    ISBN: 9781484244807
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Haskell (Computer program language) ; Functional programming (Computer science) ; Electronic books ; local ; Electronic books
    Abstract: Get a practical, hands-on introduction to the Haskell language, its libraries and environment, and to the functional programming paradigm that is fast growing in importance in the software industry. This book contains excellent coverage of the Haskell ecosystem and supporting tools, include Cabal and Stack for managing projects, HUnit and QuickCheck for software testing, the Spock framework for developing web applications, Persistent and Esqueleto for database access, and parallel and distributed programming libraries. You'll see how functional programming is gathering momentum, allowing you to express yourself in a more concise way, reducing boilerplate, and increasing the safety of your code. Haskell is an elegant and noise-free pure functional language with a long history, having a huge number of library contributors and an active community. This makes Haskell the best tool for both learning and applying functional programming, and Practical Haskell takes advantage of this to show off the language and what it can do. What You Will Learn Get started programming with Haskell Examine the different parts of the language Gain an overview of the most important libraries and tools in the Haskell ecosystem Apply functional patterns in real-world scenarios Understand monads and monad transformers Proficiently use laziness and resource management Who This Book Is For Experienced programmers who may be new to the Haskell programming language. However, some prior exposure to Haskell is recommended.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed May 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Online Resource
    Online Resource
    [Berkeley, California] : Apress
    ISBN: 9781484243954
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: JavaScript (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Discover everything you need to know to get up-to-speed with JavaScript development and add dynamic enhancements to web pages. This completely updated third edition reveals how the code works and when to use closures, constants, and execution content. Starting with the basics, you'll see how to employ prototypical inheritance, as well as memory management, variable hoisting and event bubbling. Also covered is an introduction to Node.js and package managers, key to understanding the tools necessary in front-end development and how they are used with current JavaScript frameworks. JavaScript is one of the most important technologies on the web, providing the means to add dynamic functionality to your web pages and serving as the backbone of working with frameworks like Angular and React. Beginning JavaScript, Third Edition will take you from being a JavaScript novice to working freely with this important technology - begin your JavaScript journey today! What You'll Learn Construct good JavaScript syntax following modern coding practices Use JavaScript to communicate with the server and retrieve data Dynamically manipulate markup, validate forms and deal with images Debug applications using features inside the browser Use TypeScript to bring strong typing to the language Who This Book Is For Beginner to intermediate developers with a basic knowledge of front-end programming who are looking for a deeper understanding of how JavaScript works in the browser and how to answer questions in an interview.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    ISBN: 9781484243183
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: SQL server ; Client/server computing ; Database management ; Electronic books ; local ; Electronic books
    Abstract: Take a deep dive into the many uses of dynamic SQL in Microsoft SQL Server. This edition has been updated to use the newest features in SQL Server 2016 and SQL Server 2017 as well as incorporating the changing landscape of analytics and database administration. Code examples have been updated with new system objects and functions to improve efficiency and maintainability. Executing dynamic SQL is key to large-scale searching based on user-entered criteria. Dynamic SQL can generate lists of values and even code with minimal impact on performance. Dynamic SQL enables dynamic pivoting of data for business intelligence solutions as well as customizing of database objects. Yet dynamic SQL is feared by many due to concerns over SQL injection or code maintainability. Dynamic SQL: Applications, Performance, and Security in Microsoft SQL Server helps you bring the productivity and user-satisfaction of flexible and responsive applications to your organization safely and securely. Your organization's increased ability to respond to rapidly changing business scenarios will build competitive advantage in an increasingly crowded and competitive global marketplace. With a focus on new applications and modern database architecture, this edition illustrates that dynamic SQL continues to evolve and be a valuable tool for administration, performance optimization, and analytics. What You'ill Learn Build flexible applications that respond to changing business needs Take advantage of creative, innovative, and productive uses of dynamic SQL Know about SQL injection and be confident in your defenses against it Address performance concerns in stored procedures and dynamic SQL Troubleshoot and debug dynamic SQL to ensure correct results Automate your administration of features within SQL Server Who This Book is For Developers and database administrators looking to hone and build their T-SQL coding skills. The book is ideal for developers wanting to plumb the depths of application flexibility and troubleshoot performance issues involving dynamic SQL. The book is also ideal for programmers wanting to learn what dynamic SQL is about and how it can help them deliver competitive advantage to their organizations.
    Note: Description based on online resource; title from cover (Safari, viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484242582
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Neural networks (Computer science) ; Machine learning ; Python (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Get up to speed with the deep learning concepts of Pytorch using a problem-solution approach. Starting with an introduction to PyTorch, you'll get familiarized with tensors, a type of data structure used to calculate arithmetic operations and also learn how they operate. You will then take a look at probability distributions using PyTorch and get acquainted with its concepts. Further you will dive into transformations and graph computations with PyTorch. Along the way you will take a look at common issues faced with neural network implementation and tensor differentiation, and get the best solutions for them. Moving on to algorithms; you will learn how PyTorch works with supervised and unsupervised algorithms. You will see how convolutional neural networks, deep neural networks, and recurrent neural networks work using PyTorch. In conclusion you will get acquainted with natural language processing and text processing using PyTorch. What You Will Learn Master tensor operations for dynamic graph-based calculations using PyTorch Create PyTorch transformations and graph computations for neural networks Carry out supervised and unsupervised learning using PyTorch Work with deep learning algorithms such as CNN and RNN Build LSTM models in PyTorch Use PyTorch for text processing Who This Book Is For Readers wanting to dive straight into programming PyTorch.
    Note: Description based on online resource; title from cover (Safari, viewed March 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    ISBN: 9781484242124
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Series Statement: Technology in action
    Keywords: Raspberry Pi (Computer) ; Operating systems (Computers) ; Internet of things ; Electronic books ; local ; Electronic books
    Abstract: Master the command line and Raspbian Linux as well as the physical connections of the Pi. With this book you'll develop skills applicable to other real world applications in both hardware and software development all while working on simple and fun IoT projects that you can do yourself. You'll learn to build programs on the top of Raspbian OS in Raspberry Pi boards. Start by using Raspbian shells to develop programs.Then follow projects and samples step-by-step to get new experiences in Raspbian OS development. You'll also learn the Wolfram Language and Mathematica, Scratch, IoT programs and IoT middleware, Node-RED, Interactive Data Visualization with Jupyter Notebook, and more. There are many features in Raspbian OS and on Raspberry Pi boards perfect for building an IoT program to suite various scenarios. The GPIO pins on your Raspberry Pi allow it to scale further to accomplish all kinds of projects and tasks. Raspbian OS Programming with the Raspberry Pi is your pathway to exploring all of this. What You'll Learn Discover the basics of programming in the Raspbian OS environment Work with the Raspbian Commandline Develop programs with the Wolfram Language and Mathematica Who This Book Is For Students and hobbyists interested in programming on Raspbian OS with Raspberry Pi boards.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed January 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    ISBN: 9781484241769
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Java (Computer program language) ; Application software ; Development ; Computer multitasking ; Electronic data processing ; Distributed processing ; Parallel processing (Electronic computers) ; Electronic books ; local ; Electronic books
    Abstract: Get an easy introduction to reactive streams in Java to handle concurrency, data streams, and the propagation of change in today's applications. This compact book includes in-depth introductions to RxJava, Akka Streams, and Reactor, and integrates the latest related features from Java 9 and 11, as well as reactive streams programming with the Android SDK. Reactive Streams in Java explains how to manage the exchange of stream data across an asynchronous boundary-passing elements on to another thread or thread-pool-while ensuring that the receiving side is not forced to buffer arbitrary amounts of data which can reduce application efficiency. After reading and using this book, you'll be proficient in programming reactive streams for Java in order to optimize application performance, and improve memory management and data exchanges. What You Will Learn Discover reactive streams and how to use them Work with the latest features in Java 9 and Java 11 Apply reactive streams using RxJava Program using Akka Streams Carry out reactive streams programming in Android Who This Book Is For Experienced Java programmers.
    Note: Description based on online resource; title from cover page (Safari, viewed January 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    ISBN: 9781484241646 , 1484241649
    Language: English
    Pages: 1 online resource (1 volume) , illustration
    Keywords: Scrum (Computer software development) ; Electronic books ; local ; Electronic books
    Abstract: Know the details of each part of Scrum so you can understand the purpose each part serves in the framework. Many books describe the "what" part of Scrum, but few explain the "why." Every part of the Scrum framework is important. You need to know the purpose behind each of the parts of the Scrum framework to reap all of its benefits. This book uses stories and examples to provide the understanding of Scrum that is necessary to avoid failure in an Agile transformation effort, and fills an important gap in the existing body of literature about the Scrum framework. Advanced topics also are covered: scaled Scrum, Scrum for projects, and Scrum for the program and portfolio level. What You'll Learn Use the Scrum framework more effectively, especially if you are working in a "hybrid" Scrum environment Understand what to expect from the Scrum framework, how to support it in your organization, and how to measure and maximize results Study Scrum and pass Scrum Master certification tests given by Scrum.org Who This Book Is For Management professionals, existing Scrum masters, product owners, and Scrum developers, and beginners looking to learn Scrum
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (viewed February 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [New York, New York] : Apress
    ISBN: 9781484241431 , 1484241436
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Java (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Get a grounding in polymorphism and other fundamental aspects of object-oriented program design and implementation, and learn a subset of design patterns that any practicing Java professional simply must know in today's job climate. Java Program Design presents program design principles to help practicing programmers up their game and remain relevant in the face of changing trends and an evolving language. The book enhances the traditional design patterns with Java's new functional programming features, such as functional interfaces and lambda expressions. The result is a fresh treatment of design patterns that expands their power and applicability, and reflects current best practice. The book examines some well-designed classes from the Java class library, using them to illustrate the various object-oriented principles and patterns under discussion. Not only does this approach provide good, practical examples, but you will learn useful library classes you might not otherwise know about. The design of a simplified banking program is introduced in chapter 1 in a non-object-oriented incarnation and the example is carried through all chapters. You can see the object orientation develop as various design principles are progressively applied throughout the book to produce a refined, fully object-oriented version of the program in the final chapter. What You'll Learn Create well-designed programs, and identify and improve poorly-designed ones Build a professional-level understanding of polymorphism and its use in Java interfaces and class hierarchies Apply classic design patterns to Java programming problems while respecting the modern features of the Java language Take advantage of classes from the Java library to facilitate the implementation of design patterns in your programs Who This Book Is For Java programmers who are comfortable writing non-object-oriented code and want a guided immersion into the world of object-oriented Java, and intermediate programmers interested in strengthening their foundational knowledge and taking their object-oriented skills to the next level. Even advanced programmers will discover interesting examples and insights in each chapter.
    Note: Includes index. - Description based on online resource; title from cover (viewed February 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    ISBN: 9781484228722
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: R (Computer program language) ; Mathematical statistics ; Data processing ; Machine learning ; Information visualization ; Electronic books ; local ; Electronic books
    Abstract: Carry out a variety of advanced statistical analyses including generalized additive models, mixed effects models, multiple imputation, machine learning, and missing data techniques using R. Each chapter starts with conceptual background information about the techniques, includes multiple examples using R to achieve results, and concludes with a case study. Written by Matt and Joshua F. Wiley, Advanced R Statistical Programming and Data Models shows you how to conduct data analysis using the popular R language. You'll delve into the preconditions or hypothesis for various statistical tests and techniques and work through concrete examples using R for a variety of these next-level analytics. This is a must-have guide and reference on using and programming with the R language. What You'll Learn Conduct advanced analyses in R including: generalized linear models, generalized additive models, mixed effects models, machine learning, and parallel processing Carry out regression modeling using R data visualization, linear and advanced regression, additive models, survival / time to event analysis Handle machine learning using R including parallel processing, dimension reduction, and feature selection and classification Address missing data using multiple imputation in R Work on factor analysis, generalized linear mixed models, and modeling intraindividual variability Who This Book Is For Working professionals, researchers, or students who are familiar with R and basic statistical techniques such as linear regression and who want to learn how to use R to perform more advanced analytics. Particularly, researchers and data analysts in the social sciences may benefit from these techniques. Additionally, analysts who need parallel processing to speed up analytics are given proven code to reduce time to result(s).
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    [New York, New York] : Apress
    ISBN: 9781484241707 , 1484241703
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Computer games ; Programming ; Raspberry Pi (Computer) ; Lua (Computer program language) ; Electronic books ; local ; Electronic books
    Abstract: Learn to set up a Pi-based game development environment, and then develop a game with Lua, a popular scripting language used in major game frameworks like Unreal Engine (BioShock Infinite), CryEngine (Far Cry series), Diesel (Payday: The Heist), Silent Storm Engine (Heroes of Might and Magic V) and many others. More importantly, learn how to dig deeper into programming languages to find and understand new functions, frameworks, and languages to utilize in your games. You'll start by learning your way around the Raspberry Pi. Then you'll quickly dive into learning game development with an industry-standard and scalable language. After reading this book, you'll have the ability to write your own games on a Raspberry Pi, and deliver those games to Linux, Mac, Windows, iOS, and Android. And you'll learn how to publish your games to popular marketplaces for those desktop and mobile platforms. Whether you're new to programming or whether you've already published to markets like Itch.io or Steam, this book showcases compelling reasons to use the Raspberry Pi for game development. Use Developing Games on the Raspberry Pi as your guide to ensure that your game plays on computers both old and new, desktop or mobile. What You'll Learn Confidently write programs in Lua and the LOVE game engine on the Raspberry Pi Research and learn new libraries, methods, and frameworks for more advanced programming Write, package, and sell apps for mobile platforms Deliver your games on multiple platforms Who This Book Is For Software engineers, teachers, hobbyists, and development professionals looking to up-skill and develop games for mobile platforms, this book eases them into a parallel universe of lightweight, POSIX, ARM-based development.
    Note: Includes index. - Description based on online resource; title from cover (viewed February 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    ISBN: 9781484243855 , 1484243854
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Third edition.
    Keywords: Python (Computer program language) ; Handbooks, manuals, etc ; Computer programming ; Electronic books ; local ; Electronic books
    Abstract: Refine your programming techniques and approaches to become a more productive and creative Python programmer. This book explores the concepts and features that will improve not only your code but also your understanding of the Python community with insights and details about the Python philosophy. Pro Python 3 , Third Edition gives you the tools to write clean, innovative code. It starts with a review of some core Python principles, which are illustrated by various concepts and examples later in the book. The first half of the book explores aspects of functions, classes, protocols, and strings, describing techniques which may not be common knowledge, but which together form a solid foundation. Later chapters cover documentation, testing, and app distribution. Along the way, you'll develop a complex Python framework that incorporates ideas learned throughout the book. Updates in this edition include the role of iterators in Python 3, web scraping with Scrapy and BeautifulSoup, using Requests to call web pages without strings, new tools for distribution and installation, and much more. By the end of the book you'll be ready to deploy uncommon features that can take your skills to the next level in Python. What You'll Learn Implement programs with various types of Python functions Work with classes and object-oriented programming Use strings from the standard library and third-party libraries Harvest web site data with Python Automate unit testing by writing a test suite Review imaging, random number generation, and NumPy scientific extensions Understand The Zen of Python documentation to help you decide the best way to distribute your code Who This Book Is For Intermediate programmers familiar with Python who are looking to move to an advanced level. You should have written at least a simple Python application, and be comfortable with a basic object-oriented approach, using the interactive interpreter, and writing control structures.
    Note: Includes index. - Description based on online resource; title from cover (viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [California] : Apress
    ISBN: 9781484243305
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: XML (Document markup language) ; JSON (Document markup language) ; Java (Computer program language) ; Application software ; Development ; Electronic books ; local ; Electronic books
    Abstract: Use this guide to master the XML metalanguage and JSON data format along with significant Java APIs for parsing and creating XML and JSON documents from the Java language. New in this edition is coverage of Jackson (a JSON processor for Java) and Oracle's own Java API for JSON processing (JSON-P), which is a JSON processing API for Java EE that also can be used with Java SE. This new edition of Java XML and JSON also expands coverage of DOM and XSLT to include additional API content and useful examples. All examples in this book have been tested under Java 11. In some cases, source code has been simplified to use Java 11's var language feature. The first six chapters focus on XML along with the SAX, DOM, StAX, XPath, and XSLT APIs. The remaining six chapters focus on JSON along with the mJson, GSON, JsonPath, Jackson, and JSON-P APIs. Each chapter ends with select exercises designed to challenge your grasp of the chapter's content. An appendix provides the answers to these exercises. What You'll Learn Master the XML language Create, validate, parse, and transform XML documents Apply Java's SAX, DOM, StAX, XPath, and XSLT APIs Master the JSON format for serializing and transmitting data Code against third-party APIs such as Jackson, mJson, Gson, JsonPath Master Oracle's JSON-P API in a Java SE context Who This Book Is For Intermediate and advanced Java programmers who are developing applications that must access data stored in XML or JSON documents. The book also targets developers wanting to understand the XML language and JSON data format.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed March 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    Oakland, CA : Berrett-Koehler Publishers
    ISBN: 9781523098392 , 1523098392 , 9781523098378 , 1523098376
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Parallel Title: Erscheint auch als
    Keywords: Women ; Employment ; Career development ; Case studies ; Women ; Social networks ; Electronic books ; Electronic books ; local
    Abstract: Joan Kuhl helps women create a clear vision of what their career path deserves to be and make a convincing business case for equality to their managers and senior leadership. You'll learn strategies for overcoming sexist cultural attitudes about gender and leadership, as well as for dealing with self-limiting behaviors like Imposter's Syndrome (the feeling that you're never good enough despite a track record of success) and the Myth of Meritocracy (the idea that just doing good work is the only way to advance). Because relationships are absolutely crucial, Kuhl describes how to build support networks before you even need them and explains how to get actionable feedback that will help you get to the next level-the kind women rarely are afforded. Case studies, practical exercises, and inspiring stories from Kuhl's work with clients at companies such as Eli Lilly and Company, Goldman Sachs, U.S. Soccer, BlackRock, South Carolina Asphalt Pavement Association and top business schools make this a truly comprehensive guide. It's an indispensable resource for women seeking to build the confidence and conviction to secure the seat at the table they've earned and create a welcoming workplace for everyone.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484236062
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Information technology ; Management ; Leadership ; Technological innovations ; Management ; Electronic books ; local ; Electronic books
    Abstract: Get ready to be an effective digital leader, influencer, disruptor, and catalyst for change in the digital world! As a leader you need to constantly evolve to achieve sustained success. The world is being transformed by Digital. The pace of change is constantly accelerating and volatility and complexity are the new norms. Digital leaders are at the forefront of these waves of change, creating new markets and transforming traditional ones. This book is a framework and set of tools that will help you develop a deep awareness of yourself, your teams, and your stakeholders. The powerful four-step process (designed to remain relevant over time) ensures that you are embracing adversity, driving disruption, and unlocking your full leadership potential. What You'll Learn Be an influencer, disrupter, and catalyst for change in a disruptive world Know five key career recommendations from 40 digital leaders with more than 400 years of combined experience Use the four steps of the Unnatural Selection framework to facilitate your personal evolution and digital leadership success Demystify what makes people tick using the Human Full Stack, which is a model analogous to the technical full stack, so that complex behaviors are easier to understand Embody intentionality to avoid distractions and achieve what's important-your personal evolution, growing amazing teams, and influencing stakeholders Who This Book Is For Leaders who come from a technical background or are leading technical teams/organizations and want to be a part of building tomorrow's digital world
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed August 2, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    ISBN: 9781484236642
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: Second edition.
    Keywords: Project management ; Examinations ; Study guides ; Project managers ; Certification ; Electronic books ; local ; Electronic books
    Abstract: Use this study guide to prepare for the Certified Associate in Project Management (CAPM) exam, based on PMBOK's sixth edition, administered by the Project Management Institute (PMI). The revised and updated second edition of the best-selling CAPM in Depth has a laser-sharp focus on the exam objectives for project managers and others who want to pass the CAPM exam. No prior knowledge of project management is assumed. The chapters and the sections within each chapter are presented in a logical learning sequence. The concepts and topics, both simple and complex, are clearly explained when they appear for the first time. This facilitates step-wise learning, prevents confusion, and makes this book useful for those who want to get up to speed quickly to pass the CAPM exam, even if you are new to the discipline of project management. This book tells the story of project management in a cohesive, concise, yet comprehensive fashion. Unlike most CAPM exam books, this book is not just an exam-cram book. It is an easy-to-understand guide that is a valuable reference both before and after the exam. What You'll Learn Understand the body of knowledge required to earn the Certified Associate in Project Management (CAPM) certification Acquire the knowledge needed to successfully manage projects in any field Who This Book Is For Project management practitioners preparing for the CAPM exam, entry-level project managers and project team members preparing for the CAPM exam, beginners who want to join the field of project management and get up to speed quickly, project managers who need a quick and easy reference to the discipline of project management, instructors and trainers who need a textbook for a course on project management
    Note: Description based on online resource; title from cover (Safari, viewed August 15, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    ISBN: 9781484240908
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Self-employed ; Entrepreneurship ; Temporary employment ; Computer programmers ; Vocational guidance ; Electronic books ; local ; Electronic books
    Abstract: Take an in-depth look into the gig economy to see how tech professionals and entrepreneurs can earn a living as freelancers and contractors. Build your own business. The pros and cons of the lifestyle and what to expect from it are discussed. In this book, author Adam Sinicki explains the impact of the gig economy and the forces that led to it as it relates to technology and working online. You will understand how to make a living supplying tech skills on a "per gig" basis. Practical instructions, advice, and tips are provided on goal setting, lifestyle design, and selecting the types of work and contracts that further your goals and support the things you value as you transition from a 9-5 job. What You'll Learn Know the types of work that a tech freelancer can offer: coding, SEO, web development, 3D modeling, and more Find and manage clients Negotiate pay and contracts Stay productive without a manager Discover useful tools, websites, and apps to build your business and ensure a steady income Who This Book Is For Entrepreneurs who are already a part of the gig economy and want to learn more about their options, tech professionals looking to transition to purely freelancing/contracting, companies interested in learning more about this change in the jobs market, technologists interested in exploring how the Internet is shaping the way people live and work, and professionals interested in lifestyle design or becoming "digital nomads"
    Note: Includes bibliographic references. - Description based on online resource; title from cover (Safari, viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    New York : McGraw-Hill Education
    ISBN: 9781260454024 , 1260454029
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    DDC: 306.209477
    Keywords: Social change ; Social movements ; Political culture ; Social change ; Ukraine ; Social movements ; Ukraine ; Political culture ; Ukraine ; Ukraine ; Social conditions ; 1991- ; Electronic books ; Electronic books ; local ; Since 1991 ; Mouvements sociaux ; Ukraine ; BUSINESS & ECONOMICS / Leadership ; Political culture ; Social change ; Social conditions ; Social movements ; Ukraine ; Ukraine Social conditions 1991-2014 ; Ukraine Social conditions 2014-
    Abstract: What does it take to change the world? This book will show you how to harness the power of CASCADES to create a revolutionary movement! If you could make a change-any change you wanted-what would it be? Would it be something in your organization or your industry? Maybe something it's in your community or throughout society as a whole? Creating true change is never easy. Most startups don't survive. Most community groups never get beyond small local actions. Even when a spark catches fire and protesters swarm the streets, it often seems to fizzle out almost as fast as it started. The status quo is, almost by definition, well entrenched and never gives up without a fight. In this groundbreaking book, one of today's top innovation experts delivers a guide for driving transformational change. To truly change the world or even just your little corner of it, you don't need a charismatic leader or a catchy slogan. What you need is a cascade: small groups that are loosely connected but united by a common purpose. As individual entities, these groups may seem inconsequential, but when they synchronize their collective behavior as networks, they become immensely powerful. Through the power of cascades, a company can be made anew, an industry disrupted, or even an entire society reshaped. As Satell takes us through past and present movements, he explains exactly why and how some succeed while others fail.
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (viewed June 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : RIBA Publishing | Boston, MA : Safari
    ISBN: 9781000701609
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: When searching for genuinely sustainable building design and technology - designs that go beyond conventional sustainability to be truly restorative - we often find that nature got there first. Over 3.5 billion years of natural history have evolved innumerable examples of forms, systems, and processes that can be applied to modern green design. For architects, urban designers and product designers, this new edition of Biomimicry in Architecture looks to the natural world to achieve radical increases in resource efficiency. Packed with case studies predicting future trends, this edition also contains updated and expanded chapters on structures, materials, waste, water, thermal control and energy, as well as an all-new chapter on light. An amazing sourcebook of extraordinary design solutions, Biomimicry in Architecture is a must-read for anyone preparing for the challenges of building a sustainable and restorative future.
    Note: Online resource; Title from title page (viewed August 12, 2019) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119538226 , 111953822X , 9781119538196
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 5th edition
    Parallel Title: Erscheint auch als
    DDC: 343.04
    Keywords: Tax planning ; Electronic books ; local ; Planification fiscale ; Tax planning
    Abstract: An essential, timesaving guide for accountants, lawyers, nonprofit executives and directors, consultants, and volunteers This book is an indispensable guide to navigating the complex maze of nonprofit tax rules and regulations. A clear and fully cited description of the requirements for the various categories of tax-exempt entities from public charities, private foundations, civic associations, business leagues, and social clubs to title-holding companies and governmental entities can be found. Practical guidance on potential for income tax on revenue-producing enterprises along with explanations of many exceptions to taxability is provided. Issues raised by Internet activity, advertising, publishing, providing services, and much more are explained. This useful guide covers the many significant issues facing nonprofit organizations, including compensation and possible private inurement, affiliation, separations and mergers, donor disclosures, lobbying and electioneering, and employment taxes. Offers a supplemental, annual update to keep subscribers current on relevant changes in IRS forms, requirements, and related tax procedures Includes easy-to-use checklists highlighting such critical concerns as tax-exempt eligibility, reporting to the IRS, and comprehensive tax compliance issues Features a variety of sample documents for private foundations, including penalty abatement requests and sharing space agreements Provides helpful practice aids, such as a comparison of the differences between public and private charities, charts reflecting lobbying limits for different types of entities, and listings of rulings and cases that illustrate permissible activity for each type of organizations compared to impermissible activity Filled with practical tips and suggestions for handling such critical situations as preparing for and surviving an IRS examination, Tax Planning and Compliance for Tax-Exempt Organizations, Fifth Edition provides guidance for the significant issues facing nonprofit organizations.
    Note: Online resource; Title from title page (viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Center for Creative Leadership | Boston, MA : Safari
    Language: English , Polish
    Pages: 1 online resource (32 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This guidebook provides an introduction to the basics of leader-coaching, including a structure and a set of guidelines to conduct effective formal and informal coaching conversations with your direct reports. Leaders are in the best position to support the development of their people. Coaching skills are one important set of tools that can be used to leverage people’s everyday experiences at work, to drive development, and to build leadership capacity in individuals, teams, and organizations.
    Note: Online resource; Title from title page (viewed October 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Become a leader worth following by using the proven, evidence-based methods of the widely respected, global leadership firm Linkage, Inc. and leadership development expert Mark Hannum The world’s greatest leaders focus on three critical things: they are committed to accomplishing something that matters; they articulate a vision that others embrace; and they demonstrate a series of five commitments that make up the message of this book. In Become , Mark Hannum, a leading Executive Coach, Consultant, Practitioner and Researcher in the leadership field, reveals the evidence-based secrets that surfaced from vast data Linkage has collected on leadership effectiveness. He details the five commitments that the best leaders make to themselves and their organizations: •INSPIRE others to join the pursuit of a common vision •ENGAGE every team member to contribute their best abilities •INNOVATE key products or processes that lead to the goal •ACHIEVE results by organizing people and aligning resources •BECOME more self-aware and courageous as a leader
    Note: Online resource; Title from title page (viewed November 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (584 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: The GNU Autotools make it easy for developers to create software that is portable across many Unix-like operating systems, and even Windows. Although the Autotools are used by thousands of open source software packages, they have a notoriously steep learning curve. Autotools is the first book to offer programmers a tutorial-based guide to the GNU build system. Author John Calcote begins with an overview of high-level concepts and a hands-on tour of the philosophy and design of the Autotools. He then tackles more advanced details, like using the M4 macro processor with Autoconf, extending the framework provided by Automake, and building Java and C# sources. He concludes with solutions to frequent problems encountered by Autotools users. This thoroughly revised second edition has been updated to cover the latest versions of the Autotools. It includes five new chapters on topics like pkg-config, unit and integration testing with Autotest, internationalizing with GNU tools, the portability of gnulib, and using the Autotools with Windows. As with the first edition, you'll focus on two projects: Jupiter, a simple “Hello, world!” program, and FLAIM, an existing, complex open source effort containing four separate but interdependent projects. Follow along as the author takes Jupiter’s build system from a basic makefile to a full-fledged Autotools project, and then as he converts the FLAIM projects from complex, hand-coded makefiles to the powerful and flexible GNU build system. Learn how to: •Master the Autotools build system to maximize your software’s portability •Generate Autoconf configuration scripts to simplify the compilation process •Produce portable makefiles with Automake •Build cross-platform software libraries with Libtool •Write your own Autoconf macros This detailed introduction to the GNU Autotools is indispensable for developers and programmers looking to gain a deeper understanding of this complex suite of tools. Stop fighting against the system and make sense of it all with the second edition of Autotools !
    Note: Online resource; Title from title page (viewed November 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (236 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Document the architecture of your software easily with this highly practical, open-source template. Key Features Get to grips with leveraging the features of arc42 to create insightful documents Learn the concepts of software architecture documentation through real-world examples Discover techniques to create compact, helpful, and easy-to-read documentation Book Description When developers document the architecture of their systems, they often invent their own specific ways of articulating structures, designs, concepts, and decisions. What they need is a template that enables simple and efficient software architecture documentation. arc42 by Example shows how it's done through several real-world examples. Each example in the book, whether it is a chess engine, a huge CRM system, or a cool web system, starts with a brief description of the problem domain and the quality requirements. Then, you'll discover the system context with all the external interfaces. You'll dive into an overview of the solution strategy to implement the building blocks and runtime scenarios. The later chapters also explain various cross-cutting concerns and how they affect other aspects of a program. What you will learn Utilize arc42 to document a system's physical infrastructure Learn how to identify a system's scope and boundaries Break a system down into building blocks and illustrate the relationships between them Discover how to describe the runtime behavior of a system Know how to document design decisions and their reasons Explore the risks and technical debt of your system Who this book is for This book is for software developers and solutions architects who are looking for an easy, open-source tool to document their systems. It is a useful reference for those who are already using arc42. If you are new to arc42, this book is a great learning resource. For those of you who want to write better technical documentation will benefit from the general concepts covered in this book.
    Note: Online resource; Title from title page (viewed October 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Algebra I Essentials For Dummies (9781119590965) was previously published as Algebra I Essentials For Dummies (9780470618349). While this version features a new Dummies cover and design, the content is the same as the prior release and should not be considered a new or updated product. With its use of multiple variables, functions, and formulas algebra can be confusing and overwhelming to learn and easy to forget. Perfect for students who need to review or reference critical concepts, Algebra I Essentials For Dummies provides content focused on key topics only, with discrete explanations of critical concepts taught in a typical Algebra I course, from functions and FOILs to quadratic and linear equations. This guide is also a perfect reference for parents who need to review critical algebra concepts as they help students with homework assignments, as well as for adult learners headed back into the classroom who just need a refresher of the core concepts. The Essentials For Dummies Series Dummies is proud to present our new series, The Essentials For Dummies . Now students who are prepping for exams, preparing to study new material, or who just need a refresher can have a concise, easy-to-understand review guide that covers an entire course by concentrating solely on the most important concepts. From algebra and chemistry to grammar and Spanish, our expert authors focus on the skills students most need to succeed in a subject.
    Note: Online resource; Title from title page (viewed May 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Upgrade your Echo expertise with this Dummies guide to all things Alexa Amazon's hugely popular family of Echo devices has made Alexa a household name. She can answer your questions, entertain you, and even help around the house. Alexa for Dummies is the perfect guide for Alexa users who want to get up and running with their Echo devices. From basic setup to making the most of Alexa’s powerful smart home capabilities, this is your one-stop resource to all things Alexa. Whether you’ll use Alexa to send text messages, play music, control your thermostat, look up recipes, replenish your pantry, or just search the internet for information, you’ll find detailed instructions in this fun and easy-to-understand guide. Set up and personalize your Alexa device with an Amazon account and custom settings, including your preferred Alexa voice Use Alexa to play music throughout your home, stream videos online, and meet all your entertainment needs Unlock the power of advanced features like Alexa Skills and make your Alexa accessible Turn your ordinary house into a modern smart home with advanced smart home features and Echo accessories The virtual assistant you've dreamed of is now a reality with your favorite Echo device . Let Alexa For Dummies make your wish Alexa's command.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Libros de Cabecera | Boston, MA : Safari
    Language: English , Spanish
    Pages: 1 online resource (196 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Estás ante un conflicto, o ante una reunión importante, o una presentación, o cualquier otra circunstancia del trabajo diario que te inquieta, que te genera incertidumbre. Y seguramente te gustaría tener el dominio de la situación, sentirte fuerte, con un gran autocontrol y fortaleza de espíritu. La sintonía entre mente, cuerpo y emociones es lo que puedes conseguir gracias a este libro. Con un enfoque inédito basado en el aikido, arte marcial inspirado en la filosofía de los samuráis, y el coaching aprenderás cómo mantener el control emocional, tener una postura asertiva, buscar soluciones creativas, anticiparte, guiar a los demás y, especialmente, mantener un rendimiento de liderazgo óptimo con facilidad para ganar en impacto e influencia.
    Note: Online resource; Title from title page (viewed May 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Use Adobe Analytics as a marketer —not a programmer! If you're a marketer in need of a non-technical, beginner's reference to using Adobe Analytics, this book is the perfect place to start. Adobe Analytics For Dummies arms you with a basic knowledge of the key features so that you can start using it quickly and effectively. Even if you're a digital marketer who doesn't have their hands in data day in and day out, this easy-to-follow reference makes it simple to utilize Adobe Analytics. With the help of this book, you'll better understand how your marketing efforts are performing, converting, being engaged with, and being shared in the digital space. Evaluate your marketing strategies and campaigns Explore implementation fundamentals and report architecture Apply Adobe Analytics to multiple sources Succeed in the workplace and expand your marketing skillset The marketing world is continually growing and evolving, and Adobe Analytics For Dummies will help you stay ahead of the curve.
    Note: Online resource; Title from title page (viewed April 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243886
    Language: English
    Pages: 1 online resource (515 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Ben is stuck. A development lead with a strong vision for how the intersection of development and operations at his office can be improved, he can’t help but feel overwhelmed and discouraged by common problems such as slow turnaround time, rushed and ineffective handover documentation, mounting technical debt, and a lagging QA process. What steps should Ben take to build the momentum needed to create positive changes within his company? In this unique business novel by Dave Harrison and Knox Lively, two DevOps professionals with years of diverse experience in the industry, you follow Ben as he solves work frustrations in order to adopt Agile, DevOps, and microservices architectures for his organization. Achieving DevOps addresses the “Now what?” moment many DevOps professionals face on their journey. The story provides you with the knowledge you need to navigate the internal political waters, build management support, show measurable results, and bring DevOps successfully into your organization. Come away with practical lessons and timeless business concepts. You’ll know how to effect change in a company from the bottom up, gain support, and instill a pattern of progressively building on success. Experience Ben’s progress vicariously in Achieving DevOps and bridge the gap between inspiration and the implementation of your own DevOps practices. Who This Book Is For Those serving as change agents who are working to influence and move their organizations toward a DevOps approach to software development and deployment: those working to effect change from the bottom up such as development leads, QA leads, project managers, and individual developers; and IT directors, CTOs, and others at the top of an organization who are being asked to lend their support toward DevOps implementation efforts
    Note: Online resource; Title from title page (viewed May 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An in-depth description of the state-of-the-art of 3D shape analysis techniques and their applications This book discusses the different topics that come under the title of "3D shape analysis". It covers the theoretical foundations and the major solutions that have been presented in the literature. It also establishes links between solutions proposed by different communities that studied 3D shape, such as mathematics and statistics, medical imaging, computer vision, and computer graphics. The first part of 3D Shape Analysis: Fundamentals, Theory, and Applications provides a review of the background concepts such as methods for the acquisition and representation of 3D geometries, and the fundamentals of geometry and topology. It specifically covers stereo matching, structured light, and intrinsic vs. extrinsic properties of shape. Parts 2 and 3 present a range of mathematical and algorithmic tools (which are used for e.g., global descriptors, keypoint detectors, local feature descriptors, and algorithms) that are commonly used for the detection, registration, recognition, classification, and retrieval of 3D objects. Both also place strong emphasis on recent techniques motivated by the spread of commodity devices for 3D acquisition. Part 4 demonstrates the use of these techniques in a selection of 3D shape analysis applications. It covers 3D face recognition, object recognition in 3D scenes, and 3D shape retrieval. It also discusses examples of semantic applications and cross domain 3D retrieval, i.e. how to retrieve 3D models using various types of modalities, e.g. sketches and/or images. The book concludes with a summary of the main ideas and discussions of the future trends. 3D Shape Analysis: Fundamentals, Theory, and Applications is an excellent reference for graduate students, researchers, and professionals in different fields of mathematics, computer science, and engineering. It is also ideal for courses in computer vision and computer graphics, as well as for those seeking 3D industrial/commercial solutions.
    Note: Online resource; Title from title page (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Association for Talent Development | Boston, MA : Safari
    ISBN: 9781949036480
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Reach New Heights as a Mentor Broaden people’s perspectives. Sustain momentum for development. Drive significant career growth. It doesn’t take a workplace superhero to accomplish all of this. You can do it—when you become a masterful mentor. While mentoring resources typically center on the mentee or the program, 10 Steps to Successful Mentoring is devoted explicitly to helping you excel in the role of mentor. In this book, Wendy Axelrod helps you stretch your mentoring abilities to yield substantial rewards for you and your mentee. Drawing on more than 20 years of work with mentors, she delves into proven approaches to use in your ongoing meetings, such as elevating the power of questions, leveraging experience for learning, and expanding growth using everyday psychology. Come away inspired to take on a fresh challenge. Whether mentoring is a calling or a choice, you’re new to it or a seasoned veteran, or you’re in a formal program or on your own, 10 Steps to Successful Mentoring is the resource you’ll return to again and again. It’s filled with real-life examples and 40 tools to help you master the nuances that drive deliberate development. Woven throughout are Wendy’s seven guiding principles that distinguish the most successful mentors (hint: "Start where your mentee is, not where you think they should be"). Become the best possible mentor, and deliver memorable experiences to your mentees and create a lasting legacy for yourself.
    Note: Online resource; Title from title page (viewed June 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (440 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Mit diesem Original Microsoft Prüfungstraining bereiten Sie sich effizient auf die Microsoft-Zertifizierungsprüfung MD-100: Windows 10 vor. Dabei konzentriert sich dieses Buch auf die richtige Herangehensweise an die Prüfungsfragen und die dafür nötige kritische Analyse der Fragen sowie den richtigen Ansatz zur Entscheidungsfindung. Die Prüfung MD-100 konzentriert sich auf folgende Themen:- Windows bereitstellen- Konfigurationsaufgaben nach der Installation durchführen- lokale Benutzer, lokale Gruppen und Geräte verwalten- Datenzugriff und -schutz konfigurieren- Geräte mit lokalen Richtlinien konfigurieren- Windows-Sicherheit verwalten- Netzwerk konfigurieren- Remotezugriff konfigurieren- System- und Datenwiederherstellung konfigurieren- Updates verwalten- Windows überwachen und verwalten
    Note: Online resource; Title from title page (viewed November 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : IBM Redbooks | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (35 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: IBM® Spectrum Archive Enterprise Edition for the IBM TS4500, IBM TS3500, IBM TS4300, and IBM TS3310 tape libraries provides seamless integration of IBM Linear Tape File System (LTFS) with IBM Spectrum® Scale by creating an LTFS tape tier. You can run any application that is designed for disk files on tape by using IBM Spectrum Archive. IBM Spectrum Archive can play an important role in reducing the cost of storage for data that does not need the access performance of primary disk. The IBM Spectrum Archive Virtual Appliance can be deployed in minutes and key features can be tried along with this user guide. The virtual machine (VM) has a pre-configured IBM Spectrum Scale and a virtual tape library that allows to quickly test the IBM Spectrum Archive features without connecting to a physical tape library. The virtual appliance is provided as a VirtualBox .ova file.
    Note: Online resource; Title from title page (viewed December 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747501313
    Language: English , German
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ein Fahrzeug mit Vierradantrieb, einen Roboter-Arm sowie Spiel- und Laufroboter bauen Spaß mit Robotern, die durch Labyrinthe finden, Linien verfolgen und Hindernisse erkennen Einsatz von Arduino Uno zusammen mit Motoren und Sensoren Inzwischen haben Roboter längst in deinen Alltag Einzug gehalten und du begegnest ihnen in Form von Mäh- oder Saugrobotern oder als lernendes Spielzeug in Hundegestalt. Auf der Arbeit deiner Eltern gibt es vielleicht riesige Roboterarme, die schwere Lasten heben oder wie von Geisterhand durch die Fabrik fahren. Du bist fasziniert von Robotern und möchtest dir einen eigenen Roboter bauen und ihn nach deinen Vorstellungen programmieren, damit er das macht, was du willst? Dann ist dieses Buch genau das richtige für dich. Du lernst Schritt für Schritt, verschiedene Roboter zu bauen und zu programmieren: ein Fahrzeugroboter mit vielen Möglichkeiten der Steuerung, der zum Beispiel in einem Labyrinth fahren kann, ein sechsfüßiger Laufroboter oder sogar einer auf nur zwei Beinen. Dazu brauchst du weder Programmierkenntnisse noch musst du dich mit Elektronik auskennen. Wir nutzen den beliebten Arduino Uno und Standard-Bauteile, die du überall kaufen kannst. Eine Liste der Materialien, die du benötigst, findest du am Ende des Buchs. Ansonsten sind ein wenig Geschick und Freude beim Basteln alles, was du mitbringen solltest. Als Programmiersprache kommt die visuelle Programmiersprache NEPO aus dem Open Roberta Lab zum Einsatz, die so ähnlich ist wie Scratch oder Snap!. Anstatt mühsam Befehle zu tippen, kannst du damit bunte Grafiken miteinander kombinieren und leistungsfähige Programme erstellen. Zum Download: Die Lösungen zu den Aufgaben, anschauliche Videos, eine Anschlussübersicht des Arduino Uno zum Ausdrucken und der Programmiercode der Beispielprogramme aus dem Buch. Systemvoraussetzungen: Windows 10 Aus dem Inhalt: Einen einfachen Roboter bauen: Schrubbi, der Bürsten-Käfer Erste Schritte mit Arduino und NEPO: LEDs zum Blinken bringen oder wie eine Ampel schalten Programmieren mit Grafik-Blöcken anstatt Befehle lernen zu müssen: Aktionen, Sensoren, Variablen, Funktionen u.v.m. Ein Roboter-Fahrgestell zusammenbauen, Gas geben, bremsen, Kurven fahren und die zurückgelegte Strecke messen Motor, Servomotor und Getriebe verstehen Wie der Roboter automatisch die Richtung ändert, Linien folgt und Hindernisse erkennt Einen Roboter-Arm wie in der Industrie bauen Ein sechsfüßiger Laufroboter und sogar einer, der auf zwei Beinen ...
    Note: Online resource; Title from title page (viewed December 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (328 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Programmierer, die mit einer dynamisch typisierten Sprache arbeiten, wissen, wie schwer es ist, ein Projekt zu skalieren: was den Umfang der Codebasis angeht, vor allem aber die Zahl der beteiligten Programmierer. Mit TypeScript hat Microsoft 2012 eine Sprache veröffentlicht, die sich durch moderne Sprachkonstrukte, aber insbesondere durch ein mächtiges Typsystem auszeichnet und so die Entwicklung von skalierenden JavaScript-Anwendungen wirksam unterstützt. Boris Cherny, Engineering- und Produkt-Leader bei Facebook, leitet Entwickler mit Grundkenntnissen in JavaScript an, sich systematisch und gründlich in die beliebte Sprache einzuarbeiten. Im Anschluss an die Grundlagen wie z.B. verschiedene Typen und Typ-Operatoren werden fortgeschrittene Themen wie das ausgeklügelte Typsystem (einschließlich der Anleitung zum sicheren Umgang mit Fehlern und zum Erstellen asynchroner Programme), die Migration von JavaScript-Projekten zu TypeScript sowie TypeScript-Applikationen im Produktionsbetrieb behandelt.
    Note: Online resource; Title from title page (viewed November 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254523
    Language: English
    Pages: 1 online resource (489 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: The web has to be inclusive. One in five people living in the UK have a disability. From Microsoft's "inclusive design" movement - creating adaptive controllers for users with a range of disabilities - to Beyoncé's site being sued for failure to be accessible, the importance of considering access needs is gaining mainstream attention. Recognizing and catering for a range of disabilities in our online platforms is key to achieving a truly inclusive web. You'll be guided through a broad range of access needs, the barriers users often face, and provided practical advice on how your sites can help rather than hinder. Going beyond advice tailored solely for developers, this book offers potential improvements for designers, developers, user experience professionals, QA and testers, so that everyone involved in building a website can engage with the concepts without the need to understand how to code. Learn about the very latest technology - such as natural language processing and smart home tech - and explore its application accessibly. This book comes complete with practical examples you can use in your own sites and, for the first time in any web accessibility book, access needs experienced by those with mental health disorders and cognitive impairments are comprehensively covered. Applicable to both new projects and those maintaining existing sites and looking for achievable improvements on them, Practical Web Inclusion and Accessibility gives you all the information you need to ensure that your sites are truly accessible for the modern, inclusive web. What You Will Learn Understand the vast range of disabilities that have online access needs Apply the practical steps required to cater for those needs Use new technology to open up exciting avenues for the sites you create and maintain Approach accessibility from a full spectrum of online disciplines Start thinking about users with specific disabilities and how it impacts your work Who This Book Is For Anyone who wants to have a greater understanding of the inclusive web and considerations that should be made. You do not need to have coding knowledge.
    Note: Online resource; Title from title page (viewed November 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (250 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sprachanwendungen wie Amazon Alexa und Google Translate sind heute allgegenwärtig. Grundlage dafür ist das Natural Language Processing (NLP), das zahllose Möglichkeiten für die Entwicklung intelligenter, Deep-Learning-basierter Anwendungen eröffnet. In diesem Buch lernen Sie die neuesten Techniken zur Verarbeitung von Sprache kennen und nutzen dabei das neue, flexible Deep-Learning-Framework PyTorch. Die Autoren vermitteln Ihnen einen Überblick über NLP-Methoden und Grundkonzepte neuronaler Netze und demonstrieren Ihnen dann, wie Sie Sprachanwendungen mit PyTorch entwickeln. Sie erfahren z.B., wie Sie Einbettungen verwenden, um Wörter, Sätze und Dokumente darzustellen, wie sich Sequenzdaten mit RNNs modellieren und Sequenzvoraussagen und Sequenz-zu-Sequenz-Modelle generieren lassen, und Sie lernen Entwurfsmuster für den Aufbau von produktionsreifen NLP-Systemen kennen.
    Note: Online resource; Title from title page (viewed November 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Language: English
    Pages: 1 online resource (100 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The IBM® Elastic Storage Server GUI provides an easy way to configure and monitor various features that are available with the IBM ESS system. It is a web application that runs on common web browsers, such as Chrome, Firefox, and Edge. The ESS GUI uses Java Script and Ajax technologies to enable smooth and desktop-like interfacing. This IBM Redpaper publication provides a broad understanding of the architecture and features of the ESS GUI. It includes information about how to install and configure the GUI and in-depth information about the use of the GUI options. The primary audience for this paper includes experienced and new users of the ESS system.
    Note: Online resource; Title from title page (viewed November 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747500170
    Language: English , German
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Von den Grundlagen Neuronaler Netze über Machine Learning bis hin zu Deep-Learning-Algorithmen Anschauliche Diagramme, Anwendungsbeispiele in Python und der Einsatz von NumPy Keine Vorkenntnisse in Machine Learning oder höherer Mathematik erforderlich Deep Learning muss nicht kompliziert sein. Mit diesem Buch lernst du anhand vieler Beispiele alle Grundlagen, die du brauchst, um Deep-Learning-Algorithmen zu verstehen und anzuwenden. Dafür brauchst du nichts weiter als Schulmathematik und Kenntnisse der Programmiersprache Python. Alle Codebeispiele werden ausführlich erläutert und mathematische Hintergründe anhand von Analogien veranschaulicht. Der Autor erklärt leicht verständlich, wie Neuronale Netze lernen und wie sie mit Machine-Learning-Verfahren trainiert werden können. Du erfährst, wie du dein erstes Neuronales Netz erstellst und wie es mit Deep-Learning-Algorithmen Bilder erkennen sowie natürliche Sprache verarbeiten und modellieren kann. Hierbei kommen Netze mit mehreren Schichten wie CNNs und RNNs zum Einsatz. Fokus des Buches ist es, Neuronale Netze zu trainieren, ohne auf vorgefertigte Python-Frameworks zurückzugreifen. So verstehst du Deep Learning von Grund auf und kannst in Zukunft auch komplexe Frameworks erfolgreich für deine Projekte einsetzen. Aus dem Inhalt: Parametrische und nichtparametrische Modelle Überwachtes und unüberwachtes Lernen Vorhersagen mit mehreren Ein- und Ausgaben Fehler messen und verringern Hot und Cold Learning Batch- und stochastischer Gradientenabstieg Überanpassung vermeiden Generalisierung Dropout-Verfahren Backpropagation und Forward Propagation Bilderkennung Verarbeitung natürlicher Sprache (NLP) Sprachmodellierung Aktivierungsfunktionen Sigmoid-Funktion Tangens hyperbolicus Softmax Convolutional Neural Networks (CNNs) Recurrent Neural Networks (RNNs) Long Short-Term Memory (LSTM) Deep-Learning-Framework erstellen
    Note: Online resource; Title from title page (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (356 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Dieses Buch ist fu?r Einsteiger und fortgeschrittene LEGO Fans, die ihren LEGO-Sets mehr Leben einhauchen wollen. In Kombination mit Effekten werden LEGO-Modelle realitätsnaher. Von LEGO gibt es zur Beleuchtung von Modellen nur ein sehr begrenztes Angebot. »LEGO-Modelle beleuchten« hilft bei der Wahl der passenden LED-Lösung und gibt technische Tips, z.B. bei der Entscheidung zum Durchmesser und der Länge von Kabeln oder der verwendeten Anschlussvariante in Form von Steckern bzw. Buchsen. Darüber hinaus unterstützt es den Leser beim Selbstbau von Beleuchtungen und bei der Programmierung ihrer Steuerung. Schritt-fu?r-Schritt-Anleitungen und Beispielprojekte sowie Grundlagen zu den notwendigen Elektronik-Themen runden das Buch ab.
    Note: Online resource; Title from title page (viewed November 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958458550
    Language: English , German
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Fundierte Einführung mit zahlreichen Beispielen aus der Praxis Kotlin für Android- und Webanwendungen Mit vielen Tipps für Java-Umsteiger Kotlin ist eine Programmiersprache, die sich in den letzten Jahren von einem reinen Java-Ersatz für Android zu einer vollwertigen Cross-Plattform-Sprache entwickelt hat. Dieses Buch richtet sich an Entwickler, die Kotlin als neue Programmiersprache kennenlernen und in einer Java-Umgebung wie Android einsetzen wollen, oder die sich für Multiplattform-Techniken interessieren. Dabei konzentriert sich der Autor auf die Grundlagen der Sprache und erläutert umfassend ihre Strukturen, Befehle und Sprachfeatures. Anhand zahlreicher Beispiele lernen Sie, wie Sie Kotlin in einer Produktivumgebung effektiv einsetzen können. Da Kotlin funktionale Programmierung ermöglicht und sich an diesem Konzept orientiert, erläutert der Autor außerdem, was Sie wissen müssen, um funktionalen und objektorientierten Stil zu kombinieren. Darüber hinaus erhalten Sie einen Ausblick auf weiterführende Themen und Konzepte wie automatische Tests, die Organisation von größeren Projekten durch Architekturmuster und die Nebenläufigkeit mit Kotlin-Coroutines. Auch die Anwendung von Kotlin für Android wird vorgestellt und gezeigt, wie die neue Sprache konkret hilft, moderne Architekturen umzusetzen. Zum Abschluss geht der Autor auf die Entwicklung von Cross-Plattform- sowie JavaScript-Anwendungen mit Kotlin ein. Mit diesem Buch erhalten Sie einen umfassenden Einstieg in Kotlin. Es enthält viele Informationen für Entwickler, die sich das erste Mal mit einer statisch typisierten Sprache beschäftigen und für diejenigen, die von der Android-Entwicklung mit Java kommen und auf Kotlin umsteigen und bisherigen Code ergänzen oder ersetzen wollen.
    Note: Online resource; Title from title page (viewed November 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (268 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: D3.js ist die führende JavaScript-Bibliothek, um webbasierte Grafiken und interaktive Visualisierungen zu erstellen. Das Buch ermöglicht JavaScript-Programmierern und anderen mit allgemeinem Programmierhintergrund einen raschen Einstieg in das Thema. Es erklärt außerdem unterstützende Technologien wie SVG, HTML5, CSS und das DOM Es bildet eine praktische Anlaufstelle für ein technisches Publikum und sollte in keiner Webagentur fehlen.
    Note: Online resource; Title from title page (viewed November 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (350 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In the past few years, going cloud native has been a big advantage for many companies. But it’s a tough technique to get right, especially for enterprises with critical legacy systems. This practical hands-on guide examines effective architecture, design, and cultural patterns to help you transform your organization into a cloud native enterprise—whether you’re moving from older architectures or creating new systems from scratch. By following Wealth Grid, a fictional company, you’ll understand the challenges, dilemmas, and considerations that accompany a move to the cloud. Technical managers and architects will learn best practices for taking on a successful company-wide transformation. Cloud migration consultants Pini Reznik, Jamie Dobson, and Michelle Gienow draw patterns from the growing community of expert practitioners and enterprises that have successfully built cloud native systems. You’ll learn what works and what doesn’t when adopting cloud native—including how this transition affects not just your technology but also your organizational structure and processes. You’ll learn: What cloud native means and why enterprises are so interested in it Common barriers and pitfalls that have affected other companies (and how to avoid them) Context-specific patterns for a successful cloud native transformation How to implement a safe, evolutionary cloud native approach How companies addressed root causes and misunderstandings that hindered their progress Case studies from real-world companies that have succeeded with cloud native transformations
    Note: Online resource; Title from title page (viewed November 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (176 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: C – kurz & gut ist die praktische Taschenreferenz für jeden C-Programmierer. Das Buch ist ein nützlicher Begleiter, um schnell Informationen über ein bestimmtes Syntaxelement oder eine Bibliothek zu finden – unabhängig davon, ob Sie bereits mit C Erfahrung haben oder mit der Sprache noch nicht vertraut sind. Einsteiger in C können sich einen ersten Überblick über die Sprachfeatures verschaffen, für fortgeschrittene Programmierer ist das Buch die ideale Schnellreferenz. Das Buch besteht aus zwei Teilen: einer kompakten Beschreibung der Sprache und einer thematisch strukturierten Referenz der Standardbibliothek. Das Buch wurde für die 2. Auflage vollständig aktualisiert, erweitert und durch Neuerungen wie beispielsweise die Multithreading-Bibliothek ergänzt. Es deckt jetzt den ISO-Standard C18 ab.
    Note: Online resource; Title from title page (viewed September 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248782
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the right way to code in Python. This book provides the tips and techniques you need to produce cleaner, error-free, and eloquent Python projects. Your journey to better code starts with understanding the importance of formatting and documenting your code for maximum readability, utilizing built-in data structures and Python dictionary for improved maintainability, and working with modules and meta-classes to effectively organize your code. You will then dive deep into the new features of the Python language and learn how to effectively utilize them. Next, you will decode key concepts such as asynchronous programming, Python data types, type hinting, and path handling. Learn tips to debug and conduct unit and integration tests in your Python code to ensure your code is ready for production. The final leg of your learning journey equips you with essential tools for version management, managing live code, and intelligent code completion. After reading and using this book, you will be proficient in writing clean Python code and successfully apply these principles to your own Python projects. What You’ll Learn Use the right expressions and statements in your Python code Create and assess Python Dictionary Work with advanced data structures in Python Write better modules, classes, functions, and metaclasses Start writing asynchronous Python immediately Discover new features in Python Who This Book Is For Readers with a basic Python programming knowledge who want to improve their Python programming skills by learning right way to code in Python.
    Note: Online resource; Title from title page (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : BCS Learning & Development Limited | Boston, MA : Safari
    ISBN: 1780174640
    Language: English
    Pages: 1 online resource (248 pages)
    Edition: 1st edition
    Series Statement: BCS guides to IT roles
    Parallel Title: Erscheint auch als
    DDC: 658.4038
    Keywords: Information technology Management ; Data processing service centers Management ; Information technology Vocational guidance ; Electronic books ; local ; Technologie de l'information ; Gestion ; Centres de traitement de l'information ; Gestion ; Technologie de l'information ; Orientation professionnelle ; Data processing service centers ; Management ; Information technology ; Management ; Information technology ; Vocational guidance
    Abstract: Change management is about the control of all changes that have an effect on the IT services and hence, the business of an organisation. This practical book describes the change manager role in depth including purpose, typical responsibilities and required skills. Change management methods, techniques, useful tools and relevant standards and frameworks are also covered, and career progression opportunities are discussed. --- 'Constructed on practical advice, exploring many of the myths about the IT change manager but delivered with a sense of humour and importantly, a huge dose of realism.' Sandra Whittleston IT Service Management Educator and Researcher, Open University ---- 'How refreshing to find a book about IT Change Management written by someone who clearly understands the subject, with a wealth of practical knowledge and experience shared with the reader...Buy this book and it won’t sit on the shelf – it will be read and used as both a reference and an educational tool.' Marny Thompson MBCS CITP
    Note: Online resource; Title from title page (viewed July 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (246 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: When you need answers about using C# 8.0, this tightly focused and practical book tells you exactly what you need to know without long intros or bloated samples. Easy to browse, C# 8.0 Pocket Reference is ideal as a quick source of information or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier C# version. All programs and code snippets are available as interactive samples in LINQPad. You can edit these samples and instantly see the results without needing to set up projects in Visual Studio. Written by the author of C# 7.0 in a Nutshell , this pocket reference covers C# 8.0 without skimping on detail, including: C# fundamentals and features new to C# 8.0 Advanced topics like operator overloading, type constraints, iterators, nullable types, operator lifting, lambda expressions, and closures LINQ: sequences, lazy execution, standard query operators, and query expressions Unsafe code and pointers, custom attributes, preprocessor directives, and XML documentation
    Note: Online resource; Title from title page (viewed November 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : BCS Learning & Development Limited | Boston, MA : Safari
    ISBN: 9781780174563 , 178017456X , 1780174578 , 9781780174570
    Language: English
    Pages: 1 online resource (76 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als
    DDC: 658.15224
    Keywords: Proposal writing in business ; Electronic books ; local ; Affaires ; Rédaction de projets ; LANGUAGE ARTS & DISCIPLINES / Composition & Creative Writing ; LANGUAGE ARTS & DISCIPLINES / Rhetoric ; REFERENCE / Writing Skills ; Proposal writing in business
    Abstract: A business case is a logical, structured argument to bring about business change, aimed at the decision makers in an organisation. A persuasive, well-written business case can win over your readers and get you the all important approval you need. In this book you’ll discover the do’s and don’ts of pitching your ideas through a business case. You'll learn what the essential components of a business case are, including what key questions you should be answering, how to structure your business case, factors to consider when thinking about benefits and risks, and how best to tackle ROI. --- 'Presents a practical and down to earth approach to business case development.' Peter Wheatcroft , Moderator for the UK IT Industry Awards, Service Desk and Incident Manager
    Note: Online resource; Title from title page (viewed January 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (2 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Cloud computing is the practice of storing data, software, and services online so you can access and consume them remotely over the internet. This infographic describes the options and benefits of cloud computing as well as the common deployment models.
    Note: Online resource; Title from title page (viewed July 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (380 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Develop high-quality interactive games with the power of Unreal Engine's visual scripting language and Blueprints framework Key Features Design a fully functional game in UE4 without writing a single line of code Implement visual scripting to develop gameplay mechanics, UI, visual effects, VR and artificial intelligence Deploy your game on multiple platforms and share it with the world Book Description Blueprints is the visual scripting system in Unreal Engine that enables programmers to create baseline systems and can be extended by designers. This book helps you explore all the features of the Blueprint Editor and guides you through using Variables, Macros, and Functions. You'll also learn about object-oriented programming (OOP) and discover the Gameplay Framework. In addition to this, you'll learn how Blueprint Communication allows one Blueprint to access information from another Blueprint. Later chapters will focus on building a fully functional game using a step-by-step approach. You'll start with a basic first-person shooter (FPS) template, and each chapter will build on the prototype to create an increasingly complex and robust game experience. You'll then progress from creating basic shooting mechanics to more complex systems, such as user interface elements and intelligent enemy behavior. The skills you will develop using Blueprints can also be employed in other gaming genres. In the concluding chapters, the book demonstrates how to use arrays, maps, enums, and vector operations. Finally, you'll learn how to build a basic VR game. By the end of this book, you'll have learned how to build a fully functional game and will have the skills required to develop an entertaining experience for your audience. What you will learn Understand programming concepts in Blueprints Create prototypes and iterate new game mechanics rapidly Build user interface elements and interactive menus Use advanced Blueprint nodes to manage the complexity of a game Explore all the features of the Blueprint editor, such as the Components tab, Viewport, and Event Graph Get to grips with object-oriented programming (OOP) concepts and explore the Gameplay Framework Learn Virtual Reality development with UE Blueprint Who this book is for This book is for anyone who is interested in developing games or applications with UE4. Although basic knowledge of Windows OS is required, experience in programming or UE4 is not necessary. Downloading the example code for this ebook: ...
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: With Beyond Spreadsheets with R you’ll learn how to go from raw data to meaningful insights using R and RStudio. Each carefully crafted chapter covers a unique way to wrangle data, from understanding individual values to interacting with complex collections of data, including data you scrape from the web. You’ll build on simple programming techniques like loops and conditionals to create your own custom functions. You’ll come away with a toolkit of strategies for analyzing and visualizing data of all sorts.
    Note: Online resource; Title from title page (viewed January 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Master the online tools available to grow your business and conquer the competition Business Hack is your essential roadmap to business growth and online marketing success. Author and successful entrepreneur John Lee shares his proven methods to harness the power of online tools, including using social media—offering practical steps to create and implement highly effective cyber-marketing campaigns. Thanks to the digital revolution, you no longer need teams of marketing experts and other expensive overheads to build and promote your business. This unique and valuable resource covers everything you need to consider when building your marketing strategy, from established principles of sales to cutting-edge digital techniques. In today’s dynamic business environment, strong and ongoing engagement in social media marketing is no longer an option–it is a necessity . From local craft-based businesses to new tech start-ups and even global multinational corporations, effective cyber-marketing can be instrumental in determining success. A comprehensive digital strategy enables you to compete across all platforms and maintain viability and relevance in the face of intense competition. Following the proven techniques in this essential guide allows you to: Implement powerful social media marketing campaigns to increase revenue and rise above the competition Integrate traditional sales and advertising methods with modern technology to create a comprehensive business marketing strategy Identify future trends to stay ahead of the technology curve and capitalize on new opportunities. Learn the skills used by successful entrepreneurs and respected experts in online marketing The Internet and rise of digital media have changed the rules of business and marketing. It is now possible for small and new businesses to compete and thrive in the global marketplace through intelligent use of digital and social media marketing. Business Hack provides the tools and knowledge necessary to succeed in the 21st century.
    Note: Online resource; Title from title page (viewed February 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Taddy, Matt Business data science
    DDC: 658.4/033
    RVK:
    Keywords: Data Analytics ; Statistische Methodenlehre ; Operations Research ; Künstliche Intelligenz ; Electronic books ; local ; Management ; Entscheidung ; Maschinelles Lernen
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. Use machine learning to understand your customers, frame decisions, and drive value The business analytics world has changed, and Data Scientists are taking over. Business Data Science takes you through the steps of using machine learning to implement best-in-class business data science. Whether you are a business leader with a desire to go deep on data, or an engineer who wants to learn how to apply Machine Learning to business problems, you’ll find the information, insight, and tools you need to flourish in today’s data-driven economy. You’ll learn how to: •Use the key building blocks of Machine Learning: sparse regularization, out-of-sample validation, and latent factor and topic modeling •Understand how use ML tools in real world business problems, where causation matters more that correlation •Solve data science programs by scripting in the R programming language Today’s business landscape is driven by data and constantly shifting. Companies live and die on their ability to make and implement the right decisions quickly and effectively. Business Data Science is about doing data science right. It’s about the exciting things being done around Big Data to run a flourishing business. It’s about the precepts, principals, and best practices that you need know for best-in-class business data science.
    Note: Online resource; Title from title page (viewed August 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Project Management Institute | Boston, MA : Safari
    ISBN: 9781628254815
    Language: English
    Pages: 1 online resource (94 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Benefits realization is the common thread that runs from organizational strategy through project deliverables that contribute benefits. Yet, according to PMI’s 2018 Pulse of the Profession Report: Success in Disruptive Times, only one in three organizations report high benefits realization maturity. This practice guide provides a comprehensive look at the topic of benefits realization in portfolio, program, and project management and will help you tackle this important topic and drive more successful outcomes and better strategic alignment in your organization. Inside this practice guide you will find: • Standardized definitions for benefits realization, benefits realization management and associated benefits realization terms. • The core principles of benefits realization • The benefits realization management life cycle from organizational mission, vision, and strategy through project deliverables and success measurement, and how it contributes to the expected benefits and value that the organization intends to realize. • A framework and guidance to help practitioners manage benefits realization in organizational project management and portfolio, program, and project management. As with all PMI standards and publications, this practice guide also aligns with our other standards including: A Guide to the Project Management Body of Knowledge (PMBOK Guide)® – Sixth Edition; The Standard for Program Management – Fourth Edition; and The Standard for Portfolio Management – Fourth Edition.
    Note: Online resource; Title from title page (viewed January 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251775
    Language: English
    Pages: 1 online resource (427 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Utilize this easy-to-follow beginner's guide to understand how deep learning can be applied to the task of anomaly detection. Using Keras and PyTorch in Python, the book focuses on how various deep learning models can be applied to semi-supervised and unsupervised anomaly detection tasks. This book begins with an explanation of what anomaly detection is, what it is used for, and its importance. After covering statistical and traditional machine learning methods for anomaly detection using Scikit-Learn in Python, the book then provides an introduction to deep learning with details on how to build and train a deep learning model in both Keras and PyTorch before shifting the focus to applications of the following deep learning models to anomaly detection: various types of Autoencoders, Restricted Boltzmann Machines, RNNs & LSTMs, and Temporal Convolutional Networks. The book explores unsupervised and semi-supervised anomaly detection along with the basics of time series-based anomaly detection. By the end of the book you will have a thorough understanding of the basic task of anomaly detection as well as an assortment of methods to approach anomaly detection, ranging from traditional methods to deep learning. Additionally, you are introduced to Scikit-Learn and are able to create deep learning models in Keras and PyTorch. What You Will Learn Understand what anomaly detection is and why it is important in today's world Become familiar with statistical and traditional machine learning approaches to anomaly detection using Scikit-Learn Know the basics of deep learning in Python using Keras and PyTorch Be aware of basic data science concepts for measuring a model's performance: understand what AUC is, what precision and recall mean, and more Apply deep learning to semi-supervised and unsupervised anomaly detection Who This Book Is For Data scientists and machine learning engineers interested in learning the basics of deep learning applications in anomaly detection
    Note: Online resource; Title from title page (viewed October 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781789807608
    Language: English
    Pages: 1 online resource (396 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Explore open-source Linux tools and advanced binary analysis techniques to analyze malware, identify vulnerabilities in code, and mitigate information security risks Key Features Adopt a methodological approach to binary ELF analysis on Linux Learn how to disassemble binaries and understand disassembled code Discover how and when to patch a malicious binary during analysis Book Description Binary analysis is the process of examining a binary program to determine information security actions. It is a complex, constantly evolving, and challenging topic that crosses over into several domains of information technology and security. This binary analysis book is designed to help you get started with the basics, before gradually advancing to challenging topics. Using a recipe-based approach, this book guides you through building a lab of virtual machines and installing tools to analyze binaries effectively. You'll begin by learning about the IA32 and ELF32 as well as IA64 and ELF64 specifications. The book will then guide you in developing a methodology and exploring a variety of tools for Linux binary analysis. As you advance, you'll learn how to analyze malicious 32-bit and 64-bit binaries and identify vulnerabilities. You'll even examine obfuscation and anti-analysis techniques, analyze polymorphed malicious binaries, and get a high-level overview of dynamic taint analysis and binary instrumentation concepts. By the end of the book, you'll have gained comprehensive insights into binary analysis concepts and have developed the foundational skills to confidently delve into the realm of binary analysis. What you will learn Traverse the IA32, IA64, and ELF specifications Explore Linux tools to disassemble ELF binaries Identify vulnerabilities in 32-bit and 64-bit binaries Discover actionable solutions to overcome the limitations in analyzing ELF binaries Interpret the output of Linux tools to identify security risks in binaries Understand how dynamic taint analysis works Who this book is for This book is for anyone looking to learn how to dissect ELF binaries using open-source tools available in Linux. If you're a Linux system administrator or information security professional, you'll find this guide useful. Basic knowledge of Linux, familiarity with virtualization technologies and the working of network sockets, and experience in basic Python or Bash scripting will assist you with understanding the concepts in this book Downloading the example code f...
    Note: Online resource; Title from title page (viewed September 20, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: This book offers detailed coverage of color, colorants, the coloring of materials, and reproducing the color of materials through imaging. It combines the clarity and ease of earlier editions with significant updates about the advancement in color theory and technology. Provides guidance for how to use color measurement instrumentation, make a visual assessment, set a visual tolerance, and select a formulation Supplements material with numerical examples, graphs, and illustrations that clarify and explain complex subjects Expands coverage of topics including spatial vision, solid-state lighting, cameras and spectrophotometers, and translucent materials
    Note: Online resource; Title from title page (viewed April 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (30 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Many modern programming languages include libraries to handle performance, multiple cores, structured data, errors or failures, and other tasks. Ballerina builds many of these tasks directly into the language. With this brief introduction, developers and software architects will learn how Ballerina can speed development and reduce failures in today’s cloud native, distributed environments. Ballerina is a general-purpose cloud native programming language that specializes in integration. On the surface, it looks like many other C-style languages, but Ballerina also contains features that incorporate current best practices for web programming, microservices, and Agile- or DevOps-oriented development. In this report, O’Reilly editor Andy Oram helps you understand what Ballerina offers and how it solves modern development problems. You’ll explore how: High-level Ballerina features make it easier to conduct network activities This language is designed around DevOps practices with an IDE-based build system Ballerina includes a module for continuous integration and testing Modules for deploying programs on Docker, Kubernetes, or AWS Lambda are included Ballerina also features compiler extensions, security, concurrency, and error checking
    Note: Online resource; Title from title page (viewed October 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254707
    Language: English
    Pages: 1 online resource (214 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Design, build, and justify an optimal Microsoft IoT footprint to meet your project needs. This book describes common Internet of Things components and architecture and then focuses on Microsoft’s Azure components relevant in deploying these solutions. Microsoft-specific topics addressed include: deploying edge devices and pushing intelligence to the edge; connecting IoT devices to Azure and landing data there, applying Azure Machine Learning, analytics, and Cognitive Services; roles for Microsoft solution accelerators and managed solutions; and integration of the Azure footprint with legacy infrastructure. The book concludes with a discussion of best practices in defining and developing solutions and creating a plan for success. What You Will Learn Design the right IoT architecture to deliver solutions for a variety of project needs Connect IoT devices to Azure for data collection and delivery of services Use Azure Machine Learning and Cognitive Services to deliver intelligence in cloud-based solutions and at the edge Understand the benefits and tradeoffs of Microsoft's solution accelerators and managed solutions Investigate new use cases that are described and apply best practices in deployment strategies Integrate cutting-edge Azure deployments with existing legacy data sources Who This Book Is For Developers and architects new to IoT projects or new to Microsoft Azure IoT components as well as readers interested in best practices used in architecting IoT solutions that utilize the Azure platform
    Note: Online resource; Title from title page (viewed November 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Understand and interpret the global debt capital markets Now in a completely updated and expanded edition, this is a technical guide to the yield curve, a key indicator of the global capital markets and the understanding and accurate prediction of which is critical to all market participants. Being able to accurately and timely predict the shape and direction of the curve permits practitioners to consistently outperform the market. Analysing and Interpreting the Yield Curve, 2nd Edition describes what the yield curve is, explains what it tells participants, outlines the significance of certain shapes that the curve assumes and, most importantly, demonstrates what factors drive it and how it is modelled and used. Covers the FTP curve, the multi-currency curve, CSA, OIS-Libor and 3-curve models Gets you up to speed on the secured curve Describes application of theoretical versus market curve relative value trading Explains the concept of the risk-free rate Accessible demonstration of curve interpolation best-practice using cubic spline, Nelson-Siegel and Svensson 94 models This advanced text is essential reading for traders, asset managers, bankers and financial analysts, as well as graduate students in banking and finance.
    Note: Online resource; Title from title page (viewed June 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747500323
    Language: English , German
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 3D-Modelle professionell konstruieren, rendern, animieren und simulieren Aufbereitung der Modelle für 3D-Druck und CNC-Bearbeitungen sowie Einführung in den Fertigungsprozess Alle wichtigen Funktionen anhand praktischer Beispiele Schritt für Schritt erklärt Mit dem cloudbasierten CAD/CAM-Programmsystem Fusion 360 lassen sich schnell und einfach professionelle 3D-Modelle und 2D-Fertigungszeichnungen erstellen und für CNC-Bearbeitungen und 3D-Druck vorbereiten. Dieses Buch bietet eine praktische Einführung in die wichtigsten Funktionen der umfangreichen Software. Dabei setzt der Autor folgende Themenschwerpunkte: 3D-Modelle zweidimensional skizzieren und aus der Skizze heraus erzeugen Volumenkörper-, Flächen-, Freiform- und Netzmodellierung 2D-Fertigungszeichnungen mit Beschriftung und Stücklisten ableiten Bauteile und Baugruppen rendern, animieren und Mechanismen simulieren Erstellen von Fertigungsdaten für 3D-Drucker und CNC-Bearbeitungsmaschinen 3D-Druck und CNC-Bearbeitungen (wie CNC-Fräsen, CNC-Drehen und Laserschneiden) Alle Funktionen und Arbeitsweisen werden Schritt für Schritt demonstriert und eingeübt. Zahlreiche praktische Beispiele helfen, die verschiedenen Techniken nachzuvollziehen und zu verinnerlichen. Nach der Lektüre dieses Buches sind Sie bestens gerüstet, individuelle 3D-Modelle sowie die entsprechenden Fertigungsdaten zu erstellen und eigene Projekte umzusetzen. Aus dem Inhalt: Installation und Benutzeroberfläche Skizzenerstellung 3D-Modellierung mit Volumen, Flächen, Freiform-Elementen und Netzen Ableiten von Zeichnungen Simulation Baugruppen mit Gelenken Animieren und Rendern Blechkonstruktionen 3D-Druck und CNC-Bearbeitungen (Fräsen, Drehen, Bohren und Schneiden) Zahlreiche praktische Beispiele Zum Download: Alle im Buch verwendeten Konstruktionsbeispiele stehen unter www.mitp.de/0030 zum kostenlosen Download zur Verfügung.
    Note: Online resource; Title from title page (viewed July 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250280
    Language: English
    Pages: 1 online resource (195 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Artificial intelligence touches nearly every part of your day. While you may initially assume that technology such as smart speakers and digital assistants are the extent of it, AI has in fact rapidly become a general-purpose technology, reverberating across industries including transportation, healthcare, financial services, and many more. In our modern era, an understanding of AI and its possibilities for your organization is essential for growth and success. Artificial Intelligence Basics has arrived to equip you with a fundamental, timely grasp of AI and its impact. Author Tom Taulli provides an engaging, non-technical introduction to important concepts such as machine learning, deep learning, natural language processing (NLP), robotics, and more. In addition to guiding you through real-world case studies and practical implementation steps, Taulli uses his expertise to expand on the bigger questions that surround AI. These include societal trends, ethics, and future impact AI will have on world governments, company structures, and daily life. Google, Amazon, Facebook, and similar tech giants are far from the only organizations on which artificial intelligence has had—and will continue to have—an incredibly significant result. AI is the present and the future of your business as well as your home life. Strengthening your prowess on the subject will prove invaluable to your preparation for the future of tech, and Artificial Intelligence Basics is the indispensable guide that you’ve been seeking. What You Will Learn Study the core principles for AI approaches such as machine learning, deep learning, and NLP (Natural Language Processing) Discover the best practices to successfully implement AI by examining case studies including Uber, Facebook, Waymo, UiPath, and Stitch Fix Understand how AI capabilities for robots can improve business Deploy chatbots and Robotic Processing Automation (RPA) to save costs and improve customer service Avoid costly gotchas Recognize ethical concerns and other risk factors of using artificial intelligence Examine the secular trends and how they may impact your business Who This Book Is For Readers without a technical background, such as managers, looking to understand AI to evaluate solutions.
    Note: Online resource; Title from title page (viewed August 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Pearson FT Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Make Better Decisions, Leverage New Opportunities, and Automate Decisioning at Scale Prescriptive analytics is more directly linked to successful decision-making than any other form of business analytics. It can help you systematically sort through your choices to optimize decisions, respond to new opportunities and risks with precision, and continually reflect new information into your decisioning process. In Prescriptive Analytics , analytics expert Dr. Dursun Delen illuminates the field’s state-of-the-art methods, offering holistic insight for both professionals and students. Delen’s end-to-end, all-inclusive approach covers optimization, simulation, multi-criteria decision-making methods, inference- and heuristic-based decisioning, and more. Balancing theory and practice, he presents intuitive conceptual illustrations, realistic example problems, and real-world case studies–all designed to deliver knowledge you can use. Discover where prescriptive analytics fits and how it improves decision-making Identify optimal solutions for achieving an objective within real-world constraints Analyze complex systems via Monte-Carlo, discrete, and continuous simulations Apply powerful multi-criteria decision-making and mature expert systems and case-based reasoning Preview emerging techniques based on deep learning and cognitive computing
    Note: Online resource; Title from title page (viewed October 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (108 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Learn how to build dynamic schema-driven forms with Vue from scratch Key Features Understand the basics of form component composition Scale and integrate your forms with libraries such as Vuex and Vuelidate Convert any form into a self-generated schema-driven app Book Description Almost every web application and site out there handles user input in one way or another, from registration forms and log-in handling to registration and landing pages. Building Forms with Vue.js follows a step-by-step approach to help you create an efficient user interface (UI) and seamless user experience (UX) by building quick and easy-to-use forms. You'll get off to a steady start by setting up the demo project. Next, you'll get to grips with component composition from creating reusable form components through to implementing the custom input components. To further help you develop a convenient user input experience, the book will show you how to enhance custom inputs with v-mask. As you progress, you'll get up to speed with using Vuelidate and Vuex to effectively integrate your forms. You'll learn how to create forms that use global state, reactive instant user input validation and input masking, along with ensuring that they are completely schema-driven and connected to your application's API. Every chapter builds on the concepts learned in the previous chapter, while also allowing you to skip ahead to the topics you're most interested in. By the end of this book, you will have gained the skills you need to transform even the simplest form into a crafted user and developer experience with Vue. What you will learn Learn all about the basics of creating reusable form components with the Vue framework Understand v-model and how it plays a role in form creation Create forms that are completely powered and generated by a schema, either locally or from an API endpoint Understand how Vuelidate allows for easy declarative validation of all your form's inputs with Vue's reactivity system Connect your application with a Vuex-powered global state management Use the v-mask library to enhance your inputs and improve user experience (UX) Who this book is for If you are a developer with basic Vue experience who wants to enhance your forms, then this book is for you. No previous experience with any of the libraries used in the book is required.
    Note: Online resource; Title from title page (viewed October 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : McGraw-Hill | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (752 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local
    Abstract: Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product. This up-to-date self-study system delivers complete coverage of every topic on the 2019 version of the CISA exam The latest edition of this trusted resource offers complete,up-to-date coverage of all the material included on the latest release of the Certified Information Systems Auditor exam. Written by an IT security and audit expert, CISA Certified Information Systems Auditor All-in-One Exam Guide, Fourth Edition covers all five exam domains developed by ISACA®. You'll find learning objectives at the beginning of each chapter, exam tips, practice exam questions, and in-depth explanations. Designed to help you pass the CISA exam with ease, this comprehensive guide also serves as an essential on-the-job reference for new and established IS auditors. COVERS ALL EXAM TOPICS, INCLUDING: • IT governance and management • Information systems audit process • IT service delivery and infrastructure • Information asset protection Online content includes: • 300 practice exam questions • Test engine that provides full-length practice exams and customizable quizzes by exam topic
    Note: Online resource; Title from title page (viewed November 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Newnes | Boston, MA : Safari
    ISBN: 9780128192221
    Language: English
    Pages: 1 online resource (506 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: ARM 64-Bit Assembly Language carefully explains the concepts of assembly language programming, slowly building from simple examples towards complex programming on bare-metal embedded systems. Considerable emphasis is put on showing how to develop good, structured assembly code. More advanced topics such as fixed and floating point mathematics, optimization and the ARM VFP and NEON extensions are also covered. This book will help readers understand representations of, and arithmetic operations on, integral and real numbers in any base, giving them a basic understanding of processor architectures, instruction sets, and more. This resource provides an ideal introduction to the principles of 64-bit ARM assembly programming for both the professional engineer and computer engineering student, as well as the dedicated hobbyist with a 64-bit ARM-based computer. Represents the first true 64-bit ARM textbook Covers advanced topics such as fixed and floating point mathematics, optimization and ARM NEON Uses standard, free open-source tools rather than expensive proprietary tools Provides concepts that are illustrated and reinforced with a large number of tested and debugged assembly and C source listings
    Note: Online resource; Title from title page (viewed November 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (190 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Spiele und Simulationen sind wichtige Hilfsmittel von Agile Coaches und Scrum Mastern und gehören in den Werkzeugkoffer eines jeden agilen Moderators. Dieses Buch beschreibt eine Auswahl von erprobten agilen Spielen, die sich in der Praxis besonders bewährt haben. Alle Spiele haben einen direkten Bezug zu agilen Prinzipien und Praktiken. Die Autoren - beide seit vielen Jahren als Agile Coaches tätig - erläutern zunächst, was bei der Moderation von agilen Spielen grundsätzlich zu beachten ist und wann welches Spiel eingesetzt wird. Vorgestellt werden dann Spiele, die der Vermittlung von agilen Prinzipien, der Simulationen von agilen Praktiken oder der Kommunikation dienen. Beschrieben werden außerdem Spiele zur Eröffnung, zur Auflockerung und zum Abschluss von agilen Workshops und Trainings sowie einige Energizer für zwischendurch.
    Note: Online resource; Title from title page (viewed November 1, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (176 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Achieve success by becoming the change maker you were always meant to be. What is a matriarch? For one thing, you can tell she's in charge the second she walks into a room. She's bold, she's fierce, and she's got her own unique style. The matriarch isn't some crusty old lady dressed head-to-toe in black who sits at the head of the table barking demands at Sunday dinner. The modern matriarch is alive and vivacious. She's purposeful and deliberate about everything, from her career, to her home, to her family, to what she eats for lunch. She is not second guessing herself but moving herself and those she loves boldly into the future. The matriarch's vision for her career is as big as her love for her family, and she's paid her worth for work she's passionate about. The matriarch knows exactly what she wants the end game to be and she has the power to make it come to fruition. Simply put: she has her act together and you feel safer and more secure when you're in her presence. So, the question is, how does one become her? This book answers that question and more. • Recast yourself • Own your wins • Define your legacy • Leverage your success Written by the CEO of a multimillion-dollar startup, The Matriarch Rules provides you with guidelines that empower you to find personal success and growth in being the compassionate, powerful, and forward-thinking woman you are.
    Note: Online resource; Title from title page (viewed September 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783747501016
    Language: English , German
    Pages: 1 online resource (1336 pages)
    Edition: 10th edition
    Keywords: Electronic books ; local
    Abstract: Alle Inhalte der A+-Prüfungen für PC-Techniker ausführlich erläutert mit praktischen Übungsfragen und Examenstipps Praxiswissen für Systemadministration und Wartung von Hardware, Betriebssystemen und Netzwerken sowie Sicherheit und Support Handbuch und Nachschlagewerk für Berufseinstieg und Arbeitsalltag Dieses Buch deckt alle Aspekte der aktuellen A+-Zertifizierung zum PC-Techniker ab und behandelt anschaulich und umfassend alle Inhalte, die Sie brauchen, um das Examen der Kurse 220-1001 und 220-1002 erfolgreich zu bestehen. Neben ausführlichen Erläuterungen zu allen offiziellen Prüfungszielen finden Sie in jedem Kapitel hilfreiche Examenstipps und praktische Übungsfragen mit Lösungen sowie zahlreiche Abbildungen. Mit diesem verständlich geschriebenen und praxisnahen Buch werden Sie nicht nur die A+-Zertifizierung erfolgreich meistern, sondern ebenso ausgezeichnet auf Ihre Tätigkeit als PC-Techniker vorbereitet sein. Auch für diejenigen, die keine Prüfung machen wollen, sondern beruflich oder privat alle PC-Probleme selbst lösen möchten, ist dies ein hilfreiches und kompetentes Handbuch und Nachschlagewerk. Aus dem Inhalt: Mainboards, Prozessoren, Laufwerke, Netzteile, Anschlüsse u.a. Festplatten und Wechseldatenträger Ein-/und Ausgabeanschlüsse RAM, BIOS und CMOS Benutzer, Gruppen und Berechtigungen Die Eingabeaufforderung Installation, Konfiguration und Aufrüsten Ihrer PC-Komponenten Installation und Konfiguration von Windows 7, Windows 8/8.1, Windows 10, Android und iOS Wartung, Optimierung und Fehlerbehebung unter Windows, macOS und Linux Cloud Computing und Virtualisierung mithilfe von Hypervisoren Bildschirme und Grafikkarten Installation und Konfiguration lokaler und drahtloser Netzwerke Alles rund ums Internet: Protokolle, Verbindungsstandards, Router-Konfiguration und Fehlerbehebung Tragbare Computer und mobile Geräte: Konfiguration, Wartung und Pflege, Fehlerbehebung und Sicherheit Drucker und Multifunktions-geräte: Technologien, Installation, Konfiguration und Problembehebung Diagnose und Behebung typischer Systemprobleme Computer- und Netzwerksicherheit
    Note: Online resource; Title from title page (viewed December 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (490 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Become an AWS SysOps administrator and explore best practices to maintain a well-architected, resilient, and secure AWS environment Key Features Explore AWS Cloud functionalities through a recipe-based approach Get to grips with a variety of techniques for automating your infrastructure Discover industry-proven best practices for architecting reliable and efficient workloads Book Description AWS is an on-demand remote computing service providing cloud infrastructure over the internet with storage, bandwidth, and customized support for APIs. This updated second edition will help you implement these services and efficiently administer your AWS environment. You will start with the AWS fundamentals and then understand how to manage multiple accounts before setting up consolidated billing. The book will assist you in setting up reliable and fast hosting for static websites, sharing data between running instances and backing up data for compliance. By understanding how to use compute service, you will also discover how to achieve quick and consistent instance provisioning. You'll then learn to provision storage volumes and autoscale an app server. Next, you'll explore serverless development with AWS Lambda, and gain insights into using networking and database services such as Amazon Neptune. The later chapters will focus on management tools like AWS CloudFormation, and how to secure your cloud resources and estimate costs for your infrastructure. Finally, you'll use the AWS well-architected framework to conduct a technology baseline review self-assessment and identify critical areas for improvement in the management and operation of your cloud-based workloads. By the end of this book, you'll have the skills to effectively administer your AWS environment. What you will learn Secure your account by creating IAM users and avoiding the use of the root login Simplify the creation of a multi-account landing zone using AWS Control Tower Master Amazon S3 for unlimited, cost-efficient storage of data Explore a variety of compute resources on the AWS Cloud, such as EC2 and AWS Lambda Configure secure networks using Amazon VPC, access control lists, and security groups Estimate your monthly bill by using cost estimation tools Learn to host a website with Amazon Route 53, Amazon CloudFront, and S3 Who this book is for If you are an administrator, DevOps engineer, or an IT professional interested in exploring administrative tasks on the AWS Cloud, then this book...
    Note: Online resource; Title from title page (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119621492
    Language: English
    Pages: 1 online resource (448 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Influence action through data! This is not a book. It is a one-of-a-kind immersive learning experience through which you can become-or teach others to be-a powerful data storyteller. Let's practice! helps you build confidence and credibility to create graphs and visualizations that make sense and weave them into action-inspiring stories. Expanding upon best seller storytelling with data 's foundational lessons, Let's practice! delivers fresh content, a plethora of new examples, and over 100 hands-on exercises. Author and data storytelling maven Cole Nussbaumer Knaflic guides you along the path to hone core skills and become a well-practiced data communicator. Each chapter includes: ● Practice with Cole: exercises based on real-world examples first posed for you to consider and solve, followed by detailed step-by-step illustration and explanation ● Practice on your own: thought-provoking questions and even more exercises to be assigned or worked through individually, without prescribed solutions ● Practice at work: practical guidance and hands-on exercises for applying storytelling with data lessons on the job, including instruction on when and how to solicit useful feedback and refine for greater impact The lessons and exercises found within this comprehensive guide will empower you to master-or develop in others-data storytelling skills and transition your work from acceptable to exceptional. By investing in these skills for ourselves and our teams, we can all tell inspiring and influential data stories!
    Note: Online resource; Title from title page (viewed October 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : dpunkt | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (648 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local
    Abstract: Sie möchten eine Social-Media-Strategie entwickeln, die wirklich zu Ihrem Unternehmen passt? Sie suchen praxistaugliche Antworten auf typische Fragen des Social-Media-Alltags? In diesem erweiterten und durchgehend aktualisierten Standardwerk finden Sie solides Grundwissen, Best Practices für Unternehmen jeder Größe und jede Menge Anregungen und Inspiration. Die Social-Media-Expertinnen Corina Pahrmann und Katja Kupka bieten Anleitung und Orientierung zu Fragen wie diesen: - Wie entwickeln Unternehmen und Organisationen eine passende, messbare und langfristig erfolgreiche Social-Media-Strategie?- Wie unterscheiden sich Twitter, Instagram, Facebook und Co. und was heißt das für den Aufbau von Communities?- Wie sieht professionelles Monitoring und konsequente Erfolgskontrolle aus?- Was tun bei Shitstorms und wenn Trolle und Hater die Aufmerksamkeit auf sich ziehen?Mit einem Leitfaden des bekannten Rechtsexperten Thomas Schwenke zu typischen Rechtsfragen.
    Note: Online resource; Title from title page (viewed December 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Take Control Books | Boston, MA : Safari
    ISBN: 9781492066460 , 149206646X , 9781947282117 , 1947282115
    Language: English
    Pages: 1 online resource (161 pages)
    Edition: 1st edition
    Series Statement: Take control
    DDC: 004.167
    Keywords: iOS (Electronic resource) ; Home automation Computer programs ; Home computer networks ; Electronic books ; local ; iOS (Electronic resource) ; Domotique ; Logiciels ; Réseaux locaux domestiques (Informatique) ; Home computer networks ; Electronic books
    Abstract: Manage your smart home with Apple's HomeKit platform Updated December 11, 2019 "Smart home" devices are everywhere these days-you can buy internet-connected light bulbs, thermostats, door locks, sensors, and dozens of other products. But these devices aren't very smart on their own. Apple's HomeKit platform offers a way to integrate, monitor, control, and automate smart home devices from a wide variety of manufacturers. Using the built-in Home app on a Mac or iOS device (perhaps along with third-party apps), you can connect to your various smart devices, see what they're up to, control them, and even get them to operate on a schedule or respond to changing conditions in your home automatically. Even with HomeKit, however, home automation can be a daunting prospect. That's why TidBITS Managing Editor Josh Centers wrote Take Control of Apple Home Automation . The book walks you carefully through every step of the process, showing you how you can start with a basic system that costs less than $50 and work your way up to as much complexity as you want or need. And you don't have to be a computer geek to simplify and improve your life with HomeKit-compatible products. Even if you don't know a wire nut from a macadamia or which end of a screwdriver to stick in a socket (spoiler: neither!), Josh's thorough advice will enable you to work wonders in your home. In this book, you'll learn: The most common home automation myths (and why you shouldn't worry about them) How to choose HomeKit-compatible devices that meet your needs, and which products you might want to avoid Exactly what HomeKit is , what it does, how it works, and what its limitations are Why you need a hub (in the form of an Apple TV, HomePod, or iPad) and how to set it up Important safety rules for working with electrical products, especially those that require wiring How to install advanced accessories such as a smart switch, thermostat, or door/window sensor-including illustrated, step-by-step instructions What Apple's Home app for Mac and iOS/iPadOS does-and how to configure homes, zones, rooms, accessories, services, and scenes Tips for controlling your smart home using a Mac, iOS/iPadOS device, Apple Watch, HomePod, or Siri Ways to automate your smart home using schedules, sensors, geofencing, and other tools (without making your house seem haunted) The best ways to troubleshoot home automation problems This book was sponsored by Elgato (the original makers of the Eve line of HomeKit...
    Note: Online resource; Title from title page (viewed December 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (390 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ace the CompTIA Security+ exam with over 700 practice exam questions written using the style and format of the Security+ exam Key Features Get a detailed breakdown of the type of questions and the exam environment Discover a step-by-step process that guides you through the study process week-by-week Reinforce your learning by solving 100 questions for each domain Book Description Security+ certification is the most popular entry-level certification for cybersecurity professionals. It has no work experience requirement, making it accessible to everyone willing to put in the time to prepare for the exam. Security+® Practice Tests are the perfect tools to prepare for the CompTIA Security+ exam. The first six chapters each cover one of the six Security+ domains. Each of those chapters contains around 100 practice test questions covering the material from that domain. The last two chapters each contain a full-length Security+ practice test that's designed to assess your readiness to take the actual test. At the end of each chapter, you'll find the answers to all of the questions along with detailed explanations to help reinforce your learning of the material. By the end of the book, you'll have enough practice to easily ace the CompTIA Security+ exam. What you will learn Familiarize yourself with the format of the Security+ exam Target your test preparation on each of the Security+ domains Brush up on your understanding by testing yourself on realistic practice questions Discover areas for improvement by comparing your responses to the answers provided Measure your readiness with full-length practice tests Know what to expect on test day and Learn helpful strategies for tackling the different question types Who this book is for This book is designed for service desk analysts, system support engineers, and other IT professionals who want to start their career in managing the IT infrastructure of an organization. Basic knowledge of hardware, software, other relevant components of the IT industry will help you easily grasp the concepts explained in this book.
    Note: Online resource; Title from title page (viewed October 31, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley-ISTE | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (274 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book will examine the issues of IoT according to three complementary axes: technique, use, ethics. The techniques used to produce artefacts (physical objects, infrastructures), programs (algorithms, software) and data (Big data, linked data, metadata, ontologies) are the subject of many innovations as the field of IoT is rich and stimulating. Along with this technological boom, IoT uses colonize new fields of application in the fields of transport, administration, housing, maintenance, health, sports, well-being. ... Privileged interface with digital ecosystems now at the heart of social exchanges, the IoT develops a power to act whose consequences both good and bad make it difficult to assess a fair business.
    Note: Online resource; Title from title page (viewed March 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...