What Will Be Already Exists


Book Description

How do artist archives survive and stay authentic in radically changed contexts? The volume addresses the challenge of continuity, sustainability, and institutionalization of archives established by Eastern European artists. At its center stands the 40th anniversary of the Artpool Art Research Center founded in 1979 in Budapest as an underground institution based on György Galántai's »Active Archive« concept. Ten internationally renowned scholars propose contemporary interpretations of this concept and frame artist archives not as mere sources of art history but as models of self-historicization. The contributions give knowledgeable insights into the transition of Cold War art networks and institutional landscapes.




What Will Be Already Exists


Book Description

How do artist archives survive and stay authentic in radically changed contexts? The volume addresses the challenge of continuity, sustainability, and institutionalization of archives established by Eastern European artists. At its center stands the 40th anniversary of the Artpool Art Research Center founded in 1979 in Budapest as an underground institution based on György Galántai's "Active Archive" concept. Ten internationally renowned scholars propose contemporary interpretations of this concept and frame artist archives not as mere sources of art history but as models of self-historicization. The contributions give knowledgeable insights into the transition of Cold War art networks and institutional landscapes.







UNIX Programming


Book Description

Functioning of UNIX operating system with shell programming KEY FEATURES ● Equipped with installation, administration, and best practices for UNIX system management. ● Provides a wide range of shell scripting and Unix-based solutions. ● UNIX foundations, Resource Management, Socket Programming, Shell Scripting, and the C Interface are all covered. DESCRIPTION This book is intended to be an instructional tool and study guide for those interested in learning about the principles of the UNIX operating system, process management, socket programming, and numerous shell scripting techniques. First, you will learn about the UNIX system architecture and programming environment, which provide an overview of all system resources and their management. Then, Unix file systems, Kernel data structures for performing file I/O, Basic File permissions and Library functions, and UNIX system calls are discussed. Process control, parallel execution, user data access, and signal management are just some of the topics covered in this book. Next, we'll go through the basics of network communication, such as system calls, data transmission over sockets, and I/O multiplexing models. Finally, the book discusses more advanced UNIX and C interface concepts such as library functions, command-line arguments, and environment variables. Throughout the book, you'll find plenty of solutions, exercises, and shell scripts to help you get the most out of your hands-on experience with the UNIX system. WHAT YOU WILL LEARN ● Investigate every aspect of the UNIX operating system. ● Understand how to use the shell and how to develop shell scripts. ● Acquaint yourself with all of UNIX's file and process components. ● Gain a working knowledge of file access and manipulation. ● Learn more about inter-process communication and its many methods. WHO THIS BOOK IS FOR The book appeals to UNIX professionals, students, master's degree applicants, and candidates for competitive exams who wish to understand UNIX principles thoroughly. However, it is written for beginners and may be read by anyone without prior understanding. TABLE OF CONTENTS 1. Fundamental Concepts of UNIX Operating System 2. File Management 3. Process Management 4. Inter-Process Communication 5. Socket Programming 6. Memory Management 7. UNIX Shell and Custom Environment 8. Shell Programming Using Bourne Shell







Microsoft Excel 2019 Programming by Example with VBA, XML, and ASP


Book Description

Updated for Excel 2019 and based on the bestselling editions from previous versions, Microsoft Excel 2019 Programming by Example with VBA, XML and ASP is a practical, how-to book on Excel programming, suitable for readers already proficient with the Excel user interface (UI). If you are looking to automate Excel routine tasks, this book will progressively introduce you to programming concepts via numerous illustrated hands-on exercises. More advanced topics are demonstrated via custom projects. From recording and editing a macro and writing VBA code to working with XML documents and using Classic ASP pages to access and display data on the Web, this book takes you on a programming journey that will change the way you work with Excel. The book provides information on performing automatic operations on files, folders, and other Microsoft Office applications. It also covers proper use of event procedures, testing and debugging, and guides you through programming advanced Excel features such as PivotTables, PivotCharts, and the Ribbon interface. Features: Contains 28 chapters loaded with illustrated "Hands-On" exercises and projects that guide you through the VBA programming language. Each example tells you exactly where to enter code, how to test it, and then run it. Takes you from introductory topics--including recording and editing macros, using variables, and constants, writing subroutines/functions, conditional statements, and various methods of coding loops to repeat actions--to intermediate and advanced topics that include working with collections, class modules, arrays, file and database access, custom forms, error handling and debugging. Includes comprehensive coverage of native file handling in VBA, Windows Scripting Host (WSH), and low-level File Access. Demonstrates how to interact with Microsoft Access databases using both ADO and DAO Object Libraries to access and manipulate data. Includes chapters on programming charts, PivotTables, dialog boxes, custom forms, the Ribbon, Backstage View, context/shortcut menu customizations, as well as proper use of event procedures and callbacks. Provides a quick, “Hands-On” introduction to the data analysis and transformation processes using the Power Query feature and the “M” language formulas. Provides a practical coverage of using Web queries, HTML, XML, and VBScript in Classic ASP to retrieve and publish Excel data to the Web. ON THE COMPANION FILES (also available for download from the publisher by emailing proof of purchase to [email protected]) All source code and supplemental files for the “Hands-On” exercises and custom projects All images from the text (including 4-color screenshots)




Data Warehousing for Biomedical Informatics


Book Description

Data Warehousing for Biomedical Informatics is a step-by-step how-to guide for designing and building an enterprise-wide data warehouse across a biomedical or healthcare institution, using a four-iteration lifecycle and standardized design pattern. It enables you to quickly implement a fully-scalable generic data architecture that supports your organization's clinical, operational, administrative, financial, and research data. By following the guidelines in this book, you will be able to successfully progress through the Alpha, Beta, and Gamma versions, plus fully implement your first production release in about a year.







Puppet 3 Cookbook


Book Description

Puppet 3 Cookbook is written in a Cookbook style, showing you how to set up and expand your Puppet infrastructure. It not only gives you everything you need to become a Puppet expert, but includes powerful code samples and techniques developed over many years of production experience. With it, you'll save time and effort by automating tedious manual processes, impress your boss by delivering better business value from IT, and future-proof your career by getting to grips with the new technologies revolutionizing the industry."Puppet 3 Cookbook" is for anyone who builds and administers servers, especially in a web operations context. It requires some experience of Linux systems administration, including familiarity with the command line, file system, and text editing. No programming experience is required.




Programming Hive


Book Description

Need to move a relational database application to Hadoop? This comprehensive guide introduces you to Apache Hive, Hadoop’s data warehouse infrastructure. You’ll quickly learn how to use Hive’s SQL dialect—HiveQL—to summarize, query, and analyze large datasets stored in Hadoop’s distributed filesystem. This example-driven guide shows you how to set up and configure Hive in your environment, provides a detailed overview of Hadoop and MapReduce, and demonstrates how Hive works within the Hadoop ecosystem. You’ll also find real-world case studies that describe how companies have used Hive to solve unique problems involving petabytes of data. Use Hive to create, alter, and drop databases, tables, views, functions, and indexes Customize data formats and storage options, from files to external databases Load and extract data from tables—and use queries, grouping, filtering, joining, and other conventional query methods Gain best practices for creating user defined functions (UDFs) Learn Hive patterns you should use and anti-patterns you should avoid Integrate Hive with other data processing programs Use storage handlers for NoSQL databases and other datastores Learn the pros and cons of running Hive on Amazon’s Elastic MapReduce