Browse Results

Showing 50,326 through 50,350 of 83,302 results

Sprachverarbeitung: Grundlagen und Methoden der Sprachsynthese und Spracherkennung

by Beat Pfister Tobias Kaufmann

Das Buch erklärt die wesentlichen Ansätze zur Sprachsynthese und zur Spracherkennung und vermittelt die dafür relevanten Grundlagen. Dazu gehören insbesondere: Grundkenntnisse über die menschliche Sprachproduktion und Sprachwahrnehmung Eigenschaften von Sprachsignalen und ihre Darstellung Grundkenntnisse in Linguistik, insbes. Phonetik, Morphologie und Syntax die wichtigsten Transformationen und Methoden der digitalen Sprachsignalverarbeitung statistische Ansätze zur Beschreibung vieldimensionaler Größen und komplexer Zusammenhänge (Hidden-Markov-Modelle und neuronale Netze) Formulierung und Anwendung von Wissen in der Form von Regeln Die 2. Auflage des Buches enthält ein neues Kapitel über die polyglotte Sprachsynthese, die gemischtsprachigen Text korrekt vorlesen kann. Zusätzlich werden sowohl für die Sprachsignalproduktion als auch für die Spracherkennung die neusten Ansätze eingeführt.Die ZielgruppenDieses gut lesbare Buch wendet sich insbesondere an Studierende im Bereich Sprachverarbeitung. Das Buch geht auch auf viele praktische Probleme ein, die beim Konzipieren von sprachverarbeitenden Systemen zu lösen sind. Ein ausführliches Glossar und eine Internet-basierte Sammlung von Hörbeispielen, Illustrationen und Übungen ergänzen das Buch.

Spring 5.0 Cookbook: Recipes to build, test, and run Spring applications efficiently

by Sherwin John Tragura

Over 100 hands-on recipes to build web applications easily and efficiently IN Spring 5.0 About This Book • Solve real-world problems using the latest features of the Spring framework like Reactive Streams and the Functional Web Framework. • Learn how to use dependency injection and aspect-oriented programming to write compartmentalized and testable code. • Understand when to choose between Spring MVC and Spring Web Reactive for your projects Who This Book Is For Java developers who would like to gain in-depth knowledge of how to overcome problems that they face while developing great Spring applications. It will also cater to Spring enthusiasts, users and experts who need an arena for comparative analysis, new ideas and inquiries on some details regarding Spring 5.0 and its previous releases. A basic knowledge of Spring development is essential What You Will Learn • Understand how functional programming and concurrency in JDK 1.9 works, and how it will affect Spring 5.0 • Learn the importance and application of reactive programming in creating services, and also the process of creating asynchronous MVC applications • Implement different Spring Data modules • Integrate Spring Security to the container • Create applications and deploy using Spring Boot • Conceptualize the architecture behind Microservices and learn the details of its implementation • Create different test cases for the components of Spring 5.0 components In Detail The Spring framework has been the go-to framework for Java developers for quite some time. It enhances modularity, provides more readable code, and enables the developer to focus on developing the application while the underlying framework takes care of transaction APIs, remote APIs, JMX APIs, and JMS APIs. The upcoming version of the Spring Framework has a lot to offer, above and beyond the platform upgrade to Java 9, and this book will show you all you need to know to overcome common to advanced problems you might face. Each recipe will showcase some old and new issues and solutions, right from configuring Spring 5.0 container to testing its components. Most importantly, the book will highlight concurrent processes, asynchronous MVC and reactive programming using Reactor Core APIs. Aside from the core components, this book will also include integration of third-party technologies that are mostly needed in building enterprise applications. By the end of the book, the reader will not only be well versed with the essential concepts of Spring, but will also have mastered its latest features in a solution-oriented manner. Style and Approach This book follows a cookbook style approach, presenting a problem and showing you how to overcome it with useful recipes. The examples provided will help you code along as you learn.

Spring 5.0 Microservices - Second Edition

by Rajesh R V

