Buy linux-fans.com ?

Products related to Programming:


  • Mastering Embedded Linux Programming
    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

    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 £
  • Learning eBPF : Programming the Linux Kernel for Enhanced Observability, Networking, and Security
    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 £
  • Programming Scala : Scalability = Functional Programming + Objects
    Programming Scala : Scalability = Functional Programming + Objects

    Get up to speed on Scala--the JVM, JavaScript, and natively compiled language that offers all the benefits of functional programming, a modern object model, and an advanced type system.Packed with code examples, this comprehensive book shows you how to be productive with the language and ecosystem right away.You'll learn why Scala is ideal for building today's highly scalable, data-centric applications, while maximizing developer productivity. While Java remains popular and Kotlin has become popular, Scala hasn't been sitting still.This third edition covers the new features in Scala 3.0 with updates throughout the book.Programming Scala is ideal for beginning to advanced developers who want a complete understanding of Scala's design philosophy and features with a thoroughly practical focus. Program faster with Scala's succinct and flexible syntaxDive into basic and advanced functional programming techniquesBuild killer big data and distributed apps using Scala's functional combinators and tools like Spark and AkkaCreate concise solutions to challenging design problems with the sophisticated type system, mixin composition with traits, pattern matching, and more

    Price: 63.99 £ | Shipping*: 0.00 £
  • What is Linux Shell Programming 2?

    Linux Shell Programming 2 is a continuation of the introductory course on shell scripting in the Linux operating system. It covers more advanced topics such as regular expressions, file manipulation, process management, and system administration tasks. The course aims to provide a deeper understanding of shell scripting and how it can be used to automate tasks and improve productivity in a Linux environment. Students will learn how to write more complex scripts and utilize the full power of the shell for system administration and automation.

  • Which Linux is suitable for programming?

    There are several Linux distributions that are suitable for programming, but some popular choices include Ubuntu, Fedora, and Debian. These distributions come with a wide range of programming tools and libraries pre-installed, making it easy for developers to get started. Additionally, they have strong community support and extensive documentation, which can be helpful for programmers looking for resources and assistance. Ultimately, the best Linux distribution for programming will depend on the specific needs and preferences of the individual developer.

  • Where can I find a programming community?

    You can find a programming community in various online platforms such as GitHub, Stack Overflow, Reddit (subreddits like r/programming), and Discord servers dedicated to programming languages or technologies. Additionally, there are local meetups, hackathons, and coding bootcamps where you can connect with like-minded individuals in person. Joining online forums, attending tech conferences, and participating in open-source projects are also great ways to engage with the programming community.

  • Which programming language is suitable for programming?

    The suitability of a programming language depends on the specific requirements of the project. Some popular programming languages like Python, Java, and JavaScript are versatile and widely used for a variety of applications. For web development, JavaScript is commonly used for front-end development, while Python and Java are popular for back-end development. Ultimately, the best programming language for a project will depend on factors such as the project's goals, team expertise, and scalability requirements.

Similar search terms for Programming:


  • Programming Challenges : The Programming Contest Training Manual
    Programming Challenges : The Programming Contest Training Manual

    There are many distinct pleasures associated with computer programming.Craftsmanship has its quiet rewards, the satisfaction that comes from building a useful object and making it work.Excitement arrives with the flash of insight that cracks a previously intractable problem.The spiritual quest for elegance can turn the hacker into an artist.There are pleasures in parsimony, in squeezing the last drop of performance out of clever algorithms and tight coding. The games, puzzles, and challenges of problems from international programming competitions are a great way to experience these pleasures while improving your algorithmic and coding skills.This book contains over 100 problems that have appeared in previous programming contests, along with discussions of the theory and ideas necessary to attack them.Instant onlinegrading for all of these problems is available from two WWW robot judging sites.Combining this book with a judge gives an exciting new way to challenge and improve your programming skills. This book can be used for self-study, for teaching innovative courses in algorithms and programming, and in training for international competition. The problems in this book have been selected from over 1,000 programming problems at the Universidad de Valladolid online judge.The judge has ruled on well over one million submissions from 27,000 registered users around the world to date.We have taken only the best of the best, the most fun, exciting, and interesting problems available.

    Price: 59.99 £ | Shipping*: 0.00 £
  • Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)
    Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)

    Finished size (approx.): width 150 x inner 150 x height 175 mm; package size (approx.): width 375 x inner 75 x height 235 mm Material: ABS, PC, POM Be sure to check the detailed product description at the bottom and precautions before purchasing! To request a return or exchange, please note that it is mandatory to provide a video of the unpacking of the package.

    Price: 175.99 £ | Shipping*: 0.0 £
  • Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)
    Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)

    Finished size (approx.): width 150 x inner 150 x height 175 mm; package size (approx.): width 375 x inner 75 x height 235 mm Material: ABS, PC, POM Be sure to check the detailed product description at the bottom and precautions before purchasing! To request a return or exchange, please note that it is mandatory to provide a video of the unpacking of the package.

    Price: 213.99 € | Shipping*: 0.0 €
  • Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)
    Elekit Programming Follow (Elekit Programming Follow Speak forCHROME Talking Robot Programming MR-9123…)

    Finished size (approx.): width 150 x inner 150 x height 175 mm; package size (approx.): width 375 x inner 75 x height 235 mm Material: ABS, PC, POM Be sure to check the detailed product description at the bottom and precautions before purchasing! To request a return or exchange, please note that it is mandatory to provide a video of the unpacking of the package.

    Price: 253.99 € | Shipping*: 0.0 €
  • Which programming language is suitable for game programming?

    There are several programming languages that are suitable for game programming, but some of the most popular ones include C++, C#, and Java. C++ is often used for high-performance games and is the language of choice for many game engines. C# is commonly used with the Unity game engine and is known for its ease of use and flexibility. Java is also a popular choice for game development, especially for Android games. Ultimately, the best programming language for game development depends on the specific requirements of the game and the developer's familiarity with the language.

  • Which programming language is best for programming games?

    The best programming language for programming games depends on the specific requirements of the game and the preferences of the developer. Some popular languages for game development include C++, C#, and Java. C++ is commonly used for high-performance games that require complex graphics and physics, while C# is often used with game development engines like Unity. Java is also a popular choice for developing mobile games. Ultimately, the best programming language for game development will vary based on the specific needs and goals of the project.

  • Is programming Lego Mindstorms similar to programming PLCs?

    Programming Lego Mindstorms and PLCs (Programmable Logic Controllers) share some similarities as they both involve writing code to control hardware devices. However, there are also significant differences between the two. Lego Mindstorms is typically used for educational purposes and is more user-friendly with a visual programming interface, while PLCs are used in industrial automation and require a more specialized knowledge of ladder logic programming. Additionally, PLCs are designed for real-time control of machinery and processes, whereas Lego Mindstorms is more focused on robotics and educational projects.

  • Which programming language does Google use for programming?

    Google primarily uses programming languages such as Java, Python, C++, and Go for their software development. Java is commonly used for building Android apps and backend services, while Python is used for scripting, automation, and web development. C++ is used for performance-critical components, and Go is used for cloud-based services and infrastructure. Overall, Google uses a variety of programming languages based on the specific requirements of their projects.

* 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.