Computer ScienceScience & MathematicsEconomics & FinanceBusiness & ManagementPolitics & GovernmentHistoryPhilosophy
Swift Notes for Professionals
The Swift Notes for Professionals book is compiled from Stack Overflow Documentation, the content is written by the beautiful people at Stack Overflow....
Robotic Process Automation Succinctly
Around the world, organizations are facing the challenge of becoming more efficient by increasing productivity with their existing resources - or sometimes even less. Robotic process automation (RPA) is a technology that can augment the productivity of human workers by liberating them from tedious and repetitive tasks that can be performed faster a...
GNU SED
The book heavily leans on examples to present features of sed as well as regular expressions one by one. It is recommended that you manually type each example and experiment with them. Understanding both the nature of sample input string and the output produced is essential. You should have prior experience working with command line and bash she...
Java Succinctly Part 2
In this second e-book on Java, Christopher Rose takes readers through some of the more advanced features of the language. Java Succinctly Part 2 explores powerful and practical features of Java, such as multithreading, building GUI applications, and 2-D graphics and game programming. Then learn techniques for using these mechanisms in coherent proj...
The Coder's Apprentice
The Coder's Apprentice is a course book, written by Pieter Spronck, that is aimed at teaching Python 3 to students and teenagers who are completely new to programming. Contrary to many of the other books that teach Python programming, this book assumes no previous knowledge of programming on the part of the students, and contains numerous exer...
GNU GREP and RIPGREP
The book heavily leans on examples to present features of grep as well as regular expressions one by one. It is recommended that you manually type each example and experiment with them. Understanding both the nature of sample input string and the output produced is essential. You should have prior experience working with command line and bash sh...
The fish that couldn't swim
Have you ever heard of a fish that can't swim? A boy who can run, jump, and climb but cannot swim brings a fish to life and learns from it....
Where is Lulu?
Where is Lulu and why is she hiding? To avoid returning a favorite book to the library, Lulu hides from her mother....
Who takes the Train?
Naledi is taking the train for the first time and wonders what kind of people she will see. The train is full of surprises! Taking the train for the first time, Naledi wonders what kind of people she and her mother will meet on their way to the beach....
Zanele sees numbers
There are numbers everywhere, but Zanele can't see them....
Wiggle jiggle
Wiggle jiggle wriggle with the wiggly worm, on a fun adventure that is full of surprises....
Woof-woof!
Doggy wants to play, but Baby is scared....
B C, Before Computers
The idea that the digital age has revolutionized our day-to-day experience of the world is nothing new, and has been amply recognized by cultural historians. In contrast, Stephen Robertson's BC: Before Computers is a work which questions the idea that the mid-twentieth century saw a single moment of rupture. It is about all the things that we ...
Creative Commons for Educators and Librarians
The figures are eye-opening: more than 1.6 billion works on 9 million websites are licensed under Creative Commons (CC). These materials constitute an extraordinarily rich repository for teaching, learning, sharing, and creative reuse. Knowing your way around CC will help you make the most of the Open Access (OA) and open educational resources (OER...
Human Challenge Studies in Endemic Settings
This open access book provides an extensive review of ethical and regulatory issues related to human infection challenge studies, with a particular focus on the expansion of this type of research into endemic settings and/or low- and middle-income countries (LMICs). Human challenge studies (HCS) involve the intentional infection of research partici...
Modeling Excitable Tissue
This open volume presents a novel computational framework for understanding how collections of excitable cells work. The key approach in the text is to model excitable tissue by representing the individual cells constituting the tissue. This is in stark contrast to the common approach where homogenization is used to develop models where the cells a...
Sustainable Land Management in a European Context
This open book present and discuss current issues and innovative solution approaches for land management in a European context. Manifold sustainability issues are closely interconnected with land use practices. Throughout the world, we face increasing conflict over the use of land as well as competition for land. Drawing on experience in sustainab...
When Can Oil Economies Be Deemed Sustainable?
This open book questions the stereotype depicting all Gulf (GCC) economies as not sustainable, and starts a critical discussion of what these economies and polities should do to guarantee themselves a relatively stable future. Volatile international oil markets and the acceleration of the energy transition has challenged the notion that oil revenu...
Orthogeriatrics
This new open access edition supported by the Fragility Fracture Network aims at giving the widest possible dissemination on fragility fracture (especially hip fracture) management and notably in countries where this expertise is sorely needed. It has been extensively revised and updated by the experts of this network to provide a unique and reliab...
Migration and Social Protection in Europe and Beyond (Volume 1)
This first open access book in a series of three volumes provides an in-depth analysis of social protection policies that EU Member States make accessible to resident nationals, non-resident nationals and non-national residents. In doing so, it discusses different scenarios in which the interplay between nationality and residence could lead to ineq...
Computational Cognitive Modeling and Linguistic Theory
This open book introduces a general framework that allows natural language researchers to enhance existing competence theories with fully specified performance and processing components. Gradually developing increasingly complex and cognitively realistic competence-performance models, it provides running code for these models and shows how to fit t...
The Challenges of Religious Literacy
This open book presents religious literacy as the main explanatory factor when dealing with certain ethnic groups that attract stereotypes which gloss over other personal factors such as age, class, gender and cultural differences. It discusses freedom of religion, and the Christian revival movement. It examines religious literacy and religious div...
Craftspeople and Designer Makers in the Contemporary Creative Economy
This open book explores the experience of working as a craftsperson or designer maker in the contemporary creative economy. The authors utilise evidence from the only major empirical study to explore the skills required and the challenges facing contemporary makers in an increasingly crowded marketplace. Drawing upon 180 interviews with peak organi...
The Art of Sustainable Performance
This open access book revisits common notions on how to select and recruit the right employees. It reveals that the secret of successful individuals and teams lies in a combination of talent and four important performance indicators, offering an innovative approach that companies can fruitfully adopt. Bas Kodden has studied key performance indicato...
Inclusion, Education and Translanguaging
This open book is designed as an international anthology on the broader subject of inclusion, education, social justice and translanguaging. Prefaced by Ofelia GarcĂ­a, the volume unites conceptional and empirical contributions focusing on various actors within educational institutions, from early childhood to secondary education and teacher traini...
Mathematics Teacher Education in the Andean Region and Paraguay
This book is an excellent synthesis of the initial and continuing preparation for Mathematics Teaching in Bolivia, Ecuador, Paraguay and Peru, from which comparative analyses can be made that show similarities and differences, and highlight various perspectives. In February 2016, the 5th Capacity and Networking Project (CANP) workshop of the Inter...
Discrete Mathematics
Discrete Mathematics: An Open Introduction is a free, open source textbook appropriate for a first or second year undergraduate course for math majors, especially those who will go on to teach. Since Spring 2013, the book has been used as the primary textbook or a supplemental resource at more than 75 colleges and universities around the world (see...
Learn Programming
This book is aimed at readers who are interested in software development but have very little to no prior experience. The book focuses on teaching the core principles around software development. It uses several technologies to this goal (e.g. C, Python, JavaScript, HTML, etc.) but is not a book about the technologies themselves. The reader will le...
Managing Projects with GNU Make
The utility simply known as make is one of the most enduring features of both Unix and other operating systems. First invented in the 1970s, make still turns up to this day as the central engine in most programming projects; it even builds the Linux kernel. In the third edition of the classic Managing Projects with GNU make, readers will learn why ...
Learning PHP
PHP is a widely-used open source programming language. It is especially suited for web development. The unique thing about PHP is that it serves both beginners as well as experienced developers. It has a low barrier to entry so it is easy to get started with, and at the same time, it provides advanced features offered in other programming languages...
Learning Microsoft SQL Server
Microsoft SQL Server is a relational database management system developed by Microsoft. It is an unofficial and free Microsoft SQL Server ebook created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow....
Learning Haskell
Haskell is a general-purpose, statically typed, purely functional programming language with type inference and lazy evaluation. It is an unofficial and free Haskell book created for educational purposes. All the content is extracted from Stack Overflow Documentation, which is written by many hardworking individuals at Stack Overflow....

1 ... 15 16 17 18 19