A practical, comprehensive, and user-friendly approach to building microservices in Spring About This Book • Update existing applications to integrate reactive streams released as a part of Spring 5.0 • Learn how to use Docker and Mesos to push the boundaries and build successful microservices • Upgrade the capability model to implement scalable microservices Who This Book Is For This book is ideal for Spring developers who want to build cloud-ready, Internet-scale applications, and simple RESTful services to meet modern business demands. What You Will Learn • Familiarize yourself with the microservices architecture and its benefits • Find out how to avoid common challenges and pitfalls while developing microservices • Use Spring Boot and Spring Cloud to develop microservices • Handle logging and monitoring microservices • Leverage Reactive Programming in Spring 5.0 to build modern cloud native applications • Manage internet-scale microservices using Docker, Mesos, and Marathon • Gain insights into the latest inclusion of Reactive Streams in Spring and make applications more resilient and scalable In Detail The Spring Framework is an application framework and inversion of the control container for the Java platform. The framework's core features can be used by any Java application, but there are extensions to build web applications on top of the Java EE platform. This book will help you implement the microservice architecture in Spring Framework, Spring Boot, and Spring Cloud. Written to the latest specifications of Spring that focuses on Reactive Programming, you'll be able to build modern, internet-scale Java applications in no time. The book starts off with guidelines to implement responsive microservices at scale. Next, you will understand how Spring Boot is used to deploy serverless autonomous services by removing the need to have a heavyweight application server. Later, you'll learn how to go further by deploying your microservices to Docker and managing them with Mesos. By the end of the book, you will have gained more clarity on the implementation of microservices using Spring Framework and will be able to use them in internet-scale deployments through real-world examples. Style and approach The book takes a step-by-step approach on developing microservices using Spring Framework, Spring Boot, and a set of Spring Cloud components that will help you scale your applications.

Spring 5 Design Patterns: Master efficient application development with patterns such as proxy, singleton, the template method, and more

by Dinesh Rajput

Learn various design patterns and best practices in Spring 5 and use them to solve common design problems. About This Book • Explore best practices for designing an application • Manage your code easily with Spring's Dependency Injection pattern • Understand the benefits that the right design patterns can offer your toolkit Who This Book Is For This book is for developers who would like to use design patterns to address common problems while designing an app using the Spring Framework and Reactive Programming approach. A basic knowledge of the Spring Framework and Java is assumed. What You Will Learn • Develop applications using dependency injection patterns • Learn best practices to design enterprise applications • Explore Aspect-Oriented Programming relating to transactions, security, and caching. • Build web applications using traditional Spring MVC patterns • Learn to configure Spring using XML, annotations, and Java. • Implement caching to improve application performance. • Understand concurrency and handle multiple connections inside a web server. • Utilizing Reactive Programming Pattern to build Reactive web applications. In Detail Design patterns help speed up the development process by offering well tested and proven solutions to common problems. These patterns coupled with the Spring framework offer tremendous improvements in the development process. The book begins with an overview of Spring Framework 5.0 and design patterns. You will understand the Dependency Injection pattern, which is the main principle behind the decoupling process that Spring performs, thus making it easier to manage your code. You will learn how GoF patterns can be used in Application Design. You will then learn to use Proxy patterns in Aspect Oriented Programming and remoting. Moving on, you will understand the JDBC template patterns and their use in abstracting database access. Then, you will be introduced to MVC patterns to build Reactive web applications. Finally, you will move on to more advanced topics such as Reactive streams and Concurrency. At the end of this book, you will be well equipped to develop efficient enterprise applications using Spring 5 with common design patterns Style and approach The book takes a pragmatic approach, showing various design patterns and best-practice considerations, including the Reactive programming approach with the Spring 5 Framework and ways to solve common development and design problems for enterprise applications.

Spring 5 Recipes: A Problem-Solution Approach

by Marten Deinum Daniel Rubio Josh Long

Solve all your Spring 5 problems using complete and real-world code examples. When you start a new project, you’ll be able to copy the code and configuration files from this book, and then modify them for your needs. This can save you a great deal of work over creating a project from scratch.The recipes in Spring 5 Recipes cover Spring fundamentals such as Spring IoC container, Spring AOP/ AspectJ, and more. Other recipes include Spring enterprise solutions for topics such as Spring Java EE integration, Spring Integration, Spring Batch, Spring Remoting, messaging, transactions, and working with big data and the cloud using Hadoop and MongoDB. Finally, Spring web recipes cover Spring MVC, other dynamic scripting, integration with the popular Grails Framework (and Groovy), REST/web services, and more.You’ll also see recipes on new topics such as Spring Framework 5, reactive Spring, Spring 5 microservices, the functional web framework and much more.This book builds upon the best-selling success of the previous editions and focuses on the latest Spring Framework features for building enterprise Java applications. What You'll LearnGet re-usable code recipes and snippets for core Spring, annotations and other development toolsAccess Spring MVC for web developmentWork with Spring REST and microservices for web services development and integration into your enterprise Java applicationsUse Spring Batch, NoSQL and big data for building and integrating various cloud computing services and resourcesIntegrate Java Enterprise Edition and other Java APIs for use in SpringUse Grails code and much moreWho This Book Is ForExperienced Java and Spring programmers.

