Products related to World:
-
World Community
Our Values gives readers their first taste of some of the most important values in today's world.Here children can explore what it means to be part of a society and discover the cultural and spiritual diversity that life has to offer.
Price: 8.99 £ | Shipping*: 3.99 £ -
Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
What is eBPF? With this revolutionary technology, you can write custom code that dynamically changes the way the kernel behaves.It's an extraordinary platform for building a whole new generation of security, observability, and networking tools. This practical book is ideal for developers, system administrators, operators, and students who are curious about eBPF and want to know how it works.Author Liz Rice, chief open source officer with cloud native networking and security specialists Isovalent, also provides a foundation for those who want to explore writing eBPF programs themselves. With this book, you will:Learn why eBPF has become so important in the past couple of yearsWrite basic eBPF code, and manipulate eBPF programs and attach them to eventsExplore how eBPF components interact with Linux to dynamically change the operating system's behaviorLearn how tools based on eBPF can instrument applications without changes to the apps or their configurationDiscover how this technology enables new tools for observability, security, and networking
Price: 44.99 £ | Shipping*: 0.00 £ -
Learning Java Programming in Clara‘s World
This book introduces the key concepts of Java programming through the eyes of a small ladybug called Clara.Clara is a fun and extremely obedient insect, whose journey starts with limited skills.Readers learn programming by making Clara move around and manipulate objects in her world.As the book progresses, Clara becomes more intelligent and acquires new skills and (together with readers) learns by tackling some of the world’s greatest challenges. The book explains programming concepts through real-world problems such as launching rockets into space, automatically patching potholes, developing a vacuum cleaner robot, simulating projectile motion, dynamically avoiding obstacles, delivering mail, etc.Every chapter of the book starts by presenting a challenge and then continues to explain new programming concepts with the focus on tackling this challenge.Focusing the new material explanation on these challenges helps to remind the readers of how this material is connected with the problems that they may encounter in the real world and makes it easier to relate to. You can explore all programming challenges presented in this book on the Clara’s World website.Every programming problem covered in the book has a corresponding link to a problem template (for those readers willing to attempt the problem themselves), the link to the solution of this problem and a video recording of us solving this problem step-by-step.In addition, at the end of each chapter there is a link to fun exercises that readers are recommended to complete.
Price: 49.99 £ | Shipping*: 0.00 £ -
Community : Seeking Safety in an Insecure World
'Community' is one of those words that feels good: it is good 'to have a community', 'to be in a community'. And 'community' feels good because of the meanings which the word conveys, all of them promising pleasures, and more often than not the kind of pleasures which we would like to experience but seem to miss. 'Community' conveys the image of a warm and comfortable place, like a fireplace at which we warm our hands on a frosty day.Out there, in the street, all sorts of dangers lie in ambush; in here, in the community, we can relax and feel safe. 'Community' stands for the kind of world which we long to inhabit but which is not, regrettably, available to us.Today 'community' is another name for paradise lost - but for a paradise which we still hope to find, as we feverishly search for the roads that may lead us there. But there is a price to be paid for the privilege of being in a community.Community promises security but seems to deprive us of freedom, of the right to be ourselves.Security and freedom are two equally precious and coveted values which could be balanced to some degree, but hardly ever fully reconciled.The tension between security and freedom, and between community and individuality, is unlikely ever to be resolved.We cannot escape the dilemma but we can take stock of the opportunities and the dangers, and at least try to avoid repeating past errors. In this important new book, Zygmunt Bauman takes stock of these opportunities and dangers and, in his distinctive and brilliant fashion, offers a much-needed reappraisal of a concept that has become central to current debates about the nature and future of our societies.
Price: 15.99 £ | Shipping*: 3.99 £
-
Which distro do you use, Linux users?
As an AI, I do not have personal preferences or the ability to use operating systems. However, Linux users often choose their distribution based on their specific needs and preferences. Some popular distributions include Ubuntu for its user-friendly interface, Fedora for its focus on the latest technologies, and Debian for its stability and reliability. Ultimately, the choice of distribution depends on the user's requirements and level of expertise.
-
How can one edit a Minecraft server world with World Edit?
To edit a Minecraft server world with World Edit, you first need to have the World Edit plugin installed on your server. Once the plugin is installed, you can use commands such as //set, //replace, //copy, //paste, and many more to make changes to the world. These commands allow you to quickly and efficiently edit large portions of the world, such as creating structures, terraforming the landscape, or copying and pasting buildings. It is important to familiarize yourself with the World Edit commands and syntax to effectively use this tool for editing your Minecraft server world.
-
Which world would you choose as anime fans?
As anime fans, we would likely choose a world that is filled with fantastical elements, unique characters, and exciting adventures. A world where magic exists, where we can go on epic quests, and where we can encounter all sorts of supernatural beings would be ideal. Additionally, a world that allows us to explore different cultures, traditions, and perspectives through the lens of anime would be incredibly appealing to us. Ultimately, we would choose a world that sparks our imagination, captures our hearts, and offers endless possibilities for storytelling and creativity.
-
Are you watching the World Cup, soccer fans?
As an AI, I don't have the capability to watch events like the World Cup. However, I can provide information and updates about the tournament for soccer fans who are interested. If you have any specific questions or need updates on the World Cup, feel free to ask!
Similar search terms for World:
-
Typescript Cookbook : Real World Type-Level Programming
TypeScript is one of the most important tools for JavaScript developers.Still, even experienced developers wonder why the TypeScript compiler is throwing squiggly red lines at them.Enter TypeScript Cookbook. With this practical guide, author Stefan Baumgartner provides senior engineers with solutions for everyday TypeScript problems. If you're conversant with TypeScript as well as JavaScript basics, this book provides actionable recipes to help you tackle a wide array of issues.From setting up complex project structures to developing advanced helper types, each self-contained recipe guides you through the problem and discusses why and how a solution works. The ideal companion for your ongoing TypeScript journey, this cookbook helps you:Dive into the inner workings of the TypeScript type systemIntegrate TypeScript into a variety of projectsCraft advanced type definitions that allow for flexible scenariosCreate useful helper types that function across projectsEnsure readability along with type safetyCreate robust APIs for helper types and their coworkersStrongly type function signatures that rely on string typesWork around limitations of the standard libraryIntegrate TypeScript into advanced React projects
Price: 52.99 £ | Shipping*: 0.00 £ -
Mastering Embedded Linux Programming
Harness the power of Linux to create versatile and robust embedded solutionsAbout This Book• Create efficient and secure embedded devices using Linux• Minimize project costs by using open source tools and programs• Explore each component technology in depth, using sample implementations as a guideWho This Book Is ForThis book is ideal for Linux developers and system programmers who are already familiar with embedded systems and who want to know how to create best-in-class devices.A basic understanding of C programming and experience with systems programming is needed. What You Will Learn• Understand the role of the Linux kernel and select an appropriate role for your application• Use Buildroot and Yocto to create embedded Linux systems quickly and efficiently• Create customized bootloaders using U-Boot• Employ perf and ftrace to identify performance bottlenecks• Understand device trees and make changes to accommodate new hardware on your device• Write applications that interact with Linux device drivers• Design and write multi-threaded applications using POSIX threads• Measure real-time latencies and tune the Linux kernel to minimize themIn DetailMastering Embedded Linux Programming takes you through the product cycle and gives you an in-depth description of the components and options that are available at each stage.You will begin by learning about toolchains, bootloaders, the Linux kernel, and how to configure a root filesystem to create a basic working device.You will then learn how to use the two most commonly used build systems, Buildroot and Yocto, to speed up and simplify the development process.Building on this solid base, the next section considers how to make best use of raw NAND/NOR flash memory and managed flash eMMC chips, including mechanisms for increasing the lifetime of the devices and to perform reliable in-field updates.Next, you need to consider what techniques are best suited to writing applications for your device.We will then see how functions are split between processes and the usage of POSIX threads, which have a big impact on the responsiveness and performance of the final device The closing sections look at the techniques available to developers for profiling and tracing applications and kernel code using perf and ftrace. Style and approach This book is an easy-to-follow and pragmatic guide consisting of an in-depth analysis of the implementation of embedded devices.Each topic has a logical approach to it; this coupled with hints and best practices helps you understand embedded Linux better.
Price: 39.99 £ | Shipping*: 0.00 £ -
The Linux Programming Interface
The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming, and accompanies his explanations with clear, complete example programs.You'll find descriptions of over 500 system calls and library functions, and more than 200 example programs, 88 tables, and 115 diagrams.You'll learn how to: Read and write files efficiently Use signals, clocks, and timers Create processes and execute programs Write secure programs Write multithreaded programs using POSIX threads Build and use shared libraries Perform interprocess communication using pipes, message queues, shared memory, and semaphores Write network applications with the sockets API While The Linux Programming Interface covers a wealth of Linux-specific features, including epoll, inotify, and the /proc file system, its emphasis on UNIX standards (POSIX.1-2001/SUSv3 and POSIX.1-2008/SUSv4) makes it equally valuable to programmers working on other UNIX platforms.The Linux Programming Interface is the most comprehensive single-volume work on the Linux and UNIX programming interface, and a book that's destined to become a new classic.
Price: 94.99 £ | Shipping*: 0.00 £ -
Let's Change the World: Community Spirit : Volume 4
Community Spirit illustrates the richness that comes from making friends and establishing communities. From community gardens and shopping locally to helping a neighbour and sharing produce, being part of a community is invigorating and can start with something as simple as a smile. Helping out is lots of fun. Let’s see who we meet! Communities can change the world. Come on, let’s hit the street!Let’s Change the World is a series of board books targeted at babies, toddlers and grown-ups that encourages creative play while exploring pressing global issues in a positive, uplifting way. For ages 1 and up.
Price: 7.99 £ | Shipping*: 3.99 £
-
Can you download the Minecraft server world?
Yes, you can download the Minecraft server world by accessing the server files and saving the world folder onto your computer. This allows you to back up your world, share it with others, or even transfer it to a different server. Keep in mind that downloading the server world requires access to the server files and permission from the server owner.
-
How can one downgrade the Linux kernel?
To downgrade the Linux kernel, you can follow these steps: 1. First, identify the version of the kernel you want to downgrade to and make sure it is available in your distribution's package repository. 2. Next, use the package manager of your Linux distribution to remove the current kernel version. For example, in Ubuntu, you can use the command `sudo apt-get remove linux-image-<version>`. 3. Then, install the desired kernel version using the package manager. For example, in Ubuntu, you can use the command `sudo apt-get install linux-image-<desired_version>`. 4. Finally, reboot your system to load the downgraded kernel. Keep in mind that downgrading the kernel may have implications for system stability and compatibility with hardware and software, so it's important to carefully consider the reasons for downgrading and to backup important data before proceeding.
-
What makes the Linux kernel so special?
The Linux kernel is special for several reasons. Firstly, it is open-source, meaning that its source code is freely available for anyone to use, modify, and distribute. This has led to a large and active community of developers constantly improving and updating the kernel. Additionally, the Linux kernel is highly customizable and can be tailored to specific needs, making it suitable for a wide range of devices and systems. Finally, the Linux kernel is known for its stability, security, and performance, making it a popular choice for servers, embedded systems, and other critical applications.
-
Why can't the Linux kernel be loaded?
The Linux kernel cannot be loaded because it is a fundamental part of the operating system that needs to be present in memory before any other software can run. The kernel is responsible for managing the system's resources, such as memory, CPU, and devices, and it provides essential services for other software to function. Without the kernel, the operating system cannot start and the computer cannot run any programs. Therefore, the kernel needs to be loaded into memory during the boot process in order for the operating system to become operational.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.