Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Safari, an O’Reilly Media Company  (651)
  • [Erscheinungsort nicht ermittelbar] : Wiley  (378)
  • [Erscheinungsort nicht ermittelbar] : Apress  (197)
  • [Erscheinungsort nicht ermittelbar] : Auerbach Publications  (76)
Datasource
Material
Language
Years
Subjects(RVK)
  • 1
    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 ...
  • 2
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (192 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Achieve higher levels of workforce engagement and retain more employees A strong U.S. economy with record-low unemployment rates and the shift to Millennials—now the largest generation in the workforce—are driving specific challenges for organizations to engage and retain employees. Engaged employees don't just happen, they are nurtured by organizations with great cultures and strong leadership. Talent Keepers puts a new spin on a systematic approach to employee engagement and retention with precise tactics that have achieved proven results. This book includes research-based methods of engaging employees, beginning the moment they are hired. With six client case studies that focus on how the organization put an engagement plan into practice and achieved success, readers will come away with specific, actionable strategies they can begin implementing immediately in their organization. • Put an engagement plan into action • Find actionable strategies • Implement ways to retain your best employees • Achieve success starting today If you’re a top leader looking to engage and retain your best performers, Talent Keepers has you covered.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249932
    Language: English
    Pages: 1 online resource (1 video file, approximately 41 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video course teaches how to go beyond writing SELECT statements and to manipulate data within your database tables. You’ll begin with an introduction to Data to Data Manipulation Language (DML) that covers the INSERT, UPDATE, and DELETE statements. You’ll use these three statements most often, and they are the next most common three to use following the SELECT statement that has been covered earlier in this series. Watching the video, you’ll learn how to use these three statements to insert new data into your database to tables, and to update data in place without having to bring it down to the client and push it back and forth network. You’ll also learn to delete data when it’s no longer needed. Also covered in the video is the MERGE statement. You’ll learn how this little used but very useful statement works to make extract, transform, load (ETL) processes much more streamlined. You’ll learn to throw large numbers of rows at your database, letting the MERGE statement sort out which rows represent new data to be inserted, and which represent updates to existing data. You’ll be able to write cleaner load processes for data warehouses, data marts, and other reporting statements using your knowledge of MERGE. You’ll also learn some fast ways to delete data from database tables. In addition to DELETE, you’ll learn about DROP and TRUNCATE. These statements provide you with options for quickly deleting data. Each has their best use, and this video helps you to make the correct choices and avoid unwanted downtime in your production database environments. Finally, you’ll learn about identity columns and sequences, using them to generate primary keys to uniquely identify new rows of data that you are storing in your database tables. Throughout this video you’ll learn the gamut of data manipulation statements that SQL Server places at your disposal, and when each is best applied. What You Will Learn Add data to your database using INSERT and MERGE statements Update data in place without sending it back and forth over the network Choose correctly from three possible ways of removing unwanted data Streamline ETL process used to load data marts and data warehouses Automatically generate primary keys to uniquely identify new records Who This Video Is For For business analysts, developers, and others whose career will benefit from a knowledge of the SQL language for accessing Microsoft SQL Server databases and manipulating the data they contain.
    Note: Online resource; Title from title screen (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484237243
    Language: English
    Pages: 1 online resource (474 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Work with all aspects of batch processing in a modern Java environment using a selection of Spring frameworks. This book provides up-to-date examples using the latest configuration techniques based on Java configuration and Spring Boot. The Definitive Guide to Spring Batch takes you from the “Hello, World!” of batch processing to complex scenarios demonstrating cloud native techniques for developing batch applications to be run on modern platforms. Finally this book demonstrates how you can use areas of the Spring portfolio beyond just Spring Batch 4 to collaboratively develop mission-critical batch processes. You’ll see how a new class of use cases and platforms has evolved to have an impact on batch-processing. Data science and big data have become prominent in modern IT and the use of batch processing to orchestrate workloads has become commonplace. The Definitive Guide to Spring Batch covers how running finite tasks on cloud infrastructure in a standardized way has changed where batch applications are run. Additionally, you’ll discover how Spring Batch 4 takes advantage of Java 9, Spring Framework 5, and the new Spring Boot 2 micro-framework. After reading this book, you’ll be able to use Spring Boot to simplify the development of your own Spring projects, as well as take advantage of Spring Cloud Task and Spring Cloud Data Flow for added cloud native functionality. Includes a foreword by Dave Syer, Spring Batch project founder. What You'll Learn Discover what is new in Spring Batch 4 Carry out finite batch processing in the cloud using the Spring Batch project Understand the newest configuration techniques based on Java configuration and Spring Boot using practical examples Master batch processing in complex scenarios including in the cloud Develop batch applications to be run on modern platforms Use areas of the Spring portfolio beyond Spring Batch to develop mission-critical batch processes Who This Book Is For Experienced Java and Spring coders new to the Spring Batch platform. This definitive book will be useful in allowing even experienced Spring Batch users and developers to maximize the Spring Batch tool.
    Note: Online resource; Title from title page (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Seize opportunity from uncertainty What if you could use strategy to turn market volatility to your competitive advantage? Rethinking Strategy shows you how to anticipate and benefit from emerging market shifts and free your organisation from a cycle of disruption and response. In this ground-breaking book, author and strategist Steve Tighe helps you use scenarios to envisage what your industry and organisation could look like in the future and prepare for what’s to come. Through detailed case studies and practical tools, this guide reveals how to make strategy development your organisation’s principal creative and learning activity. anticipate impending market shifts before they emerge slow down change by making the future familiar unlock the entrepreneurial talent that lies within your organisation mobilise an army of internal advocates to drive strategy execution embed foresight into your planning and innovation processes Have you ever wondered how some companies seem to always be ahead of the curve while others struggle to keep up in today’s ever-changing competitive environment? With Rethinking Strategy , you’ll learn how to make better decisions and thrive alongside increasing competition and uncertainty.
    Note: Online resource; Title from title page (viewed April 22, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248942
    Language: English
    Pages: 1 online resource (246 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: In this handy, practical book you will cover each concept concisely, with many illustrative examples. You'll be introduced to several R data science packages, with examples of how to use each of them. In this book, you’ll learn about the following APIs and packages that deal specifically with data science applications: readr, dibble, forecasts, lubridate, stringr, tidyr, magnittr, dplyr, purrr, ggplot2, modelr, and more. After using this handy quick reference guide, you'll have the code, APIs, and insights to write data science-based applications in the R programming language. You'll also be able to carry out data analysis. What You Will Learn Import data with readr Work with categories using forcats, time and dates with lubridate, and strings with stringr Format data using tidyr and then transform that data using magrittr and dplyr Write functions with R for data science, data mining, and analytics-based applications Visualize data with ggplot2 and fit data to models using modelr Who This Book Is For Programmers new to R's data science, data mining, and analytics packages. Some prior coding experience with R in general is recommended.
    Note: Online resource; Title from title page (viewed August 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250013
    Language: English
    Pages: 1 online resource (442 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Business users familiar with Base SAS programming can now learn Python by example. You will learn via examples that map SAS programming constructs and coding patterns into their Python equivalents. Your primary focus will be on pandas and data management issues related to analysis of data. It is estimated that there are three million or more SAS users worldwide today. As the data science landscape shifts from using SAS to open source software such as Python, many users will feel the need to update their skills. Most users are not formally trained in computer science and have likely acquired their skills programming SAS as part of their job. As a result, the current documentation and plethora of books and websites for learning Python are technical and not geared for most SAS users. Python for SAS Users provides the most comprehensive set of examples currently available. It contains over 200 Python scripts and approximately 75 SAS programs that are analogs to the Python scripts. The first chapters are more Python-centric, while the remaining chapters illustrate SAS and corresponding Python examples to solve common data analysis tasks such as reading multiple input sources, missing value detection, imputation, merging/combining data, and producing output. This book is an indispensable guide for integrating SAS and Python workflows. What You’ll Learn Quickly master Python for data analysis without using a trial-and-error approach Understand the similarities and differences between Base SAS and Python Better determine which language to use, depending on your needs Obtain quick results Who This Book Is For SAS users, SAS programmers, data scientists, data scientist leaders, and Python users who need to work with SAS
    Note: Online resource; Title from title page (viewed September 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    ISBN: 9781484249109
    Language: English
    Pages: 1 online resource (332 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Any IT professional can tell you that managing security is a top priority and even more so when working in the cloud. Access to accurate and timely security information is critical, but governance and control must first be enabled. This guide shows you how to take advantage of Azure's vast and powerful built-in security tools and capabilities for your application workloads. Pro Azure Governance and Security offers a comprehensive look at the governance features available with Microsoft Azure and demonstrates how to integrate them with your hybrid and Azure environments, drawing on the author's experiences from years in the field. Learn about the array of controls implemented within Microsoft Azure from two valuable perspectives: the customer and Microsoft operations. Beginning with the top-level subscription hierarchy, learn about the most important built-in Azure security services and features, as well as how to use Azure Policies and Blueprints as a means for security and governance. A series of hands-on exercises teaches you the concepts of Azure Governance: how to enable and deploy Azure Security Center, integrate RBAC (role-based access control), and set up Azure Operations and Monitoring. Get introduced to the new Azure Sentinel solution that offers SIEM as a service for security incident management and proactive hunting. What You'll Learn Understand different architectural designs for implementing Azure Security Operate and monitor an Azure environment Deploy Azure Governance, Policies, and Blueprints Discover key Azure features that enhance security Implement and confidently access Azure Security Center Get to know Azure Sentinel Who This Book Is For Technical engineers, consultants, solution and cloud architects, IT managers, and SecOps teams who need to understand how to integrate governance, security, and compliance in hybrid and Azure environments. A basic understanding of Azure or other public cloud platforms is beneficial, but not required.
    Note: Online resource; Title from title page (viewed June 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The essential resource for navigating the growing direct loan market Private Debt: Opportunities in Corporate Direct Lending provides investors with a single, comprehensive resource for understanding this asset class amidst an environment of tremendous growth. Traditionally a niche asset class pre-crisis, corporate direct lending has become an increasingly important allocation for institutional investors—assets managed by Business Development Company structures, which represent 25% of the asset class, have experienced over 600% growth since 2008 to become a $91 billion market. Middle market direct lending has traditionally been relegated to commercial banks, but onerous Dodd-Frank regulation has opened the opportunity for private asset managers to replace banks as corporate lenders; as direct loans have thus far escaped the low rates that decimate yield, this asset class has become an increasingly attractive option for institutional and retail investors. This book dissects direct loans as a class, providing the critical background information needed in order to work effectively with these assets. Understand direct lending as an asset class, and the different types of loans available Examine the opportunities, potential risks, and historical yield Delve into various loan investment vehicles, including the Business Development Company structure Learn how to structure a direct loan portfolio, and where it fits within your total portfolio The rapid rise of direct lending left a knowledge gap surrounding these nontraditional assets, leaving many investors ill-equipped to take full advantage of ever-increasing growth. This book provides a uniquely comprehensive guide to corporate direct lending, acting as both crash course and desk reference to facilitate smart investment decision making.
    Note: Online resource; Title from title page (viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    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: Proven techniques to win over any audience and make any sale Mastering the Art of Oral Presentations is your expert guide to delivering memorable and effective speeches and presentations. Whether selling a product, offering a service, or bidding for a contract, your oral presentation skills can often determine success or failure. This invaluable resource delivers real-world advice and proven strategies to elevate your game and close the deal. Comprehensive coverage of preparation procedures, delivery techniques, and presentation strategies provide you with the tools and knowledge to motivate and persuade your audience. Emphasizing real-world versatility, this unique book delivers methods equally effective to both individual and team presentations. Drawing from decades of experience, authors John Parker Stewart and Don Fulop offer keen insight into the process of winning over an audience. From topics ranging from rhetorical devices and visual cues to body language and stage presence, this expert guide will help convey a take-home message that resonates and endures long after your presentation has concluded. A must-have resource for government contractors, sales and marketing professionals, and anyone seeking to raise the level of their oral presentation skills, this book will help you: Develop winning approaches to oral presentations regardless of experience or skill level Build the confidence to present your ideas to individuals, teams, and large audiences Incorporate your personal and professional lives into your communication strategies Create and deliver messages that will win the hearts and minds of any audience Mastering the Art of Oral Presentations: Winning Orals, Speeches, and Stand-Up Presentations is an indispensable tool for those who speak to influence, to promote, and to sell—aiding you in making positive and lasting impressions on potential customers, team members, and decision makers.
    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 ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (384 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Offers state-of-the-art principles and strategies gleaned from high-profile projects to help readers manage design This guide to managing design process within the commercial design and construction industry addresses a growing pain point in an industry where collaborative approaches to project delivery are outpacing the way professionals work. It synthesizes issues by investigating the “why,” “how,” and “who” of the discipline of managing design, and gives the “what” and “when” to apply the solutions given various project delivery and contracting methods. The book features candid interviews with over 40 industry leaders—architects, engineers, contractors, owners, educators, technology evangelists, and authors—which present a broad look at current issues and offer paths to future collaboration and change. Managing Design: Conversations, Project Controls and Best Practices for Commercial Design and Construction Projects is a self-help book for design and construction that provides aninsider’s look at the mysteries of managing design for yourself, team, firm and future. It tackles client empathy; firm culture; owner leadership; design and budgets; dealing with engineers, consultants, and contractors; contracts; team assembly; and much more. Features eye-opening interviews with 40 industry luminaries Exposes issues and poses solutions to longstanding industry ills Offers a project design controls framework and toolset for immediate application and action Includes best practice tips, process diagrams, and comparative analytical tables to support the text Written in a relatable style, Managing Design: Conversations, Project Controls and Best Practices for Commercial Design and Construction Projects is a welcome resource for owners, contractors, and designers in search of better ways to work together. “ Managing Design blends practical advice from the author's five decades in architecture and construction with wisdom from more than three dozen luminaries in the design, delivery, ownership and operation of the built environment. The result is an extraordinary guide to integrating practice across disciplines.” —Bob Fisher, Editor-In-Chief, Design Intelligence “ Managing Design peers into the soul of a contentious industry as it grapples with change—a deep dive into the design and construction process in the words of those doing the work. I enjoyed the engineers and contractors’ pleas to be made parties to design process early on. The questions—as inte...
    Note: Online resource; Title from title page (viewed June 5, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Transform your approach to oprisk modelling with a proven, non-statistical methodology Operational Risk Modeling in Financial Services provides risk professionals with a forward-looking approach to risk modelling, based on structured management judgement over obsolete statistical methods. Proven over a decade’s use in significant banks and financial services firms in Europe and the US, the Exposure, Occurrence, Impact (XOI) method of operational risk modelling played an instrumental role in reshaping their oprisk modelling approaches; in this book, the expert team that developed this methodology offers practical, in-depth guidance on XOI use and applications for a variety of major risks. The Basel Committee has dismissed statistical approaches to risk modelling, leaving regulators and practitioners searching for the next generation of oprisk quantification. The XOI method is ideally suited to fulfil this need, as a calculated, coordinated, consistent approach designed to bridge the gap between risk quantification and risk management. This book details the XOI framework and provides essential guidance for practitioners looking to change the oprisk modelling paradigm. Survey the range of current practices in operational risk analysis and modelling Track recent regulatory trends including capital modelling, stress testing and more Understand the XOI oprisk modelling method, and transition away from statistical approaches Apply XOI to major operational risks, such as disasters, fraud, conduct, legal and cyber risk The financial services industry is in dire need of a new standard — a proven, transformational approach to operational risk that eliminates or mitigates the common issues with traditional approaches. Operational Risk Modeling in Financial Services provides practical, real-world guidance toward a more reliable methodology, shifting the conversation toward the future with a new kind of oprisk modelling.
    Note: Online resource; Title from title page (viewed May 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251447
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Begin your journey into query optimization by learning the basics of how SQL Server processes a query from start to finish. Once this foundation is established, you will focus on execution plans: What are they? How do we read them? And what are their more common operations? A variety of statistics options will be introduced that provide insight into query duration and the load that a given query presents on memory and storage resources. With a set of tools defined, you will tackle a variety of common optimization challenges. You’ll review some common problems in which performance is inadequate and then solutions to mitigate those problems and improve performance. These basic patterns will provide a format for viewing and analyzing queries with the goal of being able to identify the source of the problem when a query is running too slow. What You'll Learn Discover how SQL Server optimizes a query and generates an execution plan Enable, read, and decipher execution plans for query analysis Identify a variety of common execution plan operators Use STATISTICS IO to gauge query impact on memory and disk resources Measure query duration using STATISTICS TIME Analyze problem queries to find the source of performance problems Identify common query mistakes and how to quickly resolve them Who This Video Is For Database administrators, developers, or anyone who writes TSQL queries on a regular basis. For all database professionals who need to write efficient code that executes quickly while consuming minimal resources.
    Note: Online resource; Title from title screen (viewed June 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484245118
    Language: English
    Pages: 1 online resource (157 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover how to use the popular RStudio IDE as a professional tool that includes code refactoring support, debugging, and Git version control integration. This book gives you a tour of RStudio and shows you how it helps you do exploratory data analysis; build data visualizations with ggplot; and create custom R packages and web-based interactive visualizations with Shiny. In addition, you will cover common data analysis tasks including importing data from diverse sources such as SAS files, CSV files, and JSON. You will map out the features in RStudio so that you will be able to customize RStudio to fit your own style of coding. Finally, you will see how to save a ton of time by adopting best practices and using packages to extend RStudio. Learn RStudio IDE is a quick, no-nonsense tutorial of RStudio that will give you a head start to develop the insights you need in your data science projects. What You Will Learn Quickly, effectively, and productively use RStudio IDE for building data science applications Install RStudio and program your first Hello World application Adopt the RStudio workflow Make your code reusable using RStudio Use RStudio and Shiny for data visualization projects Debug your code with RStudio Import CSV, SPSS, SAS, JSON, and other data Who This Book Is For Programmers who want to start doing data science, but don’t know what tools to focus on to get up to speed quickly.
    Note: Online resource; Title from title page (viewed April 17, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: There’s a bold decision in your life you’ve been waiting to make, and every day passing by is a reminder of what hasn’t happened. Conveniently tucked in a box labeled ‘someday,’ the fear of the unknown has taken a grip on your life and put your dreams on hold. Until now. Whether your leap is quitting the soul sucking job and starting your own business, taking a bold chance on love or finally going all in on your dreams, The Leap of Your Life is the ticket to get you there. All while having the time of your life and ensuring you don’t wake up years down the line with a sinking feeling of regret. Author and high-performance coach Tommy Baker has helped thousands of everyday people identify and take their leap, step into courage and create a life they can’t wait to wake up for. After interviewing 250+ of the world’s most powerful entrepreneurs, thought leaders, experts, spiritual teachers and athletes he discovered a common theme: They all took a leap, even if they were full of fear—and it radically transformed their experience of life. If you’re ready to: Re-define risk and stop playing small Step into the boldest version of yourself Give yourself permission to take a chance Live the Hero’s Journey of your life story Eradicate regret and ‘what could have been’ . . . then look no further and order The Leap Of Your Life now!
    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 ...
  • 16
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249581
    Language: English
    Pages: 1 online resource (1 video file, approximately 28 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create a brand online through the use of web design, graphic design (Illustrator and Photoshop), outsourcing, social media, and various other strategies. The objective of this video is to help you create a coherent design that speaks to the mission statement of the brand, and that will increase audience engagement and loyalty. The main strategy is to create a brand design that is unique to the business and that has a specific buyer persona in mind (not to try and ‘appeal to everyone’). This will reference Simon Sinek’s ‘Golden Circle’. From there, a logo can be designed or outsourced to reflect that mission statement. This should be simple, re-useable, scalable, and non-cliched, and the design process may involve a mood board. The design should be a vector file and we will look at the technical skills necessary to create such a design. The same branding should then be used through a website, and will help to inform design decisions, as well as across social media. The aim here is 'be everywhere' and 'be consistent'. We will discuss how brand strategy can even influence product design, using Apple as the perfect example. We will also discuss branding in the context of content marketing. What You Will Learn Create a design aesthetic that expresses your company's valuers and ethos Choose a mission statement and find a buyer persona to help you meet your goals Study how you can create and maintain a brand Who This Video is For New startups, entrepreneurs, bloggers, and sole traders looking to create a strong platform online. Businesses currently operating with drab and uninspired branding that are losing potential leads as a result.
    Note: Online resource; Title from title screen (viewed May 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253823
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Implement Blockchains in iOS applications using the Swift programming language while working with the basics of blockchain development. In the first part of this video, the logic behind blockchains will be explained and then the same logic will be implemented in iOS application development. You’ll work to develop a sample application where you'll allocate two accounts which will have a certain amount of bitcoins in them. Then you'll transfer those bitcoins between those accounts using blockchain technology by clicking transfer buttons in the application. What You Will Learn Implement blockchains in iOS applications Define blockchains in Swift Develop a sample blockchain application Who This Video Is For Experienced Swift developers who want to work with blockchains and decentralized programming.
    Note: Online resource; Title from title screen (viewed September 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ten skills for agile leadership Complex challenges are all around us—they impact our companies, our communities, and our planet. This complexity and the emergence of networks is changing the practice of strategic management. Today’s leaders need to understand how to design and guide complex collaborations to accelerate innovation and change—collaborations that cross boundaries both inside and outside organizations. Strategic Doing introduces you to the new disciplines of agile strategy and collaborative leadership. You’ll learn how to design and guide complex collaborations by following a discipline of simple rules that you won’t find anywhere else. • Unleash the power of true collaboration • Learn and master the 10 skills of agile leadership • Apply individual skills to targeted situations • Introduces a new discipline of leadership strategy Filled with compelling case studies, Strategic Doing outlines a new discipline of leadership strategy specifically designed for open, loosely-connected networks.
    Note: Online resource; Title from title page (viewed May 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Engage on a deeper level by disrupting the typical business development script Authentic Marketing offers a forward-thinking approach to achieving an entirely new level of engagement with today’s purpose-driven and skeptical audiences. The heart of this process involves finding the soul of your organization. When moral purpose becomes central to your organization, it can deliver benefits to both the bottom line and mankind: a profit meets purpose proposition. This path requires a reinvention of today’s dated business model, abolishing the inefficient, siloed approach of developing a business strategy first and then later creating separate strategies for marketing, HR, manufacturing, R&D, etc. The new integrated model fuses a tight integration of business, technology innovation and engagement strategies, all of which are bound together by a company’s moral purpose. When moral purpose is central to an organization’s core, everything branches out from a place of authenticity. Rather than a siloed CSR effort, you develop employee and customer relationships based on real—not curated—connections with a brand’s moral mission. You build true engagement, trust and evangelism. And, along the way, your customers will actually help to co-create your brand. This book shows you how to transform your business by putting moral purpose to work for your stakeholders and the planet. Embrace a new model that integrates business, technology innovation, and engagement strategies with moral purpose as the glue that binds them together Learn the key steps to find your moral purpose Discover how to engage audiences with a transparent, authentic marketing approach that forges powerful connections and builds trust. With a world of options at their fingertips, today’s purpose-driven customers want a brand they can identify with and trust. Authentic Marketing shows you how to make your brand more human, more likeable, more genuine and guides you on how to connect with audiences on a moral level. This process will build a new level of engagement that will benefit both your long-term value and the world.
    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 ...
  • 20
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (360 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: In a unique and systematic way, this book discusses the security and privacy aspects of the cloud, and the relevant cloud forensics. Cloud computing is an emerging yet revolutionary technology that has been changing the way people live and work. However, with the continuous growth of cloud computing and related services, security and privacy has become a critical issue. Written by some of the top experts in the field, this book specifically discusses security and privacy of the cloud, as well as the digital forensics of cloud data, applications, and services. The first half of the book enables readers to have a comprehensive understanding and background of cloud security, which will help them through the digital investigation guidance and recommendations found in the second half of the book. Part One of Security, Privacy and Digital Forensics in the Cloud covers cloud infrastructure security; confidentiality of data; access control in cloud IaaS; cloud security and privacy management; hacking and countermeasures; risk management and disaster recovery; auditing and compliance; and security as a service (SaaS). Part Two addresses cloud forensics – model, challenges, and approaches; cyberterrorism in the cloud; digital forensic process and model in the cloud; data acquisition; digital evidence management, presentation, and court preparation; analysis of digital evidence; and forensics as a service (FaaS). Thoroughly covers both security and privacy of cloud and digital forensics Contributions by top researchers from the U.S., the European and other countries, and professionals active in the field of information and network security, digital and computer forensics, and cloud and big data Of interest to those focused upon security and implementation, and incident management Logical, well-structured, and organized to facilitate comprehension Security, Privacy and Digital Forensics in the Cloud is an ideal book for advanced undergraduate and master's-level students in information systems, information technology, computer and network forensics, as well as computer science. It can also serve as a good reference book for security professionals, digital forensics practitioners and cloud service providers.
    Note: Online resource; Title from title page (viewed April 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249642
    Language: English
    Pages: 1 online resource (273 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Understand ABAP objects—the object-oriented extension of the SAP language ABAP—in the latest release of SAP NetWeaver 7.5, and its newest advancements. This book begins with the programming of objects in general and the basics of the ABAP language that a developer needs to know to get started. The most important topics needed to perform daily support jobs and ensure successful projects are covered. ABAP is a vast community with developers working in a variety of functional areas. You will be able to apply the concepts in this book to your area. SAP ABAP Objects is goal directed, rather than a collection of theoretical topics. It doesn't just touch on the surface of ABAP objects, but goes in depth from building the basic foundation (e.g., classes and objects created locally and globally) to the intermediary areas (e.g., ALV programming, method chaining, polymorphism, simple and nested interfaces), and then finally into the advanced topics (e.g., shared memory, persistent objects). You will know how to use best practices to make better programs via ABAP objects. What You’ll Learn Know the latest advancements in ABAP objects with the new SAP Netweaver system Understand object-oriented ABAP classes and their components Use object creation and instance-methods calls Be familiar with the functions of the global class builder Be exposed to advanced topics Incorporate best practices for making object-oriented ABAP programs Who This Book Is For ABAP developers, ABAP programming analysts, and junior ABAP developers. Included are: ABAP developers for all modules of SAP, both new learners and developers with some experience or little programming experience in general; students studying ABAP at the college/university level; senior non-ABAP programmers with considerable experience who are willing to switch to SAP/ABAP; and any functional consultants who want or have recently switched to ABAP technical.
    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 ...
  • 22
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249765
    Language: English
    Pages: 1 online resource (294 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Develop and optimize deep learning models with advanced architectures. This book teaches you the intricate details and subtleties of the algorithms that are at the core of convolutional neural networks. In Advanced Applied Deep Learning , you will study advanced topics on CNN and object detection using Keras and TensorFlow. Along the way, you will look at the fundamental operations in CNN, such as convolution and pooling, and then look at more advanced architectures such as inception networks, resnets, and many more. While the book discusses theoretical topics, you will discover how to work efficiently with Keras with many tricks and tips, including how to customize logging in Keras with custom callback classes, what is eager execution, and how to use it in your models. Finally, you will study how object detection works, and build a complete implementation of the YOLO (you only look once) algorithm in Keras and TensorFlow. By the end of the book you will have implemented various models in Keras and learned many advanced tricks that will bring your skills to the next level. What You Will Learn See how convolutional neural networks and object detection work Save weights and models on disk Pause training and restart it at a later stage Use hardware acceleration (GPUs) in your code Work with the Dataset TensorFlow abstraction and use pre-trained models and transfer learning Remove and add layers to pre-trained networks to adapt them to your specific project Apply pre-trained models such as Alexnet and VGG16 to new datasets Who This Book Is For Scientists and researchers with intermediate-to-advanced Python and machine learning know-how. Additionally, intermediate knowledge of Keras and TensorFlow is expected.
    Note: Online resource; Title from title page (viewed September 28, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250815
    Language: English
    Pages: 1 online resource (1 video file, approximately 48 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: This video explains how to create Power BI visuals that provide a good user experience. The video begins by explaining how the common mindset around data visualization is often wrong, and then it suggests a better approach. Report developers are often tempted to make visualizations all about them to show off the data gathered or their report design skills, but reports should be focused on communicating and interacting with the intended audience. This video provides you with practices and guidance toward communicating the right message to your audience without clutter and distraction. Once mindset and goals have been properly aligned, the video discusses the visual tools you have at your disposal when formatting a Power BI visual. These tools include color, shape, and layout. Misapplying these tools can make a visual distracting, ugly, or even misleading. Applying them correctly can make a visual pop and help to communicate the right message, which is the message you are working so hard to get across. Accessibility in report design is also discussed. Demos show how changing seemingly simple attributes on visuals can greatly improve accessibility. Common visualization mistakes are shown, along with examples of how to fix them. In addition to formatting individual visuals, the video discusses how to put them together on a report page to form a coherent analysis. After making an initial draft, it’s time to do a quality check on the report. This video covers what attributes to check and discusses tools to help with your quality checks. Tips are provided on helpful features in Power BI that make good design easier, such as use of report themes and templates, and setting the default visual interaction style. The video will show how to iterate on a report design to improve it based upon findings in the quality checks. The video ends by reviewing the starting point of a report that needed optimization and comparing that to the result after some improvements to see the effect on the user experience. What You Will Learn Take a goals-oriented approach to creating charts and graphs in Power BI Combine color, shape, and layout to create a desired user experience Create reports that effectively communicate the specific message you are working to convey Make Power BI reports accessible for those with visual, motor, and cognitive disabilities Evaluate charts, graphs, and other visuals using a repeatable checklist for optimal display of information Recognize a...
    Note: Online resource; Title from title screen (viewed June 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250648
    Language: English
    Pages: 1 online resource (319 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Learn applied numerical computing using the C programming language, starting with a quick primer on the C programming language and its SDK. This book then dives into progressively more complex applied math formula for computational methods using C with examples throughout and a larger, more complete application towards the end. Numerical C starts with the quadratic formula for finding solutions to algebraic equations that model things such as price vs. demand or rise vs. run or slip and more. Later in the book, you'll work on the augmented matrix method for simultaneous equations. You’ll also cover Monte Carlo method model objects that could arise naturally as part of the modeling of a real-life system, such as a complex road network, the transport of neutrons, or the evolution of the stock market. Furthermore, the Monte Carlo method of integration examines the area under a curve including rendering or ray tracing and the shading in a region. Furthermore, you'll work with the product moment correlation coefficient: correlation is a technique for investigating the relationship between two quantitative, continuous variables, for example, age and blood pressure. By the end of the book, you'll have a feeling for what computer software could do to help you in your work and apply some of the methods learned directly to your work. What You Will Learn Gain software and C programming basics Write software to solve applied, computational mathematics problems Create programs to solve equations and calculus problems Use the trapezium method, Monte Carlo method, line of best fit, product moment correlation coefficient, Simpson’s rule, and matrix solutions Write code to solve differential equations Apply one or more of the methods to an application case study Who This Book Is For Those with an existing knowledge of rudimentary mathematics (school level) and some basic programming experience. This is also important to people who may work in mathematics or other areas (for example, life sciences, engineering, or economics) and need to learn C programming.
    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 ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (504 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: A brand new, fully updated edition of a popular classic on matrix differential calculus with applications in statistics and econometrics This exhaustive, self-contained book on matrix theory and matrix differential calculus provides a treatment of matrix calculus based on differentials and shows how easy it is to use this theory once you have mastered the technique. Jan Magnus, who, along with the late Heinz Neudecker, pioneered the theory, develops it further in this new edition and provides many examples along the way to support it. Matrix calculus has become an essential tool for quantitative methods in a large number of applications, ranging from social and behavioral sciences to econometrics. It is still relevant and used today in a wide range of subjects such as the biosciences and psychology. Matrix Differential Calculus with Applications in Statistics and Econometrics, Third Edition contains all of the essentials of multivariable calculus with an emphasis on the use of differentials. It starts by presenting a concise, yet thorough overview of matrix algebra, then goes on to develop the theory of differentials. The rest of the text combines the theory and application of matrix differential calculus, providing the practitioner and researcher with both a quick review and a detailed reference. Fulfills the need for an updated and unified treatment of matrix differential calculus Contains many new examples and exercises based on questions asked of the author over the years Covers new developments in field and features new applications Written by a leading expert and pioneer of the theory Part of the Wiley Series in Probability and Statistics Matrix Differential Calculus With Applications in Statistics and Econometrics Third Edition is an ideal text for graduate students and academics studying the subject, as well as for postgraduates and specialists working in biosciences and psychology.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251515
    Language: English
    Pages: 1 online resource (1 video file, approximately 38 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn best practices in certificate management for SQL Server. Certificates are small snippets of text that are foundational to encrypting and decrypting data. Watch this video to learn how to safely store certificates and prevent them from falling into the wrong hands and compromising the very data you are using them to protect. Also learn how to ensure that you still have access to needed certificates following a catastrophe or other data loss event, because data loss from lost certificates is a very real risk that must be managed and mitigated. This video begins with a short introduction to certificates and some of the different types of encryption they enable you as a SQL Server DBA to implement – such as transparent data encryption (TDE), backup encryption, and column encryption. Then you’ll learn practices for generating and managing certificates specifically for each of the different certificate types. Next, you’ll learn best practices for backing up and securing your encryption certificates so that you have them when you need them, because losing them can mean losing your data altogether. You’ll learn about certificate expiration, and the proper methods by which to backup, store, restore, and protect your certificates so that any encrypted data is never lost. What You Will Learn Ensure access to certificates following a catastrophe or other data loss event Learn about the types of encryption SQL Server offers Understand how certificates enable encryption Generate correct certificates for your chosen encryption methods Find where each certificate type is stored, how to back it up, and how to restore it Identify best practices with regards to generating and managing certificates Who This Video Is For For database administrators and system administrators who handle or plans to handle certificates for encrypting data on SQL Server instances.
    Note: Online resource; Title from title screen (viewed June 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (500 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Deep, insightful analysis of controversial risk management issues in Islamic banking Mapping the Risks And Risk Management Practices In Islamic Banking is a comprehensive analysis of the current state of risk management practices within the Islamic banking industry, with recommendations for policy makers, bankers, and industry stakeholders. Going beyond the academic, this book presents the opinions and perceptions of industry financiers and bankers, alongside primary information and data collected by Islamic finance professionals to deconstruct and analyze the sector's current risk management practices. You'll get up to date on the latest attitudes and trends, and delve into the current issues surrounding risk management in Islamic banks. With a focus on practical applications, this authoritative guide discusses the unique risks facing Islamic banks, from the perspective of a wide range of practitioners. Risk management is one of the biggest, most controversial issues in Islamic finance, yet it remains under-researched. Many uncertainties exist for which the answers are still unclear, yet will play a large role in shaping the industry's future. This book digs deep into current ideas and practices to discover what's being done, what needs to be done, and what needs to stop happening to keep the future of Islamic finance strong. Explore both Islamic and traditional attitudes toward risk Examine current Islamic risk management practices Understand the latest industry issues and trends Consider the diverse range of risks unique to the Islamic banking sector Effective risk management in Islamic banking deserves priority attention. Unless the industry develops its own genuine risk management architecture, it cannot achieve its full potential and the viability needed for a more resilient financial system than the debunked Wall Street model. Mapping the Risks and Risk Management Practices in Islamic Banking provides a deep, authoritative analysis of where the industry is today and where it needs to develop.
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    Language: English
    Pages: 1 online resource (616 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Ultrasound Elastography for Biomedical Applications and Medicine Ivan Z. Nenadic, Matthew W. Urban, James F. Greenleaf, Mayo Clinic Ultrasound Research Laboratory, Mayo Clinic College of Medicine, USA Jean-Luc Gennisson, Miguel Bernal, Mickael Tanter, Institut Langevin – Ondes et Images, ESPCI ParisTech CNRS, France Covers all major developments and techniques of Ultrasound Elastography and biomedical applications The field of ultrasound elastography has developed various techniques with the potential to diagnose and track the progression of diseases such as breast and thyroid cancer, liver and kidney fibrosis, congestive heart failure, and atherosclerosis. Having emerged in the last decade, ultrasound elastography is a medical imaging modality that can noninvasively measure and map the elastic and viscous properties of soft tissues. Ultrasound Elastography for Biomedical Applications and Medicine covers the basic physics of ultrasound wave propagation and the interaction of ultrasound with various media. The book introduces tissue elastography, covers the history of the field, details the various methods that have been developed by research groups across the world, and describes its novel applications, particularly in shear wave elastography. Key features: Covers all major developments and techniques of ultrasound elastography and biomedical applications. Contributions from the pioneers of the field secure the most complete coverage of ultrasound elastography available. The book is essential reading for researchers and engineers working in ultrasound and elastography, as well as biomedical engineering students and those working in the field of biomechanics.
    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 ...
  • 29
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251492
    Language: English
    Pages: 1 online resource (141 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover how to write manuscripts in Markdown and translate them with Pandoc into different output formats. You’ll use Markdown to annotate text formatting information with a strong focus on semantic information: you can annotate your text with information about where chapters and sections start, but not how chapter and heading captions should be formatted. As a result, you’ll decouple the structure of a text from how it is visualized and make it easier for you to produce different kinds of output. The same text can easily be formatted as HTML, PDF, or Word documents, with various visual styles, by tools that understand the markup annotations. Finally, you’ll learn to use Pandoc, a tool for translating between different markup languages, such as LaTeX, HTML, and Markdown. This book will not describe all the functionality that Pandoc provides, but will teach you how to translate Markdown documents, how to customize your documents using templates, and how to extend Pandoc’s functionality using filters. If that is something you are interested in, Introducing Markdown and Pandoc will get you started. With this set of skills you’ll be able to write more efficiently without worrying about needless formatting and other distractions. What You Will Learn Why and how to use Markdown and Pandoc Write Markdown Use extensions available in Pandoc and Markdown Write math and code blocks Use templates and produce documents Who This Book Is For Programmers and problem solvers looking for technical documentation solutions.
    Note: Online resource; Title from title page (viewed August 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (928 pages)
    Edition: 12th edition
    Keywords: Electronic books ; local
    Abstract: Tax-exempt law explained, for lawyers and nonlawyers alike The Law of Tax-Exempt Organizations has, for decades, been the definitive single-volume source of legal information for nonprofit lawyers and managers alike. Author Bruce R. Hopkins is widely recognized as the leading authority on the subject; in this thoroughly revised Twelfth Edition , he provides all the updates you need to stay current on the latest changes to tax code, regulatory, and case law developments. Annual supplements available with the book will ensure that you don’t miss any important updates. Making solid decisions about the future of any tax-exempt organization requires a firm and up-to-date understanding of the relevant tax and other law. This reference provides guidance on the latest developments in eligibility for tax exemption, the private inurement and private benefit doctrines, nonprofit governance, lobbying, political campaign activity, public charities, private foundations, donor-advised funds, unrelated business activities, reporting, disclosure requirements, and more. Understand the tax code, regulations, and case law pertaining to all categories of tax-exempt organizations Access the nonprofit law standard reference guide, written by the leading legal expert on tax-exempt organizations Prepare yourself to make well-founded strategic decisions about the current and future actions of your organization Review annual supplements that provide plain-English information on changes for each tax year Written in a practical format that’s accessible to lawyers and non-lawyers alike, The Law of Tax-Exempt Organizations, Twelfth Edition , is a trustworthy resource for anyone involved in advising or managing charitable organizations, social welfare entities, associations, clubs, or any other type of tax-exempt entity.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (256 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The business ideas and innovation philosophies of the world’s great entrepreneurs—for anyone to implement in any business Steve Jobs. Jeff Bezos. Larry Page. Sergey Brin. Zhang Ruimin. Marc Benioff. Millions of words have been written about the great entrepreneurs of the world. This book is not about describing their achievements. Nor is it about their charisma, personal trials, or their place in popular culture. We have all heard or read about them already. This book is about the entrepreneur, the thinker. It is about the grand ideas, the disruptive thoughts, the innovative underpinnings and business philosophies that gave rise to their achievements. Thank You For Disrupting: The Disruptive Business Philosophies of The World’s Great Entrepreneurs examines 20 of the most significant business leaders of our time. Author Jean-Marie Dru, himself a disruptor who coined the term decades ago, explains not only the impact these leaders have had on their own companies, but also their immense influence on the business world as a whole. Each chapter is replete with in-depth analyses, insightful comments, and personal observations from the author, including discussions covering the experimentation and platforms of Jeff Bezos, to the recruitment policies and core values of Sergey Brin and Larry Page, to the complete CSR and company activism of Paul Polman, and many more. Illustrating how the vision of a disruptive innovator can reach far beyond his or her company, this engaging book encourages and inspires readers to become disruptors in in their own businesses. The Disruptive Business Philosophies of The World’s Great Entrepreneurs is a must-read for anyone interested in the why and how behind the most significant and influential business achievements of our time.
    Note: Online resource; Title from title page (viewed June 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249888
    Language: English
    Pages: 1 online resource (312 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Successfully navigate through the ever-changing world of technology and ethics and reconcile system administration principles for separation of duty, account segmentation, administrative groups and data protection. As security breaches become more common, businesses need to protect themselves when facing ethical dilemmas in today’s digital landscape. This book serves as a equitable guideline in helping system administrators, engineers – as well as their managers – on coping with the ethical challenges of technology and security in the modern data center by providing real-life stories, scenarios, and use cases from companies both large and small. You'll examine the problems and challenges that people working with customer data, security and system administration may face in the cyber world and review the boundaries and tools for remaining ethical in an environment where it is so easy to step over a line - intentionally or accidentally. You'll also see how to correctly deal with multiple ethical situations, problems that arise, and their potential consequences, with examples from both classic and DevOps-based environments. Using the appropriate rules of engagement, best policies and practices, and proactive “building/strengthening” behaviors, System Administration Ethics provides the necessary tools to securely run an ethically correct environment. What You'll Learn The concepts of Least Privilege and Need to Know Request change approval and conduct change communication Follow "Break Glass" emergency procedures Code with data breaches, hacking and security violations, and proactively embrace and design for failures Build and gain trust with employees and build the right ethical culture Review what managers can do to improve ethics and protect their employees Who This Book Is For This book’s primary audience includes system administrators and information security specialists engaged with the creation, process and administration of security policies and systems. A secondary audience includes company leaders seeking to improve the security, privacy, and behavioral practices.
    Note: Online resource; Title from title page (viewed October 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Boost your brain and gain an edge in everything you do. Smarter Sharper Thinking reveals how you can expand your brain's capability to think well under stress, to focus and get more out of your day, to be more creative and innovative, and to prepare you for future challenges. Utilising the latest neuro-scientific principles, Dr Jenny Brockis shows how you can increase your brain fitness by developing a habit-changing plan to get more done with less effort. In 12 key areas, Smarter Sharper Thinking presents simple, action-based principles that can be readily incorporated into your daily routines to train your brain for high performance. Originally published in 2016 as Future Brain , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    Note: Online resource; Title from title page (viewed March 18, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Get familiar with business sustainability in Asia Business Sustainability in Asia offers 12 chapters that cover different aspects of business sustainability with a keen focus on its implications in Asia. Anyone who is involved with business sustainability and corporate governance, the financial reporting process, investment decisions, legal and financial advising, assurance functions, and corporate governance education will be interested in this book. It examines business sustainability performance, reporting and assurance and their integration into strategy, governance, risk assessment, performance management, and the reporting process of disclosing governance, ethics, social, environmental, and economic sustainable performance. The book also highlights how people, businesses, and resources collaborate in a business sustainability and accountability model. • Develop an awareness and understanding of the main themes, perspectives, frameworks, and issues pertaining to corporate governance and business sustainability in Asia • Covers a variety of issues relevant to business sustainability in Asia • Authored by an expert who has written extensively on the subject • Understand why organizations worldwide recognize the importance of sustainability performance If you’re a business leader, executive, auditor, or student looking to familiarize yourself with this emerging subject, Business Sustainability in Asia has you covered.
    Note: Online resource; Title from title page (viewed February 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244708
    Language: English
    Pages: 1 online resource (703 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take a systematic approach to understanding the fundamentals of machine learning and deep learning from the ground up and how they are applied in practice. You will use this comprehensive guide for building and deploying learning models to address complex use cases while leveraging the computational resources of Google Cloud Platform. Author Ekaba Bisong shows you how machine learning tools and techniques are used to predict or classify events based on a set of interactions between variables known as features or attributes in a particular dataset. He teaches you how deep learning extends the machine learning algorithm of neural networks to learn complex tasks that are difficult for computers to perform, such as recognizing faces and understanding languages. And you will know how to leverage cloud computing to accelerate data science and machine learning deployments. Building Machine Learning and Deep Learning Models on Google Cloud Platform is divided into eight parts that cover the fundamentals of machine learning and deep learning, the concept of data science and cloud services, programming for data science using the Python stack, Google Cloud Platform (GCP) infrastructure and products, advanced analytics on GCP, and deploying end-to-end machine learning solution pipelines on GCP. What You’ll Learn Understand the principles and fundamentals of machine learning and deep learning, the algorithms, how to use them, when to use them, and how to interpret your results Know the programming concepts relevant to machine and deep learning design and development using the Python stack Build and interpret machine and deep learning models Use Google Cloud Platform tools and services to develop and deploy large-scale machine learning and deep learning products Be aware of the different facets and design choices to consider when modeling a learning problem Productionalize machine learning models into software products Who This Book Is For Beginners to the practice of data science and applied machine learning, data scientists at all levels, machine learning engineers, Google Cloud Platform data engineers/architects, and software developers
    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 ...
  • 36
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Double your odds of leading successful, sustainable change Leaders aren’t short on access to change management advice, but the jury has long been out as to which approach is the best one to follow. With the publication of Beyond Performance 2.0 , the verdict is well and truly in. By applying the approach detailed by authors, Scott Keller and Bill Schaninger, the evidence shows that leaders can more than double their odds of success—from thirty percent to almost eighty. Whereas the first edition of Beyond Performance introduced the authors’ “Five Frames of Performance and Health” approach to change management, the fully revised and updated Beyond Performance 2.0 has been transformed into a truly practical “how to” guide for leaders. Every aspect of how to lead change at scale is covered in a step-by-step manner, always accompanied by practical tools and real-life examples. Keller and Schaninger’s work is distinguished in many ways, one of which is the rigor behind the recommendations. The underpinning research is the most comprehensive of its kind—based on over 5 million data points drawn from 2,000 companies globally over a 15-year period. This data is overlaid with the authors’ combined more than 40 years of experience in helping companies successfully achieve large-scale change. As senior partners in McKinsey & Company, consistently named the world’s most prestigious management consulting firm, Keller and Schaninger also draw on the shared experience of their colleagues from offices in over 60 countries with unrivaled access to CEOs and senior teams. Beyond Performance 2.0 also dares to go against the grain—eschewing the notion of copying best practices and instead guiding leaders to make choices specific to their unique context and organization. It does this with meticulously balance of focus on short- and long-term considerations, and on fully addressing the hard technical and oft cultural elements of making change happen. Further, the approach doesn’t just focus on delivering change; it builds an organization’s muscle to continuously change, making it healthier so that it can act with increased speed and agility to stay perpetually ahead of its competition. Leaders looking for a proven approach to leading large-scale change from a trusted source have found what they are looking for in Beyond Performance 2.0 .
    Note: Online resource; Title from title page (viewed July 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250556
    Language: English
    Pages: 1 online resource (212 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Get started with Perl 5 and learn the important core concepts of Perl programming, such as variables, flow control, expressions, and I/O. Additionally, this book covers pattern matching and shows that Perl is extremely flexible and powerful, and that it isn’t afraid of the cloud. After reading and using this book, you'll be able to start writing your own powerful scripts to solve many web and programming problems. This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. You’ll see that Perl has evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. This book provides valuable insight into Perl’s role regarding all of these tasks and more giving you a great start in your Perl programming adventure. What You Will Learn Perform operations on scalar values Use scalar, array, and associative array variables Work with flow control statements such as if, unless, while, until, for, and foreach Read and write directly to files with file handles Use conditional expressions such as numeric and string comparison, regular expressions, file testing, and Perl statements Format output with format statements Search for and replace sub-strings within a string using regular expressions Master Perl utilities such as split, join, index and more Control the file system and processes from within a Perl script Build functions for tasks including handling the scope of variables Import existing modules into your Perl script Who This Book Is For Those who are new to Perl.
    Note: Online resource; Title from title page (viewed July 27, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249918
    Language: English
    Pages: 1 online resource (429 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Develop cutting-edge websites and applications using the new features of Laravel 5.8. This book starts with an introduction to Laravel and takes a glance at its newly introduced features. Moving on to setting up your development environment, you will learn how the composer works. In addition to this, you will be introduced to Valet, Homestead, Virtual Box, Vagrant, and Forge in Laravel. With this foundation, you will be ready to get started writing your first Laravel apps. To do so, you will learn to manage routes and controllers and how the Blade template works. Moving on to models, you will work with route model binding and get to know the relationship between models, databases, and Eloquent. Along the way you will define methods on your Eloquent model classes using different types of relationships. Shifting focus to handling user data, you will see how redirect methods work. You will also get to know the inner workings of requests and responses. Continuing the data theme, Beginning Laravel covers basic and grouped artisan commands and how to handle databases with Tinker. By being able to handle data effectively, your applications will come alive for your users, giving them the functionality they need. The last section of the book handles core concepts such as sending emails, alerting users via notifications, and implementing SOLID design principles. You will see how to decouple your application classes by using events and listeners. What You Will Learn Protect your app with authentication and authorization Build a complex relationship between entities using Eloquent models Take advantage of containers and facades Use the mail template Create and configure events Work with Laravel Passport Deploy API authentication Discover new Laravel 5.8 features such as dump server and email verification Who This Book Is For Those new to Laravel and PHP web development or those who have some background in PHP/Laravel who are new to Laravel's newest release.
    Note: Online resource; Title from title page (viewed September 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250730
    Language: English
    Pages: 1 online resource (239 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Create stunning 3D games in a short amount of time using Amazon Lumberyard, a free and exciting game development platform. This book is a ground-up, out-of-the-box tutorial on 3D game development and programming with Lua and Amazon Lumberyard with little or no game development experience required. Beginning Game Development with Amazon Lumberyard walks you through the user interface of the Amazon Lumberyard engine; teaches you how to develop detailed terrain using heightmaps, megatextures, weather, and vegetation; and takes you through exporting the game for distribution. The book will show you how to create a player as well as enemies while not getting bogged down with third-party tools for animation or model creation. You will also work with simple physics, colliders, meshes, weather generation, Lua scripting, user interface development, and much more. By the end of the book, you will be able to create many different types of video games using the Amazon Lumberyard engine and even have a completed project ready to release or put in your portfolio. What You Will Learn Discover the mechanics and terminology of game development Familiarize yourself with the Amazon Lumberyard game engine in detail Modify game scripts using the Lua language Discover how to optimally structure game layers Who This Book is For Developers, programmers, and would-be game designers who have long wanted to dip their toes into the world of game development but have found other game engines and platforms to have too high a barrier to entry.
    Note: Online resource; Title from title page (viewed September 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251270
    Language: English
    Pages: 1 online resource (177 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Delve into the world of reinforcement learning algorithms and apply them to different use-cases via Python. This book covers important topics such as policy gradients and Q learning, and utilizes frameworks such as Tensorflow, Keras, and OpenAI Gym. Applied Reinforcement Learning with Python introduces you to the theory behind reinforcement learning (RL) algorithms and the code that will be used to implement them. You will take a guided tour through features of OpenAI Gym, from utilizing standard libraries to creating your own environments, then discover how to frame reinforcement learning problems so you can research, develop, and deploy RL-based solutions. What You'll Learn Implement reinforcement learning with Python Work with AI frameworks such as OpenAI Gym, Tensorflow, and Keras Deploy and train reinforcement learning–based solutions via cloud resources Apply practical applications of reinforcement learning Who This Book Is For Data scientists, machine learning engineers and software engineers familiar with machine learning and deep learning concepts.
    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 ...
  • 41
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive examination of advanced battery management technologies and practices in modern electric vehicles Policies surrounding energy sustainability and environmental impact have become of increasing interest to governments, industries, and the general public worldwide. Policies embracing strategies that reduce fossil fuel dependency and greenhouse gas emissions have driven the widespread adoption of electric vehicles (EVs), including hybrid electric vehicles (HEVs), pure electric vehicles (PEVs) and plug-in electric vehicles (PHEVs). Battery management systems (BMSs) are crucial components of such vehicles, protecting a battery system from operating outside its Safe Operating Area (SOA), monitoring its working conditions, calculating and reporting its states, and charging and balancing the battery system. Advanced Battery Management Technologies for Electric Vehicles is a compilation of contemporary model-based state estimation methods and battery charging and balancing techniques, providing readers with practical knowledge of both fundamental concepts and practical applications. This timely and highly-relevant text covers essential areas such as battery modeling and battery state of charge, energy, health and power estimation methods. Clear and accurate background information, relevant case studies, chapter summaries, and reference citations help readers to fully comprehend each topic in a practical context. Offers up-to-date coverage of modern battery management technology and practice Provides case studies of real-world engineering applications Guides readers from electric vehicle fundamentals to advanced battery management topics Includes chapter introductions and summaries, case studies, and color charts, graphs, and illustrations Suitable for advanced undergraduate and graduate coursework, Advanced Battery Management Technologies for Electric Vehicles is equally valuable as a reference for professional researchers and engineers.
    Note: Online resource; Title from title page (viewed February 26, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    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: Account-Based Marketing is changing the discipline of marketing—Why? Business-to-business (B2B) companies spend $40 Billion on marketing each year, and they embrace tech-driven innovations, yet the traditional model for lead generation has not changed for decades. Why? In addition to the techniques being outdated, they create friction and distrust between marketing and sales teams. ABM has quickly gained traction with leading B2B companies because it aligns sales and marketing teams around the accounts that will have the most business impact. Instead of chasing a large volume of lower-quality, generic leads, ABM helps sales and marketing professionals coordinate their efforts against a specific set of target accounts. Despite the clear advantages of ABM, there continues to be much confusion around just how to implement it. Written by the leaders behind the successful marketing firm Demandbase, Account-Based Marketing explains how to execute a world-class ABM strategy from start to finish. Find out exactly how highly successful B2B companies are using Account-Based Marketing to grow their customer base Develop an effective strategy to adapt ABM principles for your own organization with its own unique needs Integrate your sales and marketing processes into an efficient, cohesive workflow Locate and attract the ideal clients for your business to increase revenue and open up new opportunities From building the right target account list and understanding the impact of ABM on marketing programs, to selling ABM within an organization and finding budget for the strategy, you’ll find it all in this authoritative guide.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (996 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The 2019 reference for the interpretation and application of the latest international standards Wiley IFRS® Standards 2019 is a revised and comprehensive resource that includes the information needed to interpret and apply the most recent International Financial Reporting Standards (IFRS®) as outlined by the International Accounting Standards Board (IASB). This accessible resource contains a wide range of practical examples as well as invaluable guidance on the expanding framework for unified financial reporting. The authors provide IFRIC interpretations and directions designed to ensure a clear understanding of the most recent standards. The IFRS® standards are ever evolving, therefore it is essential that professionals and students have the information needed to apply the standards correctly in real-world cases. Wiley IFRS ® Standards 2019 offers a complete, up-to-date reference that aids in the application of the latest international standards in a manner that is transparent, accountable and efficient. This edition includes IFRS 9 Financial Instruments; IFRS 15 Revenue from Contracts with Customers; IFRS 16 Leases and amendments issued and effective for annual periods beginning on or after 01 January 2018 and 01 January 2019 as issued by the IASB by 30 June 2018. This edition also includes some introductory guidance for IFRS 17 Insurance Contracts and incorporates the revised Conceptual Framework for Financial Reporting 2018. This important guide is written by the people passionate about IFRS® at PKF International. PKF International consists of over 400 offices, operating in 150 countries across five regions. PKF International specialises in providing high quality audit, accounting, tax, and business advisory solutions to international and domestic organisations around the globe. PKF International is a global family of legally independent firms bound together by a shared commitment to quality, integrity and the creation of clarity in a complex regulatory environment. PKF International is a member of the Forum of Firms – an organisation dedicated to consistent and high-quality standards of financial reporting and auditing practices worldwide. www.pkf.com. PKF International Limited administers a family of legally independent firms and does not accept any responsibility or liability for the actions or inactions of any individual member or correspondent firm or firms. All rights reserved.
    Note: Online resource; Title from title page (viewed June 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (1968 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: UK GAAP 2019 provides a comprehensive guide to interpreting and implementing UK accounting standards, particularly: FRS 100: Application of Financial Reporting Requirements FRS 101: Reduced Disclosure Framework — Disclosure exemptions from EU-adopted IFRS for qualifying entities FRS 102: The Financial Reporting Standard applicable in the UK and Republic of Ireland FRS 103: Insurance Contracts FRS 104: Interim Financial Reporting This book is an essential tool for anyone applying, auditing, interpreting, regulating, studying or teaching those accounting standards. Written by the financial reporting professionals from the Financial Reporting Group of EY, this book provides a clear explanation of the UK GAAP accounting requirements which apply in 2019 and will prove invaluable in implementing these requirements. It also addresses the requirements of the UK Companies Act and relevant statutory instruments, as well as practical worked examples. Also available is International GAAP® 2019 — a three volume comprehensive guide to interpreting International Financial Reporting Standards (IFRS), setting IFRS in a relevant business context and providing insight into how complex practical issues should be resolved in the real world of global financial reporting.
    Note: Online resource; Title from title page (viewed April 8, 2019)
    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
    Language: English
    Pages: 1 online resource (392 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: The Regulatory Technology Handbook The transformational potential of RegTech has been confirmed in recent years with US$1.2 billion invested in start-ups (2017) and an expected additional spending of US$100 billion by 2020. Regulatory technology will not only provide efficiency gains for compliance and reporting functions, it will radically change market structure and supervision. This book, the first of its kind, is providing a comprehensive and invaluable source of information aimed at corporates, regulators, compliance professionals, start-ups and policy makers. The REGTECH Book brings into a single volume the curated industry expertise delivered by subject matter experts. It serves as a single reference point to understand the RegTech eco-system and its impact on the industry. Readers will learn foundational notions such as: • The economic impact of digitization and datafication of regulation • How new technologies (Artificial Intelligence, Blockchain) are applied to compliance • Business use cases of RegTech for cost-reduction and new product origination • The future regulatory landscape affecting financial institutions, technology companies and other industries Edited by world-class academics and written by compliance professionals, regulators, entrepreneurs and business leaders, the RegTech Book represents an invaluable resource that paves the way for 21st century regulatory innovation.
    Note: Online resource; Title from title page (viewed August 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Discover your true self and align your life journey around your core beliefs, values and perspective. Designed as both a companion piece to the author's previous book, The Power of Understanding People, and a stand-alone work, The Power of Understanding Yourself provides readers with a blueprint for examining their true purpose and approach to life and a map for achieving greater personal happiness, professional success and self-awareness. It explores personal attributes related to interactive style, diving deeper into the concepts from the author's previous book, provides exercises for exploring how to connect your current life status to a desired future state and encourages readers to engage in a deep exploration of their core values, beliefs, mission and vision to become their best self. • Find the key to self-discovery and personal development • Uncover your true purpose • Use helpful exercises to reveal the best you • Develop strategies to maximize your potential The Power of Understanding Yourself is an empowering tool to help you find your best possible self and flourish.
    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 ...
  • 47
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Sharpen your focus and tighten your time frames to get more done in less time The 25 Minute Meeting goes beyond “cut to the chase” and shows you how to take back your work day with smarter planning and more productive action. Meetings have become a de facto way of working, and as they pile up and stretch to interminable lengths, they eat up our days and sink productivity—if they are poorly planned and run. Done well, meetings are short, sharp, productive affairs that provide critical time and space for the interactions that drive business forward. This book shows you how to effectively and efficiently recover your time with a roadmap to the 25-minute meeting. A clear framework walks you through the entire meeting process, with emphasis on timing and focus, with illustrative case studies showing how real-world meetings have transformed from painful to purposeful with a few simple changes. From purging the invite list, to shutting down irrelevant tangents and facilitating more efficient communication, this book can help you reclaim your lost hours without sacrificing collaboration. Learn the art and science of conducting short, useful, purposeful meetings Follow a clear framework for meeting planning, preparation, and participation Assess your meetings’ effectiveness using helpful checkpoints in each chapter Boost your meetings’ impact with variety and visuals—without adding unnecessary time A well-run meeting is a goldmine of opportunity for Getting Things Done; it is where the diverse set of talents on your team come together into a whole of achievement—it is your most valuable commodity. It’s time to leave dusty, boring, time-sucking meetings in the past and revolutionize the way we come together. The 25 Minute Meeting shows you a fresh, more productive approach to working, cooperating, collaborating, and communicating the 21st century way.
    Note: Online resource; Title from title page (viewed February 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484248683
    Language: English
    Pages: 1 online resource (373 pages)
    Edition: 5th edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Stay motivated and overcome obstacles while learning to use Swift Playgrounds and Xcode 10.2 to become a great iOS developer. This book, fully updated for Swift 5, is perfect for those with no programming background, those with some programming experience but no object-oriented experience, or those that have a great idea for an app but haven’t programmed since school. Many people have a difficult time believing they can learn to write iOS apps. Swift 5 for Absolute Beginners will show you how to do so. You'll learn Object-Oriented Programming (OOP) and be introduced to User Interface (UI) design following Apple’s Human Interface Guidelines (HIG) using storyboards and the Model-View-Controller (MVC) pattern before moving on to write your own iPhone and Apple Watch apps from scratch. What You’ll Learn Work with Swift classes, properties, and functions Examine proper User Interface (UI) and User Experience (UX) design Understand Swift data types: integers, floats, strings, and booleans Use Swift data collections: arrays and dictionaries Review Boolean logic, comparing data, and flow control Use the Xcode debugger to troubleshoot problems with your apps Store data in local app preferences and Core Data databases Who This Book Is For Anyone who wants to learn to develop apps for the Mac, iPhone, iPad, and Apple Watch using the Swift programming language. No previous programming experience is necessary.
    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 ...
  • 49
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (208 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Create simple, engaging, and effective outputs that actually get results Billions of corporate dollars are spent every year on initiatives to help people succeed in their job, but much of it goes to waste. Across industries, people are scrambling to find what they need to grow and improve at work, and executives are left wondering why these initiatives aren’t effective. Author Juliana Stancampiano has plumbed the depths of this massive disconnect with her team. With this book, she bridges the gap. Radical Outcomes is a blueprint for a new way of working. Instead of taking old methods and retrofitting them for new technology, Stancampiano unveils a collaborative, fast, and effective way of working that avoids randomness and organizational drag. The book offers a new way of working—the future of the way people and teams will work together. Find out how to get tangible results through a structured process Cut through noise and information overload to give people what they really need Design the right output for the right outcome Improve and succeed no matter where you are in the organization Find out how to create radical outcomes through high performing teams—and get started today.
    Note: Online resource; Title from title page (viewed January 14, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484252871
    Language: English
    Pages: 1 online resource (380 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain all the skills required to dive into the fundamentals of the Raspberry Pi hardware architecture and how data is stored in the Pi’s memory. This book provides you with working starting points for your own projects while you develop a working knowledge of Assembly language programming on the Raspberry Pi. You'll learn how to interface to the Pi’s hardware including accessing the GPIO ports. The book will cover the basics of code optimization as well as how to inter-operate with C and Python code, so you'll develop enough background to use the official ARM reference documentation for further projects. With Raspberry Pi Assembly Language Programming as your guide you'll study how to read and reverse engineer machine code and then then apply those new skills to study code examples and take control of your Pi’s hardware and software both. What You'll Learn Program basic ARM 32-Bit Assembly Language Interface with the various hardware devices on the Raspberry Pi Comprehend code containing Assembly language Use the official ARM reference documentation Who This Book Is For Coders who have already learned to program in a higher-level language like Python, Java, C#, or C and now wish to learn Assembly programming.
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Successfully cope with day-to-day problems—and find joy along the way The Business of Joy provides you with an abundance of practical and immediately applicable life-changing ideas and inspirational, thought-provoking, and entertaining stories and quotes—in an instant. Each chapter is designed to be read and absorbed in approximately 60 seconds, offering you “Golden Nuggets” and “Joy Gems” that will help make positive, lasting change. Inside, you get an abundance of time-tested formulas that can instantly be used to solve common and uncommon day-to-day issues. This, in and of itself, will help to better yourself today, with work and life moving at the lightning speed of thought. Find unique coping mechanisms when facing adversity Benefit from tangible, motivational, and self-management tools to forge ahead Keep perspective regardless of circumstance Build a sturdy foundation for positive culture and change With the simple information in The Business of Joy , you’ll find all the guidance you need to find positivity in your daily life.
    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] : Apress | Boston, MA : Safari
    ISBN: 9781484252031
    Language: English
    Pages: 1 online resource (237 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Go beyond the basics of D3.js to create maintainable, modular, and testable charts and to package them into a library that can be distributed as open source software or kept for private use. This book will show you how to transform regular D3.js chart code into reusable and extendable modules. You know the basics of working with D3.js, but it's time to become a professional D3.js practitioner. This book is your launching pad to refactoring code, composing complex visualizations from small components, working as a team with other developers, and integrating charts with a Continuous Integration system. You'll begin by creating a production-ready chart using D3.js v5, ES2015, and a test-driven approach and then move on to using and extending Britecharts, the reusable charting library based on Reusable API patterns. Finally, you'll see how to use D3.js along with React to document and build your charts to compose a charting library you can release into the NPM repository. With Pro D3.js , you'll become an accomplished D3.js developer in no time. What You Will Learn Create v5 D3.js charts with ES2016 and unit tests Develop modular, testable and extensible code with the Reusable API pattern Work with and extend Britecharts, a reusable charting library created at Eventbrite Use Webpack and npm to create and publish a charting library from your own chart collections Write reference documentation and build a documentation homepage for your library. Who This Book Is For Data scientists, data visualization engineers, and frontend developers with a fundamental knowledge of D3.js and some experience with JavaScript, as well as data journalists and consultants.
    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 ...
  • 53
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (720 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A career’s worth of portfolio management knowledge in one thorough, efficient guide Portfolio Management is an authoritative guide for those who wish to manage money professionally. This invaluable resource presents effective portfolio management practices supported by their underlying theory, providing the tools and instruction required to meet investor objectives and deliver superior performance. Highlighting a practitioner’s view of portfolio management, this guide offers real-world perspective on investment processes, portfolio decision making, and the business of managing money for real clients. Real world examples and detailed test cases—supported by sophisticated Excel templates and true client situations—illustrate real investment scenarios and provide insight into the factors separating success from failure. The book is an ideal textbook for courses in advanced investments, portfolio management or applied capital markets finance. It is also a useful tool for practitioners who seek hands-on learning of advanced portfolio techniques. Managing other people’s money is a challenging and ever-evolving business. Investment professionals must keep pace with the current market environment to effectively manage their client’s assets while students require a foundation built on the most relevant, up-to-date information and techniques. This invaluable resource allows readers to: Learn and apply advanced multi-period portfolio methods to all major asset classes. Design, test, and implement investment processes. Win and keep client mandates. Grasp the theoretical foundations of major investment tools Teaching and learning aids include: Easy-to-use Excel templates with immediately accessible tools. Accessible PowerPoint slides, sample exam and quiz questions and sample syllabi Video lectures Proliferation of mathematics in economics, growing sophistication of investors, and rising competition in the industry requires advanced training of investment professionals. Portfolio Management provides expert guidance to this increasingly complex field, covering the important advancements in theory and intricacies of practice.
    Note: Online resource; Title from title page (viewed March 26, 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: 9781484249727
    Language: English
    Pages: 1 online resource (407 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore what Flutter has to offer, where it came from, and where it’s going. Mobile development is progressing at a fast rate and with Flutter – an open-source mobile application development SDK created by Google – you can develop applications for Android and iOS, as well as Google Fuchsia.Learn to create three apps (a personal information manager, a chat system, and a game project) that you can install on your mobile devices and use for real. You will begin by getting a solid foundation of Flutter knowledge, and building on it immediately by constructing two more traditional productivity apps.. You will also learn to create a game, enabling you to see a whole other perspective on what Flutter can do. In addition to building these apps, you'll have the benefit of reviewing real-world issues you might encounter, along with ways to deal with them through tips and tricks, all designed to make your Flutter experience that much more productive and, frankly, fun! Practical Flutter will leave you with a solid grasp of how to build apps with Flutter, and springboard into creating more advanced apps on your own. By the time your journey through this material concludes, another larger one will begin as you springboard, well-prepared, into the larger world of Flutter development, tackling any project that comes your way with aplomb. Practical Flutter is a learning adventure you won't want to miss. What You'll Learn Get a Flutter project started and logically structure it Use the interface elements Flutter provides, such as widgets, controls, and extensions Build layouts using interface elements Use available tooling, specifically Android Studio Leverage server-side development and connect a Flutter app to a server back-end. Who This Book Is For Mobile developers who are looking to build for multiple mobile platforms and trying to do so with a codebase that is largely the same across all. Basic knowledge of iOS and Android generally, and some general programming experience is expected.
    Note: Online resource; Title from title page (viewed July 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243381
    Language: English
    Pages: 1 online resource (564 pages)
    Edition: 4th edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Make your websites more dynamic by adding a feedback form, creating a private area where members can upload images that are automatically resized, or perhaps storing all your content in a database. David Powers has updated his definitive book to incorporate the latest techniques and changes to PHP, including the arrival of PHP 7. New features include the spaceship and null coalesce operators, generators, using array shorthand syntax for list(), array dereferencing, and array unpacking with the splat operator. The problem is, you're not a programmer and the thought of writing code sends a chill up your spine. Or maybe you've dabbled a bit in PHP and MySQL, but you can't get past baby steps. If this describes you, then you've just found the right book. PHP and the MySQL database are deservedly the most popular combination for creating dynamic websites. They're free, easy to use, and provided by many web hosting companies in their standard packages. This book also covers MariaDB, a seamless replacement for MySQL that has been adopted on many web servers. Unfortunately, most PHP books either expect you to be an expert already or force you to go through endless exercises of little practical value. In contrast, this book gives you real value right away through a series of practical examples that you can incorporate directly into your sites, optimizing performance and adding functionality such as file uploading, email feedback forms, image galleries, content management systems, and much more. Each solution is created with not only functionality in mind, but also visual design. But this book doesn't just provide a collection of ready-made scripts: each PHP solution builds on what's gone before, teaching you the basics of PHP and database design quickly and painlessly. By the end of the book, you'll have the confidence to start writing your own scripts or—if you prefer to leave that task to others—to adapt existing scripts to your own requirements. Right from the start, you're shown how easy it is to protect your sites by adopting secure coding practices. What You Will Learn Design and build dynamic PHP-based web sites and applications Get started right away through practical examples that you can reuse Incorporate PHP 7 elements including new ways of handling arrays Work with the latest PHP 7 techniques, innovations, and best practices Who This Book Is For Readers should have at least some prior exposure to web development using PHP.
    Note: Online resource; Title from title page (viewed July 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    ISBN: 9781119270256
    Language: English
    Pages: 1 online resource (584 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive review of the current status and challenges for natural gas and shale gas production, treatment and monetization technologies Natural Gas Processing from Midstream to Downstream presents an international perspective on the production and monetization of shale gas and natural gas. The authors review techno-economic assessments of the midstream and downstream natural gas processing technologies. Comprehensive in scope, the text offers insight into the current status and the challenges facing the advancement of the midstream natural gas treatments. Treatments covered include gas sweeting processes, sulfur recovery units, gas dehydration and natural gas pipeline transportation. The authors highlight the downstream processes including physical treatment and chemical conversion of both direct and indirect conversion. The book also contains an important overview of natural gas monetization processes and the potential for shale gas to play a role in the future of the energy market, specifically for the production of ultra-clean fuels and value-added chemicals. This vital resource: Provides fundamental chemical engineering aspects of natural gas technologies Covers topics related to upstream, midstream and downstream natural gas treatment and processing Contains well-integrated coverage of several technologies and processes for treatment and production of natural gas Highlights the economic factors and risks facing the monetization technologies Discusses supply chain, environmental and safety issues associated with the emerging shale gas industry Identifies future trends in educational and research opportunities, directions and emerging opportunities in natural gas monetization Includes contributions from leading researchers in academia and industry Written for Industrial scientists, academic researchers and government agencies working on developing and sustaining state-of-the-art technologies in gas and fuels production and processing, Natural Gas Processing from Midstream to Downstream provides a broad overview of the current status and challenges for natural gas production, treatment and monetization technologies.
    Note: Online resource; Title from title page (viewed February 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484253373
    Language: English
    Pages: 1 online resource (151 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Design and implement simulations using Apples Swift Playgrounds. Computer simulations are used to replicate the physical systems we see all around us. They help us solve problems by performing experiments that may otherwise be impossible in the real world. This book uses simulations to solve counter-intuitive logic puzzles, create procedural artworks, and build habitats for digital lifeforms. To help you create your own simulations using the Swift programming language, this book is filled with projects that you can easily follow along with. All you need is a Mac with the latest version of Xcode installed. All projects are written in Xcode’s Playgrounds. This keeps the process simple. No need to setup an Apple account, or learn anything further about building apps. Simulations are used in many areas within computer science and yet, barely anyone is teaching them. Sure, the fundamentals are in algorithm design, but simulations are a step above that. Usually when writing an algorithm you have a specific outcome in mind. However, when you create a simulation, the system you are modelling can be far more unpredictable than sorting a list, or navigating a maze. Simulations in Swift 5 will guide you through all of this. What You'll Learn Simulate situations with advanced algorithms to solve advanced problems Incorporate real-world physics into simulated problems Predict biological and other systems behavior and the outcome of events based on presented factors Who This Book Is For Swift programmers interested in tackling fun projects in Swift involving advanced algorithms and factors
    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 ...
  • 58
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (416 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: This book is about constructing models from experimental data. It covers a range of topics, from statistical data prediction to Kalman filtering, from black-box model identification to parameter estimation, from spectral analysis to predictive control. Written for graduate students, this textbook offers an approach that has proven successful throughout the many years during which its author has taught these topics at his University. The book: Contains accessible methods explained step-by-step in simple terms Offers an essential tool useful in a variety of fields, especially engineering, statistics, and mathematics Includes an overview on random variables and stationary processes, as well as an introduction to discrete time models and matrix analysis Incorporates historical commentaries to put into perspective the developments that have brought the discipline to its current state Provides many examples and solved problems to complement the presentation and facilitate comprehension of the techniques presented
    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 ...
  • 59
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244418
    Language: English
    Pages: 1 online resource (1 video file, approximately 49 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Moving away from a largely proprietary software world and towards OSS can be a big decision. This video helps you ensure that this decision works right for you and your organisation, and that can involve evaluating several different aspects of the move. Also, a number of myths and misbeliefs abound concerning OSS. It is important to separate the facts from the fiction, so you can avoid misleading information that might lead you to make the wrong decision. This video breaks the decision process down into a series of considerations (costs, licensing, quality, and so on). By doing so, you will understand the consequences involved and gain a useful framework for making the decision yourself. This video also educates you about prominent myths concerning OSS, thus helping you avoid being misled when making your evaluations. What You Will Learn Systematically analyse the costs and benefits of moving to OSS Identify and overcome the hurdles in each software domain Who This Video Is For A typical viewer has some experience in terms of programming skill, but they have used only proprietary tools. They are aware of what OSS is, and they are considering moving at least part of their toolset to open source solutions.
    Note: Online resource; Title from title screen (viewed January 7, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Start a successful business mid-life When you think of someone launching a start-up, the image of a twenty-something techie probably springs to mind. However, Gen Xers and Baby Boomers are just as likely to start businesses and reinvent themselves later in life. Never Too Old to Get Rich is an exciting roadmap for anyone age 50+ looking to be their own boss and launch their dream business. This book provides up-to-date resources and guidance for launching a business when you're 50+. There are snappy profiles of more than a dozen successful older entrepreneurs, describing their inspirational journeys launching businesses and nonprofits, followed by Q&A conversations, and pull-out boxes containing action steps. The author walks you through her three-part fitness program: guidelines for becoming financially fit, physically fit, and spiritually fit, before delving more deeply into how would-be entrepreneurs over 50 can succeed. • Describes how you can find capital to start your own business • Offers encouraging stories of real people who have become their own bosses and succeeded as entrepreneurs • Written by PBS Next Avenue’s entrepreneur expert, Kerry Hannon • Teaches you how to start your own business Never Too Old to Get Rich is the ideal book for older readers looking to pursue new business ventures later in life.
    Note: Online resource; Title from title page (viewed June 25, 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: 9781484245293
    Language: English
    Pages: 1 online resource (224 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the entire R3 Corda ecosystem using theory, labs, and use cases. This book introduces distributed ledger technology, Corda architecture, and smart contract programming in Java, guiding you through testing and deployment. Further, you will explore various business problems in finance, insurance, healthcare, travel, and agriculture and discover how Corda can solve these issues through its unique and efficient distributed ledger technology. These business scenarios come with flowcharts, diagrams, and sample code that stakeholders can refer to and further enhance during live projects. After reading R3 Corda for Architects and Developers , you will understand how efficient usage of Corda can create value for your business processes by making business intelligence more readily available, user friendly, and interactive. What You Will Learn Work with distributed ledger technology Discover Corda’s differentiators Develop smart contracts, states, and business flows on Corda Take advantage of Corda in your business by going through case studies in various domains Who This Book Is For Blockchain developers and architects who wish to learn Corda.
    Note: Online resource; Title from title page (viewed June 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Covers both the fundamentals and the state-of-the-art technology used for MBE Written by expert researchers working on the frontlines of the field, this book covers fundamentals of Molecular Beam Epitaxy (MBE) technology and science, as well as state-of-the-art MBE technology for electronic and optoelectronic device applications. MBE applications to magnetic semiconductor materials are also included for future magnetic and spintronic device applications. Molecular Beam Epitaxy: Materials and Applications for Electronics and Optoelectronics is presented in five parts: Fundamentals of MBE; MBE technology for electronic devices application; MBE for optoelectronic devices; Magnetic semiconductors and spintronics devices; and Challenge of MBE to new materials and new researches. The book offers chapters covering the history of MBE; principles of MBE and fundamental mechanism of MBE growth; migration enhanced epitaxy and its application; quantum dot formation and selective area growth by MBE; MBE of III-nitride semiconductors for electronic devices; MBE for Tunnel-FETs; applications of III-V semiconductor quantum dots in optoelectronic devices; MBE of III-V and III-nitride heterostructures for optoelectronic devices with emission wavelengths from THz to ultraviolet; MBE of III-V semiconductors for mid-infrared photodetectors and solar cells; dilute magnetic semiconductor materials and ferromagnet/semiconductor heterostructures and their application to spintronic devices; applications of bismuth-containing III–V semiconductors in devices; MBE growth and device applications of Ga2O3; Heterovalent semiconductor structures and their device applications; and more. Includes chapters on the fundamentals of MBE Covers new challenging researches in MBE and new technologies Edited by two pioneers in the field of MBE with contributions from well-known MBE authors including three Al Cho MBE Award winners Part of the Materials for Electronic and Optoelectronic Applications series Molecular Beam Epitaxy: Materials and Applications for Electronics and Optoelectronics will appeal to graduate students, researchers in academia and industry, and others interested in the area of epitaxial growth.
    Note: Online resource; Title from title page (viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250136
    Language: English
    Pages: 1 online resource (267 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Discover the fundamental concepts of object-relational mapping (ORM) design, Aurelius’ basic features, and the practical applications of those features. In a series of tasks, you will be exposed to techniques and best practices that make the use of Aurelius easy and efficient. Furthermore, you’ll refine your analytical skills to sharpen your understanding of Delphi (Pascal), helping you write better code along the way. Introducing Delphi ORM explains that while database design is difficult, database programming (i.e., manipulating, extracting, filtering, and manipulating data) is even more difficult. ORM frameworks provide a simpler way for you to access and manage data in databases. You’ll see how they offer different levels of abstraction and tools to code data access in a database-agnostic way by introducing a layer between the application and the data access language (SQL, LINQ, and so on). By the end of the book, you will be confident in using a wide range of Aurelius features to allow you to get started with databases in a very short space of time. What You Will Learn Gain the fundamentals of ORM frameworks and Aurelius for Delphi Achieve basic tasks, such as connecting to the database and adding, deleting, and updating records, using Aurelius Employ advanced database queries Use the TAureliusDataSet component Integrate with mobile platforms such as Android and iOS Work with the data modeler application Who This Book Is For Software developers starting with Aurelius or those who have some exposure to the framework.
    Note: Online resource; Title from title page (viewed August 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    ISBN: 9781484235348
    Language: English
    Pages: 1 online resource (268 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore a complex mechanical system where electronics and mechanical engineers work together as a cross-functional team. Using a working example, this book is a practical “how to” guide to designing a drone system. As system design becomes more and more complicated, systematic, and organized, there is an increasingly large gap in how system design happens in the industry versus what is taught in academia. While the system design basics and fundamentals mostly remain the same, the process, flow, considerations, and tools applied in industry are far different than that in academia. Designing Drone Systems takes you through the entire flow from system conception to design to production, bridging the knowledge gap between academia and the industry as you build your own drone systems. What You’ll Learn Gain a high level understanding of drone systems Design a drone systems and elaborating the various aspects and considerations of design Review the principles of the industrial system design process/flow, and the guidelines for drone systems Look at the challenges, limitations, best practices, and patterns of system design Who This Book Is For Primarily for beginning or aspiring system design experts, recent graduates, and system design engineers. Teachers, trainers, and system design mentors can also benefit from this content.
    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 ...
  • 65
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251799
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create and build fun and engaging robot projects with LEGO Mindstorms EV3. In this video, you’ll start by designing and naming your projects. Then give them life by connecting and controlling them for wire free movement with Bluetooth. Try out easy challenges, such as getting your robot to move the length of a yardstick then come back. Discover the basics of programming by teaching your robot to make sounds and display images. Incorporate sensors so that your robot can interact with and react to the world around it. And incorporate loops with the ultrasonic sensor to program a robot that can autonomously move around a space forever. With this video, you'll discover all the basic tools and skills needed to create awesome robotics projects using LEGO Mindstorms. What You Will Learn Connect your robot to a computer using Bluetooth or a wired connection Move your robot with rotations, time, speed, and direction Program your robot to make sounds and display images Incorporate sensors so that your robot can discover the world around it Who This Video Is For Students, hobbyists, and instructors interested in using LEGO Mindstorms to learn programming and robotics.
    Note: Online resource; Title from title screen (viewed July 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254677
    Language: English
    Pages: 1 online resource (133 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Much of our daily lives intertwine with artificial intelligence. From watching movies recommended by our entertainment streaming service, to interacting with customer service chatbots, to autotagging photos of friends in our social media apps, AI plays an invisible part in enriching our lives. While AI may be seen as a panacea for enterprise advancement and consumer convenience, it is still an emerging technology, and its explosive growth needs to be approached with proper care and preparation. How do we tackle the challenges it presents, and how do we make sure that it does precisely what it is supposed to do? In Keeping Your AI Under Control , author Anand Tamboli explores the inherent risk factors of the widespread implementation of artificial intelligence. The author delves into several real-life case studies of AI gone wrong, including Microsoft’s 2016 chatbot disaster, Uber’s autonomous vehicle fatally wounding a pedestrian, and an entire smart home in Germany dangerously malfunctioning because of one bad lightbulb. He expertly addresses the need to challenge our current assumptions about the infallibility of technology. The importance of data governance, rigorous testing before roll-out, a chain of human accountability, ethics, and much more are all detailed in Keeping Your AI Under Control . Artificial intelligence will not solve all of our problems for good, but it can (and will) present us with new solutions. These solutions can only be achieved with proper planning, continued maintenance, and above all, a foundation of attuned human supervision. What You Will Learn Understand various types of risks involved in developing and using AI solutions Identify, evaluate, and quantify risks pragmatically Utilize AI insurance to support residual risk management Who This Book Is For Progressive businesses that are on a journey to use AI (buyers/customers), technical and financial leaders in AI solution companies (solution vendors), AI system integrators (intermediaries), project and technology leads of AI deployment projects, technology purchase decision makers, CXOs and legal officers (solution users).
    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 ...
  • 67
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484254073
    Language: English
    Pages: 1 online resource (286 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the new Java programming language features and APIs introduced in Java 10 through Java 13. Java 13 Revealed is for experienced Java programmers looking to migrate to Java 13. Author Kishori Sharan begins by covering how to use local variable type inference to improve readability of your code and time-based release versioning of the Java platform to understand the Java release strategy. This book provides extensive coverage of the new HTTP Client APIs, which were introduced in Java 9 as a preview and was made a standard feature in Java 11. New Java features such as launching a single-file source code program and new switch syntax are discussed in detail. What You Will Learn Use local variable type inference to declare local variables using the var restricted type name introduced in Java 10 Take advantage of application class data sharing among JVMs for faster application startup Create HTTP requests, responses, and web sockets with the new HTTP Client APIs Run a single-file Java source code program using the java command without compiling it Apply the new switch statement and expressions to write compact and less error-prone code Work with text blocks in Java code About new APIs, deprecated APIs, and deprecated tools Who This Book Is For Java developers who want to update their Java skills from Java 9 to Java 13.
    Note: Online resource; Title from title page (viewed October 23, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (512 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A comprehensive guide to Fog and Edge applications, architectures, and technologies Recent years have seen the explosive growth of the Internet of Things (IoT): the internet-connected network of devices that includes everything from personal electronics and home appliances to automobiles and industrial machinery. Responding to the ever-increasing bandwidth demands of the IoT, Fog and Edge computing concepts have developed to collect, analyze, and process data more efficiently than traditional cloud architecture. Fog and Edge Computing: Principles and Paradigms provides a comprehensive overview of the state-of-the-art applications and architectures driving this dynamic field of computing while highlighting potential research directions and emerging technologies. Exploring topics such as developing scalable architectures, moving from closed systems to open systems, and ethical issues rising from data sensing, this timely book addresses both the challenges and opportunities that Fog and Edge computing presents. Contributions from leading IoT experts discuss federating Edge resources, middleware design issues, data management and predictive analysis, smart transportation and surveillance applications, and more. A coordinated and integrated presentation of topics helps readers gain thorough knowledge of the foundations, applications, and issues that are central to Fog and Edge computing. This valuable resource: Provides insights on transitioning from current Cloud-centric and 4G/5G wireless environments to Fog Computing Examines methods to optimize virtualized, pooled, and shared resources Identifies potential technical challenges and offers suggestions for possible solutions Discusses major components of Fog and Edge computing architectures such as middleware, interaction protocols, and autonomic management Includes access to a website portal for advanced online resources Fog and Edge Computing: Principles and Paradigms is an essential source of up-to-date information for systems architects, developers, researchers, and advanced undergraduate and graduate students in fields of computer science and engineering.
    Note: Online resource; Title from title page (viewed January 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (480 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Game-theoretic probability and finance come of age Glenn Shafer and Vladimir Vovk’s Probability and Finance , published in 2001, showed that perfect-information games can be used to define mathematical probability. Based on fifteen years of further research, Game-Theoretic Foundations for Probability and Finance presents a mature view of the foundational role game theory can play. Its account of probability theory opens the way to new methods of prediction and testing and makes many statistical methods more transparent and widely usable. Its contributions to finance theory include purely game-theoretic accounts of Ito’s stochastic calculus, the capital asset pricing model, the equity premium, and portfolio theory. Game-Theoretic Foundations for Probability and Finance is a book of research. It is also a teaching resource. Each chapter is supplemented with carefully designed exercises and notes relating the new theory to its historical context. Praise from early readers “Ever since Kolmogorov's Grundbegriffe , the standard mathematical treatment of probability theory has been measure-theoretic. In this ground-breaking work, Shafer and Vovk give a game-theoretic foundation instead. While being just as rigorous, the game-theoretic approach allows for vast and useful generalizations of classical measure-theoretic results, while also giving rise to new, radical ideas for prediction, statistics and mathematical finance without stochastic assumptions. The authors set out their theory in great detail, resulting in what is definitely one of the most important books on the foundations of probability to have appeared in the last few decades.” – Peter Grünwald, CWI and University of Leiden “Shafer and Vovk have thoroughly re-written their 2001 book on the game-theoretic foundations for probability and for finance. They have included an account of the tremendous growth that has occurred since, in the game-theoretic and pathwise approaches to stochastic analysis and in their applications to continuous-time finance. This new book will undoubtedly spur a better understanding of the foundations of these very important fields, and we should all be grateful to its authors.” – Ioannis Karatzas, Columbia University
    Note: Online resource; Title from title page (viewed May 29, 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: 9781484245071
    Language: English
    Pages: 1 online resource (213 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: This condensed code and syntax reference presents the essential Haskell syntax in a well-organized format that can be used as a quick and handy reference, including applications to cloud computing and data analysis. This book covers the functional programming features of Haskell as well as strong static typing, lazy evaluation, extensive parallelism, and concurrency You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The Haskell Quick Syntax Reference is packed with useful information and is a must-have for any Haskell programmer working in big data, data science, and cloud computing. What You Will Learn Quickly and effectively use the Haskell programming language Take advantage of strong static typing Work with lazy evaluations Harness concurrency and extensive parallelism using Haskell Who This Book Is For Experienced programmers who may be new to Haskell or have experience with Haskell and who just want a quick reference guide on it.
    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 ...
  • 71
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Make the leap and become an entrepreneur today Are you living for the weekend? Are you dissatisfied at work? Are you itching to do something that is important to you? How can you avoid the pitfalls that many first-time entrepreneurs have fallen into? How do you explore whether entrepreneurship is right for you without giving up your day job? Employee to Entrepreneur is your guide to leaving your job behind and building something for yourself. Author and employee-turned-entrepreneur Steve Glaveski, shows you how to navigate the challenges, find the entrepreneurial success that is right for you and become a better person along the way. Employee to Entrepreneur combines storytelling with a step-by-step framework to teach you how to effectively explore and leverage entrepreneurship to gain freedom, fulfillment and financial security. understand what you want to do by first understanding yourself explore if entrepreneurship is right for you without giving up your day job avoid the common pitfalls faced by first-time entrepreneurs fund, test and prioritise your ideas in a fast and cost-effective way develop the mindset to succeed in your business. If you’re ready to leave your cushy employee life behind and build a business and a life you believe in, reading this essential guidebook is your first step to making it happen.
    Note: Online resource; Title from title page (viewed January 9, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    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: Proven tools to take your team and yourself to the next level Elite: High Performance Lessons and Habits from a Former Navy SEAL is a practical, no-nonsense guide to elevate your leadership skills and drive your team to their maximum potential. Before you can push your team to the max, you must push yourself—elite teams require elite leaders. This invaluable guide supplies the tools you need to develop effective strategies to motivate, adapt, and overcome. Author Nick Hays combines military training with Harvard education to present a comprehensive program that will unlock the potential in yourself and your team. The business environment has changed dramatically over the last several decades. Volatile market conditions, disruptive innovation, and digital transformations across entire sectors have rendered traditional business methods obsolete. To thrive, businesses must be adaptable, agile, and lean. Policies and procedures may change, but strong leadership and shared goals ensure a source of strength and continuity. Providing real-world methods and effective strategies, this essential resource will allow you to: Embrace the Warrior Mindset to always be proactive, never a victim Develop the trust of your team through strength and shared experience Devise durable and sustainable business strategies and contingency plans that adapt to fluid situations Promote a culture of innovation and authenticity to deliver a solid foundation for your team Elite: High Performance Lessons and Habits from a Former Navy SEAL is a must-read guide for everyone from aspiring entrepreneurs to established business leaders. No matter the stage of your business—development, exploitation, or disruption— Elite will change your approach to business and unlock the warrior within.
    Note: Online resource; Title from title page (viewed May 29, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249826
    Language: English
    Pages: 1 online resource (550 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take advantage of this comprehensive reference to solving common problems when developing with Flutter. Along with an introduction to the basic concepts of Flutter development, the recipes in this book cover all important aspects of this emerging technology, including development, testing, debugging, performance tuning, app publishing, and continuous integration. Although Flutter presents a rich, cross-platform mobile development framework, helpful documentation is not easily found. Here you’ll review solutions to various scenarios and use creative, tested ways to accomplish everything from simple to complex development tasks. Flutter is developed using Dart and contains a unique technology stack that sets it apart from its competitors. This book takes the mystery out of working with the Dart language and integrating Flutter into your already existing workflows and development projects. With Flutter Recipes , you’ll learn how to build and deploy apps freshly started in Flutter, as well as apps already in progress, while side-stepping any potential roadblocks you may face along the way. What You'll Learn Debug with Dart Observatory Program accessibility and localization features Build and release apps for iOS and Android Incorporate reactive programming Who This Book Is For Mobile developers with some experience in other frameworks who would like to work with the growing and popular Flutter.
    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 ...
  • 74
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484255926
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 10 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn everything you need to know to get started with Azure web apps, including deployment, key features, and benefits, to monitoring. This video introduces you to Azure App Service, and more specifically, Azure web apps. Starting from a base deployment of an Azure-running web site, you will learn about several cloud-native features of the service. These are key in allowing you to run highly available and production-ready web applications on Azure, without the underlying web server virtual machines. You will also learn about integration with Visual Studio and Visual Studio Code, to ease the overall deployment and management of such web apps from a development and sysadmin perspective. What You Will Learn Understand Azure web app core features and functionalities Deploy scalable and high-available web apps across regions Leverage Azure web app scaling features Publish web applications from Visual Studio and Visual Studio Code Run highly available web apps across multiple Azure regions Use Azure Monitor for monitoring and troubleshooting Azure web apps Who This Video Is For Developers who want a brief introduction to the value and uses of Azure web apps.
    Note: Online resource; Title from title screen (viewed November 4, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    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 ...
  • 76
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: An action plan for working as a consultant Management consulting is a $250 billion industry and growing at a rate of over four percent annually. Many predict that more than 40 percent of the U.S. workforce will soon be contingent, freelance, or consulting members of the workforce—making this book more relevant than ever. Individuals become independent consultants out of necessity or preference: necessity because they lost their job or the company offered an attractive exit package; preference because they want a career change, more control over their time, or an enriched, varied work situation. Consulting also appeals to the Millennial workforce who are searching for careers that offer a good salary as well as meaningful work. The New Consultant’s Quick Start Guide: • Serves as a companion to The New Business of Consulting • Provides you with a place to plan your transition into consulting • Helps you identify your niche, develop a business plan, charge what you’re worth, and create a marketing strategy to ensure a steady stream of clients • Prepares you for changes you will encounter beyond your professional life, including social, family, and financial aspects The New Consultant’s Quick Start Guide helps you work through the challenges of consulting such as working alone, deciding on necessary insurance coverage, finding your first clients, struggling with cash flow, and understanding market trends.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243541
    Language: English
    Pages: 1 online resource (688 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Leverage Natural Language Processing (NLP) in Python and learn how to set up your own robust environment for performing text analytics. This second edition has gone through a major revamp and introduces several significant changes and new topics based on the recent trends in NLP. You’ll see how to use the latest state-of-the-art frameworks in NLP, coupled with machine learning and deep learning models for supervised sentiment analysis powered by Python to solve actual case studies. Start by reviewing Python for NLP fundamentals on strings and text data and move on to engineering representation methods for text data, including both traditional statistical models and newer deep learning-based embedding models. Improved techniques and new methods around parsing and processing text are discussed as well. Text summarization and topic models have been overhauled so the book showcases how to build, tune, and interpret topic models in the context of an interest dataset on NIPS conference papers. Additionally, the book covers text similarity techniques with a real-world example of movie recommenders, along with sentiment analysis using supervised and unsupervised techniques. There is also a chapter dedicated to semantic analysis where you’ll see how to build your own named entity recognition (NER) system from scratch. While the overall structure of the book remains the same, the entire code base, modules, and chapters has been updated to the latest Python 3.x release. What You'll Learn • Understand NLP and text syntax, semantics and structure • Discover text cleaning and feature engineering • Review text classification and text clustering • Assess text summarization and topic models • Study deep learning for NLP Who This Book Is For IT professionals, data analysts, developers, linguistic experts, data scientists and engineers and basically anyone with a keen interest in linguistics, analytics and generating insights from textual data.
    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 ...
  • 78
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484244630
    Language: English
    Pages: 1 online resource (516 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore the modern concepts of client-server web applications. This book includes examples that are simple to comprehend building apps that are not much different from real-world applications. Each chapter develops a different subject, explaining the concept from A to Z, and provides a project with complete source code and configuration steps. Chapters also include thorough coverage of the subject described and the full source code is provided with a consistently updated repo on GitHub, accounting for the frequent changes made to language versions. The chapter apps use HTML, JavaScript, AJAX, CSS, PHP, MySQL, Apache, Lighttpd, SSL/TLS, DDNS, Shell Programming, Sockets programming, tools such as Wireshark, and remote online tools for testing. As you master each topic sequentially you'll fully understand the inner workings of the client-server apps and become confident in creating your own web-based apps. Whether you want to work on the web for fun, for school, or for work, Web-Based Projects that Rock the Class is a great place to start. What You'll Learn Use HTML, JavaScript, CSS, PHP, AJAX and MySQL for web projects Set up and handle two different web servers Apache and Lighttpd Obtain DNS and DDNS domain names Apply the SSL/TLS protocols for HTTPS connections Test remotely with online tools your web app – then create similar tools Who This Book Is For College and university students, and individuals interested in web programming. Ideally you will have basic experience in requesting a web page from the browser and understanding online services like e-shops, basic-level experience with Linux, knowledge of basic-level programming language principles, and basic knowledge of what a database is.
    Note: Online resource; Title from title page (viewed May 25, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: The industry validated Project Management Maturity Model developed by Dr. Harold Kerzner—updated and expanded Using the Project Management Maturity Model offers assessment tools for organizations of all sizes to evaluate their progress in effectively integrating project management along the maturity curve. This Third Edition includes maturity metrics, examples of Project Management Maturity Model (PMMM) reports, a new chapter on the characteristics of effective PMMM, assessment questions that align with the PMBOK ® Guide—Sixth Edition , all-new illustrations that define advanced levels of maturity, assessment tools for organizations using traditional PM methods, and detailed guidance for organizations using Agile and Scrum. Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is broken down into three major parts. The first part discusses the principles of strategic planning and how it relates to project management, the definition of project management maturity, and the need for customization. The second part details the Project Management Maturity Model (PMMM), which provides organizations with general guidance on how to perform strategic planning for project management. The third part of the book looks at some relatively new concepts in project management such as how assessments can be made to measure the firm’s growth using PM 2.0 and PM 3.0. Features customizable maturity model assessment tools for organizations of all sizes Includes assessment questions updated to line up with PMBOK® Guide—6th Edition Offers detailed guidance on applying the maturity model for Agile and Scrum Includes PowerPoint decks to aid in teaching the maturity model Using the Project Management Maturity Model: Strategic Planning for Project Management, Third Edition is an ideal book for senior level and middle level corporate managers, project and team managers, engineers, project team members, and business consultants. It also benefits both business and engineering students in courses on advanced project management.
    Note: Online resource; Title from title page (viewed March 19, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (368 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on the art and science of driving secure behaviors Transformational Security Awareness empowers security leaders with the information and resources they need to assemble and deliver effective world-class security awareness programs that drive secure behaviors and culture change. When all other processes, controls, and technologies fail, humans are your last line of defense. But, how can you prepare them? Frustrated with ineffective training paradigms, most security leaders know that there must be a better way. A way that engages users, shapes behaviors, and fosters an organizational culture that encourages and reinforces security-related values. The good news is that there is hope. That’s what Transformational Security Awareness is all about. Author Perry Carpenter weaves together insights and best practices from experts in communication, persuasion, psychology, behavioral economics, organizational culture management, employee engagement, and storytelling to create a multidisciplinary masterpiece that transcends traditional security education and sets you on the path to make a lasting impact in your organization. Find out what you need to know about marketing, communication, behavior science, and culture management Overcome the knowledge-intention-behavior gap Optimize your program to work with the realities of human nature Use simulations, games, surveys, and leverage new trends like escape rooms to teach security awareness Put effective training together into a well-crafted campaign with ambassadors Understand the keys to sustained success and ongoing culture change Measure your success and establish continuous improvements Do you care more about what your employees know or what they do ? It's time to transform the way we think about security awareness. If your organization is stuck in a security awareness rut, using the same ineffective strategies, materials, and information that might check a compliance box but still leaves your organization wide open to phishing, social engineering, and security-related employee mistakes and oversights, then you NEED this book.
    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 ...
  • 81
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251331
    Language: English
    Pages: 1 online resource (199 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Become a more effective tech professional by learning how to provide the most useful IT support for your users. You'll learn how to efficiently and effectively deal with any type of problem, including operating systems, software, and hardware. IT support is often complex, time-consuming, and expensive, but it doesn't have to be with the right processes in place. Whether you're an individual, part of an IT support team, or managing staff supporting PC users in their homes, The IT Support Handbook will help you understand the right way to approach, troubleshoot, and isolate problems so they can be handled efficiently, with least disruption and cost to your business. You'll make yourself popular with your colleagues, and keep your customers and users happy and productive. What You'll Learn Manage reporting, and keep a record of issues that occur Provide effective remote support for users away from home or working in another office Use error and system reporting in Windows to obtain high-quality, relevant information Spot patterns in user behavior that may be causing difficult-to-diagnose problems Be familiar with best practices to make you a better support professional Who This Book Is For IT professionals, IT support (on-site and remote), and system administrators who manage support teams. No prior knowledge is required.
    Note: Online resource; Title from title page (viewed October 3, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484251928
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 23 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn automatic testing in Xcode. Start by creating a simple test app that intentionally crashes in given scenarios. Then review the code to find obvious bad practices and issues. Discover why unit testing is important and perform a simple unit test. Work with test cases before adding functionality. Then increase code coverage and learn why it's important. Finally work with different parts of the app to test specific functionality. What You'll Learn Set up different UI tests for testing different parts of an app Perform simple unit test cases in a project Use test cases before adding functionality to ensure quality apps Who This Video Is For Professional developers or experienced programmers who want to incorporate best practices for testing their apps before publishing them.
    Note: Online resource; Title from title screen (viewed July 8, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250198
    Language: English
    Pages: 1 online resource (315 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Turn your projects from a weekend hack to a long-living creation! Loosely drawing from the field known in large software companies as Site Reliability Engineering (SRE), this book distills from these disciplines and addresses issues that matter to makers: keeping projects up and running, and providing means to control, monitor, and troubleshoot them. Most examples use the Raspberry Pi, but the techniques discussed apply to other platforms as well. This book is all about breadth, and in the spirit of making, it visits different technologies as needed. However, the big goal in this book is to create a shift in the reader’s mindset, where weekend hacks are pushed to the next level and are treated as products to be deployed. In that regard, this book can be a stepping stone for hobbyist makers into developing a broader, professional skill set. First, the book describes techniques for creating web-browser based dashboards for projects. These allow project creators to monitor, control, and troubleshoot their projects in real-time. Project Reliability Engineering discusses various aspects of the process of creating a web dashboard, such as network communication protocols, multithreading, and web design, and data visualization. Later chapters cover configuration of the project and the machine it’s running on, and additional techniques for project monitoring and diagnosis. These include good logging practices; automatic log and metrics monitoring; and alerting via email and text messages; A mixture of advanced concepts forms the last chapter of the book, touching on topics such as usage of microservices in complex projects; debugging techniques for object-oriented projects; and fail-safing the project’s software and hardware. What You’ll Learn Monitor and control projects, keep them up and running, and troubleshoot them efficiently Get acquainted with available tools and libraries, and learn how to make your own tools Expand your knowledge in Python, JavaScript and Linux Develop deeper understanding of web technologies Design robust and complex systems Who This Book Is For Members of the maker community with some development skills.
    Note: Online resource; Title from title page (viewed September 28, 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: 9781484249291
    Language: English
    Pages: 1 online resource (304 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Build and deploy an attractive, user-friendly web or mobile application in one day or less using Oracle’s new, low-code development tool: Visual Builder Cloud Service. Today’s IT world is fast-paced, and the ability to rapidly deliver running code is the most crucial and sought-after skill a developer can have. Oracle has brought together their enterprise experience, advanced usability knowledge, and their best cloud engineering to produce an innovative platform giving developers unprecedented productivity. You will learn how to use all aspects of Oracle Visual Builder Cloud Service to build web or mobile applications. Using the fully browser-based development environment, you’ll gain experience with all the modern user-interface components that the tool offers for a visual, user-interface-driven, development approach. You'll also see how to use the integrated data management capabilities and existing REST data services to store your data, and learn how to easily transfer applications to a test/staging environment and later to production, while continuing to develop the next version in the development environment. What You'll Learn Build great-looking web and mobile applications in a browser-based, visual design environment Define custom business logic in the visual logic editor or with JavaScript Manage multiple concurrent application versions from development through staging and production Define business objects with validation logic for application-specific data Communicate with, and draw data from, existing REST web services Use Visual Builder Cloud Service to expand Oracle SaaS solutions Who This Book Is For Developers at all expertise levels as well as business professionals and UX designers with an interest in using IT to quickly solve simple business problems. Because this tool is based on a modern low-code approach, no prior programming experience is necessary to benefit from the book.
    Note: Online resource; Title from title page (viewed July 10, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243275
    Language: English
    Pages: 1 online resource (163 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Migrate your existing microservice cluster from ASP .NET to ASP .NET Core. While improved performance and cross-platform support are evident, this book helps you cut through the noise to determine how, when, and to what extent a migration is needed. Microsoft’s introduction of .NET Core has created a lot of excitement, but also a lot of confusion for developers accustomed to ASP applications and services. This book gives you specific steps to embark on a partial or full SaaS microservices system migration, factoring in limited resources, time, and finances. In addition to practical advice and real-world examples, many mishaps will be shared, providing you with a complete 360-degree view of a migration. As a developer intimately familiar with the migration process, author Iris Classon shares prescriptive guidance on every part of the system—from code, dependencies, editors, integration, and the deployment pipeline to a distribution model. You will come away with all the information you need to plan and prepare your migration to ASP.NET Core. What You’ll Learn Conduct an in-depth, pre-migration analysis of your system Know the differences between ASP .NET and ASP .NET Core Plan for and execute a full or partial migration to ASP .NET Core Understand the continuous integration and deployment process Gain insight on tools and templates that will accelerate and facilitate the migration process Leverage a real-world migration example, complete with genuine challenges Migrate specific components such as logging, authentication, data access, and more Who This Book Is For Developers who are considering or are tasked with migrating an existing microservice cluster from ASP.NET to ASP.NET Core. Experience with C#, Web API, ASP.NET, Visual Studio, and PowerShell is helpful.
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249079
    Language: English
    Pages: 1 online resource (146 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: At first glance, the skills required to work in the data science field appear to be self-explanatory. Do not be fooled. Impactful data science demands an interdisciplinary knowledge of business philosophy, project management, salesmanship, presentation, and more. In Managing Your Data Science Projects , author Robert de Graaf explores important concepts that are frequently overlooked in much of the instructional literature that is available to data scientists new to the field. If your completed models are to be used and maintained most effectively, you must be able to present and sell them within your organization in a compelling way. The value of data science within an organization cannot be overstated. Thus, it is vital that strategies and communication between teams are dexterously managed. Three main ways that data science strategy is used in a company is to research its customers, assess risk analytics, and log operational measurements. These all require different managerial instincts, backgrounds, and experiences, and de Graaf cogently breaks down the unique reasons behind each. They must align seamlessly to eventually be adopted as dynamic models. Data science is a relatively new discipline, and as such, internal processes for it are not as well-developed within an operational business as others. With Managing Your Data Science Projects , you will learn how to create products that solve important problems for your customers and ensure that the initial success is sustained throughout the product’s intended life. Your users will trust you and your models, and most importantly, you will be a more well-rounded and effectual data scientist throughout your career. Who This Book Is For Early-career data scientists, managers of data scientists, and those interested in entering the field of data science
    Note: Online resource; Title from title page (viewed June 7, 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: 9781484249673
    Language: English
    Pages: 1 online resource (257 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore an alternative method of front-end application development without using frameworks or third-party libraries. This book provides you with the required skills and freedom to consider a “no framework” approach when choosing a technology for creating a new project. You’ll work through the most important issues in a clear and sensible way, using practical methods and tools to gain an understanding of non-functional requirements. This book answers questions on important topics such as state management, making a routing system, creating a REST client using fetch, and reveals the trade-offs and risks associated with choosing the wrong framework or tool for your project, as well as providing sustainable, functional alternatives. Frameworkless Front-End Development breaks down the concept of technical debt and the ways in which a framework can impact the lifespan of a project. Along with gaining a comprehensive and clear guide on coding effectively from scratch without frameworks, you will also learn some principles of technical decision-making. What You'll Learn Review how DOM manipulation works Manage the state of a front-end application with different patterns Safely migrate existing applications to a new framework or to frameworkless code Use decision-making tools such as a Framework Compass Chart and an Architectural Clash See how the choice of frameworks can affect the ‘health’ and lifespan of a codebase Who This Book Is For JavaScript developers; technical managers responsible for helping teams choose technology stacks for new projects; consultants intending to refactor existing JavaScript front-end codebases
    Note: Online resource; Title from title page (viewed August 13, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484249185
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 0 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Create your own Apple Watch applications by learning the basics of Xcode and Swift, the programming language used for Apple application development. In this video, step-by-step instructions teach you how to independently navigate and utilize Apple’s development toolkit and Xcode program. By the end you will be able to write functional code in Swift and engineer your own basic Apple Watch applications. What You Will Learn Create several basic Apple Watch applications using Apple’s Swift programming language Download Xcode and master its essential elements Follow an example app to see just how apps are built Who This Video Is For Beginners who have little or no exposure to programming. The course stresses explaining industry jargon, navigating several components of Xcode, and introducing important Swift commands.
    Note: Online resource; Title from title screen (viewed April 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (352 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Provides a comprehensive examination of emergency management and offers concepts and strategies for creating effective programs This book looks at the larger context within which emergency management response occurs, and stresses the development of a program to address a wide range of issues. Not limited to traditional emergency response to natural disasters, it addresses a conceptual model capable of integrating multiple disciplines and dealing with unexpected emergencies. Emergency Management: Concepts and Strategies for Effective Programs, Second Edition starts by focusing on the three pillars on which successful emergency management is based: an understanding of history, knowledge of social science research, and technical expertise in emergency management operations. It provides insight as to how emergency management has evolved and suggests reasons why the current method of response planning doesn’t work as well as it should. The book then goes on to discuss establishing and administering the emergency management program. It looks at the analysis of risk as the basis for strategy development, and considers both the traditional macro view of hazard identification and analysis as well as the micro view required for continuity planning. Strategy development is examined next, followed by coverage of planning process, techniques and methods. The book finishes with chapters on coordinating response, leading in crisis, and crisis management. Features two new chapters on the development of national response strategy and leadership in a crisis Incorporates the Principles of Emergency Management adopted by many emergency management professional associations and agencies Encourages the development of an enterprise wide program to address a wide range of potential threats Covers the various phases of comprehensive emergency management Integrates academic research with practical experience and case studies Emergency Management: Concepts and Strategies for Effective Programs is an important book that will benefit students, law enforcement, and state and local emergency managers and planners involved in emergency management.
    Note: Online resource; Title from title page (viewed April 16, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    ISBN: 9781484250402
    Language: English
    Pages: 1 online resource (295 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Explore tools for integrating resources and applications with Azure Active Directory for authentication and authorization. This book starts with an introduction to Azure Active Directory (AAD) where you will learn the core concepts necessary to understand AAD and authentication in general. You will then move on to learn OpenID Connect and OAuth along with its flows, followed by a deep dive into the integration of web applications for user-based authentication. Next, you go through user authentication and how to enable the integration of various native applications with AAD. This is followed by an overview of authenticating applications along with a detailed discussion on collaboration with external users and other AD tenants. Moving forward, Developing Applications with Azure Active Directory covers using schemas of AD objects, such as users, to add custom attributes on top of ADD’s predefined attributes. You will see how multi-tenancy can be supported in Azure AD as well as how to design authorization with Azure AD. After reading this book, you will be able to integrate, design, and develop authentication and authorization techniques in Azure Active Directory. What You Will Learn Integrate applications with Azure AD for authentication Explore various Azure AD authentication scenarios Master core Azure AD concepts Integrate external users and tenants Who is this book for: The book will be useful for architects and developers, planning to use Azure AD for authentication.
    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 ...
  • 91
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (288 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: A practical handbook to cybersecurity for both tech and non-tech professionals As reports of major data breaches fill the headlines, it has become impossible for any business, large or small, to ignore the importance of cybersecurity. Most books on the subject, however, are either too specialized for the non-technical professional or too general for positions in the IT trenches. Thanks to author Nadean Tanner’s wide array of experience from teaching at a University to working for the Department of Defense, the Cybersecurity Blue Team Toolkit strikes the perfect balance of substantive and accessible, making it equally useful to those in IT or management positions across a variety of industries. This handy guide takes a simple and strategic look at best practices and tools available to both cybersecurity management and hands-on professionals, whether they be new to the field or looking to expand their expertise. Tanner gives comprehensive coverage to such crucial topics as security assessment and configuration, strategies for protection and defense, offensive measures, and remediation while aligning the concept with the right tool using the CIS Controls version 7 as a guide. Readers will learn why and how to use fundamental open source and free tools such as ping, tracert, PuTTY, pathping, sysinternals, NMAP, OpenVAS, Nexpose Community, OSSEC, Hamachi, InSSIDer, Nexpose Community, Wireshark, Solarwinds Kiwi Syslog Server, Metasploit, Burp, Clonezilla and many more. Up-to-date and practical cybersecurity instruction, applicable to both management and technical positions • Straightforward explanations of the theory behind cybersecurity best practices • Designed to be an easily navigated tool for daily use • Includes training appendix on Linux, how to build a virtual lab and glossary of key terms The Cybersecurity Blue Team Toolkit is an excellent resource for anyone working in digital policy as well as IT security professionals, technical analysts, program managers, and Chief Information and Technology Officers. This is one handbook that won’t gather dust on the shelf, but remain a valuable reference at any career level, from student to executive.
    Note: Online resource; Title from title page (viewed April 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    ISBN: 9781484251461
    Language: English
    Pages: 1 online resource (154 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: There is no such thing as an easy sale. However, selling to an existing customer—whether by refreshing an old product or introducing a new and different product—is often easier, faster, and returns higher margins. Centering your organization’s sales strategy on your installed base is a smart and proven way to achieve long-lasting, profitable growth. Using Installed Base Selling to Maximize Revenue reveals a step-by-step, integrated approach you can begin using today. Authors Remi Gicquel and Paul-André Lambert show how you can apply this robust and reliable end-to-end solution by illustrating concepts though real-world case studies from Spotify, Hewlett Packard Enterprise, Nestlé, and more. Full of wisdom fit for the digital era, this book presents the results of the authors’ experience and research into current installed base selling processes, identifying, from an objective point of view, what works and what does not. This book explains fundamental concepts such as the profitable growth paradox, the installed base profit wedge, operational methodologies for managing your installed base selling transformation, and much more. Innovative companies protect and nurture their most valuable asset—their customers and the data that defines them. They put installed base selling at the heart of their sales strategy. Now, it’s your turn! What You Will Learn How to maximize the return from installed base customers Fundamental concepts such as the profitable growth paradox, the installed base profit wedge, and turnkey operational sales methodologies to best maneuver your sales teams Keys to changing patterns to become a company that can enjoy higher profitable revenues for years Who This Book Is For General Managers, Sales and Marketing Leaders who are eager to transform their business to secure long-lasting profits, and for leaders looking for a pragmatic approach to transform their sales force to harvest the potential of their existing customers.
    Note: Online resource; Title from title page (viewed August 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250372
    Language: English
    Pages: 1 online resource (290 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Gain a thorough understanding of animation and character rigging using Autodesk 3ds Max to create realistic character animations. This book is split into three modules that are subsequently divided into chapters. The first module is the foundation module: in this module you’ll cover, among other topics, the 12 cardinal principles of animation with reference to classic real-world examples and famous movies/animation shots. Using these, the further chapters explore using key frames and graph editors to obtain fluid motion in your animations. Practical examples are used to better explain which feature suits a particular scenario. The second module, called the backbone module, introduces you to deformation tools and their use for character animation. Further chapters cover driven animations, constraints posed by bones, bipeds, and the CAT tools available in 3ds Max 2019. The final module, the lifeline module, encourages you to bring your character to life by applying principles learnt in the previous modules. Here you will be guided on how to retarget animations from one character to other characters or rigs. On completing Character Rigging and Advance Animation , you will be able to create character rigs for bipeds and quadrupeds with ease, animating them with life-like motion. What You Will Learn Understand the 12 principles of animation Set up an animation-ready character rig from scratch Master the deformation tools available for animation Who This Book Is For Readers who are familiar with 3ds Max at a basic level and are looking at getting into character rigging and animation.
    Note: Online resource; Title from title page (viewed September 24, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Expert guidance on how to grow innovation and optimize already-successful areas of established organizations Transforming Legacy Organizations provides real-world advice and research-based information on how to grow innovation by employing new technologies, improving processes, and establishing a culture of creativity and forward momentum. Conventional business wisdom views innovation as the biggest advantage startups have over large, established organizations, often referred to as legacy organizations. This belief is false, especially when considering that 70% of all startups fail within 20 months of their first venture round. The truth is innovation initiatives of legacy organizations have far better chances of succeeding. Organizations with superior resources—money, customers, suppliers, data, employees, infrastructure—can overcome challenges from new entrepreneurial ventures: knowing how to leverage their underutilized advantage is key for achieving sustained, long-term innovation success. Author Kris Oestergaard has been teaching established organizations around the world for over 15 years. Transforming Legacy Organizations illustrates how to best pursue innovation to create future success. This book helps leaders to: Incorporate proven strategies and research-based information into your organization’s overall innovation initiatives Use new technologies to improve processes and increase innovation Learn to capitalize on your organization’s existing resources to beat startups at their own game Transform innovative concepts into specific products, services, and business models Reinvent your organization to overcome disruptions in the market and challenges from new competitors Transforming Legacy Organizations: Turn your Established Business into an Innovation Champion to Win the Future is a valuable resource for leaders of established companies such as C-Suite executives, senior managers, and heads of business development, innovation, and digital teams.
    Note: Online resource; Title from title page (viewed August 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484243008
    Language: English
    Pages: 1 online resource (330 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Take a practioner’s approach in analyzing the Internet of Things (IoT) devices and the security issues facing an IoT architecture. You’ll review the architecture's central components, from hardware communication interfaces, such as UARTand SPI, to radio protocols, such as BLE or ZigBee. You'll also learn to assess a device physically by opening it, looking at the PCB, and identifying the chipsets and interfaces. You'll then use that information to gain entry to the device or to perform other actions, such as dumping encryption keys and firmware. As the IoT rises to one of the most popular tech trends, manufactures need to take necessary steps to secure devices and protect them from attackers. The IoT Hacker's Handbook breaks down the Internet of Things, exploits it, and reveals how these devices can be built securely. What You’ll Learn Perform a threat model of a real-world IoT device and locate all possible attacker entry points Use reverse engineering of firmware binaries to identify security issues Analyze,assess, and identify security issues in exploited ARM and MIPS based binaries Sniff, capture, and exploit radio communication protocols, such as Bluetooth Low Energy (BLE), and ZigBee Who This Book is For Those interested in learning about IoT security, such as pentesters working in different domains, embedded device developers, or IT people wanting to move to an Internet of Things security role.
    Note: Online resource; Title from title page (viewed March 30, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484250983
    Language: English
    Pages: 1 online resource (262 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: As society evolves in the direction of innovation, digital influence, and rapid information delivery, workplaces must follow suit in order to remain relevant and engaging to modern employees. Bill Fox, a thought leader and author with decades of experience in the business world, has interviewed 31 global business leaders about how they create workplaces that continue to adapt with the times, where each team thrives at each level. These lessons go beyond the limitations of “best practices” and “working smarter”, and instead focus on insights and strategies to bridge the gap between the Industrial Age and the new “Forward-Thinking Age”. The Future of the Workplace offers advice for the leaders, managers, and employees of both today and tomorrow. Fox discusses macro and micro topics with influential figures such as Howard Behar, former president of Starbucks; Steph Holloway, body language and communication expert; David Marquet, author of Turn the Ship Around ; John Bell, former CEO of Jacobs Suchard; Perry Marshall, author of Evolution 2.0 ; and many more. You will gain applicable tools to shift attitudes and bring transformative change to your organization, creating a productive and realistic future for both your team and yourself. The very nature of the dynamic between employer and employee is divergent from what it was merely 10 years ago. Perspectives from different members of multiple types of teams and company structures are offered in this book in order to ensure a well-rounded view of how the future of workplaces can best accommodate everybody. The world is significantly shifting in personal, economic, and political ways, and The Future of the Workplace is your guide to effectively embracing these new challenges for the better. What You Will Learn Shares new insights to help resolve some of today's most vexing workplace challenges Reveals perspectives from different members on a team on how the workplace has evolved Learn how to trigger change to create a more adequate and healthy workplace environment Who This Book Is For Anyone looking for new and better ways to transform the workplace including, consultants, managers, and leaders
    Note: Online resource; Title from title page (viewed October 2, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (272 pages)
    Edition: 2nd edition
    Keywords: Electronic books ; local
    Abstract: Bring calm to the chaos in your life. Whether you find yourself checked out, burnt out, or just plain freaked out; you deserve better. Psychologist Alison Hill takes you deep into the key pillars for our happiness, health and sanity to help you live a life filled with purpose and progress. Productivity training or the latest organisational system will only take you so far. To make lasting change you need the right tools, mindset and skills. Boss of Busy helps you find the courage and optimism to live the life you crave, let go of what is holding you back and learn how to prioritise what really matters. Originally published in 2016 as Stand Out , this book has been reviewed and redesigned to become part of the Wiley Be Your Best series - aimed at helping readers acheive professional and personal success.
    Note: Online resource; Title from title page (viewed March 11, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Apress | Boston, MA : Safari
    ISBN: 9781484239803
    Language: English
    Pages: 1 online resource (1 video file, approximately 1 hr., 3 min.)
    Edition: 1st edition
    Keywords: Electronic videos ; local
    Abstract: Learn how to use Jest by viewing easy-to-follow screencasts accompanied by clear instructions. In this complete video introduction to Jest, the testing framework from Facebook, you’ll discover how Jest can test any JavaScript application, and that it is widely used to test React.js applications. Testing React.js Applications with Jest will lay out the entire process, allowing you to see Jest in action with your own eyes. You’ll see that comprehensive testing of JavaScript-based web applications is a significant task, and many of the solutions that have emerged over the years have been cumbersome and involved integrating many different tools. With the help of this video you’ll replace these multiple tools and create a fast, comprehensive service that supports advanced features such as snapshots. Along the way you’ll learn how to build Jest into applications using create-react-app. This video course will cover Jest performance, ease of use and configuration, mocking and advanced features - it is a comprehensive guide to the framework that will make testing React.js applications a breeze. What You Will Learn Use Jest effectively to test React.js applications using best practices Integrate testing into your current development process Make your tests easy to set up and fast Work with the advanced capabilities of Jest without additional dependencies Who This Video Is For Web developers interested in best practice and improving the quality of their code and overall systems without introducing friction into their development process.
    Note: Online resource; Title from title screen (viewed May 21, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (240 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Combine the best parts of your personal and professional life to live the life you really want Balance is B.S. is an unflinching and honest look at the challenges today’s working woman faces in balancing her professional and personal lives. In the United States, women comprise over 40% of household income. Increased gender diversity in the modern business landscape continues to have a positive impact on bottom lines and revenue reports across the economy, and offers significant benefits for ambitious women in the workplace. This increase of women in the workforce does present a serious problem—women are working longer and harder outside of the home, but their workload has not lessened inside of the home. While their career prospects rise, expectations of their family and personal lives remain flat. Women pursue the mythical “work-life” balance, and feel guilty for not reaching it. There is a better way. This insightful book provides working women with real-world advice, enabling them to blend their personal and professional lives, avoid burning out, and raise expectations of themselves and those around them. Every chapter presents practical exercises to identify values, and focus on what matters most. Following the path laid out by this essential guide, you will learn how to: Blend business and personal lives together without compromising your values Adjust expectations of yourself and others around you Use practical exercises and effective techniques to combine work, social, family, and parenting lives Stop feeling guilty about your work-life balance, and embrace the best parts of both Balance is B.S. is an invaluable resource for working women regardless of profession, experience, and status. Author Tamara Loehr draws on her years of entrepreneurial success to share her proven methods of merging work, play, and family to map out and reach the life you actually want to live.
    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 ...
  • 100
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 3rd edition
    Keywords: Electronic books ; local
    Abstract: AN UP-TO-DATE, COMPREHENSIVE TREATMENT OF A CLASSIC TEXT ON MISSING DATA IN STATISTICS The topic of missing data has gained considerable attention in recent decades. This new edition by two acknowledged experts on the subject offers an up-to-date account of practical methodology for handling missing data problems. Blending theory and application, authors Roderick Little and Donald Rubin review historical approaches to the subject and describe simple methods for multivariate analysis with missing values. They then provide a coherent theory for analysis of problems based on likelihoods derived from statistical models for the data and the missing data mechanism, and then they apply the theory to a wide range of important missing data problems. Statistical Analysis with Missing Data, Third Edition starts by introducing readers to the subject and approaches toward solving it. It looks at the patterns and mechanisms that create the missing data, as well as a taxonomy of missing data. It then goes on to examine missing data in experiments, before discussing complete-case and available-case analysis, including weighting methods. The new edition expands its coverage to include recent work on topics such as nonresponse in sample surveys, causal inference, diagnostic methods, and sensitivity analysis, among a host of other topics. An updated "classic" written by renowned authorities on the subject Features over 150 exercises (including many new ones) Covers recent work on important methods like multiple imputation, robust alternatives to weighting, and Bayesian methods Revises previous topics based on past student feedback and class experience Contains an updated and expanded bibliography Statistical Analysis with Missing Data, Third Edition is an ideal textbook for upper undergraduate and/or beginning graduate level students of the subject. It is also an excellent source of information for applied statisticians and practitioners in government and industry.
    Note: Online resource; Title from title page (viewed April 23, 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...