Spring Boot Messaging: Messaging APIs for Enterprise and Integration Solutions

by Felipe Gutierrez

Build messaging applications using the power of Spring Boot; use Spring application events over the Web; use WebSocket, SockJS, and STOMP messaging with Spring MVC; and use Spring JMS, Redis Pub/Sub and Spring AMQP for reliable messaging solutions. This book covers all the Spring Messaging APIs using Spring Boot. Written by a Pivotal engineer, Spring Boot Messaging is an authoritative guide to the many messaging APIs and how to use these for creating enterprise and integration solutions.You will learn and integrate these messaging APIs with more complex enterprise and cloud applications: for example, you will see how to use Spring Cloud Stream for creating message-driven and cloud native microservices. In addition, you’ll discover the new Spring Integration DSL and use it with Spring Cloud Stream to build integration solutions using every enterprise integration pattern. Finally, you’ll see Spring Reactor and Spring Cloud to take your application to the next level.After reading this book, you will come away with a case study application walk-through and will be able to use it as a template for building your own Spring messaging applications or messaging features within your enterprise or cloud application.What You'll LearnUse the main Spring messaging APIs with Spring Framework 5Build messaging applications over the WebUse WebSocket, SockJS, and STOMP messagingIntegrate Spring JMS and Spring AMQP into your applicationsWork with Spring Cloud Stream and microservicesWho This Book Is ForEnterprise Java developers who have at least some previous experience with the Spring Framework and/or the Spring platform.

Spring Security

by Mick Knutson

Spring Security 4.2" is an incremental guide that will teach you how to protect your application from malicious users. Through this book, you will learn how to cleanly integrate Spring Security into your application using the latest technologies and frameworks with the help of detailed examples.

Springer Handbook of Global Navigation Satellite Systems (Springer Handbooks)

by Peter Teunissen Oliver Montenbruck

This Handbook presents a complete and rigorous overview of the fundamentals, methods and applications of the multidisciplinary field of Global Navigation Satellite Systems (GNSS), providing an exhaustive, one-stop reference work and a state-of-the-art description of GNSS as a key technology for science and society at large. All global and regional satellite navigation systems, both those currently in operation and those under development (GPS, GLONASS, Galileo, BeiDou, QZSS, IRNSS/NAVIC, SBAS), are examined in detail. The functional principles of receivers and antennas, as well as the advanced algorithms and models for GNSS parameter estimation, are rigorously discussed. The book covers the broad and diverse range of land, marine, air and space applications, from everyday GNSS to high-precision scientific applications and provides detailed descriptions of the most widely used GNSS format standards, covering receiver formats as well as IGS product and meta-data formats. The full coverage of the field of GNSS is presented in seven parts, from its fundamentals, through the treatment of global and regional navigation satellite systems, of receivers and antennas, and of algorithms and models, up to the broad and diverse range of applications in the areas of positioning and navigation, surveying, geodesy and geodynamics, and remote sensing and timing. Each chapter is written by international experts and amply illustrated with figures and photographs, making the book an invaluable resource for scientists, engineers, students and institutions alike.

Springer Handbook of Model-Based Science (Springer Handbooks)

by Lorenzo Magnani Tommaso Bertolotti

