MadCap Flare for Programmers

MadCap Flare for Programmers
Author: Thomas Tregner
Publisher: XML Press
Total Pages: 231
Release: 2015-06-15
Genre: Computers
ISBN: 1457191261

MadCap Flare for Programmers shows how Flare manages and parses content and how you can interact with Flare outside the user interface. It introduces the structure of Flare content files and Flare output files, such as HTML5 help, and shows how you can manipulate those files. With more than 50 examples in languages such as JavaScript, C#, Java, XSLT, and Visual Basic, this book covers most of the ways you can programmatically interact with MadCap Flare. This book is for programmers who support Flare, technical writers who want to look under the hood, and managers who would like to know what possibilities exist beyond the Flare UI.

Docs Like Code

Docs Like Code
Author: Anne Gentle
Publisher: Lulu.com
Total Pages: 118
Release: 2017-09-09
Genre: Computers
ISBN: 1387081322

Looking for a way to invigorate your technical writing team and grow that expertise to include developers, designers, and writers of all backgrounds? When you treat docs like code, you multiply everyone's efforts and streamline processes through collaboration, automation, and innovation. Second edition now available with updates and more information about version control for documents and continuous publishing.

XProc 3.0 Programmer Reference

XProc 3.0 Programmer Reference
Author: Erik Siegel
Publisher: XML Press
Total Pages: 357
Release: 2020-03-16
Genre: Computers
ISBN: 1937434710

XProc 3.0 is a programming language for processing XML, JSON, and other documents in pipelines. XProc chains conversions and other steps, allowing for potentially complex processing. XProc is especially useful for applications, such as publishing, where content may come from multiple input sources, pass through multiple processing steps and result in multiple output streams. XProc 3.0 Programmer Reference is aimed at programmers and others who process XML. It explains the language in detail, provides examples, and contains a set of example use cases. Anyone who uses the XProc language will find a wealth of information in this book.

MadCap Flare 2021

MadCap Flare 2021
Author: Scott Deloach
Publisher: Clickstart, Incorporated
Total Pages: 548
Release: 2021-04-19
Genre:
ISBN: 9781733076920

The 2021 edition of this STC award-winning book explains how to organize, build, and publish knowledge bases, policies and procedures, online help, user guides, training guides, and more using the industry benchmark for single source publishing: MadCap Flare. Flare expert Scott DeLoach shares detailed information about how to import content from Word, Excel, FrameMaker, Author-it, RoboHelp, Confluence, DITA, HTML, and Markdown documents and how to use all of Flare's features. Each section also includes sample questions to help you prepare for the Flare certification test.

Stereo Scene Flow for 3D Motion Analysis

Stereo Scene Flow for 3D Motion Analysis
Author: Andreas Wedel
Publisher: Springer Science & Business Media
Total Pages: 133
Release: 2011-08-17
Genre: Computers
ISBN: 0857299654

This book presents methods for estimating optical flow and scene flow motion with high accuracy, focusing on the practical application of these methods in camera-based driver assistance systems. Clearly and logically structured, the book builds from basic themes to more advanced concepts, culminating in the development of a novel, accurate and robust optic flow method. Features: reviews the major advances in motion estimation and motion analysis, and the latest progress of dense optical flow algorithms; investigates the use of residual images for optical flow; examines methods for deriving motion from stereo image sequences; analyses the error characteristics for motion variables, and derives scene flow metrics for movement likelihood and velocity; introduces a framework for scene flow-based moving object detection and segmentation; includes Appendices on data terms and quadratic optimization, and scene flow implementation using Euler-Lagrange equations, in addition to a helpful Glossary.

The Boost C++ Libraries

The Boost C++ Libraries
Author: Boris Schäling
Publisher: Boris Schäling
Total Pages: 720
Release:
Genre: Computers
ISBN:

The second edition of The Boost C++ Libraries introduces 72 Boost libraries that provide a wide range of useful capabilities. They help you manage memory and process strings more easily. They provide containers and other data structures that go well beyond what the standard library offers. They make it easy to build platform-independent network applications. Simply put, these 72 libraries greatly expand your C++ toolbox. The second edition contains more than 430 examples. All examples are as short as possible, but they are complete, so you can compile and run them as is. They show you what the Boost libraries offer and give you a head start on using the libraries in your own applications. The goal of this book is to increase your efficiency as a C++ developer and to simplify software development with C++. The Boost libraries introduced in this book will help you write less code with fewer bugs and finish projects faster. You code will be more concise and self-explanatory and more easily adapted when requirements change. The second edition is based on the Boost libraries 1.55.0 and 1.56.0 with the latter version having been released in August 2014. The examples are based on C++11 and have been tested with Visual Studio 2013, GCC 4.8 and Clang 3.3 on various platforms. For Boost libraries which were incorporated into the C++11 standard library, differences between Boost and the standard library are highlighted. The Boost libraries are one of the most important and influential open source C++ libraries. Their source code is available under a permissive free software license. Several Boost libraries have been incorporated into the C++11 standard library. The Boost libraries are developed and supported by the Boost community - a worldwide developer community with a strong interest in pushing C++ boundaries further.

