Search

Current filters:

Current filters:

Author

Subject

Date issued

Search Results

Results 21-30 of 2252 (Search time: 0.039 seconds).
  • Authors: C H, Swaroop;  Advisor: -;  Co-Author: - (2013)

    "A Byte of Python" is a free book on programming using the Python language. It serves as a tutorial or guide to the Python language for a beginner audience. If all you know about computers is how to save text files, then this is the book for you.

  • Authors: Sally-Anne Musgrave, Gross; Laima, George Janciute;  Advisor: -;  Co-Author: - (2018)

    A response is needed to the numerous issues spurred by the expansion of the gig economy, where flexible patterns of employment prevail in contrast to permanent jobs. In this context of the exponential growth of the digital economy and underlying business models the largest nationwide study of its kind into the impact of the working conditions in the UK music industry 'Can Music Make You Sick?' has been conducted by MusicTank/University of Westminster. This research suggests the need to consider the future of work not only from an economic or employment law perspective but from a mental health one too. What are the psychological implications of precarious work and how are factors such as financial instability, the feedback economy and personal relationships reflected in mental health...

  • Authors: Stephen, Mason; Daniel, Seng;  Advisor: -;  Co-Author: - (2017)

    In this updated edition of the well-established practitioner text, Stephen Mason and Daniel Seng have brought together a team of experts in the field to provide an exhaustive treatment of electronic evidence. This fourth edition continues to follow the tradition in English evidence text books by basing the text on the law of England and Wales, with appropriate citations of relevant case law and legislation from other jurisdictions. Stephen Mason (of the Middle Temple, Barrister) is a leading authority on electronic evidence and electronic signatures, having advised global corporations and governments on these topics. He is also the author of Electronic Signatures in Law and editor of International Electronic Evidence, founding the innovative international open access journal Digital...

  • Authors: Paliszkiewicz, Joanna;  Advisor: -;  Co-Author: - (2020)

    This book presents the main challenges and opportunities posed by trust, knowledge management, and communication in the social media age in a manner relevant to both practitioners and scholars. The book is also useful for companies and organizations to leverage trust, knowledge management, and communication for an optimal course of action. This book aims to bring together the theory and practice of trust, knowledge management, and communication in the era of social media. The book provides a theoretical and practical background related to trust, knowledge management, and communication in the era of social media. The editor believes that the collection of articles can be relevant to professionals, researchers, and students’ needs. The authors try to diagnose the situation and show th...

  • Authors: Downey, Allen; Elkner, Jeff; Meyers, Chris;  Advisor: -;  Co-Author: - (2008)

    Allen Downey is an American computer scientist, Professor of Computer Science at the Franklin W. Olin College of Engineering and writer of free textbooks. Downey received in 1989 his BS and in 1990 his MA, both in Civil Engineering from the Massachusetts Institute of Technology, and his PhD in Computer Science from the University of California at Berkeley in 1997. He started his career as Research Fellow in the San Diego Supercomputer Center in 1995. In 1997 he became Assistant Professor of Computer Science at Colby College, and in 2000 at Wellesley College. He was Research Fellow at Boston University in 2002 and Professor of Computer Science at the Franklin W. Olin College of Engineering since 2003. In 2009-2010 he was also Visiting Scientist at Google Inc. Jeffrey Elkner is a h...

  • Authors: Mahmu, Reyhanoglu; Geer, De Cubber;  Advisor: -;  Co-Author: - (2020)

    This book presents recent studies of unmanned robotic systems and their applications. With its five chapters, the book brings together important contributions from renowned international researchers. Unmanned autonomous robots are ideal candidates for applications such as rescue missions, especially in areas that are difficult to access. Swarm robotics (multiple robots working together) is another exciting application of the unmanned robotics systems, for example, coordinated search by an interconnected group of moving robots for the purpose of finding a source of hazardous emissions. These robots can behave like individuals working in a group without a centralized control.

  • Authors: Liu, Yaning;  Advisor: -;  Co-Author: - (2020)

    "The book is based on “First semester in Numerical Analysis with Julia”, written by Giray Ökten. The contents of the original book are retained, while all the algorithms are implemented in Python (Version 3.8.0). Python is an open source (under OSI), interpreted, general-purpose programming language that has a large number of users around the world. Python is ranked the third in August 2020 by the TIOBE programming community index, a measure of popularity of programming languages, and is the top-ranked interpreted language. We hope this book will better serve readers who are interested in a first course in Numerical Analysis, but are more familiar with Python for the implementation of the algorithms. The first chapter of the book has a self-contained tutorial for Python, includin...

  • Authors: McFadyen, Ron;  Advisor: -;  Co-Author: - (2016)

    This text is a free introductory text that introduces MS Access and relational database design. The motivation is to support a second-year course on database systems which, to the student, is either a service course providing an introduction to database concepts, or, as a prerequisite for more advanced study in the field.

  • Authors: Bernstein, David;  Advisor: -;  Co-Author: - (2022)

    Programming patterns are solutions to problems that require the creation of a small fragment of code that will be part of a larger program. Hence, this book is about teaching you how to write such fragments of code. However, it is not about teaching you the syntax of the statements in the fragments, it assumes that you already know the syntax. Instead, it is about finding solutions to problems that arise when first learning to program.

  • Authors: McFadyen, Ron;  Advisor: -;  Co-Author: - (2016)

    This book is Part II of a two-part set that introduces the Java programming language. The text assumes the student will be using the BlueJ development environment and provides some introductory BlueJ material. Our experience has been that BlueJ is easy to learn and provides a good programming environment for the beginner programmer.