This handbook offers the first comprehensive reference guide to the interdisciplinary field of model-based reasoning. It highlights the role of models as mediators between theory and experimentation, and as educational devices, as well as their relevance in testing hypotheses and explanatory functions. The Springer Handbook merges philosophical, cognitive and epistemological perspectives on models with the more practical needs related to the application of this tool across various disciplines and practices. The result is a unique, reliable source of information that guides readers toward an understanding of different aspects of model-based science, such as the theoretical and cognitive nature of models, as well as their practical and logical aspects. The inferential role of models in hypothetical reasoning, abduction and creativity once they are constructed, adopted, and manipulated for different scientific and technological purposes is also discussed. Written by a group of internationally renowned experts in philosophy, the history of science, general epistemology, mathematics, cognitive and computer science, physics and life sciences, as well as engineering, architecture, and economics, this Handbook uses numerous diagrams, schemes and other visual representations to promote a better understanding of the concepts. This also makes it highly accessible to an audience of scholars and students with different scientific backgrounds. All in all, the Springer Handbook of Model-Based Science represents the definitive application-oriented reference guide to the interdisciplinary field of model-based reasoning.

SPSS 24 für Dummies (Für Dummies)

by Felix Brosius

Ob Kundendaten oder Absatzzahlen, Umfrageergebnisse oder wissenschaftliche Studien - große Datenmengen lassen sich am besten mit SPSS untersuchen, dem am häufigsten eingesetzten Softwaretool zur statistischen Datenanalyse. Mit "SPSS 24 für Dummies" erhalten Sie eine unterhaltsam geschriebene und zugleich sehr fundierte Einführung in dieses mächtige Programm. Werten Sie Daten professionell aus, kommen Sie auf dieser Basis zu belastbaren Ergebnissen, die Grundlage für Ihre Entscheidungen sein können, und machen Sie so umfangreiche Datenmengen zu wichtigen Informationsquellen.

SPSS Statistics for Data Analysis and Visualization

by Keith McCormick Jesus Salcedo

Dive deeper into SPSS Statistics for more efficient, accurate, and sophisticated data analysis and visualization SPSS Statistics for Data Analysis and Visualization goes beyond the basics of SPSS Statistics to show you advanced techniques that exploit the full capabilities of SPSS. The authors explain when and why to use each technique, and then walk you through the execution with a pragmatic, nuts and bolts example. Coverage includes extensive, in-depth discussion of advanced statistical techniques, data visualization, predictive analytics, and SPSS programming, including automation and integration with other languages like R and Python. You'll learn the best methods to power through an analysis, with more efficient, elegant, and accurate code. IBM SPSS Statistics is complex: true mastery requires a deep understanding of statistical theory, the user interface, and programming. Most users don't encounter all of the methods SPSS offers, leaving many little-known modules undiscovered. This book walks you through tools you may have never noticed, and shows you how they can be used to streamline your workflow and enable you to produce more accurate results. Conduct a more efficient and accurate analysis Display complex relationships and create better visualizations Model complex interactions and master predictive analytics Integrate R and Python with SPSS Statistics for more efficient, more powerful code These "hidden tools" can help you produce charts that simply wouldn't be possible any other way, and the support for other programming languages gives you better options for solving complex problems. If you're ready to take advantage of everything this powerful software package has to offer, SPSS Statistics for Data Analysis and Visualization is the expert-led training you need.

SPSS Statistics for Data Analysis and Visualization

by Keith McCormick Jesus Salcedo

Dive deeper into SPSS Statistics for more efficient, accurate, and sophisticated data analysis and visualization SPSS Statistics for Data Analysis and Visualization goes beyond the basics of SPSS Statistics to show you advanced techniques that exploit the full capabilities of SPSS. The authors explain when and why to use each technique, and then walk you through the execution with a pragmatic, nuts and bolts example. Coverage includes extensive, in-depth discussion of advanced statistical techniques, data visualization, predictive analytics, and SPSS programming, including automation and integration with other languages like R and Python. You'll learn the best methods to power through an analysis, with more efficient, elegant, and accurate code. IBM SPSS Statistics is complex: true mastery requires a deep understanding of statistical theory, the user interface, and programming. Most users don't encounter all of the methods SPSS offers, leaving many little-known modules undiscovered. This book walks you through tools you may have never noticed, and shows you how they can be used to streamline your workflow and enable you to produce more accurate results. Conduct a more efficient and accurate analysis Display complex relationships and create better visualizations Model complex interactions and master predictive analytics Integrate R and Python with SPSS Statistics for more efficient, more powerful code These "hidden tools" can help you produce charts that simply wouldn't be possible any other way, and the support for other programming languages gives you better options for solving complex problems. If you're ready to take advantage of everything this powerful software package has to offer, SPSS Statistics for Data Analysis and Visualization is the expert-led training you need.

SQL für Dummies (Für Dummies)