MadCap Flare 2020

MadCap Flare 2020
Author: Scott DeLoach
Publisher:
Total Pages:
Release: 2020-04-15
Genre:
ISBN: 9781733076913

The 2020 edition of this STC award-winning book explains how to organize, build, and publish online help, policies and procedures, knowledge bases, user guides, training guides, and more using the industry benchmark for single source publishing: MadCap Flare. Flare expert Scott DeLoach shares detailed information about how to import content from Word, Excel, FrameMaker, Author-it, RoboHelp, Confluence, HTML, and DITA documents and how to use all of Flare's features. Each section also includes sample questions to help you prepare for the Flare certification test.

Python Machine Learning Cookbook

Python Machine Learning Cookbook
Author: Prateek Joshi
Publisher: Packt Publishing Ltd
Total Pages: 304
Release: 2016-06-23
Genre: Computers
ISBN: 1786467682

100 recipes that teach you how to perform various machine learning tasks in the real world About This Book Understand which algorithms to use in a given context with the help of this exciting recipe-based guide Learn about perceptrons and see how they are used to build neural networks Stuck while making sense of images, text, speech, and real estate? This guide will come to your rescue, showing you how to perform machine learning for each one of these using various techniques Who This Book Is For This book is for Python programmers who are looking to use machine-learning algorithms to create real-world applications. This book is friendly to Python beginners, but familiarity with Python programming would certainly be useful to play around with the code. What You Will Learn Explore classification algorithms and apply them to the income bracket estimation problem Use predictive modeling and apply it to real-world problems Understand how to perform market segmentation using unsupervised learning Explore data visualization techniques to interact with your data in diverse ways Find out how to build a recommendation engine Understand how to interact with text data and build models to analyze it Work with speech data and recognize spoken words using Hidden Markov Models Analyze stock market data using Conditional Random Fields Work with image data and build systems for image recognition and biometric face recognition Grasp how to use deep neural networks to build an optical character recognition system In Detail Machine learning is becoming increasingly pervasive in the modern data-driven world. It is used extensively across many fields such as search engines, robotics, self-driving cars, and more. With this book, you will learn how to perform various machine learning tasks in different environments. We'll start by exploring a range of real-life scenarios where machine learning can be used, and look at various building blocks. Throughout the book, you'll use a wide variety of machine learning algorithms to solve real-world problems and use Python to implement these algorithms. You'll discover how to deal with various types of data and explore the differences between machine learning paradigms such as supervised and unsupervised learning. We also cover a range of regression techniques, classification algorithms, predictive modeling, data visualization techniques, recommendation engines, and more with the help of real-world examples. Style and approach You will explore various real-life scenarios in this book where machine learning can be used, and learn about different building blocks of machine learning using independent recipes in the book.

How to Become a Technical Writer

How to Become a Technical Writer
Author: Susan Bilheimer
Publisher: Booklocker.com
Total Pages: 0
Release: 2001-09
Genre: Communication of technical information
ISBN: 9780970196415

If you can write clear, concise instructions, then you can be a technical writer. Learn, step-by-step, how to turn your creative writing talent into a highly lucrative career, where you get paid big money consistently to use your writing skills.

Fundamentals of Seismic Loading on Structures

Fundamentals of Seismic Loading on Structures
Author: Tapan K. Sen
Publisher: John Wiley & Sons
Total Pages: 404
Release: 2009-04-29
Genre: Science
ISBN: 0470742356

This book provides a practical guide to the basic essentials of earthquake engineering with a focus on seismic loading and structural design. Benefiting from the author’s extensive career in structural and earthquake engineering, dynamic analysis and lecturing, it is written from an industry perspective at a level suitable for graduate students. Fundamentals of Seismic Loading on Structures is organised into four major sections: introduction to earthquakes and related engineering problems, analysis, seismic loading, and design concepts. From a practical perspective, reviews linear and non-linear behaviour, introduces concepts of uniform hazard spectra, discusses loading provisions in design codes and examines soil-structure interaction issues, allowing the reader to quickly identify and implement information in a working environment. Discusses probabilistic methods that are widely employed in the assessment of seismic hazard, illustrating the use of Monte Carlo simulation with a number of worked examples. Summarises the latest developments in the field such as performance-based seismic engineering and advances in liquefaction research. “There are many books on earthquake engineering, but few are of direct use to the practising structural designer. This one, however, offers a new perspective, putting emphasis on the practical aspects of quantifying seismic loading, and explaining the importance of geotechnical effects during a major seismic event in readily understandable terms. The author has succeeded in marrying important seismological considerations with structural engineering practice, and this long-awaited book will find ready acceptance in the profession.” Professor Patrick J. Dowling CBE, DL, DSc, FIStructE, Hon MRIA, FIAE, FREng, FRS Chairman, British Association for the Advancement of Science Emeritus Professor and Retired Vice Chancellor, University of Surrey