Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
Filter
  • Konferenzschrift  (153)
  • Electronic books ; local
  • Europa
  • Computer Science  (233)
Material
Language
Subjects(RVK)
  • 1
    Language: English
    Series Statement: Lecture notes in computer science
    RVK:
    Keywords: Konferenzschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Series Statement: Lecture notes in computer science ...
    RVK:
    Keywords: Konferenzschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : No Starch Press | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (464 pages)
    Edition: 3rd edition
    Parallel Title: Erscheint auch als Ward, Brian, 1972 - How Linux works
    DDC: 005.432
    RVK:
    Keywords: Electronic books ; local ; LINUX
    Abstract: Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel actually does. In this third edition of the bestselling How Linux Works , author Brian Ward peels back the layers of this well-loved operating system to make Linux internals accessible. This edition has been thoroughly updated and expanded with added coverage of Logical Volume Manager (LVM), virtualization, and containers. You'll learn: •How Linux boots, from boot loaders to init (systemd) •How the kernel manages devices, device drivers, and processes •How networking, interfaces, firewalls, and servers work •How development tools work and relate to shared libraries •How to write effective shell scripts You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works , 3rd edition will teach you what you need to know to solve pesky problems and take control of your operating system.
    Note: Online resource; Title from title page (viewed April 13, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (300 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Downey, Allen B. Think Bayes
    RVK:
    Keywords: Electronic books ; local
    Abstract: If you know how to program, you're ready to tackle Bayesian statistics. With this book, you'll learn how to solve statistical problems with Python code instead of mathematical formulas, using discrete probability distributions rather than continuous mathematics. Once you get the math out of the way, the Bayesian fundamentals will become clearer and you'll begin to apply these techniques to real-world problems. Bayesian statistical methods are becoming more common and more important, but not many resources are available to help beginners. Based on undergraduate classes taught by author Allen Downey, this book's computational approach helps you get a solid start. Use your programming skills to learn and understand Bayesian statistics Work with problems involving estimation, prediction, decision analysis, evidence, and Bayesian hypothesis testing Get started with simple examples, using coins, dice, and a bowl of cookies Learn computational methods for solving real-world problems
    Note: Online resource; Title from title page (viewed May 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    ISBN: 9780136523796
    Language: English
    Pages: 1 online resource (336 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Erder, Murat Continuous architecture in practice
    RVK:
    Keywords: Electronic books ; local
    Abstract: Revamp Your Architectural Practices for New Challenges, Environments, and Stakeholder Expectations "This book recognizes that software architecture is not the merely conceptual domain of disconnected experts but is the . . . give-and-take daily tussle of team members who have to balance trade-offs and competing forces to deliver resilient, high-performing, secure applications. . . . [It] bridges the significant gap between the 'Earth from orbit' view and the pavement-level view of refactoring microservice code." --Kurt Bittner, VP, Enterprise Solutions, Scrum.org Authors Murat Erder, Pierre Pureur, and Eoin Woods have taken their extensive enterprise architecture experience and applied it to the practical aspects of continuous architecture in real-world environments. Continuous Architecture in Practice provides hands-on advice for leveraging continuous architecture in real-world environments and illuminates architecture's changing role in the age of Agile, DevSecOps, and cloud platforms. This guide will help technologists update their architecture practice for new application challenges. As part of the Vaughn Vernon Addison-Wesley Signature Series, this title was hand-selected for the practical, delivery-oriented knowledge that architects and software engineers can quickly apply. It includes in-depth guidance for addressing today's key quality attributes, including cross-cutting concerns such as security, performance, scalability, resilience, data, and innovation. Each key technique is demonstrated through a start-to-finish case study reflecting the authors' deep experience evolving complex software environments. Create sustainable, coherent systems that meet functional requirements and the quality attributes stakeholders care about Understand team-based software architecture and architecture as a "flow of decisions" Reflect varied data technologies and crucial issues of data management, integration, and change Architect for security, including continuous threat modeling and mitigation Use architecture to improve performance in continuous delivery environments Architect for scalability and scale microservices and serverless environments Use architecture to apply emerging technologies more successfully
    Note: Online resource; Title from title page (viewed June 7, 2021) , Mode of access: World Wide Web.
    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: 9781484253649
    Language: English
    Pages: 1 online resource (316 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Ketkar, Nikhil Deep learning with Python
    RVK:
    RVK:
    Keywords: Electronic books ; local ; Electronic books ; Deep learning ; Python ; PyTorch
    Abstract: Master the practical aspects of implementing deep learning solutions with PyTorch, using a hands-on approach to understanding both theory and practice. This updated edition will prepare you for applying deep learning to real world problems with a sound theoretical foundation and practical know-how with PyTorch, a platform developed by Facebook’s Artificial Intelligence Research Group. You'll start with a perspective on how and why deep learning with PyTorch has emerged as an path-breaking framework with a set of tools and techniques to solve real-world problems. Next, the book will ground you with the mathematical fundamentals of linear algebra, vector calculus, probability and optimization. Having established this foundation, you'll move on to key components and functionality of PyTorch including layers, loss functions and optimization algorithms. You'll also gain an understanding of Graphical Processing Unit (GPU) based computation, which is essential for training deep learning models. All the key architectures in deep learning are covered, including feedforward networks, convolution neural networks, recurrent neural networks, long short-term memory networks, autoencoders and generative adversarial networks. Backed by a number of tricks of the trade for training and optimizing deep learning models, this edition of Deep Learning with Python explains the best practices in taking these models to production with PyTorch. What You'll Learn Review machine learning fundamentals such as overfitting, underfitting, and regularization. Understand deep learning fundamentals such as feed-forward networks, convolution neural networks, recurrent neural networks, automatic differentiation, and stochastic gradient descent. Apply in-depth linear algebra with PyTorch Explore PyTorch fundamentals and its building blocks Work with tuning and optimizing models Who This Book Is For Beginners with a working knowledge of Python who want to understand Deep Learning in a practical, hands-on manner.
    Note: Online resource; Title from title page (viewed April 9, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Wiley | Boston, MA : Safari
    ISBN: 9781119740759
    Language: English
    Pages: 1 online resource (400 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Big data analytics for Internet of things
    DDC: 005.7
    RVK:
    Keywords: Electronic books ; local ; Big Data ; Datenverarbeitung ; Internet der Dinge
    Abstract: BIG DATA ANALYTICS FOR INTERNET OF THINGS Discover the latest developments in IoT Big Data with a new resource from established and emerging leaders in the field Big Data Analytics for Internet of Things delivers a comprehensive overview of all aspects of big data analytics in Internet of Things (IoT) systems. The book includes discussions of the enabling technologies of IoT data analytics, types of IoT data analytics, challenges in IoT data analytics, demand for IoT data analytics, computing platforms, analytical tools, privacy, and security. The distinguished editors have included resources that address key techniques in the analysis of IoT data. The book demonstrates how to select the appropriate techniques to unearth valuable insights from IoT data and offers novel designs for IoT systems. With an abiding focus on practical strategies with concrete applications for data analysts and IoT professionals, Big Data Analytics for Internet of Things also offers readers: A thorough introduction to the Internet of Things, including IoT architectures, enabling technologies, and applications An exploration of the intersection between the Internet of Things and Big Data, including IoT as a source of Big Data, the unique characteristics of IoT data, etc. A discussion of the IoT data analytics, including the data analytical requirements of IoT data and the types of IoT analytics, including predictive, descriptive, and prescriptive analytics A treatment of machine learning techniques for IoT data analytics Perfect for professionals, industry practitioners, and researchers engaged in big data analytics related to IoT systems, Big Data Analytics for Internet of Things will also earn a place in the libraries of IoT designers and manufacturers interested in facilitating the efficient implementation of data analytics strategies.
    Note: Online resource; Title from title page (viewed April 20, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Manning Publications | Boston, MA : Safari
    ISBN: 9781617294556
    Language: English
    Pages: 1 online resource (456 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als McNamara, Tim Rust in action
    DDC: 005.133
    RVK:
    Keywords: Electronic books ; local ; Rust ; Systemprogrammierung ; Parallelverarbeitung
    Abstract: Rust in Action is a hands-on guide to systems programming with Rust. Written for inquisitive programmers, it presents real-world use cases that go far beyond syntax and structure. You’ll explore Rust implementations for file manipulation, networking, and kernel-level programming and discover awesome techniques for parallelism and concurrency. Along the way, you’ll master Rust’s unique borrow checker model for memory management without a garbage collector.
    Note: Online resource; Title from title page (viewed August 4, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Language: English , German
    Pages: 1 Online-Ressource
    Edition: 1. Auflage
    RVK:
    Keywords: Electronic books ; local ; Chatbot ; Amazon Alexa
    Abstract: Einfacher Einstieg in die Programmierung von Alexa Skills mit JavaScript Nutzerantworten speichern und verarbeiten, Bilder und Audiofiles einbinden, fortgeschrittenes Dialogmanagement, Anbindung externer APIs u.v.m. Skills bekannt machen und damit Geld verdienen Über 11 Millionen Menschen in Deutschland nutzen Amazon Alexa aktiv und das Potenzial der verfügbaren Skills ist noch lange nicht ausgeschöpft. Egal, ob Sie experimentierfreudiger Privatanwender oder professioneller Programmierer sind – wenn Sie einen Skill für Amazon Alexa entwickeln möchten und bereits erste Erfahrungen mit JavaScript haben, ist dieses Buch genau das richtige für Sie. Anhand verschiedener Praxisbeispiele zeigt der Autor, wie Sie mit der Alexa Developer Console und Node.js ganz einfach Ihren ersten Skill erstellen und Schritt für Schritt um neue Funktionen erweitern. Dank des AWS-Promotional-Credits-Programms ist das für Entwickler völlig kostenlos möglich. Sie lernen, Nutzerantworten zu speichern und zu verarbeiten, Skill Cards für die Ausgabe in der Alexa App zu erstellen und Alexa mit verschiedenen Stimmen sprechen zu lassen. Für alle, die noch einen Schritt weitergehen wollen, beschreibt der Autor das fortgeschrittene Dialogmanagement, das Erstellen von Skills mit der AWS Cloud sowie die Nutzung externer Informationen, beispielsweise für das Abrufen von Wetterdaten oder Versenden von E-Mails. Abschließend zeigt der Autor Ihnen Schritt für Schritt, wie Sie einen Eintrag im Alexa Skill Store erstellen und gibt Ihnen praktische Tipps für die Veröffentlichung und die Monetarisierung Ihrer Skills an die Hand. Aus dem Inhalt: Skills in der Alexa Developer Console anlegen Skill-Code automatisch erzeugen JSON-Sprachmodell und Skill-Logik in Node.js Antworten speichern mit DynamoDB Skills testen Debugging mit CloudWatch SSML-Tags zur Veränderung der Aussprache Skill Cards für die Alexa App erstellen Audiodateien, Bilder und Videos einbinden Antworten auf Plausibilität prüfen und Kontextwechsel Alexa Skills in der AWS Cloud Externe Informationen nutzen und APIs einbinden Skills zertifizieren und veröffentlichen Alexa-SEO und Monetarisierung Code-Beispiele zum Download
    Note: Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 10
    ISBN: 9780367199586 , 0367199580
    Language: English
    Pages: x, 240 Seiten , Illustrationen
    Series Statement: Routledge studies in anthropology
    Parallel Title: Erscheint auch als
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Staatsgrenze ; Migration ; Biometrie ; Unsicherheit ; Identifikation ; Grenzpolizeiliche Kontrolle ; Europa ; Biometric identification / Europe ; Border security / Technological innovations / Europe ; Illegal aliens / Europe ; Biometric identification ; Illegal aliens ; Europe ; Europa ; Staatsgrenze ; Grenzpolizeiliche Kontrolle ; Migration ; Biometrie ; Identifikation ; Unsicherheit
    Abstract: "Since the 1990s, biometric border control has attained key importance throughout Europe. Employing digital images of, for example, fingerprints, DNA, bones, faces or irises, biometric technologies use bodies to identify, categorize, and regulate individuals' cross-border movements. Based on innovative collaborative fieldwork, this book examines how biometrics are developed, put to use and negotiated in key European border sites. It analyses the disparate ways in which the technologies are applied, perceived and experienced by border control agents and others managing the cross-border flow of people, by scientists and developers engaged in making the technologies, and by migrants and NGOs attempting to manoeuvre in the complicated and often unpredictable systems of technological control. Biometric technologies are promoted by national and supra-national authorities and industry as scientifically exact and neutral methods of identification and verification, and as an infallible solution to security threats. The ethnographic case studies in this volume demonstrate, however, that the technologies are, in fact, characterized by considerable ambiguity and uncertainty, and subject to substantial subjective interpretation, translation and brokering with different implications for migrants, border guards, researchers and other actors engaged in the border world"--
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 11
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    Language: English , German
    Pages: 1 online resource (376 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Russell, Stuart J., 1962 - Human compatible
    DDC: 006.3
    RVK:
    Keywords: Electronic books ; local ; Informationsgesellschaft ; Technischer Fortschritt ; Künstliche Intelligenz ; Kontrolle ; Gesellschaft ; Entwicklung ; Zukunft ; Künstliche Intelligenz ; Kontrolle ; Informationsgesellschaft ; Technischer Fortschritt ; Mensch-Maschine-Kommunikation
    Abstract: Der bekannte KI-Pionier Stuart Russell zeigt die Chancen und Risiken der Künstlichen Intelligenz auf Eine Superintelligenz als Zukunftsszenario - wie wir es schaffen, die Kontrolle zu behalten Eine realistische und kritische Betrachtung der KI mit anschaulichen Analogien und konkreten Lösungsvorschlägen In diesem bahnbrechenden Buch über die größte Frage bei der Entwicklung der KI zeigt der bekannte KI-Forscher Stuart Russell, wieso er sein eigenes Forschungsgebiet als Bedrohung für die menschliche Spezies ansieht und wie wir den aktuellen Kurs ändern können, bevor es zu spät ist. Niemand könnte die Chancen und Risiken dieser Zukunftstechnologie besser beurteilen als Stuart Russell, der seit mehr als einer Dekade an vorderster Front der KI-Forschung steht. Mit brillanten Analogien erklärt er, wie KI genau funktioniert und welche enormen Chancen sie mit sich bringt. Doch wir müssen sicherstellen, dass wir niemals die Kontrolle über diese Maschinen verlieren, die mächtiger sind als wir selbst. Russell zeigt auf, wie wir die schlimmsten Bedrohungen abwenden, indem wir die Grundlagen der KI neu denken, um zu garantieren, dass die Maschinen unsere Ziele verfolgen, nicht ihre. Fundiert, eindringlich und visionär ist Human Compatible ein Buch, das jeder lesen sollte, um die Zukunft zu verstehen, die schneller kommt, als wir denken. Über den Autor: Stuart Russell ist Professor der Informatik am Lehrstuhl Engineering der University of California, Berkeley. Er hat als stellvertretender Vorsitzender des Councils über Künstliche Intelligenz und Robotik des Weltwirtschaftsforums und Berater für die Rüstungskontrolle der Vereinten Nationen fungiert. Darüber hinaus ist er Fellow von Andrew Carnegie sowie der Association for Computing Machinery und der American Association for the Advancement of Science.
    Note: Online resource; Title from title page (viewed June 19, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 12
    ISBN: 9783658223335
    Language: German , English
    Pages: 1 Online-Ressource (VIII, 207 Seiten) , Illustrationen, Diagramme
    Parallel Title: Erscheint auch als
    DDC: 306.36
    RVK:
    RVK:
    Keywords: Sociology of Work ; Organizational Studies, Economic Sociology ; Knowledge - Discourse ; Industrial sociology ; Economic sociology ; Sociology ; Industrie 4.0 ; Digitalisierung ; Wissenssoziologie ; Wirtschaft ; Informationsgesellschaft ; Wirtschaftssoziologie ; Digitale Revolution ; Aufsatzsammlung ; Konferenzschrift 2017 ; Aufsatzsammlung ; Konferenzschrift 2017 ; Aufsatzsammlung ; Konferenzschrift 2017 ; Konferenzschrift ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift 2017 ; Wissenssoziologie ; Digitalisierung ; Industrie 4.0 ; Wirtschaftssoziologie ; Wirtschaft ; Digitale Revolution ; Informationsgesellschaft ; Industrie 4.0 ; Wirtschaftssoziologie
    Note: "Die Beiträge sind zum Teil das Resultat der Tagung "Meilensteine und Perspektiven der wissensbasierten Wirtschaft", die von den Herausgebern organisiert wurde und die am 14. und 15. September 2017 an der Technischen Universität Chemnitz stattfand." - Einleitung , Beiträge überwiegend deutsch, teilweise englisch
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 13
    ISBN: 9783958457843
    Language: English , German
    Pages: 1 Online-Ressource
    Edition: 1. Auflage
    Series Statement: mitp Professional
    RVK:
    Keywords: Electronic books ; local ; Datenbanksystem ; Datenbankentwurf ; Abfragesprache
    Abstract: Fundierte Einführung in relationale Datenbanken und die Anfragesprache SQL Datenbanken für die Berufspraxis verstehen, anwenden und entwickeln Mit zwei durchgängigen Beispielen und zahlreichen Übungen Datenbanken haben sich zu einem unverzichtbaren Bestandteil jeglicher Informationssysteme entwickelt, um größere Mengen strukturierter Daten verwalten, wiederauffinden und analysieren zu können. Die Autoren vermitteln fundiert und kompakt die zum Verständnis und auch zur Entwicklung solcher Systeme notwendigen Kenntnisse aus den Bereichen Datenbankentwurf, Datenmodellierung, Datenänderungen und Datenanalysen und stellen die relationale Datenbanksprache SQL ausführlich vor. Alle Konzepte und Sprachelemente erläutern die Autoren anhand von zwei durchgängigen Beispielen. Des Weiteren besprechen die Autoren Themen wie Nutzersichten, Datenschutz, Integritätssicherung, Tuning von Datenbankanwendungen sowie statistische Datenanalysen (Data Warehousing, Data Mining). Sie erläutern auch neuere Entwicklungen wie NoSQL-Datenbanksysteme, spaltenorientierte Speicherungsformen und die Analyse von Big Data. Das Buch richtet sich vor allem an Schüler und Studenten außerhalb des Fachbereichs Informatik, die schnell und dennoch fundiert die Grundlagen zur Entwicklung und zum Einsatz von Datenbanken lernen wollen. Übungsaufgaben am Ende jedes Kapitels machen das Buch ideal für Studium und Selbststudium. Aus dem Inhalt: Was sind Datenbanken? Relationale Datenbanken: Daten als Tabellen Das Entity-Relationship-Modell Datenbankentwurf Normalisierung für eine redundanzfreie Datenbank Datendefinition und Updates in SQL Anfragen in SQL Sichten und Datenschutz Integrität und Trigger Statistische Datenanalysen (Data Warehousing, Data Mining) Arbeitsweise eines DBMS und Tuning OLTP- und OLAP-Systeme Row und Column Stores, NoSQL und NewSQL Ausblick inklusive Verarbeitung von Big Data Zwei durchgängige Beispiele mit Datenbankentwurf und relationaler Repräsentation
    Note: Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 14
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : For Dummies | Boston, MA : Safari
    ISBN: 9781119546658
    Language: English
    Pages: 1 online resource (320 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Kirsch, Daniel D. Cloud computing
    RVK:
    Keywords: Electronic books ; local ; Cloud Computing ; Virtuelle Maschine ; Computersimulation ; Cloud Computing
    Abstract: Get your head —and your business—into the Cloud Cloud computing is no longer just a clever new toy in the world of IT infrastructure. Despite the nebulous name, it’s become a real and important part of our information architecture—and tech professionals who ignore it or try to skim their way through risk falling behind rapidly. The new edition of Cloud Computing For Dummies gets you up to speed fast, clarifying your Cloud options, showing you where can save you time and money, giving you ways to frame your decisions, and helping you avoid weeks of research. In a friendly, easy-to-follow style, Cloud Computing For Dummies, 2nd Edition demystifies the Cloud’s virtual landscape, breaking up a complex and multi-layered topic into simple explanations that will make the various benefits clear and ultimately guide you toward making the most appropriate choices for your organization. Know the business case for the Cloud Understand hybrid and multi-cloud options Develop your Cloud strategy Get tips on best practices The Cloud is everywhere, and it can deliver amazing benefits to our lives and businesses. Get a much clearer vision of exactly how with Cloud Computing For Dummies —and you’ll begin to see that the sky really is the limit!
    Note: Online resource; Title from title page (viewed August 4, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 15
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Packt Publishing | Boston, MA : Safari
    ISBN: 9781800208988
    Language: English
    Pages: 1 online resource (750 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Bancila, Marius Modern C++ programming cookbook
    DDC: 005.133
    RVK:
    Keywords: Electronic books ; local ; C++ ; C++20
    Abstract: A pragmatic recipe book for acquiring a comprehensive understanding of the complexities and core fundamentals of C++ programming Key Features Explore the latest language and library features of C++20 such as modules, coroutines, concepts, and ranges Shed new light on the core concepts in C++ programming, including functions, algorithms, threading, and concurrency, through practical self-contained recipes Leverage C++ features like smart pointers, move semantics, constexpr, and more for increased robustness and performance Book Description C++ has come a long way to be one of the most widely used general-purpose languages that is fast, efficient, and high-performance at its core. The updated second edition of Modern C++ Programming Cookbook addresses the latest features of C++20, such as modules, concepts, coroutines, and the many additions to the standard library, including ranges and text formatting. The book is organized in the form of practical recipes covering a wide range of problems faced by modern developers. The book also delves into the details of all the core concepts in modern C++ programming, such as functions and classes, iterators and algorithms, streams and the file system, threading and concurrency, smart pointers and move semantics, and many others. It goes into the performance aspects of programming in depth, teaching developers how to write fast and lean code with the help of best practices. Furthermore, the book explores useful patterns and delves into the implementation of many idioms, including pimpl, named parameter, and attorney-client, teaching techniques such as avoiding repetition with the factory pattern. There is also a chapter dedicated to unit testing, where you are introduced to three of the most widely used libraries for C++: Boost.Test, Google Test, and Catch2. By the end of the book, you will be able to effectively leverage the features and techniques of C++11/14/17/20 programming to enhance the performance, scalability, and efficiency of your applications. What you will learn Understand the new C++20 language and library features and the problems they solve Become skilled at using the standard support for threading and concurrency for daily tasks Leverage the standard library and work with containers, algorithms, and iterators Solve text searching and replacement problems using regular expressions Work with different types of strings and learn the various aspects of compilation Take advantage of the file sys...
    Note: Online resource; Title from title page (viewed September 11, 2020) , Mode of access: World Wide Web.
    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: 9781484265529
    Language: English
    Pages: 1 online resource (353 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Jean-Baptiste, Lamy Ontologies with Python
    RVK:
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Use ontologies in Python, with the Owlready2 module developed for ontology-oriented programming. You will start with an introduction and refresher on Python and OWL ontologies. Then, you will dive straight into how to access, create, and modify ontologies in Python. Next, you will move on to an overview of semantic constructs and class properties followed by how to perform automatic reasoning. You will also learn about annotations, multilingual texts, and how to add Python methods to OWL classes and ontologies. Using medical terminologies as well as direct access to RDF triples is also covered. Python is one of the most used programming languages, especially in the biomedical field, and formal ontologies are also widely used. However, there are limited resources for the use of ontologies in Python. Owlready2, downloaded more than 60,000 times, is a response to this problem, and this book is the first one on the topic of using ontologies with Python. What You Will Learn Use Owlready2 to access and modify OWL ontologies in Python Publish ontologies on dynamic websites Perform automatic reasoning in Python Use well-known ontologies, including DBpedia and Gene Ontology, and terminological resources, such as UMLS (Unified Medical Language System) Integrate Python methods in OWL ontologies Who Is This Book For Beginner to experienced readers from biomedical sciences and artificial intelligence fields would find the book useful.
    Note: Online resource; Title from title page (viewed December 17, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 17
    Online Resource
    Online Resource
    Heidelberg : dpunkt.verlag | Boston, MA : Safari
    ISBN: 9783969100660
    Language: English , German
    Pages: 1 Online-Ressource (608 pages)
    Edition: 6., überarbeitete und erweiterte Auflage
    Parallel Title: Erscheint auch als Saake, Gunter, 1960 - Algorithmen und Datenstrukturen
    RVK:
    Keywords: Electronic books ; local ; Lehrbuch ; Datenstruktur ; Algorithmus ; Java ; Datenstruktur ; Algorithmus ; Java ; Algorithmus ; Datenstruktur
    Abstract: Algorithmen und Datenstrukturen sind Grundbausteine eines jeden Informatikstudiums. Das Buch behandelt diese Thematik in Verbindung mit der Programmiersprache Java. Darüber hinaus werden grundlegende Konzepte angesprochen wie formale und alternative Algorithmenmodelle, Korrektheit und Komplexität. Einen weiteren Schwerpunkt bilden fundamentale Datenstrukturen sowie deren objektorientierte Implementierung mit modernen Methoden der Softwareentwicklung. Die 6. Auflage führt einige neue Algorithmen ein und berücksichtigt die Neuerungen der aktuellen Java-Versionen, u.a. zu Themen wie Parallelisierung.
    Note: Online resource; Title from title page (viewed October 28, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 18
    Language: English , German
    Pages: 1 Online-Ressource (xiii, 125 Seiten)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Yablonski, Jon Laws of UX
    RVK:
    Keywords: Electronic books ; local ; Mensch-Maschine-Kommunikation ; Webdesign ; Gebrauchsgrafik ; Benutzerfreundlichkeit ; Verhaltenspsychologie
    Abstract: Jon Yablonski erklärt in diesem Buch, wie UX-Designerinnen Grundprinzipien aus der Psychologie nutzen können, um eine bessere User Experience zu generieren. Anstatt Benutzerinnen zu zwingen, sich an das Design eines Produkts (z. B. App) anzupassen, hilft dieser praktische Leitfaden dabei, das Design danach auszurichten, wie Benutzer*innen sich verhalten und mit digitalen Schnittstellen interagieren, um ihre Nutzung einfacher und angenehmer zu gestalten. Dabei greift der Autor auf bekannte Regeln und Prinzipien aus der psychologischen Forschung zurück und überträgt sie in die UX-Design-Welt. So sprechen wir beispielsweise einer App mit schönem Design mehr Kompetenz zu und verzeihen ihr eher Fehler, oder erwarten von einem Onlineshop, dass der Kaufprozess so funktionieren, wie wir es von anderen Shops gewohnt sind. Außerdem können wir eine große Menge an Informationen besser speichern und verarbeiten, wenn sie in Chunks gegliedert sind, weshalb etwa Texte, die mithilfe von Überschriften und Absätzen gegliedert sind, eine höhere UX generieren als ein langer Fließtext, der die User überfordert. Nachdem der Autor die verschiedenen Prinzipien erklärt und an anschaulichen, einfach nachzuvollziehenden Beispielen demonstriert hat, zeigt er, wie man diese Prinzipien praktisch für die eigene Arbeit und im Team nutzen kann. Zusätzlich geht er auch auf die ethischen Komponenten ein (Beispiele: Endlos-Scrollen, Like-Button).
    Note: Online resource; Title from title page (viewed September 30, 2020) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 19
    ISBN: 9783960103936
    Language: English , German
    Pages: 1 Online-Ressource
    Edition: 1. Auflage
    Uniform Title: Make your first GAN with PyTorch
    Parallel Title: Erscheint auch als Rashid, Tariq GANs mit PyTorch selbst programmieren
    RVK:
    Keywords: Electronic books ; local ; Generative Adversarial Network ; PyTorch ; Programmierung ; Neuronales Netz ; PyTorch ; Generative Adversarial Network
    Abstract: Die coolste Idee im Deep Learning in den letzten 20 Jahren« sagt Yann LeCun, einer der weltweit führenden Forscher auf dem Gebiet der neuronalen Netze, über GANs, die Generative Adversarial Networks. Bei dieser noch neuen KI-Technik treten zwei neuronale Netze gegeneinander an mit dem Ziel, Bilder, Ton und Videos zu erzeugen, die vom Original nicht zu unterscheiden sind. Dieses Buch richtet sich an alle, die selbst ausprobieren möchten, wie GANs funktionieren. Tariq Rashid zeigt Ihnen Schritt für Schritt, wie Sie mit dem populären Framework PyTorch Ihre eigenen GANs erstellen und trainieren. Sie starten mit einem sehr einfachen GAN, um einen Workflow einzurichten, und üben erste Techniken anhand der MNIST-Datenbank ein. Mit diesem Wissen programmieren Sie dann ein GAN, das realistische menschliche Gesichter erzeugen kann. Tariq Rashids besondere Fähigkeit, komplexe Ideen verständlich zu erklären, macht das Buch zu einer unterhaltsamen Lektüre.
    Note: Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 20
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Parallel Title: Erscheint auch als Lauwens, Ben Think Julia
    DDC: 005.73
    RVK:
    Keywords: Julia (Computer program language) ; Dynamic programming ; Electronic books ; Electronic books ; local ; Julia
    Abstract: If you're just learning how to program, Julia is an excellent JIT-compiled, dynamically typed language with a clean syntax. This hands-on guide uses Julia 1.0 to walk you through programming one step at a time, beginning with basic programming concepts before moving on to more advanced capabilities, such as creating new types and multiple dispatch. Designed from the beginning for high performance, Julia is a general-purpose language ideal for not only numerical analysis and computational science but also web programming and scripting. Through exercises in each chapter, you'll try out programming concepts as you learn them. Think Julia is perfect for students at the high school or college level as well as self-learners and professionals who need to learn programming basics. Start with the basics, including language syntax and semantics Get a clear definition of each programming concept Learn about values, variables, statements, functions, and data structures in a logical progression Discover how to work with files and databases Understand types, methods, and multiple dispatch Use debugging techniques to fix syntax, runtime, and semantic errors Explore interface design and data structures through case studies
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed April 15, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 21
    Online Resource
    Online Resource
    [Place of publication not identified] : Published with the authorization of Microsoft Corporation by Pearson Education
    ISBN: 9781509305940 , 1509305947
    Language: English
    Pages: 1 online resource (1 volume) , illustrations.
    Edition: Third edition.
    Series Statement: Inside out
    Parallel Title: Erscheint auch als Bott, Ed, 1955 - Windows 10 für Experten
    DDC: 005.446
    RVK:
    Keywords: Microsoft Windows (Computer file) ; Operating systems (Computers) ; Electronic books ; Electronic books ; local ; Windows 10
    Abstract: Conquer today's Windows 10-from the inside out! Dive into Windows 10-and really put your Windows expertise to work. Focusing on Windows 10's newest, most powerful, and most innovative features, this supremely organized reference packs hundreds of timesaving solutions, up-to-date tips, and workarounds. From the new Timeline to key improvements in Microsoft Edge, Cortana, security, and virtualization, you'll discover how experts tackle today's essential tasks. Adapt to faster change in today's era of "Windows as a service," as you challenge yourself to new levels of mastery. • Install, configure, and personalize the latest versions of Windows 10 • Manage Windows reliability, security, and feature updates in any environment • Maximize your productivity with Windows 10's growing library of built-in apps • Pinpoint information fast with advanced Windows Search and Cortana techniques • Discover major Microsoft Edge enhancements, from extensions to accessibility • Use Cortana to perform tasks, set reminders, retrieve data, and get instant answers to pressing questions • Secure devices, data, and identities, and block malware and intruders • Safeguard your business with BYOD work accounts, Windows Hello, biometrics, and Azure AD • Deploy, use, and manage Universal Windows Platform (UWP) apps • Store, sync, and share content with OneDrive and OneDrive for Business • Collaborate more efficiently with the Windows 10 Mail, Calendar, and Skype apps • Seamlessly manage both physical and virtual storage • Optimize performance and battery life and troubleshoot crashes
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed March 12, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 22
    ISBN: 9783662577653
    Language: German
    Pages: 1 Online-Ressource (IX, 114 Seiten) , 23 Illustrationen
    Edition: Springer eBook Collection. Social Science and Law
    Series Statement: Schriften zu Gesundheit und Gesellschaft - Studies on Health and Society 2
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Erscheint auch als Roboterethik (Veranstaltung : 2015 : Berlin) Roboter in der Gesellschaft
    DDC: 344.0321
    RVK:
    RVK:
    Keywords: Public health laws ; Nursing ; Medical Law ; Public health laws ; Nursing ; Artificial intelligence ; Philosophy ; Ethics ; Artificial intelligence ; Philosophy ; Ethics ; Medical laws and legislation. ; Economic sociology. ; Nursing administration. ; Konferenzschrift ; Konferenzschrift 24.11.2015 ; Roboter ; Lernendes System ; Verantwortung ; Ethik ; Autonomer Roboter ; Serviceroboter ; Gesellschaft ; Arbeitswelt ; Künstliche Intelligenz ; Roboter ; Ethik
    Abstract: Das Buch betrachtet den Einsatz der Robotik in Gesundheit, Wirtschafts- und Arbeitswelt aus interdisziplinärer Perspektive. Immer eigenständigere Roboter halten Einzug in unseren Alltag. Bereits heute übernehmen sie eine Vielzahl von Aufgaben z. B. in der produzierenden Industrie oder der Medizin. Diese maschinellen Systeme agieren in atemberaubendem Tempo immer unabhängiger von menschlicher Steuerung. In zunehmendem Maße sind sie in der Lage, auch komplexere Schlussfolgerungen zu ziehen. All dies wirft eine Vielzahl ethischer und juristischer Fragen auf: Wie verändern automatisierte Systeme unser Leben und Selbstverständnis? Vor welchen Herausforderungen stehen Arbeitswelt, öffentlicher Raum und Pflege? Experten aus Wissenschaft und Politik beleuchten diese und weitere Fragen innerhalb des vorliegenden Bandes
    Abstract: Alin Albu-Schäffer, Von drehmomentgeregelten Roboterarmen zum intrinsisch nachgiebigen humanoiden Roboter -- Jochen J. Steil, Roboterlernen ohne Grenzen? Lernende Roboter und ethische Fragen -- Oliver Bendel, Die programmierte Moral -- Catrin Misselhorn, Moralische Maschinen in der Pflege? Grundlagen und eine Roadmap für ein moralisch lernfähiges Altenpflegesystem -- Hartmut Hirsch-Kreinsen, Autonome System in der industriellen Arbeitswelt -- Johannes Weyer, Autonome Technik außer Kontrolle? Möglichkeiten und Grenzen der Steuerung komplexer Systeme in der Echtzeitgesellschaft -- Norbert Lammert, Roboterethik. Zur Rolle der Politik
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 23
    ISBN: 9783848763290 , 384876329X
    Language: German
    Pages: 165 Seiten , Diagramme
    Edition: 2. Auflage
    Series Statement: Edition Reinhard Fischer
    Parallel Title: Erscheint auch als Die (Un-)heimliche Macht der Datenkraken (Veranstaltung : 2016 : Tutzing) Big Data - In den Fängen der Datenkraken
    DDC: 303.4833
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Konferenzschrift ; Aufsatzsammlung ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift ; Konferenzsammelwerk ; Informationsgesellschaft ; Digitalisierung ; Informationstechnik ; Algorithmus ; Big Data ; Datenschutz ; Überwachung ; Big Data ; Technikbewertung ; Data Mining ; Betriebswirtschaftslehre ; Datenschutz ; Politik ; Wissenschaft ; Soziologie ; Massenmedien ; Soziologie
    Note: Enthält 9 Beiträge , "Die (un-)heimliche Macht der Datenkraken" - so lautete der Titel der Tagung, die der vorliegende Band dokumentiert (Seite 8)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 24
    ISBN: 9783837647198 , 3837647196
    Language: English
    Pages: 331 Seiten , Illustrationen , 22.5 cm x 14.8 cm, 468 g
    Series Statement: AI critique volume 1
    Series Statement: AI critique
    Parallel Title: Erscheint auch als
    DDC: 303.483
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Demokratisierung ; Künstliche Intelligenz ; Diskurs ; Technischer Fortschritt ; Digitale Revolution ; Algorithmus ; Artificial Intelligence ; Machine Learning ; Digital Technologies ; Media Studies ; Media Politics ; Internet ; Technology ; Digital Media ; Democracy ; Sociology of Media ; Media Philosophy ; Aufsatzsammlung ; Konferenzschrift 2018 ; Konferenzschrift ; Konferenzschrift 2018 ; Konferenzschrift ; Konferenzschrift 2018 ; Konferenzschrift ; Aufsatzsammlung ; Künstliche Intelligenz ; Algorithmus ; Demokratisierung ; Digitale Revolution ; Technischer Fortschritt ; Künstliche Intelligenz ; Demokratisierung ; Diskurs
    Note: Erscheint auch als Open Access bei De Gruyter
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 25
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (170 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Calavera, David Linux observability with BPF
    RVK:
    Keywords: Electronic books ; local ; LINUX ; Programmierung ; Leistungsbewertung
    Abstract: Want to master the BPF virtual machine in the Linux Kernel? This practical guide shows you how to write applications that use BPF to observe and modify the kernel’s behavior on demand—without having prior knowledge of Linux Kernel development. David Calavera and Lorenzo Fontana introduce concepts to help systems engineers understand the BPF program lifecycle. If you have knowledge about performance optimization, networking, and security, this book shows you how to inject code to monitor, trace, and observe events in the kernel in a secure way—without the need to recompile the kernel or reboot the system. You’ll find code examples in C, Go, and Python.
    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 ...
  • 26
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : Addison-Wesley Professional | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (693 pages)
    Edition: 1st edition
    Parallel Title: Erscheint auch als Gregg, Brendan BPF performance tools
    RVK:
    Keywords: Electronic books ; local ; LINUX
    Abstract: BPF and related observability tools give software professionals unprecedented visibility into software, helping them analyze operating system and application performance, troubleshoot code, and strengthen security. BPF Performance Tools: Linux System and Application Observability is the industry's most comprehensive guide to using these tools for observability. Brendan Gregg, author of the industry's definitive guide to system performance, introduces powerful new methods and tools for doing analysis that leads to more robust, reliable, and safer code. This authoritative guide: Explores a wide spectrum of software and hardware targets Thoroughly covers open source BPF tools from the Linux Foundation iovisor project's bcc and bpftrace repositories Summarizes performance engineering and kernel internals you need to understand Provides and discusses 150+ bpftrace tools, including 80 written specifically for this book: tools you can run as-is, without programming — or customize and develop further, using diverse interfaces and the bpftrace front-end You'll learn how to use BPF (eBPF) tracing tools to analyze CPUs, memory, disks, file systems, networking, languages, applications, containers, hypervisors, security, and the Linux kernel. You'll move from basic to advanced tools and techniques, producing new metrics, stack traces, custom latency histograms, and more. It's like having a superpower: with Gregg's guidance and tools, you can analyze virtually everything that impacts system performance, so you can improve virtually any Linux operating system or application.
    Note: Online resource; Title from title page (viewed November 6, 2019)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 27
    ISBN: 9783960103370
    Language: English , German
    Pages: 1 Online-Ressource (400 pages)
    Edition: 2. Auflage
    Parallel Title: Erscheint auch als Grus, Joel Einführung in Data Science
    RVK:
    RVK:
    Keywords: Data mining ; Electronic books ; local ; Data Mining ; Datenanalyse ; Datenstruktur ; Python ; Datenanalyse ; Python 2.7 ; Data Mining
    Abstract: Dieses Buch führt Sie in Data Science ein, indem es grundlegende Prinzipien der Datenanalyse erläutert und Ihnen geeignete Techniken und Werkzeuge vorstellt. Sie lernen nicht nur, wie Sie Bibliotheken, Frameworks, Module und Toolkits konkret einsetzen, sondern implementieren sie auch selbst. Dadurch entwickeln Sie ein tieferes Verständnis für die Zusammenhänge und erfahren, wie essenzielle Tools und Algorithmen der Datenanalyse im Kern funktionieren. Falls Sie Programmierkenntnisse und eine gewisse Sympathie für Mathematik mitbringen, unterstützt Joel Grus Sie dabei, mit den mathematischen und statistischen Grundlagen der Data Science vertraut zu werden und sich Programmierfähigkeiten anzueignen, die Sie für die Praxis benötigen. Dabei verwendet er Python: Die weit verbreitete Sprache ist leicht zu erlernen und bringt zahlreiche Bibliotheken für Data Science mit.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 28
    ISBN: 9789813209121
    Language: English
    Pages: ix, 337 Seiten , Illustrationen, Diagramme
    DDC: 303.48/33
    RVK:
    RVK:
    Keywords: Gesellschaft ; Information technology Economic aspects ; Information technology Social aspects ; Digitale Revolution ; Informationstechnik ; Unternehmen ; Aktivierung ; Innovation ; Gesellschaft ; Konferenzschrift ; Konferenzschrift ; Digitale Revolution ; Informationstechnik ; Aktivierung ; Innovation ; Unternehmen ; Gesellschaft
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 29
    Online Resource
    Online Resource
    Singapore : World Scientific Publishing Company Pte Limited
    ISBN: 9789813209138
    Language: English
    Pages: 1 online resource (348 pages) , illustrations (some color)
    Parallel Title: Erscheint auch als
    DDC: 303.4833
    RVK:
    RVK:
    Keywords: Information technology / Economic aspects ; Information technology / Social aspects ; Electronic books ; Aktivierung ; Unternehmen ; Innovation ; Informationstechnik ; Gesellschaft ; Digitale Revolution ; Konferenzschrift ; Digitale Revolution ; Informationstechnik ; Aktivierung ; Innovation ; Unternehmen ; Gesellschaft
    Abstract: "This collection of papers from the Digital Enablement Conference 2016 aims to illustrate various aspects of the digital enablement phenomenon. Over the last two decades, advances in digital technology have fundamentally transformed the way we do business, work, and live. As new technologies emerge, they offer new possibilities for addressing increasingly complex economic and social problems. Digital enablement refers to the consumerizational and transformational roles of digital technology in driving business and social innovation, and has profound, multi-disciplinary implications. Some of these include: Facilitating new business models that transform the way firms transact, market, and engage with customers; providing new means of income generation for disadvantaged groups; and generating new means of social interaction, which empowers employees, customers, small businesses, and entire communities. This book introduces readers to case studies of digital enablement in business and society. It offers unique insights into the phenomenon from multiple contexts, giving readers a nuanced understanding of the roles digital enablement can play."--Publisher's website
    Note: Includes bibliographical references
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 30
    Online Resource
    Online Resource
    San Francisco, CA : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Parallel Title: Erscheint auch als Sweigart, Al Cracking codes with Python
    DDC: 005.8
    RVK:
    Keywords: Data encryption (Computer science) ; Python (Computer program language) ; Computer security ; Hacking ; Electronic books ; Electronic books ; local ; Python ; Python
    Abstract: "Learn how to program in Python while making and breaking ciphers-algorithms used to create and send secret messages! After a crash course in Python programming basics, you'll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenère cipher. You'll begin with simple programs for the reverse and Caesar ciphers and then work your way up to public key cryptography, the type of encryption used to secure today's online transactions, including digital signatures, email, and Bitcoin. Each program includes the full code and a line-by-line explanation of how things work. By the end of the book, you'll have learned how to code in Python and you'll have the clever programs to prove it! You'll also learn how to: • Combine loops, variables, and flow control statements into real working programs• Use dictionary files to instantly detect whether decrypted messages are valid English or gibberish• Create test programs to make sure that your code encrypts and decrypts correctly• Code (and hack!) a working example of the affine cipher, which uses modular arithmetic to encrypt a message• Break ciphers with techniques such as brute-force and frequency analysis There's no better way to learn to code than to play with real programs. Cracking Codes with Python makes the learning fun!"
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 31
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958452756
    Language: English , German
    Pages: 1 online resource (520 pages)
    Edition: 2nd edition
    Parallel Title: Erscheint auch als Harich, Thomas W. IT-Sicherheitsmanagement
    DDC: 005.80218
    RVK:
    RVK:
    Keywords: Electronic books ; local ; BSI ; ISMS ; ISO-27001 ; IT-System ; Compliance ; Monitoring ; Sicherheit ; Controlling ; Datenschutz ; Richtlinien ; DIN-NIA-01-27 ; IT-Compliance ; IT-Sicherheit ; Risikofaktoren ; Cloud Computing ; Datensicherheit ; Risikobewertung ; Datenschutzrecht ; Penetrationstest ; Softwareprojekte ; Geschäftsprozesse ; Notfallmanagement ; digitale Signatur ; Balanced Scorecard ; IT-Risikomanagement ; Softwareentwicklung ; Identitätsmanagement ; Informationssicherheit ; Business Impact-Analyse ; IT-Sicherheitsverfahren ; Risikomanagementprozess ; IT-Sicherheitsmanagement ; ISO/IEC 27001 ; Europäische Union Datenschutz-Grundverordnung ; Computersicherheit ; Rechnernetz ; Systemverwaltung ; Datensicherung ; Computersicherheit
    Abstract: Praxiswissen für IT Security Manager Mit einem durchdachten IT-Sicherheitskonzept zu mehr Informationssicherheit IT Compliance, Business Continuity Management, Risikomanagement oder Security Audit – alle Bereiche des IT Security Managers praxisnah erklärt Aufbau eines Information Security Management Systems (ISMS) nach ISO 27001 und BSI – unter Berücksichtigung der neuen DSGVO Immer mehr Daten werden in Public Clouds verarbeitet, auf Mobiltelefonen gespeichert, über Chat-Apps geteilt oder im Rahmen von Industrie 4.0 in einer Größenordnung erhoben, die bislang kaum denkbar war. Die entsprechenden Maßnahmen der IT-Security müssen sich an diese Veränderungen anpassen. Ebenso wie an die EU-Datenschutz-Grundverordnung, das IT-Sicherheitsgesetz oder das China Cybersecurity Law. Alle diese Regelungen haben immense Auswirkungen darauf, wie Unternehmen Daten erfassen, verarbeiten, speichern oder austauschen dürfen. In der Fülle und der Bandbreite der neuen Regelungen liegt aber immer auch die Gefahr, etwas falsch zu machen. Dieser Praxisleitfaden wird Ihnen dabei helfen, von der schieren Menge an Einzelthemen und Aufgaben, mit denen sich der (angehende) IT Security Manager auseinanderzusetzen hat, nicht erschlagen zu werden und den richtigen Weg zu wählen, um mit all diesen Anforderungen umzugehen. Jedes Kapitel dieses Buches beschreibt einen zusammenhängenden Bereich der IT Security. Die notwendige theoretische Fundierung wechselt sich dabei ab mit Tipps aus der Praxis für die Praxis, mit für den Berufsalltag typischen Fragestellungen, vielen konkreten Beispielen und hilfreichen Checklisten. Alle Teilgebiete werden abschließend in einem Kapitel zusammengeführt, das die Einführung und Weiterentwicklung eines IT-Sicherheitsmanagements auf Basis der ISO-27000-Normen-Familie unter Beachtung der datenschutzrechtlichen Bestimmungen der EU-DSGVO behandelt. So erhalten Sie sowohl einen kompetenten Praxisleitfaden (auch für den Berufseinstieg) als auch ein umfassendes Nachschlagewerk für Ihre tägliche Arbeit. Aus dem Inhalt: Umfang und Aufgabe des IT-Security-Managements Organisation der IT-Security IT-Compliance Organisation von Richtlinien Betrieb der IT-Security IT Business Continuity Management IT-Notfallmanagement Verfügbarkeitsmanagement Technische IT-Security IT-Risikomanagement Sicherheitsmonitoring IT-Security-Audit Management von Sicherheitsereignissen und IT-Forensik Kennzahlen Praxis: Aufbau eines ISMS Awareness und Schulung Über den Autor: T...
    Note: Online resource; Title from title page (viewed June 26, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 32
    ISBN: 978-3-658-11780-1 , 3-658-11780-X
    Language: German
    Pages: VI, 276 Seiten : , Illustrationen, Karten ; , 21 cm x 14.8 cm, 0 g.
    Series Statement: Medien, Kultur, Kommunikation
    Parallel Title: Erscheint auch als
    DDC: 300
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Massenmedien. ; Internet. ; Personenbezogene Daten. ; Big Data. ; Überwachung. ; Research ; GTC ; Big Data ; Mediennutzungsforschung ; Selbstbeobachtung ; Verdatung ; Visualisierung von Zahlen ; Überwachung ; Konferenzschrift 2014 ; Konferenzschrift 2014 ; Konferenzschrift ; Konferenzschrift 2014 ; Massenmedien ; Internet ; Personenbezogene Daten ; Big Data ; Überwachung
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 33
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    RVK:
    Keywords: Software architecture ; Information technology ; Management ; Electronic books ; Electronic books ; local ; Softwarearchitektur ; Softwareentwicklung
    Abstract: The software development ecosystem is constantly changing, providing a constant stream of new tools, frameworks, techniques, and paradigms. Over the past few years, incremental developments in core engineering practices for software development have created the foundations for rethinking how architecture changes over time, along with ways to protect important architectural characteristics as it evolves. This practical guide ties those parts together with a new way to think about architecture and time.
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed September 28, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 34
    ISBN: 9783837640311 , 3837640310
    Language: English
    Pages: 636 Seiten , Illustrationen , 23 cm
    Edition: [1. Auflage]
    Series Statement: Studies of digital media culture 5
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Clash of Realities 2015/16
    DDC: 306.4870285
    RVK:
    Keywords: Videospiel ; Computerspiel ; Konferenzschrift 2015 ; Konferenzschrift 2016 ; Konferenzschrift 2015 ; Konferenzschrift 2016 ; Konferenzschrift ; Konferenzschrift 2015 ; Konferenzschrift 2016
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 35
    ISBN: 9783958456372 , 3958456375
    Language: German
    Pages: 1 Online-Ressource , illustrations
    Edition: 1. Auflage.
    RVK:
    RVK:
    RVK:
    Keywords: Internet ; Security measures ; Computer security ; Data protection ; Privacy, Right of ; Electronic books ; Electronic books ; local ; Internet ; Personenbezogene Daten ; Privatsphäre ; Datenschutz ; Internet ; Daten ; Anonymität
    Abstract: Ob Sie wollen oder nicht - jede Ihrer Online-Aktivitäten wird beobachtet und analysiert. Sie haben keine Privatsphäre. Im Internet ist jeder Ihrer Klicks für Unternehmen, Regierungen und kriminelle Hacker uneingeschränkt sichtbar. Ihr Computer, Ihr Smartphone, Ihr Auto, Ihre Alarmanlage, ja sogar Ihr Kühlschrank bieten potenzielle Angriffspunkte für den Zugriff auf Ihre Daten. Niemand kennt sich besser aus mit dem Missbrauch persönlicher Daten als Kevin D. Mitnick. Als von der US-Regierung ehemals meistgesuchter Computer-Hacker kennt er alle Schwachstellen und Sicherheitslücken des digitalen Zeitalters. Seine Fallbeispiele sind spannend und erschreckend: Sie werden Ihre Aktivitäten im Internet neu überdenken. Mitnick weiß aber auch, wie Sie Ihre Daten bestmöglich schützen. Er zeigt Ihnen anhand zahlreicher praktischer Tipps und Schritt-für-Schritt-Anleitungen, was Sie tun können, um online und offline anonym zu sein. Bestimmen Sie selbst über Ihre Daten. Lernen Sie, Ihre Privatsphäre im Internet zu schützen. Kevin D. Mitnick zeigt Ihnen, wie es geht. Hinterlassen Sie keine Spuren • Sichere Passwörter festlegen und verwalten • Mit dem Tor-Browser im Internet surfen, ohne Spuren zu hinterlassen • E-Mails und Dateien verschlüsseln und vor fremden Zugriffen schützen • Öffentliches WLAN, WhatsApp, Facebook & Co. sicher nutzen • Sicherheitsrisiken vermeiden bei GPS, Smart-TV, Internet of Things und Heimautomation • Eine zweite Identität anlegen und unsichtbar werden
    Note: Authorized German translation of the English language edition: The art of invisibility : the world's most famous hacker teaches you how to be safe in the age of Big Brother and big data. Cf. Title page verso. - Place of publication from publisher's website. - Includes bibliographical references. - Description based on online resource; title from title page (Safari, viewed January 4, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 36
    Online Resource
    Online Resource
    San Francisco, CA : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    RVK:
    RVK:
    Keywords: Programmable controllers ; Amateurs' manuals ; Microcontrollers ; Programming ; Science projects ; Design and construction ; Arduino (Programmable controller) ; Electronic books ; Electronic books ; local ; Arduino-Plattform
    Abstract: This second volume of Arduino Project Handbook follows up the acclaimed first volume with 25 new and fresh projects. Each project provides step-by-step instructions, full-color photos and circuit diagrams, and the complete code to bring your build to life. With the low-cost Arduino board and a handful of components, you'll use LEDs to build a light matrix display for scrolling text, sensors to make an ultrasonic Super Soaker that detects and drenches intruders, buzzers and buttons for a digital piano, a fingerprint scanner to ramp up security in your home, LCD screens to build a code-breaking bomb-diffuser game, and so much more. The handbook finishes with more advanced builds to test your skills, like an Arduino nerve center for controlling your gadgets remotely. Arduino Project Handbook, Volume II provides a crash course to get you set up with the Arduino and to introduce electronics parts and tools, as well as a troubleshooting chapter for solving your hardware problems. This is a perfect guide for kids, parents, educators, and hobbyists getting started with Arduino or just levelling up their hardware skills. Praise for the first volume of Arduino Project Handbook : "Easily the best beginner's guide out there. Pair with an inexpensive clone-based starter kit, and it's never been cheaper to join the maker revolution." MakeUseOf.com "Beautifully designed." Boing Boing
    Note: Description based on online resource; title from title page (Safari, viewed April 17, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 37
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : mitp Verlag | Boston, MA : Safari
    ISBN: 9783958455481 , 9783958455474
    Language: English , German
    Pages: 1 online resource (432 pages)
    Edition: 1st edition
    Series Statement: Mitp Business
    Parallel Title: Erscheint auch als Provost, Foster, 1964 - Data Science für Unternehmen
    DDC: 658.403802856312
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Data mining ; Big data ; Business Data processing ; Management Data processing ; Electronic books ; local ; Exploration de données (Informatique) ; Données volumineuses ; Gestion ; Informatique ; Management ; Data processing ; Big data ; Business ; Data processing ; Data mining ; Unternehmen ; Datenmanagement ; Data Mining ; Datenanalyse
    Abstract: Die grundlegenden Konzepte der Data Science verstehen, Wissen aus Daten ziehen und für Vorhersagen und Entscheidungen nutzen Die wichtigsten Data-Mining-Verfahren gezielt und gewinnbringend einsetzen Zahlreiche Praxisbeispiele zur Veranschaulichung Die anerkannten Data-Science-Experten Foster Provost und Tom Fawcett stellen in diesem Buch die grundlegenden Konzepte der Data Science vor, die für den effektiven Einsatz im Unternehmen von Bedeutung sind. Sie erläutern das datenanalytische Denken, das erforderlich ist, damit Sie aus Ihren gesammelten Daten nützliches Wissen und geschäftlichen Nutzen ziehen können. Sie erfahren detailliert, welche Methoden der Data Science zu hilfreichen Erkenntnissen führen, so dass auf dieser Grundlage wichtige Entscheidungsfindungen unterstützt werden können. Dieser Leitfaden hilft Ihnen dabei, die vielen zurzeit gebräuchlichen Data-Mining-Verfahren zu verstehen und gezielt und gewinnbringend anzuwenden. Sie lernen u.a., wie Sie: Data Science in Ihrem Unternehmen nutzen und damit Wettbewerbsvorteile erzielen Daten als ein strategisches Gut behandeln, in das investiert werden muss, um echten Nutzen daraus zu ziehen Geschäftliche Aufgaben datenanalytisch angehen und den Data-Mining-Prozess nutzen, um auf effiziente Weise sinnvolle Daten zu sammeln Das Buch beruht auf einem Kurs für Betriebswirtschaftler, den Provost seit rund zehn Jahren an der New York University unterrichtet, und nutzt viele Beispiele aus der Praxis, um die Konzepte zu veranschaulichen. Das Buch richtet sich an Führungskräfte und Projektmanager, die Data-Science-orientierte Projekte managen, an Entwickler, die Data-Science-Lösungen implementieren sowie an alle angehenden Data Scientists und Studenten. Aus dem Inhalt: Datenanalytisches Denken lernen Der Data-Mining-Prozess Überwachtes und unüberwachtes Data Mining Einführung in die Vorhersagemodellbildung: von der Korrelation zur überwachten Segmentierung Anhand der Daten optimale Modellparameter finden mit Verfahren wie lineare und logistische Regression sowie Support Vector Machines Prinzip und Berechnung der Ähnlichkeit Nächste-Nachbarn-Methoden und Clustering Entscheidungsanalyse I: Was ist ein gutes Modell Visualisierung der Leistung von Modellen Evidenz und Wahrscheinlichkeiten Texte repräsentieren und auswerten Entscheidungsanalyse II: Analytisches Engineering Data Science und Geschäftsstrategie
    Note: Online resource; Title from title page (viewed October 27, 2017) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 38
    ISBN: 9783319289069
    Language: English
    Pages: xiii, 336 Seiten , Illustrationen, Diagramme, Karten , 24 cm
    Series Statement: Lecture Notes in Information Systems and Organisation Volume 15
    Series Statement: Lecture notes in information systems and organisation
    Parallel Title: Erscheint auch als Information and Communication Technologies in Organizations and Society
    DDC: 303.4833
    RVK:
    RVK:
    RVK:
    Keywords: Information technology Congresses ; Social aspects ; Information society Congresses ; Information society Congresses ; Information technology Congresses ; Social aspects ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift ; Informationstechnik ; Unternehmen ; Informationsgesellschaft
    Note: Vom Umschlag: "... presented at the ICTO 2015 conference held in Paris"
    URL: Cover
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 39
    ISBN: 388579652X , 9783885796527
    Language: English
    Pages: 1 Online-Ressource , Illustrationen, Diagramme
    Series Statement: GI Edition Lecture Notes in Informatics volume P-258
    Series Statement: Proceedings
    DDC: 004
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Konferenzschrift ; Electronic Commerce ; Technischer Fortschritt ; Strategisches Management
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 40
    ISBN: 978-3-8487-2910-4 , 3-8487-2910-5
    Language: German
    Pages: 162 Seiten ; , 23 cm.
    Edition: 1. Auflage
    Series Statement: TTN-Studien Band 5
    Series Statement: TTN - Ethik interdisziplinär
    Parallel Title: Erscheint auch als
    DDC: 100
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Mensch-Maschine-Kommunikation. ; Roboter. ; Cyborg. ; Assistenzsystem. ; Techniksoziologie. ; Interdisziplinarität. ; Technikphilosophie. ; Computer. ; Hybride. ; Aufsatzsammlung ; Konferenzschrift ; Mensch-Maschine-Kommunikation ; Roboter ; Cyborg ; Assistenzsystem ; Techniksoziologie ; Interdisziplinarität ; Technikphilosophie ; Roboter ; Computer ; Hybride
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 41
    ISBN: 9783658073480 , 3658073489
    Language: German
    Pages: XII, 421 Seiten , Illustrationen, Diagramme , 235 mm x 155 mm
    Parallel Title: Erscheint auch als Digitale Souveränität
    DDC: 302.231
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Internet Security measures ; Computer networks Security measures ; Internet Security measures ; Government policy ; Digital rights management ; Aufsatzsammlung ; Aufsatzsammlung ; Deutschland ; Europa ; Digitalisierung ; Standortfaktor ; Versorgungsnetz ; Medienkompetenz ; Datenschutz ; Deutschland ; Digitalisierung ; Medienpolitik ; Souveränität ; Datenschutz
    Note: Literaturangaben , Enthält 33 Beiträge
    URL: Cover
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 42
    Online Resource
    Online Resource
    San Francisco : No Starch Press
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    RVK:
    RVK:
    Keywords: Programmable controllers ; Microcontrollers ; Programming ; Science projects ; Design and construction ; Arduino (Programmable controller) ; Electronic books ; Electronic books ; local ; Arduino-Plattform
    Abstract: The Arduino Project Handbook is a full-color illustrated guide to building 25 projects with the low cost Arduino microcontroller.
    Note: Description based on online resource; title from title page (viewed July 5, 2016)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 43
    ISBN: 9783515112277
    Language: German
    Pages: 1 Online-Ressource (230 Seiten)
    Series Statement: Medienethik Band 15
    Parallel Title: Erscheint auch als IDEepolis (Veranstaltung : 2014 : Stuttgart) Anonymität und Transparenz in der digitalen Gesellschaft
    DDC: 302.23/1
    RVK:
    RVK:
    RVK:
    Keywords: Konferenzschrift ; Konferenzschrift 2014 ; World Wide Web 2.0 ; Big Data ; Datenschutz ; Anonymität ; Transparenz ; Ethik
    Abstract: Intro -- INHALTSVERZEICHNIS -- ANONYMITÄT UND TRANSPARENZ IN DER DIGITALEN GESELLSCHAFT -- I. Anonymität, Transparenz und Ethik: Grundlagen -- MEHR ‚ANONYMITÄT' - BESSERE KOOPERATION? -- VERTRAUEN, KONTROLLE UND PRIVATSPHÄRE IN SOZIALEN BEZIEHUNGEN UND DIE WIRKUNGEN MODERNER INFORMATIONS- UND KOMMUNIKATIONSTECHNOLOGIE -- POLARISIERTE SCHATTENBILDER: EIN RADIOLOGISCH-HISTORISCHER BLICK AUF TRANSPARENZ UND BIG DATA -- WAS EINER IST UND WER EINER IST: ANONYMITÄT UND IDENTITÄT IN SOZIALEN MEDIEN AUS PHILOSOPHISCHER SICHT -- BILDER UND REFLEXIONEN VOM ICH: DAS WEB 2.0 ALS INSTITUTION DER SELBSTTHEMATISIERUNG? -- II. Fallstudien zum menschlichen Handeln in der digitalen Welt -- MEDIENVERANTWORTUNG UND JOURNALISTISCHE TRANSPARENZ -- ANONYMITÄT IM PARTIZIPATIVEN JOURNALISMUS -- JENSEITS DER ANONYMITÄT - WIE RECHTFERTIGEN FACEBOOK-NUTZER IHR VERHALTEN? -- USER- AND USAGEMINING | PRIVACY PRESERVATION -- „ICH IST EIN ANDERER": ANONYMITÄT IN ONLINE-ROLLENSPIELEN -- WEB 2.0 ALS ‚RELIGION'?.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 44
    ISBN: 978-3-86488-081-0
    Language: English
    Pages: 592 S. : , Ill., graph. Darst.
    Series Statement: Schriften zur Informationswissenschaft 66
    Series Statement: Schriften zur Informationswissenschaft
    RVK:
    RVK:
    RVK:
    Keywords: Informations- und Dokumentationswissenschaft. ; Konferenzschrift ; Informations- und Dokumentationswissenschaft
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 45
    ISBN: 9781443883801
    Language: English
    Pages: 210 pages
    Series Statement: World Complexity Science Academy Book Series
    Parallel Title: Erscheint auch als
    DDC: 303.5
    RVK:
    Keywords: Technology Social aspects ; Technology and state ; Konferenzschrift ; Konferenzschrift ; Neue Technologie ; Robotik ; Informatik ; Nanotechnologie ; Genetik ; Informationstechnik ; Neurowissenschaften ; Prognose
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 46
    ISBN: 9789048524433
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Computer applications and quantitative methods in archaeology
    RVK:
    RVK:
    Keywords: Computermethoden ; Archaeological science, methodology & techniques ; Konferenzschrift ; Archäologie ; Methodologie ; Datenverarbeitung ; Quantitative Methode
    Abstract: This volume presents a selection of the best papers presented at the forty-first annual Conference on Computer Applications and Quantitative Methods in Archaeology. The theme for the conference was "Across Space and Time", and the papers explore a multitude of topics related to that concept, including databases, the semantic Web, geographical information systems, data collection and management, and more
    URL: Volltext  (kostenfrei)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 47
    ISBN: 9783730811641
    Language: German
    Pages: 115 S. , zahlr. Ill., graph. Darst., Kt.
    Series Statement: Schriftenreihe des Landesmuseums Natur und Mensch 95
    DDC: 000
    RVK:
    Keywords: Vernetzung ; Oldenburg ; Aufsatzsammlung ; Aufsatzsammlung ; Konferenzschrift ; Vernetzung
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 48
    ISBN: 351511226X , 9783515112260
    Language: German
    Pages: 230 Seiten , Illustrationen, Diagramme , 24 cm x 17 cm, 0 g
    Series Statement: Medienethik Band 15
    Series Statement: Medienethik
    Parallel Title: Erscheint auch als Anonymität und Transparenz in der digitalen Gesellschaft
    Parallel Title: Erscheint auch als Anonymität und Transparenz in der digitalen Gesellschaft
    DDC: 302.23/1
    RVK:
    RVK:
    RVK:
    Keywords: Internet Congresses Social aspects ; Internet Congresses Moral and ethical aspects ; Anonymous (Group) Congresses ; Internet Congresses Security measures ; Computer networks Congresses Security measures ; Konferenzschrift 2014 ; Konferenzschrift ; World Wide Web 2.0 ; Big Data ; Datenschutz ; Anonymität ; Transparenz ; Ethik
    Note: Konferenzdaten von Seite 15 entnommen , Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 49
    ISBN: 1447154924 , 9781447154921
    Language: English
    Pages: VIII, 269 S. , Ill.
    Series Statement: History of computing
    Parallel Title: Online-Ausg. Hacking Europe
    Parallel Title: Erscheint auch als Alberts, Gerard, 1954 - Hacking Europe
    DDC: 303.4834
    RVK:
    Keywords: Computers - Social aspects - Europe - History ; Microcomputers - Europe ; Reverse Engineering ; Social Engineering ; Fallstudiensammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Fallstudiensammlung ; Fallstudiensammlung ; Aufsatzsammlung ; USA ; Europa ; Individuelle Datenverarbeitung ; Computerfreak ; Computer ; Gegenkultur ; Subkultur ; Geschichte 1975-2005
    Note: Literaturverz. S. 238 - 256
    URL: Cover
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 50
    ISBN: 978-3-406-66130-3 , 3-406-66130-0
    Language: German
    Pages: 352 Seiten : , Diagramme ; , 22 cm.
    DDC: 005.7
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Geschichte ; Big Data. ; Algorithmus. ; Informatik. ; Mathematik. ; Datenverarbeitung. ; Wissensverarbeitung. ; Konferenzschrift ; Big Data ; Algorithmus ; Geschichte ; Informatik ; Mathematik ; Datenverarbeitung ; Wissensverarbeitung ; Geschichte
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 51
    ISBN: 9783864901362
    Language: German
    Pages: 1 Online-Ressource
    Edition: 5., überarbeitete Auflage
    Parallel Title: Erscheint auch als Saake, Gunter, 1960 - Algorithmen und Datenstrukturen
    DDC: 005.133
    RVK:
    RVK:
    RVK:
    Keywords: Algorithms ; Java (Computer program language) ; Data structures (Computer science) ; Java (Computer program language) ; Data structures (Computer science) ; Algorithms ; Electronic books ; Electronic books ; local ; Lehrbuch ; Datenstruktur ; Algorithmus ; Java ; Algorithmus ; Datenstruktur
    Abstract: Solides Lehrbuch - grundlegend und umfassend * Java als Implementierungssprache, unter Berücksichtigung der Spezifika von Java mit Netzanschluss: Programmbeispiele/Animationen Autoren sind sehr angesehen und kompetent
    Note: Includes bibliographical references and index. - Description based on online resource; title from title page (Safari, viewed Feb. 12, 2014)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 52
    ISBN: 9783110356977
    Language: German , English
    Pages: Online-Ressource (VIII, 212 S.) , Ill., graph. Darst.
    Edition: 2014
    Parallel Title: Druckausg. Gender-UseIT
    DDC: 306.42
    RVK:
    RVK:
    Keywords: Information technology ; User interfaces (Computer systems) ; Human-computer interaction ; COMPUTERS / Social Aspects / General ; Electronic books ; Konferenzschrift 2014 ; Konferenzschrift ; Electronic books. ; Mensch-Maschine-Kommunikation ; Benutzeroberfläche ; Benutzerfreundlichkeit ; Geschlechterverhältnis ; Funktionalität ; Geschlechterforschung
    Abstract: Main description: Die systematische und interdisziplinäre Forschung zu Usability unter Berücksichtigung der Genderperspektive steht noch am Anfang. Dieser Tagungsband dokumentiert dieerste Fachtagung zu diesem Thema im Dt. Raum. Die Beiträge umfassen Beispiele aus Forschung und Praxis, Vorschläge für gendersensibles Softwaredesign und theoriegeleitete Ansätze zur Reflexion von Geschlecht im Usability-Engineering-Prozess und in der HCI-Forschung.
    Abstract: Main description: Systematic interdisciplinary research on usability that takes gender into account is still in its infancy. These conference proceedings document the first German language symposium devoted to this theme. The papers include examples from research and practice, recommendations for gender-sensitive software design, and theoretically grounded approaches for reflecting on gender in the usability engineering process and in HCI research.
    Abstract: Biographical note: Nicola Marsden,Hochschule Heilbronn; Ute Kempf, Kompetenzzentrum Technik-Diversity-Chancengleichheit e.V.
    Description / Table of Contents: Inhalt; Einleitung; I. Geschlecht im Gestaltungsprozess; Vergeschlechtlichte Anwender_innen-Erlebnisse und User Experience als soziomaterielles Konzept; Diffractive Design; Usability und Intersektionalitätsforschung - Produktive Dialoge; Doing Gender im IT-Design - Zur Problematik der (Re-)Konstruktion von Differenz; II Erweiterung bestehender Vorgehensweisen; Gender-/Diversity-Aspekte in der Informatikforschung: Das GERD-Modell; Geschlechter- und intersektionalitätskritische Perspektiven auf Konzepte der Softwaregestaltung; Personas und stereotype Geschlechterrollen
    Description / Table of Contents: III Geschlecht als Einschreibung in SoftwareMultidimensional Gendering Processes at the Human-Computer-Interface: The Case of Siri; Was ist Gewalt und wie heißt er? Semantische Gewalterkennung aus Sicht der Gender Studies; IV Diversity als Voraussetzung; Gendability - Gender und Diversity bewirken innovative Produkte; Viele Facetten. Geschlechter- und diversityfreundliche Mediengestaltung in technischen Bereichen; Integration von Gender und Diversity-Aspekten in die Informatik-Lehre - Ausgewählte Beispiele der FH Erfurt und der TU Ilmenau; V Nutzungsgruppen und Geschlecht
    Description / Table of Contents: Eine andere User Experience: Menschen mit depressiven ErkrankungenAssessing the influence of gender towards the adoption of technology-enabled self-service systems in retail environments; VI Personen und Anlässe; Die Fachtagung Gender-UseIT: Wissenschaft und Praxis im Dialog; Die Autorinnen und Autoren
    Note: Literaturangaben , FrontmatterGrußwortInhaltEinleitung , Vergeschlechtlichte Anwender_innen-Erlebnisse und User Experience als soziomaterielles Konzept , Diffractive Design , Usability und Intersektionalitätsforschung – Produktive Dialoge , Doing Gender im IT-Design – Zur Problematik der (Re-)Konstruktion von Differenz , Gender-/Diversity-Aspekte in der Informatikforschung: Das GERD-Modell , Geschlechter- und intersektionalitätskritische Perspektiven auf Konzepte der Softwaregestaltung , Personas und stereotype Geschlechterrollen , Multidimensional Gendering Processes at the Human-Computer-Interface: The Case of Siri , Was ist Gewalt und wie heißt er? Semantische Gewalterkennung aus Sicht der Gender Studies , Gendability – Gender und Diversity bewirken innovative Produkte , Viele Facetten. Geschlechter- und diversityfreundliche Mediengestaltung in technischen Bereichen , Integration von Gender und Diversity-Aspekten in die Informatik-Lehre – Ausgewählte Beispiele der FH Erfurt und der TU Ilmenau , Eine andere User Experience: Menschen mit depressiven Erkrankungen , Assessing the influence of gender towards the adoption of technology-enabled self-service systems in retail environments , Die Fachtagung Gender-UseIT: Wissenschaft und Praxis im Dialog , Die Autorinnen und Autoren. , Beitr. teilw. dt., teilw. engl.
    URL: Volltext  (Open Access)
    URL: Volltext  (Open Access)
    URL: Volltext  (kostenfrei)
    URL: Cover
    URL: Cover
    URL: Cover  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 53
    ISBN: 1447154932 , 9781447154938
    Language: English
    Pages: Online-Ressource (vii, 269 pages)
    Edition: Online-Ausg.
    Series Statement: History of computing
    Series Statement: History of Computing Ser.
    Parallel Title: Print version Hacking Europe
    Parallel Title: Druckausg. Hacking Europe
    DDC: 303.48/34
    RVK:
    Keywords: Microcomputers ; Computers Social aspects ; History ; Computer crimes ; Electronic books ; Fallstudiensammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Fallstudiensammlung ; Aufsatzsammlung ; USA ; Europa ; Individuelle Datenverarbeitung ; Computerfreak ; Computer ; Gegenkultur ; Subkultur ; Geschichte 1975-2005
    Abstract: Hacking Europetraces the user practices of chopping games in Warsaw, hacking software in Athens, creating chaos in Hamburg, producing demos in Turku, and partying with computing in Zagreb and Amsterdam. Focusing on several European countries at the end of the Cold War, the book shows the digital development was not an exclusively American affair. Local hacker communities appropriated the computer and forged new cultures around it like the hackers in Yugoslavia, Poland and Finland, who showed off their tricks and creating distinct 'demoscenes.' Together the essays reflect a diverse palette of cultural practices by which European users domesticated computer technologies. Each chapter explores the mediating actors instrumental in introducing and spreading the cultures of computing around Europe. More generally, the 'ludological' element--the role of mischief, humor, and play--discussed here as crucial for analysis of hacker culture, opens new vistas for the study of the history of technology.
    Description / Table of Contents: Preface; Contents; Chapter 1: Introduction: How European Players Captured the Computer and Created the Scenes ; 1.1 The Hacker Phenomenon; 1.2 Appropriating Computers and Making Technology; 1.3 Appropriating America and Making Europe; 1.4 European Diversity and Common Ground; Bibliography; Part I: Appropriating America: Making One's Own; Chapter 2: Transnational (Dis)Connection in Localizing Personal Computing in the Netherlands, 1975-1990; 2.1 Introduction ; 2.2 Personal Computing Pioneers: Bridging the Atlantic; 2.3 Resolving Design Differences: Basicode as Computer Esperanto
    Description / Table of Contents: 2.4 Alienation from Producers: Hobbyist Cracking Software2.5 Protected Educational Market: From Niche to Microsoft Monopoly; 2.6 Multiple American Appropriations; Bibliography; Chapter 3: "Inside a Day You Will Be Talking to It Like an Old Friend": The Making and Remaking of Sinclair Personal Computing in 1980s Britain; 3.1 The Challenge of the Chip; 3.2 The Making of an Educational Home Computer; 3.3 GOTO Education; 3.4 "Serious" Use; 3.5 Just a Toy Computer?; 3.6 Game Over; Bibliography; Chapter 4: Legal Pirates Ltd: Home Computing Cultures in Early 1980s Greece; 4.1 Introduction
    Description / Table of Contents: 4.2 When IBM Provided Nothing4.3 "You Can Make Your Own Version of Software"; 4.4 The Role of Mediators; 4.5 Conclusion; Bibliography; Part II: Bastard Sons of the Cold War: Creating Computer Scences; Chapter 5: Galaxy and the New Wave: Yugoslav Computer Culture in the 1980s; 5.1 Introduction; 5.2 History of Computing in Yugoslavia; 5.3 Research Institutes and Digital Computers; 5.4 Consumer Society; 5.5 "New Tendencies"; 5.6 Culture Shift and Generation Gap; 5.7 Illegal Imports and the Birth of a Scene; 5.8 Galaksija, Computers in Your Home, Revolution; 5.9 Ventilator 202
    Description / Table of Contents: 5.10 New Kids on the Block5.11 Conclusion; Bibliography; Chapter 6: Playing and Copying: Social Practices of Home Computer Users in Poland during the 1980s; 6.1 Introduction; 6.2 Private Importers; 6.3 Computer Bazaars; 6.4 Pewex and Baltona Retail Stores; 6.5 Computerization Movement; 6.6 Computer Magazines; 6.7 Communist Sanctioned Computer Clubs; 6.8 Social Networks, Gaming Culture, and Sneakernets ; 6.9 User Groups; 6.10 The Demoscene; 6.11 Conclusion; Bibliography; Chapter 7: Multiple Users, Diverse Users: Appropriation of Personal Computers by Demoscene Hackers; 7.1 Introduction
    Description / Table of Contents: 7.2 Technology Appropriation Within a Scene7.3 Scripting Technology; 7.4 Me and My Scene; The Scene as a Stage; Winners vs. Losers; 7.5 Me and My Computer; 7.6 Conclusions; Bibliography; Part III: Going Public: How to Change the World; Chapter 8: Heroes Yet Criminals of the German Computer Revolution; 8.1 Organizing Chaos Computer Club; 8.2 The Conscience of Hackers; 8.3 Going Public and Acting Up; 8.4 Hacking Germany's Bildschirmtext; 8.5 Revealing the Gaps in Btx; 8.6 Consumer Protection vs. Hacker Ethics; 8.7 Legislation for White-Collar Crimes; 8.8 The Legal Implications for Hacktivism
    Description / Table of Contents: 8.9 Conclusion
    Note: Includes bibliographical references and index
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 54
    Book
    Book
    Heidelberg [u.a.] : Springer
    ISBN: 9783662442074 , 3662442078
    Language: English
    Pages: XI, 375 S. , Ill., graph. Darst. , 24 cm
    Series Statement: IFIP advances in information and communication technology 431
    Series Statement: IFIP advances in information and communication technology
    Parallel Title: Erscheint auch als ICT and Society
    DDC: 303.4833
    RVK:
    Keywords: Informationstechnik ; Soziale Software ; Informatik ; Informationsgesellschaft ; Konferenz ; Soziale Verantwortung ; Datenschutz ; Ethik ; Informationssystem ; Konferenzschrift 2014 ; Konferenzschrift 2014 ; Konferenzschrift 2014 ; Konferenzschrift ; Konferenzschrift 2014 ; Informationsgesellschaft ; Soziale Software ; Informationstechnik ; Soziale Verantwortung ; Ethik ; Informatik ; Datenschutz ; Informationssystem ; Konferenz
    Note: Literaturangaben
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 55
    ISBN: 9783515109505 , 3515109501
    Language: German
    Pages: 90 Seiten , 24 cm
    Series Statement: Medienethik Band 13
    DDC: 302.23102854678
    RVK:
    RVK:
    RVK:
    Keywords: World Wide Web 2.0 ; Kommunikationsverhalten ; Kommunikationsstruktur ; Öffentlichkeit ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung
    Note: Erscheint auch als Online-Ausgabe , Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 56
    ISBN: 9783642393709 , 9783642393716
    Language: English
    Pages: 1 Online-Ressource (XXI, 452 S.)
    Series Statement: Lecture notes in computer science 8029
    Series Statement: Lecture notes in computer science
    DDC: 302.30285
    RVK:
    Keywords: Informationsmanagement ; Soziales Netzwerk ; Mensch-Maschine-Kommunikation ; Soziale Software ; Benutzerverhalten ; Social Media ; Benutzerfreundlichkeit ; Systemplattform ; Konferenzschrift 2013 ; Konferenzschrift 2013 ; Konferenzschrift 2013 ; Konferenzschrift 2013 ; Konferenzschrift ; Social Media ; Soziales Netzwerk ; Soziale Software ; Mensch-Maschine-Kommunikation ; Benutzerverhalten ; Benutzerfreundlichkeit ; Informationsmanagement ; Systemplattform
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 57
    Online Resource
    Online Resource
    Upper Saddle River, NJ : Addison-Wesley
    ISBN: 9780133440706 , 0133440702
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Edition: 3rd ed.
    Parallel Title: Erscheint auch als DeMarco, Tom, 1940 - Peopleware
    DDC: 658.4/022
    RVK:
    RVK:
    RVK:
    Keywords: Management ; Projektmanagement ; Software ; Management ; Organizational behavior ; Organizational effectiveness ; Project management ; Electronic books ; Electronic books ; local ; Softwareentwicklung ; Projektmanagement ; Führung ; Arbeitsgestaltung
    Abstract: Few books in computing have had as profound an influence on software management as Peopleware . The unique insight of this longtime best seller is that the major issues of software development are human, not technical. They're not easy issues; but solve them, and you'll maximize your chances of success. " Peopleware has long been one of my two favorite books on software engineering. Its underlying strength is its base of immense real experience, much of it quantified. Many, many varied projects have been reflected on and distilled; but what we are given is not just lifeless distillate, but vivid examples from which we share the authors' inductions. Their premise is right: most software project problems are sociological, not technological. The insights on team jelling and work environment have changed my thinking and teaching. The third edition adds strength to strength." - Frederick P. Brooks, Jr., Kenan Professor of Computer Science, University of North Carolina at Chapel Hill, Author of The Mythical Man-Month and The Design of Design " Peopleware is the one book that everyone who runs a software team needs to read and reread once a year. In the quarter century since the first edition appeared, it has become more important, not less, to think about the social and human issues in software development. This is the only way we're going to make more humane, productive workplaces. Buy it, read it, and keep a stock on hand in the office supply closet." -Joel Spolsky, Co-founder, Stack Overflow "When a book about a field as volatile as software design and use extends to a third edition, you can be sure that the authors write of deep principle, of the fundamental causes for what we readers experience, and not of the surface that everyone recognizes. And to bring people, actual human beings, into the mix! How excellent. How rare. The authors have made this third edition, with its additions, entirely terrific." -Lee Devin and Rob Austin, Co-authors of The Soul of Design and Artful Making For this third edition, the authors have added six new chapters and updated the text throughout, bringing it in line with today's development environments and challenges. For example, the book now discusses pathologies of leadership that hadn't previously been judged to be pathological; an evolving culture of meetings; hybrid teams made up of people from seemingly incompatible generations; and a growing awareness that some of our most common tools are more like anc...
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 58
    Online Resource
    Online Resource
    Shelter Island, NY : Manning Publications
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    Parallel Title: Erscheint auch als Jones, Don, 1971 - Learn PowerShell toolmaking in a month of lunches
    DDC: 005.2/82
    RVK:
    Keywords: Windows PowerShell (Computer program language) ; Scripting languages (Computer science) ; Electronic books ; Electronic books ; local ; Windows PowerShell
    Abstract: Summary Packed with hands-on labs to reinforce what you're learning, Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking. Just set aside one hour a day-lunchtime would be perfect-for each self-contained lesson. You'll move quickly through core scripting concepts and start working on four real-world, practical tools. Each chapter adds more functionality, including custom formatting, error handling, parameterized input, input validation, help files and documentation, and more. About this Book You don't have to be a software developer to build PowerShell tools. With this book, a PowerShell user is a step away from becoming a proficient toolmaker. Learn PowerShell Toolmaking in a Month of Lunches is the best way to learn PowerShell scripting and toolmaking in just one hour a day. It's packed with hands-on labs to reinforce what you're learning. It's an easy-to-follow guide that covers core scripting concepts using four practical examples. Each chapter builds on the previous one as you add custom formatting, error handling, input validation, help files, and more. What's Inside Build your own administrative tools Learn by doing with hands-on labs Make scripts that feel like native PowerShell cmdlets This book does not assume you are a programmer. Experience using PowerShell as a command-line interface is helpful but not required. About the Authors Don Jones is a PowerShell MVP, speaker, and trainer. Jeffery Hicks is a PowerShell MVP and an independent consultant, trainer, and author. Don and Jeff coauthored Learn Windows PowerShell 3 in a Month of Lunches, Second Edition (Manning 2012) and PowerShell in Depth (Manning 2013).
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 59
    Online Resource
    Online Resource
    Northampton, Mass : Edward Elgar Pub
    ISBN: 9781781953372
    Language: English
    Pages: Online-Ressource (vii, 231 p.) , ill.
    Edition: Online-Ausg.
    Series Statement: New horizons in regional science
    Parallel Title: Druckausg. Tranos, Emmanouil The geography of the Internet
    DDC: 302.231
    RVK:
    RVK:
    RVK:
    Keywords: Internet Europe ; Infrastructure (Economics) Europe ; Electronic books ; Europa ; Internet ; Infrastruktur ; Europa ; Internet ; Infrastruktur
    Note: Includes bibliographical references and index. - Electronic reproduction; Palo Alto, Calif; ebrary; 2013; Available via World Wide Web; Access may be limited to ebrary affiliated libraries
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 60
    ISBN: 978-1-889307-31-2 , 978-3-902796-16-5
    Language: English
    Pages: 201 S. : , Ill., graph. Darst.
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Sexualverhalten. ; Neue Technologie. ; Neue Medien. ; Computerspiel. ; Cybersex. ; Sozialer Wandel. ; Aufsatzsammlung ; Konferenzschrift ; Sexualverhalten ; Neue Technologie ; Neue Medien ; Computerspiel ; Cybersex ; Sozialer Wandel
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 61
    ISBN: 9783864880452
    Language: English , German
    Pages: 264 S. , Ill., graph. Darst., Kt. , 220 mm x 150 mm
    Series Statement: Multimedia
    DDC: 300
    RVK:
    RVK:
    Keywords: Konferenzschrift ; Konferenzschrift 2013 ; Kulturelle Einrichtung ; Interaktive Medien ; Visualisierung ; Informatik ; Kulturpolitik ; Museum ; Kulturpolitik ; Informatik ; Visualisierung ; Interaktive Medien
    Note: Als Typoskript gedr , Beitr. überw. engl., teilw dt.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 62
    ISBN: 9783642393709
    Language: English
    Pages: XXI, 452 S.
    Series Statement: Lecture notes in computer science 8029
    Series Statement: Lecture notes in computer science
    Parallel Title: Erscheint auch als
    DDC: 302.30285
    RVK:
    Keywords: Informationsmanagement ; Soziales Netzwerk ; Mensch-Maschine-Kommunikation ; Soziale Software ; Benutzerverhalten ; Social Media ; Benutzerfreundlichkeit ; Systemplattform ; Konferenzschrift 2013 ; Konferenzschrift 2013 ; Kongress ; Konferenzschrift ; Social Media ; Soziales Netzwerk ; Soziale Software ; Mensch-Maschine-Kommunikation ; Benutzerverhalten ; Benutzerfreundlichkeit ; Informationsmanagement ; Systemplattform
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 63
    Book
    Book
    Wien [u.a.] : LIT
    ISBN: 9783643903457
    Language: English
    Pages: 150 S. , graph. Darst., Kt. , 24 cm
    Series Statement: Geosimulation 2
    Series Statement: Geosimulation
    DDC: 300.113
    RVK:
    RVK:
    Keywords: Kollektives Verhalten ; Raumverhalten ; Infrastruktur ; Computersimulation ; Mehragentensystem ; Aufsatzsammlung ; Aufsatzsammlung ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 64
    Online Resource
    Online Resource
    Chichester, West Sussex, U.K. : Wiley
    ISBN: 9781118425152 , 1118425154
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.7/4
    RVK:
    Keywords: Cascading style sheets ; Web sites ; Authoring programs ; Electronic books ; Electronic books ; local
    Abstract: Master innovative and eye-catching website design with the exciting new Treehouse Series of books Turn plain words and images into stunning websites with CSS3 and this beautiful, full-color guide. Taking web designers beyond the constraints of prebuilt themes and simple site-building tools, this new Treehouse book combines practicality with inspiration to show you how to create fully customized, modern websites that make viewers stop and stay. The exciting new Treehouse Series of books is authored by Treehouse experts and packed with innovative design ideas and practical skill-building. If you're a web developer, web designer, hobbyist, or career-changer, every book in this practical new series should be on your bookshelf. Part of the new Treehouse Series of books, teaching you effective and compelling website development and design, helping you build practical skills Provides career-worthy information from Treehouse industry pros and trainers Explains the basics of cascading style sheets (CSS), such as how to structure with CSS, use CSS syntax, how to manipulate text, and visual formatting Also covers the box model, how to animate page elements, cross-browser compatibility, and more Leverage pages of dazzling website design ideas and expert instruction with a new Treehouse Series book.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 65
    ISBN: 9780956494467
    Language: English
    RVK:
    Keywords: Konferenzschrift
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 66
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    ISBN: 1118460847 , 9781118460849
    Language: English
    Pages: 1 online resource (xviii, 388 p.) , ill.
    Edition: 3rd ed.
    Series Statement: --For dummies
    Parallel Title: Erscheint auch als
    DDC: 005.54
    RVK:
    Keywords: Microsoft Excel (Computer file) ; Business ; Computer programs ; Electronic spreadsheets ; Computer programs ; Electronic books ; Electronic books ; local
    Abstract: Learn to use Excel for practical, day-to-day calculations Excel is a powerful program with more than 300 built-in functions that can be used to perform an almost infinite number of calculations. This friendly book shows you how to use the 150 most valuable ones in real-world situations: to compare the cost of buying vs. leasing a car, calculate classroom grades, or evaluate investment performance, for example. Another 85 specialized functions are also described. Detailed, step-by-step instructions help you understand how functions work within formulas and how you can use them to solve everyday problems. Excel is a complex tool, making it a perfect subject for the straightforward, plain-English approach of this book Formulas and functions are explained in classic For Dummies fashion, with examples of how to apply the 150 most commonly used functions in real-world situations Discover how to use Excel to compare the cost of 15 and 30-year mortgages, decide whether to buy or lease a car, calculate the actual cost of credit card purchases, forecast college expenses, design a database for your own use, and much more Serves as an excellent resource for all versions of Excel, including the latest version 2013 Excel Formulas and Functions For Dummies, 3rd Edition helps you put the power of Excel to work in your daily life.
    Note: Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 67
    Online Resource
    Online Resource
    Berlin, Heidelberg : Springer
    ISBN: 9783642224744
    Language: English
    Pages: Online-Ressource (X, 398 p. 9 illus, digital)
    Series Statement: SpringerLink
    Series Statement: Bücher
    Series Statement: Springer eBook Collection
    Series Statement: Humanities, Social Science and Law
    Parallel Title: Buchausg. u.d.T. eHealth: legal, ethical and governance challenges
    RVK:
    RVK:
    RVK:
    Keywords: medicine Philosophy ; Public health ; Medical records Data processing ; Public health laws ; Law ; Electronic Medical Records ; Hardback ; Healthcare ; Medical Informatics ; Professional/practitioner ; Telemedicine ; eHealth ; Aufsatzsammlung ; Europa ; USA ; E-Health ; Recht ; Ethik ; Governance
    Abstract: This publication identifies and discusses important challenges affecting eHealth in the EU and North America in the three areas of law, ethics and governance. It makes meaningful contributions to the eHealth discourse by suggesting solutions and making recommendations for good practice and potential ways forward. Legal challenges discussed include issues related to electronic medical records, telemedicine, the Internet and pharmaceutical drugs, healthcare information systems and medical liability. Ethical challenges focus on telehealth and service delivery in the home, Web 2.0 and the Internet, patient perceptions and ethical frameworks. Governance challenges focus on IT governance in healthcare, governance and decision-making in acute care hospitals, and different models of eHealth governance. The publication provides useful support materials and readings for persons active in developing current understandings of the legal, ethical and governance challenges involved in the eHealth context.
    URL: Volltext  (lizenzpflichtig)
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 68
    ISBN: 9783486781229
    Language: German , English
    Pages: 1 Online-Ressource (XVIII, 373 Seiten) , Illustrationen, Diagramme
    Parallel Title: Erscheint auch als
    DDC: 391
    RVK:
    Keywords: Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift ; Aufsatzsammlung ; Konferenzschrift
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    URL: Volltext  (URL des Erstveröffentlichers)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 69
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    ISBN: 9781118282885 , 1118282884
    Language: English
    Pages: 1 online resource (1 v.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.6782
    RVK:
    RVK:
    Keywords: Cloud computing ; Economic aspects ; Information technology ; Management ; Electronic books ; Electronic books ; local
    Abstract: The ultimate guide to assessing and exploiting the customer value and revenue potential of the Cloud A new business model is sweeping the world-the Cloud. And, as with any new technology, there is a great deal of fear, uncertainty, and doubt surrounding cloud computing. Cloudonomics radically upends the conventional wisdom, clearly explains the underlying principles and illustrates through understandable examples how Cloud computing can create compelling value-whether you are a customer, a provider, a strategist, or an investor. Cloudonomics covers everything you need to consider for the delivery of business solutions, opportunities, and customer satisfaction through the Cloud, so you can understand it-and put it to work for your business. Cloudonomics also delivers insight into when to avoid the cloud, and why. Quantifies how customers, users, and cloud providers can collaborate to create win-wins Reveals how to use the Laws of Cloudonomics to define strategy and guide implementation Explains the probable evolution of cloud businesses and ecosystems Demolishes the conventional wisdom on cloud usage, IT spend, community clouds, and the enterprise-provider cloud balance Whether you're ready for it or not, Cloud computing is here to stay. Cloudonomics provides deep insights into the business value of the Cloud for executives, practitioners, and strategists in virtually any industry-not just technology executives but also those in the marketing, operations, economics, venture capital, and financial fields. Note: The ebook version does not provide access to the companion files.
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 70
    Online Resource
    Online Resource
    San Francisco, CA : Pfeiffer
    Language: English
    Pages: 1 online resource (xx, 615 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als Horton, William Kendall, 1949 - E-learning by design
    DDC: 658.3/124040285
    RVK:
    RVK:
    Keywords: Employees ; Training of ; Computer-assisted instruction ; Computer-assisted instruction ; Design ; Electronic books ; Electronic books ; local ; E-Learning ; Betriebliche Fortbildung
    Abstract: Since the first edition of E-learning by Design , e-learning has evolved rapidly and fringe techniques have moved into the mainstream. Underlying and underwriting these changes in e-learning are advances in technology and changes in society. The second edition of the bestselling book E-Learning by Design offers a comprehensive look at the concepts and processes of developing, creating, and implementing a successful e-learning program. This practical, down-to-earth resource is filled with clear information and instruction without over simplification. The book helps instructors build customized e-learning programs from scratch-building on core principles of instructional design to: develop meaningful activities and lessons; create and administer online tests and assessments; design learning games and simulations; and implement an individualized program. "Every newcomer to the field will find this edition indispensable, while professionals will find much needed contemporary information to manage the rapid changes happening in our field. Even if you own the first edition, buy this update as soon as possible." - Michael W. Allen , CEO of Allen Interactions, Inc.; author, Michael Allen's e-Learning Library Series "Covers the full range of options for presenting learning materials online-including designing useful topics, engaging activities, and reliable tests-and it takes into account the realities and issues of today's instructional designers, such as social learning and mobile learning." - Saul Carliner , associate professor, Concordia University; author, The E-Learning Handbook "Horton nails it! Perfectly timed, robust, and practical, this second edition of brings together the latest strategies for learning without losing its critical premise-technology enables e-learning, but great design makes it work." - Marc J. Rosenberg , e-learning strategist; author, Beyond E-Learning "An e-learning encyclopedia loaded with detailed guidelines and examples ranging from basic instructional design techniques to the latest applications in games, social media, and mobile-learning. An essential reference for anyone involved in e-learning design, development, or evaluation" - Ruth Colvin Clark , author, e-Learning and the Science of Instruction
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 71
    Online Resource
    Online Resource
    Wiesbaden : VS Verl. für Sozialwiss.
    ISBN: 9783531931609
    Language: German
    Pages: Online-Ressource (232 S.)
    Series Statement: SpringerLink
    Series Statement: Bücher
    Parallel Title: Buchausg. u.d.T. Vernetzung als soziales und technisches Paradigma
    DDC: 303.483
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Social Sciences ; Social sciences ; Konferenzschrift 2009 ; Konferenzschrift 2009 ; Konferenzschrift ; Konferenzschrift 2009 ; Konferenzschrift ; Informationstechnik ; Gesellschaft ; Internet ; Vernetzung ; Paradigma
    Abstract: Die neueren Informations- und Kommunikationstechnologien zeichnen sich durch immer stärker vernetzte, dezentrale Strukturen aus. Zugleich wird Vernetzung im Sinne dezentral und flexibel organisierter Systeme auch eine immer bedeutsamere Metapher für gesellschaftliche Organisationsprozesse. In diesem Band, der sowohl sozial- als auch technikwissenschaftliche Perspektiven umfasst, wird den Verbindungen zwischen technischen und sozialen Netzwerkkonzepten nachgegangen und deren wechselseitige Beeinflussung untersucht. Das Buch wendet sich an Lehrende und Studierende der Soziologie, der Medien-, Politik- und Kulturwissenschaften sowie der Informations- und Kommunikationstechnologien
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 72
    ISBN: 3642290469 , 9783642290466
    Language: English
    Pages: XIV, 366 S. , Ill., graph. Darst.
    Series Statement: Lecture notes in computer science 7227
    Series Statement: Lecture notes in computer science
    Parallel Title: Erscheint auch als
    DDC: 302.30285
    RVK:
    Keywords: Soziales Netzwerk ; Soziale Software ; Verteilte künstliche Intelligenz ; Kollektives Verhalten ; Computersimulation ; Social Media ; Konferenzschrift 2012 ; Konferenzschrift 2012 ; Kongress ; Konferenzschrift ; Soziale Software ; Social Media ; Soziales Netzwerk ; Kollektives Verhalten ; Verteilte künstliche Intelligenz ; Computersimulation
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 73
    Online Resource
    Online Resource
    Indianapolis, Ind. : J. Wiley & Sons
    Language: English
    Pages: 1 online resource (xxiii, 302 p.) , ill., maps.
    Series Statement: Sybex serious skills
    Parallel Title: Erscheint auch als
    DDC: 658.872
    RVK:
    RVK:
    Keywords: Internet marketing ; Keyword searching ; Electronic books ; Electronic books ; local
    Abstract: A unique book on the art and science of keyword research Keyword research can make or break a marketing campaign, an optimization strategy, and pay-per-click ad campaigns. Written by a keyword research expert, this essential resource drills home the importance of targeting the right keywords or phrases in order to get traffic from search engines and social media channels. Author Ron Jones imparts his wisdom and experience for determining which keywords will work based on a searcher's intent and he shows you how to research social, mobile, and video marketing tools that can ultimately become the foundation of a marketing campaign. Boasts detailed how-to information from one of the world's leading keyword research experts Helps you learn how to craft a successful keyword campaign and capture a coveted spot on the first page of a results page Pares down the essential information you need to know to use available tools to get keyword suggestions, forecast web site traffic, perform competitive research, and analyze results Walks you through how to best apply keywords to SEO and PPC campaigns as well as gain visibility with mobile marketing and integrate with traditional marketing efforts Features case studies, examples, tutorials, tips, and previously undocumented techniques No matter your level of experience working with keywords, Keyword Intelligence is the ultimate guide for learning how to best conduct keyword research and craft winning marketing campaigns.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 74
    Language: English
    Pages: 1 online resource (xviii, 237 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 005.1
    RVK:
    Keywords: Computer software ; Development ; Case studies ; Electronic books ; Electronic books ; local ; Fallstudiensammlung
    Abstract: Based on their own experiences of in-depth case studies of software projects in international corporations, in this book the authors present detailed practical guidelines on the preparation, conduct, design and reporting of case studies of software engineering. This is the first software engineering specific book on the case study research method.
    Note: Includes bibliographical references (p. 221-223) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 75
    ISBN: 3642333311 , 9783642333316
    Language: English
    Pages: X, 398 S , Ill., graph. Darst. , 235 mm x 155 mm
    Series Statement: IFIP advances in information and communication technology 386
    Parallel Title: Online-Ausg. Hercheui, Magda David ICT Critical Infrastructures and Society
    DDC: 384.3
    RVK:
    Keywords: Computer networks Congresses Security measures ; Information technology Congresses Security measures ; Computer security Congresses ; Konferenzschrift ; Konferenzschrift 2012 ; Informationsgesellschaft ; Soziale Software ; Informationstechnik ; Soziale Verantwortung ; Bürgerbeteiligung
    Abstract: This book constitutes the refereed proceedings of the 10th IFIP TC 9 International Conference on Human Choice and Computers, HCC10 2012, held in Amsterdam, The Netherlands, in September 2012. The 37 revised full papers presented were carefully reviewed and selected for inclusion in the volume. The papers are organized in topical sections on national and international policies, sustainable and responsible innovation, ICT for peace and war, and citizens' involvement, citizens' rights and ICT
    Note: ICT Critical Infrastructures and Society: Introduction to the HCC10 Conference Proceedings , Formatting the Public Sector with ICTs: Exploring Institutional Sources and Processes , Building ICT Critical Infrastructures for Trade Regulations: Implications from a National Initiative in Mexico , Getting It Right: The Importance of Targeting Structural Causes of Failure in E-Government , National Identity Infrastructures: Lessons from the United Kingdom , International Norms and Socio-technical Systems: Connecting Institutional and Technological Infrastructures in Governance Processes , ICT and Environmental Sustainability: A Case Study of a Grassroots Initiative , Green IT for Innovation and Innovation for Green IT: The Virtuous Circle , The Role of ICT in Sustainable and Responsible Development: E-Skilling , Sustainable and Responsible ICT Innovation in Healthcare: A Long View and Continuous Ethical Watch Required , Impact of ICT on Home Healthcare , Technology and Care for Patients with Chronic Conditions: The Chronic Care Model as a Framework for the Integration of ICT , Information Waste, the Environment and Human Action: Concepts and Research , Towards a Sustainable Governance of Information Systems: Devising a Maturity Assessment Tool of Eco-Responsibility Inspired by the Balanced Scorecard , Building Human Infrastructure for the Digital Economy: Ryerson's Digital Media Zone , Sustainable Communications and Innovation: Different Types of Effects from Collaborative Research Including University and Companies in the ICT-Sector , Is the Post-Turing ICT Sustainable? , ITGSA Blueprint for a Social Informatics Course in Pre-university Education , Governance, Risk and Compliance: A Strategic Alignment Perspective Applied to Two Case Studies , Implementation of a Cyber Security Policy in South Africa: Reflection on Progress and the Way Forward , Mapping the Most Significant Computer Hacking Events to a Temporal Computer Attack Model , The Dark Side of Web 2.0 , Towards a Social Media-Based Model of Trust and Its Application , Video Games and the Militarisation of Society: Towards a Theoretical and Conceptual Framework , Challenges to Peace in the 21st Century: Working towards a Good Information and Communication Society , Implementing Ethics in Information Systems, Presuppositions and Consequences in Ethics and Information Systems , Redesigning the Relationship between Government and Civil Society: An Investigation of Emerging Models of Networked Democracy in Brazil , Cyberactivism and Collective Agency: Cases from China , Information Inadequacy: The Lack of Needed Information in Human, Social and Industrial Affairs , Social Games: Privacy and Security , Is Privacy Dead?An Inquiry into GPS-Based Geolocation and Facial Recognition Systems , Theorising Open Development through an Institutional Lens: A Study of Iranian Online Interactions , Packet InspectionShifting the Paradigm of Fundamental Rights , Civic Intelligence and CSCW , Informed Strategies of Political Action in IP-Based Social Media , Corporate Social Media Use Policy: Meeting Business and Ethical Responsibilities
    URL: Cover
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 76
    Book
    Book
    Wiesbaden :VS Verl. für Sozialwiss.,
    ISBN: 978-3-531-17604-8
    Language: German
    Pages: 234 S. : , graph. Darst. ; , 210 mm x 148 mm.
    Edition: 1. Aufl.
    Series Statement: VS Research
    DDC: 303.483
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Sozialwissenschaften ; Vernetzung ; Informationstechnik. ; Gesellschaft. ; Internet. ; Vernetzung. ; Paradigma. ; Österreich ; Konferenzschrift 2009 ; Konferenzschrift 2009 ; Konferenzschrift 2009 ; Konferenzschrift 2009 ; Konferenzschrift ; Konferenzschrift 2009 ; Festschrift ; Konferenzschrift 2009 ; Konferenzschrift ; Konferenzschrift 2009 ; Informationstechnik ; Gesellschaft ; Internet ; Vernetzung ; Paradigma
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 77
    Online Resource
    Online Resource
    Indianapolis, Ind. : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxii, 618 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.6/96
    RVK:
    Keywords: Maya (Computer file) ; Computer animation ; Computer graphics ; Three-dimensional display systems ; Electronic books ; Electronic books ; local
    Abstract: A practical, step-by-step guide to Maya 2012 This book is the ideal primer to getting started with Maya, the premier 3D animation and effects software used in movies, visual effects, games, cartoons, short films, and commercials. You'll learn the Maya interface and the basics of modeling, texturing, animating, and visual effects. Professional visual effects artist and instructor Dariush Derakhshani explains the nuances of the complex software, while creative tutorials offer realistic, professional challenges for those new to 3D. You'll be up and running in no time with the world's most popular professional 3D software application. Provides a thorough, step-by-step introduction to Maya 2012 Explains the core concepts of CG and working in 3D Covers modeling, rigging, HDRI lighting, mental ray rendering, and more Concepts are reinforced with tutorials that offer realistic challenges and clear explanations Color insert provides real-world examples from talented beginning Maya users Build your Maya and animation skills from the ground up with this practical, thorough guide.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 78
    Language: English
    Pages: 1 online resource (xxvi, 716 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 005.8
    RVK:
    Keywords: Malware (Computer software) ; Computer security ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: A computer forensics "how-to" for fighting malicious code and analyzing incidents With our ever-increasing reliance on computers comes an ever-growing risk of malware. Security professionals will find plenty of solutions in this book to the problems posed by viruses, Trojan horses, worms, spyware, rootkits, adware, and other invasive software. Written by well-known malware experts, this guide reveals solutions to numerous problems and includes a DVD of custom programs and tools that illustrate the concepts, enhancing your skills. Security professionals face a constant battle against malicious software; this practical manual will improve your analytical capabilities and provide dozens of valuable and innovative solutions Covers classifying malware, packing and unpacking, dynamic malware analysis, decoding and decrypting, rootkit detection, memory forensics, open source malware research, and much more Includes generous amounts of source code in C, Python, and Perl to extend your favorite tools or build new ones, and custom programs on the DVD to demonstrate the solutions Malware Analyst's Cookbook is indispensible to IT security administrators, incident responders, forensic analysts, and malware researchers.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 79
    Language: English
    Pages: 1 online resource (xxxiii, 593 p.) , ill.
    Edition: 3rd ed.
    Series Statement: Wiley series in communications networking & distributed systems
    Parallel Title: Erscheint auch als
    DDC: 621.382/16
    RVK:
    Keywords: MPLS standard ; Extranets (Computer networks) ; Electronic books ; Electronic books ; local
    Abstract: With a foreword by Yakov Rekhter "Here at last is a single, all encompassing resource where the myriad applications sharpen into a comprehensible text that first explains the whys and whats of each application before going on to the technical detail of the hows." Kireeti Kompella, CTO Junos, Juniper Networks The authoritative guide to MPLS, now in its Third edition, fully updated with brand new material! MPLS is now considered the networking technology for carrying all types of network traffic, including voice telephony, real-time video, and data traffic. In MPLS-Enabled Applications, Third Edition , the authors methodically show how MPLS holds the key to network convergence by allowing operators to offer more services over a single physical infrastructure. The Third Edition contains more than 170 illustrations, new chapters, and more coverage, guiding the reader from the basics of the technology, though all its major VPN applications. MPLS Enabled-Applications contains up-to-date coverage of: The current status and future potential of all major MPLS applications, including L2VPN, L3VPN, pseudowires and VPLS. A new chapter with up to date coverage of the MPLS transport profile, MPLS-TP. MPLS in access networks and Seamless MPLS, the new architecture for extending MPLS into the access, discussed in depth for both the unicast and the multicast case. Extensive coverage of multicast support in L3VPNs (mVPNs), explaining and comparing both the PIM/GRE and the next generation BGP/MPLS solutions, and including a new chapter on advanced topics in next generation multicast VPNs. A new chapter on advanced protection techniques, including detailed discussion of 50 ms end-to-end service restoration. Comprehensive coverage of the base technology, as well as the latest IETF drafts, including topics such as pseudowire redundancy, VPLS multihoming, IRB and P2MP pseudowires. MPLS-Enabled Applications will provide those involved in the design and deployment of MPLS systems, as well as those researching the area of MPLS networks, with a thoroughly modern view of how MPLS is transforming the networking world. "Essential new material for those trying to understand the next steps in MPLS." Adrian Farrel, IETF Routing Area Director " MPLS-Enabled Applications takes a unique and creative approach in explaining MPLS concepts and how they are applied in practice to meet the needs of Enterprise and Service Provider networks. I consistently recommend this book to colleag...
    Note: Includes bibliographical references and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 80
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    Language: English
    Pages: 1 online resource (xv, 430 p., [16] p. of plates) , ill.
    Edition: 2nd ed.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    DDC: 006.696
    RVK:
    Keywords: Blender (Computer file) ; Computer graphics ; Computer animation ; Three-dimensional display systems ; Electronic books ; Electronic books ; local
    Abstract: The exciting new book on the exciting new Blender 2.5! If you want to design 3D animation, here's your chance to jump in with both feet, free software, and a friendly guide at your side! Blender For Dummies, 2 nd Edition is the perfect introduction to the popular, open-source, Blender 3D animation software, specifically the revolutionary new Blender 2.5. Find out what all the buzz is about with this easy-access guide. Even if you're just beginning, you'll learn all the Blender 2.5 ropes, get the latest tips, and soon start creating 3D animation that dazzles. Walks you through what you need to know to start creating eye-catching 3D animations with Blender 2.5, the latest update to the top open-source 3D animation program Shows you how to get the very most out of Blender 2.5's new multi-window unblocking interface, new event system, and other exciting new features Covers how to create 3D objects with meshes, curves, surfaces, and 3D text; add color, texture, shades, reflections and transparency; set your objects in motion with animations and rigging; render your objects and animations; and create scenes with lighting and cameras If you want to start creating your own 3D animations with Blender, Blender For Dummies, 2 nd Edition is where you need to start!
    Note: Previous ed.: 2009. - Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 81
    ISBN: 9783037340936
    Language: English
    Pages: 233 Seiten , Illustrationen, Diagramme , 24 cm
    Edition: 1. Aufl.
    Series Statement: Qu
    DDC: 004.09
    RVK:
    RVK:
    RVK:
    Keywords: Geschichte ; Computersimulation ; Informatik ; Konferenzschrift 2007 ; Konferenzschrift 2007 ; Konferenzschrift ; Informatik ; Computersimulation ; Geschichte
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 82
    ISBN: 9789042031272
    Language: English
    Pages: 481 S. , Ill.
    Series Statement: Architecture, technology, culture 5
    Series Statement: Architecture, technology, culture
    DDC: 302.2
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    RVK:
    Keywords: Mobile communication systems Social aspects ; Interpersonal communication Technological innovations ; Communication and culture ; Technology and the arts ; Art and telecommunication ; Konferenzschrift ; Ubiquitous Computing ; Mobile Computing
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 83
    ISBN: 9783642217968
    Language: English
    Pages: Online-Ressource (XX, 388 S.)
    Edition: Online-Ausg. 2011 Springer eBook collection. Computer science
    Series Statement: Lecture notes in computer science 6778
    Series Statement: Lecture notes in computer science
    Parallel Title: Buchausg. u.d.T. Online communities and social computing
    Parallel Title: Druckausg. Online communities and social computing
    DDC: 004
    RVK:
    Keywords: Computer science ; Computer Communication Networks ; Information systems ; Education ; Computer Communication Networks ; Computer Science ; Computer science ; Education ; Information Systems ; Information systems ; Konferenzschrift ; Konferenzschrift 2011 ; Konferenzschrift ; Social Media ; Soziales Netzwerk ; Soziale Software ; Benutzerfreundlichkeit ; Anwendungssystem ; Informationsmanagement ; Systemplattform
    Note: Literaturangaben
    URL: Volltext  (lizenzpflichtig)
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 84
    ISBN: 9781457721069
    Language: English
    Pages: 1 USB-Stick , graph. Darst. , 12 cm
    RVK:
    Keywords: Digital computer simulation Congresses ; Konferenzschrift ; CD-ROM
    Note: Kongr.-Thema: Simulation for a sustainable world
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 85
    ISBN: 9783642217951 , 3642217958
    Language: English
    Pages: XX, 388 S. , Ill., graph. Darst.
    Series Statement: Lecture notes in computer science 6778
    Series Statement: Lecture notes in computer science
    Parallel Title: Erscheint auch als
    DDC: 302.30285
    RVK:
    Keywords: Anwendungssystem ; Social Media ; Systemplattform ; Soziales Netzwerk ; Benutzerfreundlichkeit ; Informationsmanagement ; Soziale Software ; Konferenzschrift 2011 ; Konferenzschrift 2011 ; Konferenzschrift 2011 ; Kongress ; Konferenzschrift ; Social Media ; Soziales Netzwerk ; Soziale Software ; Benutzerfreundlichkeit ; Anwendungssystem ; Informationsmanagement ; Systemplattform
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 86
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxii, 583 p.) , ill.
    Series Statement: Developer reference
    Parallel Title: Erscheint auch als
    DDC: 005.4/4
    RVK:
    RVK:
    Keywords: Mac OS ; iOS (Electronic resource) ; Operating systems (Computers) ; Macintosh (Computer) ; Programming ; Computer software ; Development ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Everything you need to know to design, code, and build amazing apps Xcode 4 is Apple's newest version of the popular development suite for creating bleeding-edge OS X and iOS apps. Written by an experienced developer and Apple-focused journalist, this book not only covers developing for OS X but also for the entire family of iOS devices, including the iPhone, iPad, and iPod touch. You'll explore the newest tools for compiling, debugging, and finding and fixing common code errors so that you can look forward to improved, smooth-running code that is developed more efficiently than ever. Takes you step-by-step through the process of developing OS X and iOS applications using Xcode 4 Examines the benefits of Xcode 4, Apple's updated, free, object oriented programming environment Helps you tame the complex Xcode environment so you can develop amazing apps This book gets you up to speed on all the remarkable new features and redesigned user interface of Xcode 4 so you can get started creating phenomenal apps today.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 87
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley
    Language: English
    Pages: 1 online resource (xxvii, 740, 25, 9 p.) , ill.
    Edition: 1st ed.
    Parallel Title: Erscheint auch als
    DDC: 005.4/3
    RVK:
    Keywords: VMware ; Handbooks, manuals, etc ; Virtual computer systems ; Handbooks, manuals, etc ; Electronic books ; Electronic books ; local
    Abstract: Your One-Stop Reference for VMware vSphere Automation If you manage vSphere in a Windows environment, automating routine tasks can save you time and increase efficiency. VMware vSphere PowerCLI is a set of pre-built commands based on Windows PowerShell that is designed to help you automate vSphere processes involving virtual machines, datacenters, storage, networks, and more. This detailed guide-using a practical, task-based approach and real-world examples-shows you how to get the most out of PowerCLI's handy cmdlets. Learn how to: Automate vCenter Server and ESX/ESX(i) Server deployment and configuration Create and configure virtual machines and use vApps Secure, back up, and restore your virtual machines Monitor, audit, and report the status of your vSphere environment Use the PowerCLI SDK, PowerWF Studio, and vEcoShell Schedule and view automation Add a GUI front end to your scripts
    Note: Includes bibliographical references (p. 1-9 at end) and index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 88
    Language: English
    Pages: 1 online resource (xxxi, 374 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 004.165
    RVK:
    Keywords: iPad (Computer) ; Application software ; Development ; Business ; Computer programs ; Business ; Data processing ; Mobile computing ; Tablet computers ; Enterprise application integration (Computer systems) ; Electronic books ; Electronic books ; local
    Abstract: Discover how to plan, design, develop, and deploy iPad apps for the enterprise Having taken the enterprise by storm, iPads are now in the hands of workers in virtually every level of companies in almost every industry, and users are beginning to demand line-of-business applications to help them be more productive and efficient from wherever they are. From business intelligence and executive dashboards to customer relationship management and order capture solutions, the iPad has incredible potential to leverage existing investments in information systems and enterprise applications. Even many paper-driven processes today, from sales presentations to survey data capture, can be dramatically enhanced through the introduction of the iPad. This book is a guide for how business and IT must collaborate to develop a mobile strategy to properly take advantage of this transformative technology. Readers will also learn about the high-level software architectural options, the importance of design and user experience, application development tools and techniques, and best practices for deploying and managing iPads in the enterprise. iPad in the Enterprise gets you started immediately planning, designing, developing, deploying, and managing iPad apps specifically for the enterprise.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 89
    Language: English
    Pages: 1 online resource (xxxiii, 878 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    DDC: 005.8
    RVK:
    Keywords: Application software ; Security measures ; Handbooks, manuals, etc ; Internet ; Security measures ; Handbooks, manuals, etc ; Computer security ; Handbooks, manuals, etc ; Electronic books ; Electronic books ; local
    Abstract: The highly successful security book returns with a new edition, completely updated Web applications are the front door to most organizations, exposing them to attacks that may disclose personal information, execute fraudulent transactions, or compromise ordinary users. This practical book has been completely updated and revised to discuss the latest step-by-step techniques for attacking and defending the range of ever-evolving web applications. You'll explore the various new technologies employed in web applications that have appeared since the first edition and review the new attack techniques that have been developed, particularly in relation to the client side. Reveals how to overcome the new technologies and techniques aimed at defending web applications against attacks that have appeared since the previous edition Discusses new remoting frameworks, HTML5, cross-domain integration techniques, UI redress, framebusting, HTTP parameter pollution, hybrid file attacks, and more Features a companion web site hosted by the authors that allows readers to try out the attacks described, gives answers to the questions that are posed at the end of each chapter, and provides a summarized methodology and checklist of tasks Focusing on the areas of web application security where things have changed in recent years, this book is the most current resource on the critical topic of discovering, exploiting, and preventing web application security flaws. Also available as a set with, CEHv8: Certified Hacker Version 8 Study Guide, Ethical Hacking and Web Hacking Set, 9781119072171.
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 90
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xxviii, 497 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.78
    RVK:
    Keywords: Cloud computing ; Web services ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: The complete reference guide to the hot technology of cloud computing Its potential for lowering IT costs makes cloud computing a major force for both IT vendors and users; it is expected to gain momentum rapidly with the launch of Office Web Apps later this year. Because cloud computing involves various technologies, protocols, platforms, and infrastructure elements, this comprehensive reference is just what you need if you'll be using or implementing cloud computing. Cloud computing offers significant cost savings by eliminating upfront expenses for hardware and software; its growing popularity is expected to skyrocket when Microsoft introduces Office Web Apps This comprehensive guide helps define what cloud computing is and thoroughly explores the technologies, protocols, platforms and infrastructure that make it so desirable Covers mobile cloud computing, a significant area due to ever-increasing cell phone and smartphone use Focuses on the platforms and technologies essential to cloud computing Anyone involved with planning, implementing, using, or maintaining a cloud computing project will rely on the information in Cloud Computing Bible .
    Note: Includes index. - Description based on print version record
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 91
    ISBN: 3642235980 , 9783642235986
    Language: English
    Pages: VII, 161 S. , graph. Darst.
    Series Statement: Lecture notes in computer science 6904
    Series Statement: Lecture notes in artificial intelligence
    Series Statement: Lecture notes in computer science
    Parallel Title: Online-Ausg. Analysis of social media and ubiquitous data
    Parallel Title: Erscheint auch als Atzmueller, Martin Analysis of Social Media and Ubiquitous Data
    DDC: 302.23/1
    RVK:
    Keywords: Social media Congresses ; Ubiquitous computing Congresses ; Konferenzschrift ; Konferenzschrift 2010 ; Bibliografie ; Data Mining ; Ubiquitous Computing ; Mobile Computing ; Social Media ; Netzwerkanalyse ; World Wide Web 2.0 ; Benutzerverhalten
    Note: Literaturangaben
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 92
    ISBN: 9783642171833 , 9783642171840
    Language: English
    Pages: 1 Online-Ressource (X, 228 S.) , Ill., graph. Darst.
    Series Statement: Lecture notes in computer science 6259 : State-of-the-Art survey
    Series Statement: Lecture notes in computer science
    DDC: 306.0285
    RVK:
    Keywords: Kulturerbe ; Kulturkontakt ; Archivsystem ; Neue Medien ; Mensch-Maschine-Kommunikation ; Kultur ; Einfluss ; Softwareplattform ; Computerunterstützte Kommunikation ; Kulturgüterschutz ; Paperback / softback ; Research ; agent systems ; cultural context ; cultural issues ; e-culture ; health care ; intercultural collaboration ; knowledge management ; multilingual systems ; regional communities ; regional issues ; web media ; Konferenzschrift 2010 ; Konferenzschrift 2010 ; Konferenzschrift 2010 ; Konferenzschrift ; Neue Medien ; Mensch-Maschine-Kommunikation ; Kultur ; Einfluss ; Kulturerbe ; Kulturgüterschutz ; Archivsystem ; Softwareplattform ; Kulturkontakt ; Computerunterstützte Kommunikation
    Note: Literaturangaben
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 93
    ISBN: 9783642166389
    Language: English
    Pages: Online-Ressource (XIII, 302 S.)
    Edition: Online-Ausg. 2010 Springer eBook collection. Computer science Electronic reproduction; Available via World Wide Web
    Series Statement: Lecture notes in computer science 6432
    Series Statement: Lecture notes in computer science
    Parallel Title: Druckausg. Interactive storytelling
    DDC: 006.7
    RVK:
    Keywords: Computer science ; Information systems ; Education ; Arts ; Konferenzschrift ; Interaktive Medien ; Virtuelle Realität ; Erzählen ; Softwareplattform ; Drama ; Immersion ; Charakter ; Agent ; Rollenspiel ; Autorensystem
    Note: Literaturangaben , Electronic reproduction; Available via World Wide Web
    URL: Volltext  (lizenzpflichtig)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 94
    ISBN: 9781441903129
    Language: English
    Pages: XX, 330 S.
    Edition: Online-Ausg. Springer eBook Collection. Computer Science Electronic reproduction; Available via World Wide Web
    DDC: 302.23
    RVK:
    RVK:
    Keywords: Computer science ; Computer Communication Networks ; Software engineering ; Computer vision ; Konferenzschrift ; Visualisierung
    Abstract: Visual Information Communication is based on VINCI'09, The Visual Information Communications International Conference, September 2009 in Sydney, Australia. Topics covered include The Arts of Visual Layout, Presentation Exploration, The Design of Visual Attributes, Symbols Languages, Methods for Visual Analytics and Knowledge Discovery, Systems, Interfaces and Applications of Visualization, Methods for Multimedia Data Recognition Processing. This cutting-edge book addresses the issues of knowledge discovery, end-user programming, modeling, rapid systems prototyping, education, and design activities. Visual Information Communications is an edited volume whose contributors include well-established researchers worldwide, from diverse disciplines including architects, artists, engineers, and scientists. Visual Information Communication is designed for a professional audience composed of practitioners and researchers working in the field of digital design and visual communications. This volume is also suitable for advanced-level students in computer science.
    Description / Table of Contents: The physical visualization of information : designing data sculptures in an educational context / Andrew V. Moere and Stephanie PatelVisual analysis of history of World Cup : a dynamic network with dynamic hierarchy and geographical clustering / Adel Ahmed ... [et al.] -- From tree to graph : experiments with E-Spring algorithm / Pushpa Kumar, Kang Zhang, and Mao L. Huang -- Visual navigation with schematic maps / Steffen Bogen, Ulrik Brandes, and Hendrik Ziezold -- DOI-Wave : a focus+context interaction technique for networks based on attention-reactive interface / Lei Ren ... [et al.] -- Multi-dimensional data visualization using concentric coordinates / Jiawan Zhang ... [et al.] -- Construct connotation dictionary of visual symbols / Ping Xiao, Ernesto Arroyo, Josep Blat -- Constructing confluent context-sensitive graph grammars from non-confluent productions for parsing efficiency / Yang Zou ... [et al.] -- Experimental color in computer icons / Yan-Peng Lim and Peter C. Woods -- Hidden cluster detection for infectious disease control and quarantine management / Yain W. Si ... [et al.] -- Multi-scale vortex extraction of ocean flow / Cui Xie ... [et al.] -- A novel visualization method for detecting DDoS network attacks / Jiawan Zhang ... [et al.] -- A pool of topics : interactive relational topic visualization for information discovery / Inessa Seifert and Michael Kruppa -- DaisyViz : a model-based user interfaces toolkit for development of interactive information visualization / Lei Ren ... [et al.] -- A new interactive platform for visual analytics of social networks / Quang V. Nguyen and Mao L. Huang -- Strategic paths and memory map : exploring a building and memorizing knowledge / Sandro Varano, Jean-Claude Bignon -- Information visualization approach on the university examination timetabling problem / J. Joshua Thomas, Ahamad T. Khader, Bahari Belaton -- Making traffic safety personal : visualization and customization of national traffic fatalities / Brian N. Hilton, Thomas A. Horan, Benjamin Schooley -- Visualizing table dependency relations to reveal network characters in database applications / Chengying Mao -- Visualized feature modeling in software product line / Li Zheng ... [et al.] -- A useful visualization technique : a literature review for augmented reality and its application, limitation & future direction / Donggang Yu ... [et al.] -- Novel blind steganalysis for JPEG images / Li Zhuo ... [et al.] -- A polarization restraint based fast motion estimation approach to H.264 stereoscopic video coding / Mingjing Ai ... [et al.] -- Multi-core parallel of photon mapping / Huaiqing He ... [et al.].
    Note: "A collection of 24 chapters selected from more than 60 submissions to the VINCI'09 - 2009 Visual Information Communications International Conference that is held in Sydney Australia, September 2009"--Preface , Includes bibliographical references and index , Electronic reproduction; Available via World Wide Web
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 95
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley
    ISBN: 0470525231 , 9780470525234
    Language: English
    Pages: 1 online resource (liii, 953 p.) , ill.
    Edition: 2nd ed.
    Parallel Title: Erscheint auch als
    DDC: 006.6'96
    RVK:
    Keywords: Flash (Computer file) ; ActionScript (Computer program language) ; Computer animation ; Web sites ; Design ; Electronic books ; local
    Abstract: "ActionScript is a popular programming language used primarily for the development of Web sites and software. This update to the successful previous version introduces you to all the exciting new capabilities of ActionScript 3.0. You'll see how ActionScript 3.0 goes beyond its primary use of scripting Flash animations and is now an object-oriented evolution that runs ten times faster than previous versions and can be used in Adobe's new platforms, including Flex and AIR. Hands-on instruction and step-by-step tutorials enhance your learning process as you discover everything you need to know in order to harness the power of ActionScript 3.0. You'll learn the nitty gritty of building Rich Internet Applications (RIA) and the ins and outs of putting the new features of ActionScript 3.0 to work for you"--Resource description page.
    Note: Description based on print version record. - Previous ed.: 2008. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 96
    Online Resource
    Online Resource
    Indianapolis, Ind. : Wiley Pub.
    ISBN: 0470523964 , 9780470523964
    Language: English
    Pages: 1 online resource (xlvi, 745 p.) , ill.
    Edition: 5th ed.
    Parallel Title: Erscheint auch als
    DDC: 006.7/4
    RVK:
    RVK:
    Keywords: HTML (Document markup language) ; Cascading style sheets ; XHTML (Document markup language) ; Electronic books ; local
    Abstract: "The existence of Web pages depends on three vital technologies: HTML (base language that Web pages are written in), XHTML (standards that define how to write HTML pages), and CSS (standard that applies formatting styles to Web pages). This new edition provides you with critical coverage of these three Web authoring standards, and places special focus on the upcoming releases of HTML 5 and CSS 3. Serving as a tutorial and reference, this comprehensive resource explains the basic structure and necessary formatting to create a static (non-changing) and dynamic (changing) page on the Internet"--Resource description page.
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 97
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley Pub.
    ISBN: 0470524650 , 9780470524657
    Language: English
    Pages: 1 online resource (xvi, 367 p.) , ill.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    DDC: 006.7/8
    RVK:
    Keywords: Silverlight (Electronic resource) ; Multimedia systems ; Web sites ; Design ; Application software ; Development ; Electronic books ; local
    Abstract: "Silverlight is a Web browser plugin that enables functions such as animation, streaming media, vector graphics, and audio-video playback that characterize rich Internet applications. It only requires a simple download, after which most end-users are not even aware that it's running. This helpful guide covers everything you need to know in order to start creating applications in Silverlight 4 and then moves on to key topics such as controls, data binding, skinning, using Visual Studio tools, and more"--Resource description page.
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 98
    Online Resource
    Online Resource
    Hoboken, N.J. : Wiley
    Language: English
    Pages: 1 online resource (xx, 307 p.) , ill.
    Series Statement: For dummies
    Parallel Title: Erscheint auch als
    DDC: 005.5/8
    RVK:
    RVK:
    Keywords: Prezi (Computer file) ; Presentation graphics software ; Electronic books ; local ; Einführung
    Abstract: A one-stop resource for an exciting new Web-based, slide-free presentation tool! People who have been seeking a flashier version of PowerPoint have found it-and it's Prezi. A Web-based, slide-free presentation tool, Prezi allows users to create and give rich, Web-based presentations complete with dynamic content, contextual layouts, and eye-catching visuals. Prezi For Dummies gets you rapidly up to speed, including how to think outside the traditional slide, create your project, insert Flash and other graphic files, and publish your presentation to a public domain. You'll also learn valuable tips on what makes a good Prezi. Introduces Prezi, a Web-based, Flash-friendly, dynamic presentation tool Explains how to use online and offline editors and insert images, video, sound, Flash files, and other complex graphics Covers presenting a Prezi, publishing it to a public domain, and collaborating with others Offers tips and insights on what makes a good Prezi-and how to think visually to create content that benefits your business or organization Move beyond slides, put your visual thinking cap on, and get the very most of Prezi with this timely, practical guide.
    Note: Description based on print version record. - Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 99
    Online Resource
    Online Resource
    Indianapolis, IN : Wiley Pub.
    Language: English
    Pages: 1 online resource (xvii, 492 p.) , ill.
    Series Statement: Developer Reference
    DDC: 005.2762
    RVK:
    Keywords: Mac OS ; Java (Computer program language) ; Application software ; Development ; Macintosh (Computer) ; Programming ; Electronic books ; lcgft ; Electronic books ; local
    Abstract: Learn the guidelines of integrating Java with native Mac OS X applications with this Devloper Reference book. Java is used to create nearly every type of application that exists and is one of the most required skills of employers seeking computer programmers. Java code and its libraries can be integrated with Mac OS X features, and this book shows you how to do just that. You'll learn to write Java programs on OS X and you'll even discover how to integrate them with the Cocoa APIs. Shows how Java programs can be integrated with any Mac OS X feature, such as NSView widgets or screen savers Reveals the requirements for integrating Java with native OS X applications Covers OS X libraries and behaviors unique to working with Java With this book, you will learn that creating Java-based applications that integrate closely with OS X is not a myth! Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.
    Note: Includes index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 100
    Online Resource
    Online Resource
    Indianapolis, Ind. : Wiley
    ISBN: 0470554819 , 9780470554814
    Language: English
    Pages: 1 online resource (xliii, 1130 p.) , ill.
    Parallel Title: Erscheint auch als
    DDC: 006.6869
    RVK:
    RVK:
    RVK:
    Keywords: SolidWorks ; Computer graphics ; Computer-aided design ; Electronic books ; local
    Abstract: "SolidWorks is a powerful 3D solid modeling system that is popular with CAD users everywhere, but to become really proficient at the more involved functionality in SolidWorks one really needs specialized training or a comprehensive book like the SolidWorks Bible. Get the guidance you need to efficiently learn and master SolidWorks"--Resource description page.
    Note: Description based on print version record. - Includes index
    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...