by Allen G. Taylor

Daten und Datenbanken sind quasi überall. Mit der Standardabfragesprache SQL können Daten in relationalen Datenbanken einfach, strukturiert und zielsicher abgefragt werden. Erfahren Sie in diesem Buch, welches kein Vorwissen voraussetzt, wie man Datenbanken erstellt, wie man Daten ordnet und abfragt und wie man SQL-Anweisungen in Programme und Websites einbindet. Nutzen Sie dieses Buch auch als Nachschlagewerk. Ganz wichtig: Sie lernen auch, wie Sie Ihre Datenbanken und Daten schützen und wie Sie typische Fehler vermeiden.

SQL Server 2016 Developer's Guide

by Dejan Sarka Milos Radivojevic William Durkin

Get the most out of the rich development capabilities of SQL Server 2016 to build efficient database applications for your organization About This Book • Utilize the new enhancements in Transact-SQL and security features in SQL Server 2016 to build efficient database applications • Work with temporal tables to get information about data stored in the table at any point in time • A detailed guide to SQL Server 2016, introducing you to multiple new features and enhancements to improve your overall development experience Who This Book Is For This book is for database developers and solution architects who plan to use the new SQL Server 2016 features for developing efficient database applications. It is also ideal for experienced SQL Server developers who want to switch to SQL Server 2016 for its rich development capabilities. Some understanding of the basic database concepts and Transact-SQL language is assumed. What You Will Learn • Explore the new development features introduced in SQL Server 2016 • Identify opportunities for In-Memory OLTP technology, significantly enhanced in SQL Server 2016 • Use columnstore indexes to get significant storage and performance improvements • Extend database design solutions using temporal tables • Exchange JSON data between applications and SQL Server in a more efficient way • Migrate historical data transparently and securely to Microsoft Azure by using Stretch Database • Use the new security features to encrypt or to have more granular control over access to rows in a table • Simplify performance troubleshooting with Query Store • Discover the potential of R's integration with SQL Server In Detail Microsoft SQL Server 2016 is considered the biggest leap in the data platform history of the Microsoft, in the ongoing era of Big Data and data science. Compared to its predecessors, SQL Server 2016 offers developers a unique opportunity to leverage the advanced features and build applications that are robust, scalable, and easy to administer. This book introduces you to new features of SQL Server 2016 which will open a completely new set of possibilities for you as a developer. It prepares you for the more advanced topics by starting with a quick introduction to SQL Server 2016's new features and a recapitulation of the possibilities you may have already explored with previous versions of SQL Server. The next part introduces you to small delights in the Transact-SQL language and then switches to a completely new technology inside SQL Server - JSON support. We also take a look at the Stretch database, security enhancements, and temporal tables. The last chapters concentrate on implementing advanced topics, including Query Store, columnstore indexes, and In-Memory OLTP. You will finally be introduced to R and how to use the R language with Transact-SQL for data exploration and analysis. By the end of this book, you will have the required information to design efficient, high-performance database applications without any hassle. Style and approach This book is a detailed guide to mastering the development features offered by SQL Server 2016, with a unique learn-as-you-do approach. All the concepts are explained in a very easy-to-understand manner and are supplemented with examples to ensure that you—the developer—are able to take that next step in building more powerful, robust applications for your organization with ease.

SQL Server 2017 Administrator's Guide

by Marek Chmel

This book will give you all the information you need to become an expert database administrator, and master the administrative aspects of SQL Server 2017. From setting up and configuring your SQL Server instance to fine-tuning your database by using various techniques, this extensive guide will teach you the nitty-gritty of SQL Server 2017 administration

SQL Server 2017 Integration Services Cookbook

by Dejan Sarka Christian Cote Matija Lah

Harness the power of SQL Server 2017 Integration Services to build your data integration solutions with ease About This Book • Acquaint yourself with all the newly introduced features in SQL Server 2017 Integration Services • Program and extend your packages to enhance their functionality • This detailed, step-by-step guide covers everything you need to develop efficient data integration and data transformation solutions for your organization Who This Book Is For This book is ideal for software engineers, DW/ETL architects, and ETL developers who need to create a new, or enhance an existing, ETL implementation with SQL Server 2017 Integration Services. This book would also be good for individuals who develop ETL solutions that use SSIS and are keen to learn the new features and capabilities in SSIS 2017. What You Will Learn • Understand the key components of an ETL solution using SQL Server 2016-2017 Integration Services • Design the architecture of a modern ETL solution • Have a good knowledge of the new capabilities and features added to Integration Services • Implement ETL solutions using Integration Services for both on-premises and Azure data • Improve the performance and scalability of an ETL solution • Enhance the ETL solution using a custom framework • Be able to work on the ETL solution with many other developers and have common design paradigms or techniques • Effectively use scripting to solve complex data issues In Detail SQL Server Integration Services is a tool that facilitates data extraction, consolidation, and loading options (ETL), SQL Server coding enhancements, data warehousing, and customizations. With the help of the recipes in this book, you'll gain complete hands-on experience of SSIS 2017 as well as the 2016 new features, design and development improvements including SCD, Tuning, and Customizations. At the start, you'll learn to install and set up SSIS as well other SQL Server resources to make optimal use of this Business Intelligence tools. We'll begin by taking you through the new features in SSIS 2016/2017 and implementing the necessary features to get a modern scalable ETL solution that fits the modern data warehouse. Through the course of chapters, you will learn how to design and build SSIS data warehouses packages using SQL Server Data Tools. Additionally, you'll learn to develop SSIS packages designed to maintain a data warehouse using the Data Flow and other control flow tasks. You'll also be demonstrated many recipes on cleansing data and how to get the end result after applying different transformations. Some real-world scenarios that you might face are also covered and how to handle various issues that you might face when designing your packages. At the end of this book, you'll get to know all the key concepts to perform data integration and transformation. You'll have explored on-premises Big Data integration processes to create a classic data warehouse, and will know how to extend the toolbox with custom tasks and transforms. Style and approach This cookbook follows a problem-solution approach and tackles all kinds of data integration scenarios by using the capabilities of SQL Server 2016 Integration Services. This book is well supplemented with screenshots, tips, and tricks. Each recipe focuses on a particular task and is written in a very easy-to-follow manner.

SQL Server on Linux

by Jasmin Azemovic

Bring the performance and security of SQL Server to Linux About This Book • Design and administer your SQL Server solution on the open source Linux platform • Install, configure, and fine-tune your database application for maximum performance • An easy-to-follow guide teaching you how to implement various SQL Server CTP 2.x offerings on Linux—from installation to administration Who This Book Is For This book is for the Linux users who want to learn SQL Server on their favorite Linux distributions. It is not important if you are experienced database user or a beginner as we are starting from scratch. However, it is recommended that you have basic knowledge about relational models. More advanced readers can pick the chapters of their interest and study specific topics immediately. Users from Windows platform can also benefit from this book to expand their frontiers and become equally efficient on both platforms. What You Will Learn • Install and set up SQL Server CTP 2.x on Linux • Create and work with database objects using SQL Server on Linux • Configure and administer SQL Server on Linux-based systems • Create and restore database back-ups • Protect sensitive data using the built-in cryptographic features • Optimize query execution using indexes • Improve query execution time by more than 10x using in-memory OLTP • Track row-versioning using temporal tables In Detail Microsoft's launch of SQL Server on Linux has made SQL Server a truly versatile platform across different operating systems and data-types, both on-premise and on-cloud. This book is your handy guide to setting up and implementing your SQL Server solution on the open source Linux platform. You will start by understanding how SQL Server can be installed on supported and unsupported Linux distributions. Then you will brush up your SQL Server skills by creating and querying database objects and implementing basic administration tasks to support business continuity, including security and performance optimization. This book will also take you beyond the basics and highlight some advanced topics such as in-memory OLTP and temporal tables. By the end of this book, you will be able to recognize and utilize the full potential of setting up an efficient SQL Server database solution in your Linux environment. Style and approach This book follows a step-by-step approach to teach readers the concepts of SQL Server on Linux using the bash command line and SQL programming language trough examples which can easily be adapted and applied in your own solutions.

Stabilization, Safety, and Security of Distributed Systems: 19th International Symposium, SSS 2017, Boston, MA, USA, November 5–8, 2017, Proceedings (Lecture Notes in Computer Science #10616)

by Paul Spirakis Philippas Tsigas

This book constitutes the refereed proceedings of the 19th International Symposium on Stabilization, Safety, and Security of Distributed Systems, SSS 2017, held in Boston, MA, USA, in November 2017.The 29 revised full papers presented together with 8 revised short papers were carefully reviewed and selected from 68 initial submissions. This year the Symposium was organized into three tracks reflecting major trends related to self-* systems: Stabilizing Systems: Theory and Practice: Distributed Computing and Communication Networks; and Computer Security and Information Privacy.

Stable Analysis Patterns for Systems

by Mohamed Fayad

Software analysis patterns play an important role in reducing the overall cost and compressing the time of software project lifecycles. However, building reusable and stable software analysis patterns is still considered a major and delicate challenge. This book proposes a novel concept for building analysis patterns based on software stability and is a modern approach for building stable, highly reusable, and widely applicable analysis patterns. The book also aims to promote better understanding of problem spaces and discusses how to focus requirements analysis accurately. It demonstrates a new approach to discovering and creating stable analysis patterns (SAPs). This book presents a pragmatic approach to understanding problem domains, utilizing SAPs for any field of knowledge, and modeling stable software systems, components, and frameworks. It helps readers attain the basic knowledge that is needed to analyze and extract analysis patterns from any domain of interest. Readers also learn to master methods to document patterns in an effective, easy, and comprehensible manner. Bringing significant contributions to the field of computing, this book is a unique and comprehensive reference manual on SAPs. It provides insight on handling the understanding of problem spaces and supplies methods and processes to analyze user requirements accurately as well as ways to use SAPs in building myriad cost-effective and highly maintainable systems. The book also shows how to link SAPs to the design phase thereby ensuring a smooth transition between analysis and design.

Stable Analysis Patterns for Systems

by Mohamed Fayad

Software analysis patterns play an important role in reducing the overall cost and compressing the time of software project lifecycles. However, building reusable and stable software analysis patterns is still considered a major and delicate challenge. This book proposes a novel concept for building analysis patterns based on software stability and is a modern approach for building stable, highly reusable, and widely applicable analysis patterns. The book also aims to promote better understanding of problem spaces and discusses how to focus requirements analysis accurately. It demonstrates a new approach to discovering and creating stable analysis patterns (SAPs). This book presents a pragmatic approach to understanding problem domains, utilizing SAPs for any field of knowledge, and modeling stable software systems, components, and frameworks. It helps readers attain the basic knowledge that is needed to analyze and extract analysis patterns from any domain of interest. Readers also learn to master methods to document patterns in an effective, easy, and comprehensible manner. Bringing significant contributions to the field of computing, this book is a unique and comprehensive reference manual on SAPs. It provides insight on handling the understanding of problem spaces and supplies methods and processes to analyze user requirements accurately as well as ways to use SAPs in building myriad cost-effective and highly maintainable systems. The book also shows how to link SAPs to the design phase thereby ensuring a smooth transition between analysis and design.

Starting an Etsy Business For Dummies

by Kate Shoup Kate Gatski

Turn your hobby into revenue with an expertly-run Etsy shop Starting an Etsy Business For Dummies is the all-in-one resource for building your own successful business. Arts and crafts are currently a $32 billion market in the U.S., and Etsy is the number-one way to grab a piece of it for yourself. Sales through the site are rising, fueled by Pinterest, Instagram, and other social media—so there's never been a better time to jump into the fray. This book shows you everything you need to know to get set up, get things running, and build your business as you see fit. From photography and sales writing, through SEO, homepage navigation, and more, you'll find it all here. This new third edition has been updated to cover Etsy's newest seller tools, including Pattern, Etsy Manufacturing, Etsy Shop Updates, and the Dashboard, with expert guidance on QuickBooks Self-Employed to help you keep your business's finances under control. With helpful information, tips, tools, and tricks, this book is your ultimate guide to building your own Etsy shop. Showcase your products to their best advantage with great photographs and compelling listings Learn the technical side of setting up shop and processing orders Manage your storefront efficiently using the latest Etsy tools and features Increase sales by connecting with other vendors and promoting on Pinterest Are you an artist, crafter, artisan, or craftsman? Etsy can be another great revenue stream. Are you just curious about whether your projects would sell? Wade in gradually to test the waters. Etsy is home to businesses of many sizes and types, and Starting an Etsy Business For Dummies shows you how to stake your claim.

Starting an Etsy Business For Dummies

by Kate Shoup Kate Gatski

Turn your hobby into revenue with an expertly-run Etsy shop Starting an Etsy Business For Dummies is the all-in-one resource for building your own successful business. Arts and crafts are currently a $32 billion market in the U.S., and Etsy is the number-one way to grab a piece of it for yourself. Sales through the site are rising, fueled by Pinterest, Instagram, and other social media—so there's never been a better time to jump into the fray. This book shows you everything you need to know to get set up, get things running, and build your business as you see fit. From photography and sales writing, through SEO, homepage navigation, and more, you'll find it all here. This new third edition has been updated to cover Etsy's newest seller tools, including Pattern, Etsy Manufacturing, Etsy Shop Updates, and the Dashboard, with expert guidance on QuickBooks Self-Employed to help you keep your business's finances under control. With helpful information, tips, tools, and tricks, this book is your ultimate guide to building your own Etsy shop. Showcase your products to their best advantage with great photographs and compelling listings Learn the technical side of setting up shop and processing orders Manage your storefront efficiently using the latest Etsy tools and features Increase sales by connecting with other vendors and promoting on Pinterest Are you an artist, crafter, artisan, or craftsman? Etsy can be another great revenue stream. Are you just curious about whether your projects would sell? Wade in gradually to test the waters. Etsy is home to businesses of many sizes and types, and Starting an Etsy Business For Dummies shows you how to stake your claim.

State of the Art in Digital Media and Applications (SpringerBriefs in Computer Science)

by Rae Earnshaw

This book presents the user-facing aspects of digital media, from the web and computer games, to mobile technologies and social media, and demonstrates how these are continuously growing and developing. The convergence of IT, telecommunications, and media is bringing about a revolution in the way information is collected, stored, accessed and distributed. Rae Earnshaw's book explores the principal factors driving this and the ways in which social and cultural contexts are affected by media content. This is Professor Earnshaw's fourth book in a series that focuses on digital media and creativity, and through the use of Case Studies; the theoretical, practical and technical aspects of digital media are examined. Readers are informed about how the user as content creator, publisher and broadcaster is changing the traditional roles of news media, publishers and entertainment corporations. Topics such as the evolution of digital imaging and the phenomenon of social media are discussed in relation to this. Professor Earnshaw also demonstrates how changes in technology produce shifts in the ways that consumers utilize it, in an increasing variety of application domains such as e-books, digital cameras, Facebook and Twitter.State of the Art in Digital Media and Applications will be invaluable for readers that want a comprehensive look at how emerging digital media technologies are being used, and how they are transforming how we create, consume, exchange and manipulate media content.

State-Space Approaches for Modelling and Control in Financial Engineering: Systems theory and machine learning methods (Intelligent Systems Reference Library #125)

by Gerasimos G. Rigatos

The book conclusively solves problems associated with the control and estimation of nonlinear and chaotic dynamics in financial systems when these are described in the form of nonlinear ordinary differential equations. It then addresses problems associated with the control and estimation of financial systems governed by partial differential equations (e.g. the Black–Scholes partial differential equation (PDE) and its variants). Lastly it an offers optimal solution to the problem of statistical validation of computational models and tools used to support financial engineers in decision making.The application of state-space models in financial engineering means that the heuristics and empirical methods currently in use in decision-making procedures for finance can be eliminated. It also allows methods of fault-free performance and optimality in the management of assets and capitals and methods assuring stability in the functioning of financial systems to be established.Covering the following key areas of financial engineering: (i) control and stabilization of financial systems dynamics, (ii) state estimation and forecasting, and (iii) statistical validation of decision-making tools, the book can be used for teaching undergraduate or postgraduate courses in financial engineering. It is also a useful resource for the engineering and computer science community

Static Analysis: 24th International Symposium, SAS 2017, New York, NY, USA, August 30 – September 1, 2017, Proceedings (Lecture Notes in Computer Science #10422)

by Francesco Ranzato

This book constitutes the refereed proceedings of the 24th International Static Analysis Symposium, SAS 2017, held in New York, NY, USA, in August/September 2017. The 22 papers presented in this volume were carefully reviewed and selected from 50 submissions. The papers cover various aspects of the presentation of theoretical, practical, and applicational advances in area of static analysis that is recognized as a fundamental tool for program verification, bug detection, compiler organization, program understanding, and software maintenance.

Refine Search

Showing 50,326 through 50,350 of 83,302 results