the linux programming interface a linux and unix system programming handbook 1593272200
The Linux Programming Interface: A Linux and UNIX System Programming Handbook (1593272200)
Kniha - anglicky, Pevná bez přebalu lesklá - anglicky, pevná bez přebalu lesklá The Linux Programming Interface 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 POIX threads- Build and use shared libraries- Perform interprocess communication using pipes, message...
Objev podobné jako The Linux Programming Interface: A Linux and UNIX System Programming Handbook (1593272200)
System Programming in Linux - Stewart Weiss
Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure of the Unix OS work. The author''s friendly, conversational style reflects his more than 40 years of experience teaching this material. Numerous diagrams included in each chapter illustrate and simplify key concepts, while hands-on projects help to cement lessons that build on one another through the book. Prior programming experience, preferably in C or C++, is helpful but not required. No knowledge of Linux or Unix is necessary, but readers will need access to a Linux system.Linux and Unix are essentially two takes on the same operating system, with Linux serving as the free, open-source version. This book serves as an all-around introduction to programming for a Linux or Unix operating system, covering how to write programs on and for the Linux OS, how to work efficiently within a Unix/Linux environment, and how the underlying design and structure ... Unknown localization key: "more"
Objev podobné jako System Programming in Linux - Stewart Weiss
Linux with Operating System Concepts - Richard Fox
A True Textbook for an Introductory Course, System Administration Course, or a Combination CourseLinux with Operating System Concepts, Second Edition merges conceptual operating system (OS) and Unix/Linux topics into one cohesive textbook for undergraduate students. The book can be used for a one- or two-semester course on Linux or Unix. It is complete with review sections, problems, definitions, concepts and relevant introductory material, such as binary and Boolean logic, OS kernels and the role of the CPU and memory hierarchy.Details for Introductory and Advanced UsersThe book covers Linux from both the user and system administrator positions. From a user perspective, it emphasizes command-line interaction. From a system administrator perspective, the text reinforces shell scripting with examples of administration scripts that support the automation of administrator tasks.Thorough Coverage of Concepts and Linux CommandsThe author incorporates OS concepts not found in most Linux/Unix textbooks, including kernels, file systems, storage devices, virtual memory and process management. He also introduces computer science topics, such as computer networks and TCP/IP, interpreters versus compilers, file compression, file system integrity through backups, RAID and encryption technologies, booting and the GNUs C compiler.New in this EditionThe book has been updated to systemd Linux and the newer services like Cockpit, ... Unknown localization key: "more"
Objev podobné jako Linux with Operating System Concepts - Richard Fox
Podívejte se také
Florence and the Machine Dance Fever deluxe tracklist
kolekční edice Florence and the Machine CD
Florence and the Machine nové album 2022
profesionální audio interface s 14 vstupy
multi-interface skener RS232 KBW USB
projektor s Linux OS a Netflix
projektor s integrovaným Linux OS
dotykový monitor kompatibilní s Windows a Linux
David Bowie The Man Who Sold The World LP vinyl
Bob Quant kniha The Man From The Welfare
kniha The World of the Dark Crystal
kniha podobná Tomorrow and Tomorrow and Tomorrow
CERSANIT předstěnový instalační systém SYSTEM 50 MECH
BaByliss The Crimper 2165CE s plovoucími destičkami
John Cotton set přikrývky a polštáře The First 140x200 cm
povlečení Glow in the Dark pro fanoušky
Linux Basics for Hackers: Getting Started with Networking, Scripting, and Security in Kali (1593278551)
Kniha - autor Occupytheweb, 248 stran, anglicky, brožovaná bez přebalu matná This practical, tutorial-style book uses the Kali Linux distribution to teach Linux basics with a focus on how hackers would use them. Topics include Linux command line basics, filesystems, networking, BASH basics, package management, logging, and the Linux kernel and drivers. If you're getting started along the exciting path of hacking, cybersecurity, and pentesting, Linux Basics for Hackers is an excellent first step. Using Kali Linux, an advanced penetration testing distribution of Linux, you'll learn the basics of using the Linux operating system and acquire the tools and techniques you'll need to take control of a Linux environment. First, you'll learn how to install Kali on a virtual machine and get an introduction to basic Linux concepts. Next, you'll tackle broader Linux topics like manipulating text, controlling file and directory permissions, and managing user environment...
Objev podobné jako Linux Basics for Hackers: Getting Started with Networking, Scripting, and Security in Kali (1593278551)
C++ Programming Language, The - Bjarne Stroustrup
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language—its facilities, abstraction mechanisms, standard libraries, and key design techniques. Throughout, Stroustrup presents concise, “pure C++11†examples, which have been carefully crafted to clarify both usage and program design. To promote deeper understanding, the author provides extensive cross-references, both within the book and to the ISO standard. New C++11 coverage includes Support for concurrency Regular expressions, resource management pointers, random numbers, and improved containers General and uniform initialization, simplified for-statements, move semantics, and Unicode support Lambdas, general constant expressions, control over class defaults, variadic templates, template aliases, and user-defined literals Compatibility issues Topics addressed in this comprehensive book include Basic facilities: type, object, scope, storage, computation fundamentals, and more Modularity, as supported by namespaces, source files, and exception handling C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional ... Unknown localization key: "more"
Objev podobné jako C++ Programming Language, The - Bjarne Stroustrup
Learn PowerShell in a Month of Lunches: Covers Windows, Linux, and macOS - Don Jones, Tyler Leonhardt, Travis Plunk, Jeffery Hicks, James Petty
"Not only for MacOS and Linux users, but also a great resource for Windows PS users." - Bruce Bergman Learn PowerShell in a Month of Lunches: Covers Windows, Linux, and macOS is a task-focused tutorial for administering Linux and macOS systems using Microsoft PowerShell. Adapted by PowerShell team members Travis Plunk and Tyler Leonhardt from the bestselling Learn Windows PowerShell in a Month of Lunches by community legends Don Jones and Jeffrey Hicks, it features Linux-based examples covering core language features and admin tasks. Designed for busy IT professionals, this innovative guide will take you from the basics to PowerShell proficiency through 25 tutorials you can do in your lunch break. about the technologyThe PowerShell scripting language and administrative shell was initially created for Windows, providing a high-quality command-line interface and awesome automation features. As part of Microsoft''s ongoing strategy to support non-Windows platforms with its Azure cloud service and .NET Core framework, PowerShell now runs on Linux and macOS. Like Bash, PowerShell can execute and script nearly any aspect of Linux, so you can easily manage repetitive daily tasks, servers, Cloud resources, Continuous Integration pipelines, and more. Because PowerShell is a full-featured programming language, however, it provides capability well ... Unknown localization key: "more"
Objev podobné jako Learn PowerShell in a Month of Lunches: Covers Windows, Linux, and macOS - Don Jones, Tyler Leonhardt, Travis Plunk, Jeffery Hicks, James Petty
Linux Command Line and Shell Scripting Bible - Paul Richard Blum, Christine Bresnahan
The latest update to the gold standard in Linux shell scripting guides In the newly revised fifth edition of Linux Command Line and Shell Scripting Bible, experienced system and network administrator Richard Blum delivers an up-to-date and authoritative discussion of the fundamentals of shell scripting in Linux, as well as the advanced topics, working examples, and real-world applications that equip you to administer Linux systems. The book includes usable scripts and brand-new coverage for DevOps engineers interested in deploying applications on a variety of Linux distributions and cloud platforms while minimizing compatibility issues. You'll also find: Concrete strategies and practical tips to help you understand the Linux Shell and write basic script utilitiesStep-by-step instructions on how to schedule scripts to run automatically to perform standard Linux administration and DevOps functions for youEasy-to-follow tutorials of alternative shells, including zsh, tcsh, and the Korn shellAdvanced shell scripting techniques, including functions, sed, gawk, and regular expressions Perfect for aspiring and practicing Linux system administrators, Linux Command Line and Shell Scripting Bible is also a must-read for anyone who uses a Linux at home or at work.
Objev podobné jako Linux Command Line and Shell Scripting Bible - Paul Richard Blum, Christine Bresnahan
Go Programming Language, The - Brian Kernighan, Alan Donovan
The authoritative resource to writing clear and idiomatic Go to solve real-world problems Google’s Go team member Alan A. A. Donovan and Brian Kernighan, co-author of The C Programming Language, provide hundreds of interesting and practical examples of well-written Go code to help programmers learn this flexible, and fast, language. It is designed to get you started programming with Go right away and then to progress on to more advanced topics. Basic components : an opening tutorial provides information and examples to get you off the ground and doing useful things as quickly as possible. This includes: command-line arguments gifs URLs web servers Program structure : simple examples cover the basic structural elements of a Go program without getting sidetracked by complicated algorithms or data structures. Data types: Go offers a variety of ways to organize data, with a spectrum of data types that at one end match the features of the hardware and at the other end provide what programmers need to conveniently represent complicated data structures. Composite types : arrays slices maps structs JSON test and HTML templates Functions : break a big job into smaller pieces that might well be written by different people separated by both ... Unknown localization key: "more"
Objev podobné jako Go Programming Language, The - Brian Kernighan, Alan Donovan
Linux+ and LPIC-1 Guide to Linux Certification - Jason Eckert
Eckert''s LINUX+ and LPIC-1 GUIDE TO LINUX CERTIFICATION, 6th EDITION, empowers you with the knowledge and skills you need to succeed on CompTIA''s Linux®+ (XKO-005) certification exam and the Linux Professional Institute LPIC-1 (101-500 and 102-500) certification exams, as well as in your information technology career. The book covers the latest Linux® distributions, as well as virtualization, containerization, cloud orchestration and enterprise storage. Comprehensive coverage also addresses key job-related services and cloud technologies, including firewalls, FTP, NFS, Samba, Apache, DNS, DHCP, NTP, Postfix, PostgreSQL, SSH, VNC, RDP, Docker and Kubernetes. Appendices allow you to apply your Linux knowledge to macOS® and FreeBSD®. Hands-on projects give you practice using the latest Fedora™ and Ubuntu® Linux® distributions and can be performed on either a Windows® PC (Intel® or ARM®) or macOS® PC (Intel® or Apple® Silicon).
Objev podobné jako Linux+ and LPIC-1 Guide to Linux Certification - Jason Eckert
Cambridge IGCSE and O Level Computer Science Algorithms, Programming and Logic Workbook - David Watson, Helen Williams
This series is fully endorsed by Cambridge International to support the full syllabus for examination from 2023. Develop algorithmic and computational thinking and programming skills with further practise questions and activities. This Workbook provides additional support with practical exam-style questions for Cambridge IGCSEâ„¢ and O Level Computer Science. - Become accomplished computer scientists: the workbook provides a series of questions designed to test and develop computational thinking skills in order to solve problems.Answers to the Algorithms, Programming and Logic Workbook are available in our Teacher''s Guide with Boost Subscription 9781398318502
Objev podobné jako Cambridge IGCSE and O Level Computer Science Algorithms, Programming and Logic Workbook - David Watson, Helen Williams
Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Functional Programming in Kotlin is a reworked version of the bestselling Functional Programming in Scala, with all code samples, instructions, and exercises translated into the powerful Kotlin language. In this authoritative guide, you’ll take on the challenge of learning functional programming from first principles, and start writing Kotlin code that’s easier to read, easier to reuse, better for concurrency, and less prone to bugs and errors. about the technologyKotlin is a new JVM language designed to interoperate with Java and offer an improved developer experience for creating new applications. It’s already a top choice for writing web services, and Android apps. Although it preserves Java’s OO roots, Kotlin really shines when you adopt a functional programming mindset. By learning the core principles and practices of functional programming outlined in this book, you’ll start writing code that’s easier to read, easier to test and reuse, better for concurrency, and less prone to bugs. about the book Functional Programming in Kotlin is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. Based on the bestselling Functional Programming in Scala, this book guides intermediate Java and Kotlin programmers from basic techniques to advanced topics ... Unknown localization key: "more"
Objev podobné jako Functional Programming in Kotlin - Runar Bjarnason, Paul Chiusano, Marco Vermeulen
Controversial Issues in Adventure Programming - Mark Wagstaff, Bruce Martin
Controversial Issues in Adventure Programming offers an engaging approach to the consideration of enduring, current, and emerging issues in the field. Written primarily for upper-level undergraduate and graduate students, the text presents 20 issues in a debate format, challenging students to participate in critical discourse concerning these issues as practitioners in the field of adventure programming. Respected authors Bruce Martin and Mark Wagstaff have assembled a team of more than 50 contributors from around the globe to reassess some of the underlying assumptions on which adventure programming is based. They have critically examined implications of new developments for emerging practice and discussed how best to position the field of adventure programming in addressing broader societal concerns. To set the stage for the debate, each issue is prefaced with a general overview, including the evolution of the issue and its significance in light of broader social concerns. Then, contributors present the pros and cons of each issue. A debate format helps students develop an understanding of the key points around each issue while also becoming familiar with current research pertinent to these issues. This approach also encourages students to grapple with these issues and begin to develop their own informed, thoughtful ... Unknown localization key: "more"
Objev podobné jako Controversial Issues in Adventure Programming - Mark Wagstaff, Bruce Martin
Code-It: How To Teach Primary Programming Using Scratch - Phil Bagge
The Scratch: The ideal place to begin programming!Key Stage 2 Programming Curriculum Guide .Most primary teachers and pupils have little – if any – experience programming. This book, classroom-tested and perfected by the author through his website code-it.co.uk, aids teachers in providing Key Stage 2 pupils with an exciting and challenging computer science curriculum.Code It can be used to supplement existing programming modules or as a complete KS2 computer science program of study. It contains a series of programming projects that gradually introduce pupils to algorithm design and evaluation, generalisation and decomposition. Pupils will learn how to use sequence, repetition, selection and variables through becoming creators of a wide variety of programming projects. Maths, literacy, humanities, gaming, music and control skills are all put to the test.There are four pupil workbooks to provide structure, resources and home learning links. These are designed to work in conjunction with the teacher book. A growing bank of online videos are also available, designed to help teachers improve their own skills and take full advantage of the cross-curricular benefits of developing depth in programming.The Scratch programming language, already widely recognised in schools, is freely accessible online or as a download at home. Scratch is ... Unknown localization key: "more"
Objev podobné jako Code-It: How To Teach Primary Programming Using Scratch - Phil Bagge
The Autism and Neurodiversity Self Advocacy Handbook - Yenn Purkis, Barb Cook
Being autistic, you might come across more challenges than others around you, such as dealing with ableism, discrimination in employment or difficulties in your relationships. Learning to successfully self-advocate will help you to build confidence, strengthen your relationships and ensure your needs are met.Written by two autistic activists, this book will give you the tools and strategies to advocate for yourself in any situation. It covers specific scenarios including work, school, and family and relationships, as well as looking at advocacy for the wider community, whether that''s through social media, presentations or writing. Additionally, the book provides advice on building independence, developing your skills, standing up for others and resolving conflict.The authors also explore the overall impact of self-advocacy in all areas of your life, building a sense of confidence, resilience and control. Drawing on the authors'' extensive experience, this book will help you to successfully prioritise your needs and rights, challenge what is unfair or unjust and make your voice heard.
Objev podobné jako The Autism and Neurodiversity Self Advocacy Handbook - Yenn Purkis, Barb Cook
Teaching Primary Programming with Scratch Pupil Book Year 4 - Phil Bagge
These books, classroom-tested and perfected by Phil Bagge through his website code-it.co.uk and published in conjunction with Hampshire Inspection and Advisory Service (HIAS), aid teachers in providing Key Stage 2 pupils with an exciting and challenging computer science curriculum.They can be used to supplement existing programming modules or as a complete KS2 computer science program of study. They contain a series of programming projects that gradually introduce pupils to algorithm design and evaluation, generalisation and decomposition. Pupils will learn how to use sequence, repetition, selection and variables through becoming creators of a wide variety of programming projects. Maths, literacy, humanities, gaming, music and control skills are all put to the test.There are four pupil workbooks to provide structure, resources and home learning links. These are designed to work in conjunction with the teacher book. In addition, there are also two home learning books that have been devised for children to learn programming outside of school. A growing bank of online videos are also available, designed to help teachers improve their own skills and take full advantage of the crosscurricular benefits of developing depth in programming.The Scratch programming language, widely recognised in schools, is freely accessible online or as a download ... Unknown localization key: "more"
Objev podobné jako Teaching Primary Programming with Scratch Pupil Book Year 4 - Phil Bagge
Python Network Programming Cookbook - - Dr. M. O. Faruque Sarker, Pradeeban Kathiravelu
Discover practical solutions for a wide range of real-world network programming tasksAbout This Book• Solve real-world tasks in the area of network programming, system/networking administration, network monitoring, and more. • Familiarize yourself with the fundamentals and functionalities of SDN• Improve your skills to become the next-gen network engineer by learning the various facets of Python programmingWho This Book Is ForThis book is for network engineers, system/network administrators, network programmers, and even web application developers who want to solve everyday network-related problems. If you are a novice, you will develop an understanding of the concepts as you progress with this book. What You Will Learn• Develop TCP/IP networking client/server applications• Administer local machines' IPv4/IPv6 network interfaces• Write multi-purpose efficient web clients for HTTP and HTTPS protocols• Perform remote system administration tasks over Telnet and SSH connections• Interact with popular websites via web services such as XML-RPC, SOAP, and REST APIs• Monitor and analyze major common network security vulnerabilities• Develop Software-Defined Networks with Ryu, OpenDaylight, Floodlight, ONOS, and POX Controllers• Emulate simple and complex networks with Mininet and its extensions for network and systems emulations• Learn to configure and build network systems and Virtual Network Functions (VNF) in heterogeneous deployment environments• Explore ... Unknown localization key: "more"
Objev podobné jako Python Network Programming Cookbook - - Dr. M. O. Faruque Sarker, Pradeeban Kathiravelu
Linux All-In-One For Dummies - Richard Blum
Linux is for everyone! Linux All-in-One For Dummies breaks down the ever-popular operating system to its basics and trains users on the art of Linux. This handy reference covers all the latest updates and operating system features. It presents content on Linux desktops, applications, and more. With eight books in one, you’ll have access to the most comprehensive overview of Linux around. Explore the inner workings of Linux machines, so you’ll know Linux front to back. This all-inclusive handbook also walks you through solving Linux problems—complete with hands-on examples—so you’ll be a Linux whiz before you know it. Get familiar with Linux as you install and customize the operating systemLearn how to navigate the file system, use the Linux shell, and get onlineBecome a Linux guru with server hosting, scripting, and security how-tosStudy for your Linux certification by using this complete guide as your referenceThis book is a massive source of support for beginning and intermediate Linux users, as well as those looking to brush up on their knowledge for certification. And, thanks to the signature Dummies approach, it’s also a lot of fun.
Objev podobné jako Linux All-In-One For Dummies - Richard Blum
Beginning Programming with Python For Dummies - John Paul Mueller
Create simple, easy programs in the popular Python language Beginning Programming with Python For Dummies is the trusted way to learn the foundations of programming using the Python programming language. Python is one of the top-ranked languages, and there’s no better way to get started in computer programming than this friendly guide. You’ll learn the basics of coding and the process of creating simple, fun programs right away. This updated edition features new chapters, including coverage of Google Colab, plus expanded information on functions and objects, and new examples and graphics that are relevant to today’s beginning coders. Dummies helps you discover the wealth of things you can achieve with Python. Employ an online coding environment to avoid installation woes and code anywhere, any time Learn the basics of programming using the popular Python language Create easy, fun projects to show off your new coding chops Fix errors in your code and use Python with external data sets Beginning Programming with Python For Dummies will get new programmers started—the easy way.Â
Objev podobné jako Beginning Programming with Python For Dummies - John Paul Mueller
Programming in C - Stephen Kochan
Programming in C will teach you how to write programs in the C programming language. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java. This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction. All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference. “Absolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text....This is the book I used to learn C–it’s a great book.†–Vinit S. Carpenter, Learn C/C++ Today
Objev podobné jako Programming in C - Stephen Kochan
Functional Programming in C++ - Ivan Cukic
Functional programming is becoming a required skill for allprogrammers, and for good reason. The functional style ofprogramming lets developers to write more concise code, which tendsto have fewer bugs. Functional Programming in C++ teaches developers the practical sideof functional programming and what tools C++ provides to developsoftware in the functional style. KEY FEATURES• Practical-guide• Hands-on examples• Step-by-step instructions This book is for developers who have worked professionally with C++for 2 or more years. ABOUT THE TECHNOLOGYBroadly speaking, Functional Programming is a style of programmingwhere the main programming building blocks are functions, asopposed to objects and procedures. AUTHOR BIOIvan Čukić has been teaching modern C++ techniques and functionalprogramming at the Faculty of Mathematics in Belgrade for 6 years and hasbeen using C++ for more than 15 years. He has been researching functionalprogramming in C++ before and during his PhD studies, and uses thetechniques in real-world projects. He is one of the core developers in KDE,the largest free/libre open source C++ project.
Objev podobné jako Functional Programming in C++ - Ivan Cukic
Scratch Programming in easy steps - McManus Sean
The Scratch programming language is widely used in schools and on the Raspberry Pi. Its drag-and-drop commands make it an ideal language for all ages to learn to program. And this popular book, Scratch Programming in easy steps, now fully updated for Scratch 3, is packed with ideas and games that illustrate what’s possible with Scratch.Scratch makes it easy to create your own games, animations, music, art or applications. It’s the perfect way to learn programming because it takes away a lot of the complexity. That means you can focus on having great ideas and bringing them to life. With Scratch Programming in easy steps, 2nd edition as your companion, you’ll learn how to: Build games that require skill, knowledge or quick fingersAdd musicCreate eye-catching visual effectsKeep scoreAvoid common pitfalls and learn how to fix bugsScratch Programming in easy steps, 2nd edition will help you to get creative and become a super Scratcher!
Objev podobné jako Scratch Programming in easy steps - McManus Sean
Fortran Programming in easy steps - Mike McGrath
Master the essentials of modern Fortran with Fortran Programming in easy steps. Written for all ages, and all skill levels, this guide will help you quickly set up your coding environment and start writing Fortran programs with the Fortran programming language and the modern Intel IFX Fortran compiler right away. Learn how to:Store information using data structures.Control program flow using control structures. Build re-usable blocks of code in program functions for efficiency. Utilize data abstraction for Object Oriented Programming (OOP). Implement parallel programming for faster, concurrent execution in your programs. Color-coded examples make learning even easier, and all source code is available to download free – so you can check your work as you go!This primer is your gateway to mastering high-performance computing for today’s needs. Stay ahead in your coding career!
Objev podobné jako Fortran Programming in easy steps - Mike McGrath
Linux in easy steps - Mike McGrath
Now in its seventh edition, Linux in easy steps explains the Linux environment and how to get more out of this stable, as well as free, operating system. You’ll be able to download, install and customize Linux, and master the desktop, in no time. Then, explore the key Linux apps, including:The LibreOffice suite: Writer (word processor), Calc (spreadsheet), Impress (presentation), Draw (drawing tool), and Base (database).Firefox for browsing the web.Thunderbird for exchanging emails.GIMP, Pix, Celluloid, Hypnotix, and Rhythmbox media apps to edit photos and videos and to enjoy music and movies.The final chapters show how to use the powerful Linux shell to communicate directly with the kernel at the very heart of Linux for total control.This guide will open the door to the whole new world of digital possibilities using Linux. Ideal for Linux newbies!
Objev podobné jako Linux in easy steps - Mike McGrath
Ubuntu Linux Bible - Negus Christopher, David Clinton
The latest version of the gold standard in Ubuntu Linux resources In the freshly updated eleventh edition of Ubuntu Linux Bible, a team of veteran Linux educators delivers a comprehensive discussion of the Ubuntu Linux operating system. Perfect for absolute beginners and experienced users and server admins alike, this book explains the ins-and-outs of installing, configuring, maintaining, optimizing, and using Ubuntu systems. This edition builds on the user-centric approach used by previous editions, showing you exactly how to perform common and essential tasks, like interfacing with popular IoT devices. The book covers: Becoming a Linux power user: Using the Shell, navigating the filesystem, and moreInstalling and configuring an Ubuntu Linux desktop or serverLinux server administration, including managing remote access and common desktop network configuration settingsLinux security techniques, including cryptography, PAM, and AppArmor The Ubuntu Linux Bible is intuitively organized, allowing you to skip quickly to the section you need in the moment. It also covers the latest version of the popular Linux distribution – v24.04 at the time of writing – as well as the previous version. You'll also find: Complete coverage of the enterprise and network functionality offered by Ubuntu, like web servers, networked file sharing, and DHCP and ... Unknown localization key: "more"
Objev podobné jako Ubuntu Linux Bible - Negus Christopher, David Clinton
Linux Kernel Development - Robert Love
Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding. The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs. The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques. This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers. The third edition of Linux Kernel Development includes new and updated material throughout the book: An all-new chapter on kernel data structures Details on interrupt handlers and bottom halves Extended coverage of virtual memory and memory allocation Tips ... Unknown localization key: "more"
Objev podobné jako Linux Kernel Development - Robert Love
A Concise Introduction to Robot Programming with ROS 2 - Francisco Martin Rico
A Concise Introduction to Robot Programming with ROS2 provides the reader with the concepts and tools necessary to bring a robot to life through programming. It will equip the reader with the skills necessary to undertake projects with ROS2, the new version of ROS. It is not necessary to have previous experience with ROS2 as it will describe its concepts, tools, and methodologies from the beginning.Key FeaturesUses the two programming languages officially supported in ROS2 (C++, mainly, and Python)Approaches ROS2 from three different but complementary dimensions: the Community, Computation Graph, and the WorkspaceIncludes a complete simulated robot, development and testing strategies, Behavior Trees, and Nav2 description, setup, and useA GitHub repository with code to assist readersIt will appeal to motivated engineering students, engineers, and professionals working with robot programming.
Objev podobné jako A Concise Introduction to Robot Programming with ROS 2 - Francisco Martin Rico
Kaplan and Sadock’s Pocket Handbook of Psychiatric Drug Treatment
Now in vibrant full color, Kaplan and Sadock’s Pocket Handbook of Psychiatric Drug Treatment, 8th Edition, remains your reference of choice for easy-to-find information on the full spectrum of psychiatric drug therapies. Written by Dr. Samoon Ahmad, this trusted resource provides a wealth of data for each drug, presenting information in a clear, concise manner for quick, efficient retrieval. This edition brings you fully up to date in the field, with new information on cannabis, psychedelics, psychotropic medicines and medical comorbidities, genetics and pharmacogenomics testing, and more. Includes new chapters on cannabis; psychedelics such as psilocybin, MDMA, and ketamine; and genetics and the role of pharmacogenomics testing, brain stimulation, and other novel technologies in psychiatry Includes many new FDA-approved drugs, as well as updated information about drug selection and use that reflects both research data and clinical experience Addresses the complex relationship between the use of psychotropic medicines and medical comorbidities, including metabolic complications, with emphasis on recognition, investigations, treatment, and management Provides a wealth of data for each drug: chemical name; preparation and dosages; pharmacologic actions; indications for use and clinical applications; use in children, elderly persons, and pregnant and nursing women; side effects and adverse and allergic reactions; ... Unknown localization key: "more"
Objev podobné jako Kaplan and Sadock’s Pocket Handbook of Psychiatric Drug Treatment
LPIC-1 Linux Professional Institute Certification Study Guide - Christine Bresnahan, Richard Blum
The bestselling study guide for the popular Linux Professional Institute Certification Level 1 (LPIC-1). The updated fifth edition of LPIC-1: Linux Professional Institute Certification Study Guide is a comprehensive, one-volume resource that covers 100% of all exam objectives. Building on the proven Sybex Study Guide approach, this essential resource offers a comprehensive suite of study and learning tools such as assessment tests, hands-on exercises, chapter review questions, and practical, real-world examples. This book, completely updated to reflect the latest 101-500 and 102-500 exams, contains clear, concise, and user-friendly information on all of the Linux administration topics you will encounter on test day. Key exam topics include system architecture, Linux installation and package management, GNU and UNIX commands, user interfaces and desktops, essential system services, network and server security, and many more. Linux Servers currently have a 20% market share which continues to grow. The Linux OS market saw a 75% increase from last year and is the third leading OS, behind Windows and MacOS. There has never been a better time to expand your skills, broaden your knowledge, and earn certification from the Linux Professional Institute. A must-have guide for anyone preparing for the 101-500 and 102-500 exams, this study ... Unknown localization key: "more"
Objev podobné jako LPIC-1 Linux Professional Institute Certification Study Guide - Christine Bresnahan, Richard Blum
How Linux Works, 3rd Edition (1718500408)
Kniha - autor Brian Ward, 390 stran, anglicky, brožovaná bez přebalu matná Best-selling guide to the inner workings of the Linux operating system with over 50,000 copies sold since its original release in 2014. Linux for the Superuser 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,...
Objev podobné jako How Linux Works, 3rd Edition (1718500408)
Linux Basics for Hackers, 2nd Edition - OccupyTheWeb
If you''re getting started along the exciting path of hacking, cybersecurity, and pentesting, this book is an excellent first step. Using Kali Linux - an advanced penetration testing distribution of Linux - you''ll quickly pick up the basics of using the Linux operating system, and acquire the tools and techniques you''ll need to take control of a Linux environment. Later chapters focus on foundational hacking concepts like security, anonymity and scripting, along with practical tutorials and exercises that test your skills. This fully revised second edition covers the latest version of Kali, includes new options for setting up a Linux virtual machine, and discusses some differences between the bash and Z shells used on the newest versions of the distribution. It also addresses contemporary examples of real-world hacking, such as the cyberwar between Russia and Ukraine. You''ll learn how to: Install Kali on a virtual machine and build your own hacking tools; Perform common tasks like manipulating text and controlling file and directory permissions; Cover your tracks by leveraging the rsyslog logging utility; Hide your internet activity using Tor, proxy servers, VPNs, and encrypted email; Write bash and Python scripts to scan open ports for potential targets. If you''re ready ... Unknown localization key: "more"
Objev podobné jako Linux Basics for Hackers, 2nd Edition - OccupyTheWeb
C Programming For Dummies - Dan Gookin
Get an A grade in C As with any major language, mastery of C can take you to some very interesting new places. Almost 50 years after it first appeared, it's still the world's most popular programming language and is used as the basis of global industry's core systems, including operating systems, high-performance graphics applications, and microcontrollers. This means that fluent C users are in big demand at the sharp end in cutting-edge industries—such as gaming, app development, telecommunications, engineering, and even animation—to translate innovative ideas into a smoothly functioning reality. To help you get to where you want to go with C, this 2nd edition of C Programming For Dummies covers everything you need to begin writing programs, guiding you logically through the development cycle: from initial design and testing to deployment and live iteration. By the end you'll be au fait with the do's and don'ts of good clean writing and easily able to produce the basic—and not-so-basic—building blocks of an elegant and efficient source code. Write and compile source codeLink code to create the executable programDebug and optimize your codeAvoid common mistakes Whatever your destination: tech industry, start-up, or just developing for pleasure at home, this easy-to-follow, ... Unknown localization key: "more"
Objev podobné jako C Programming For Dummies - Dan Gookin
Zephyr RTOS Embedded C Programming - Andrew Eliasz
These days the term Real-Time Operating System (RTOS) is used when referring to an operating system designed for use in embedded microprocessors or controllers. The “Real Time†part refers to the ability to implement applications that can rapidly responding to external events in a deterministic and predictable manner. RTOS-based applications have to meet strict deadline constraints while meeting the requirements of the application. One way of ensuring that urgent operations are handled reliably is to set task priorities on each task and to assign higher priorities to those tasks that need to respond in a more timely manner. Another feature of real-time applications is the careful design and implementation of the communication and synchronization between the various tasks. The Zephyr RTOS was developed by Wind River Systems, and subsequently open sourced. Its design and implementation are oriented towards the development of time critical IoT (Internet of Things) and IIoT (Industrial Internet of Things) applications, and, consequently it has a rich feature set for building both wireless and wired networking applications. However, with a rich feature set comes a fairly steep learning curve. This book covers the foundations of programming embedded systems applications using Zephyr's Kernel services. After introducing the Zephyr ... Unknown localization key: "more"
Objev podobné jako Zephyr RTOS Embedded C Programming - Andrew Eliasz
Nutrition and Mental Health: a Handbook - Michael Crawford, Alexandra J. Richardson, Oscar Umahro Cadogan
The role of nutrition is fundamental to human health and well-being. It is, however, often overlooked when treating people with mental health problems. This handbook explains the science behind nutrition and its effects on mental health.
Objev podobné jako Nutrition and Mental Health: a Handbook - Michael Crawford, Alexandra J. Richardson, Oscar Umahro Cadogan
Python Programming Guide for GCSE Computer Science with Online Edition, Python Files & Videos - CGP Books
This brilliant CGP book is the perfect no-nonsense guide for anyone who wants to learn Python. It contains clear notes on all the key programming skills - ideal for Python beginners, GCSE Computer Science students, and as an introduction to Python at A-Level. There are plenty of useful practice questions, fully-worked examples and coding challenges throughout, with full answers included at the back of the book. We've even added over 250 downloadable files covering different areas of Python - they're just the ticket for anyone looking for practical, on-screen practice. If that wasn't enough, there are video solutions to walk you through some of the coding challenges and we've also included a free Online Edition of the entire book - just use the unique code printed inside the cover to gain access. Don't miss our matching Python Programming Cards (9781837741380) to become a real Python pro!
Objev podobné jako Python Programming Guide for GCSE Computer Science with Online Edition, Python Files & Videos - CGP Books
The Ruby Programming Language - Davd Flanagan
A guide to Ruby that provides coverage of versions 1.8 and 1.9 of the language. It explains the language from the bottom up: from lexical and syntactic structure to datatypes to expressions and statements and on through methods, blocks, lambdas, closures, classes and modules.
Objev podobné jako The Ruby Programming Language - Davd Flanagan
An Introduction to C & GUI Programming 2e - Simon Long
The popular C programming language is used for a huge range of applications, from the tiny microcontrollers used in toasters and watches up to complete operating systems. The first half of this book is an introduction to C, and covers the basics of writing simple command-line programs. The second half of the book shows how to use the GTK user interface toolkit with C to create feature-rich GUI applications which can be run on the desktop. No previous experience of C or GTK is required - even if you are an absolute beginner, this book will teach you all you need to know. In this book, you'll learn how to:Create simple command-line C programs. Control flow with conditions and loops. Handle variables, strings, and files. Design graphical user interface applications in C. Handle user input with buttons and menus. Use advanced UI features such as data stores and dialogs. Updated for GTK3, this book will teach you all you need to know to write simple programs in C and start creating GUIs. Although the examples in this book were developed on a Raspberry Pi running, Raspberry Pi OS, you can follow along on other operating systems, including Linux, macOS, and ... Unknown localization key: "more"
Objev podobné jako An Introduction to C & GUI Programming 2e - Simon Long
The Phonology/Phonetics Interface - Elizabeth C. Zsiga
Is speech in the mouth or in the brain? Do we hear with our ears or with our minds? How different can phonology and phonetics be? How similar? Where exactly does the border between them lie?
Objev podobné jako The Phonology/Phonetics Interface - Elizabeth C. Zsiga
The War Came To Us : Life and Death in Ukraine - Updated Illustrated Edition - Christopher Miller
A WATERSTONES AND IRISH TIMES BOOK OF THE YEARA breathtaking exploration of Ukraine's past, present, and future, and a heartbreaking account of the war against Russia, written by a leading journalist who has lived and worked in Ukraine for over a decade.'Vivid. Shocking. [Miller] brings a seasoned, personal perspective to his account of both the 16-month conflict and its wider roots.'Daily Telegraph'A beautiful blend of memoir, reportage and history...superb.'Irish Times'...powerful and insightful...Miller provides a human dimension to a bloody conflict.' Kirkus ReviewsWhen Russian President Vladimir Putin launched his unprovoked, full-scale invasion of Ukraine just before dawn on 24 February 2022, it marked his latest and most overt attempt to brutally conquer the country, and reshaped the world order. Christopher Miller, the Ukraine correspondent for the Financial Times and a foremost journalist covering the country, was there on the ground when the first Russian missiles struck and troops stormed over the border. But the seeds of Russia's war against Ukraine and the West were sown more than a decade earlier.This is the definitive, inside story of its long fight for freedom. Told through Miller's personal experiences, vivid front-line dispatches and illuminating interviews with unforgettable characters, The War Came To Us takes ... Unknown localization key: "more"
Objev podobné jako The War Came To Us : Life and Death in Ukraine - Updated Illustrated Edition - Christopher Miller
The Element Encyclopedia of Secret Signs and Symbols - Nozedar Adele
Unlock the lost and hidden meanings of the world''s ancient and modern signs and symbols with the latest in the hugely popular series of ''Element Encyclopedias''. This is the biggest A-Z reference book on symbolic objects you''ll ever find.The latest in the popular series of ''Element Encyclopedias'', this is the largest, most definitive guide to the secret and ancient knowledge of signs and symbols, some of which has been lost over thousands of years.Why is the eye believed to be a powerful symbol of protection by fishermen?Why do Masonic Temples have a black and white chequered floor covering?Why do Hindus use coloured rice powder to draw elaborate symbols in front of their homes, only to have these patterns destroyed every day by footprints?What are the hidden meanings behind the symbols on the American dollar?What is the most important symbol in the World?Divided into easy-to-follow A-Z themed sections, the book answers all these questions and more, from sections on Magic and Mystery, Deities and Rituals, the Animal and Plant Kingdom, Landscape and the Elements, to Food and Sacred Geometry.Find out about the secret Demonic alphabet and Script of the Magi, the Glastonbury Zodiac, the Masonic Compass, the Eye of Horus, Native ... Unknown localization key: "more"
Objev podobné jako The Element Encyclopedia of Secret Signs and Symbols - Nozedar Adele
A Complete Guide to the Level 4 Certificate in Education and Training - Duncan Hindmarch, Tina Richardson, Sandra Murray, Lynn Machin
A complete and updated all-in-one guide to the Level 4 Certificate in Education and Training, suitable for use with any awarding organisation.This fourth edition of the bestselling text for all those working towards the Level 4 Certificate in Education and Training has been fully updated and tailored to meet the refreshed ETF Standards. It therefore provides an increased focus on subject pedagogy and covers information relating to a range of new and contemporary issues. It incorporates key information on reflective practice and study skills, and provides full coverage of all the mandatory units. Accessible language is combined with a critical approach that clearly relates practical examples to the required underpinning theory. Specifically, this fourth edition:takes into account the new Minimum Coreincorporates Digital Skills and the ETF EdTech Strategyincludes a new end of chapter feature to develop evidence-informed practicerecognises the need to provide better support and guidance to learners around gender, sexuality, racism, mental health and well-beingsupports the revolution in online practices and implications for hybrid working and learningreflects the escalating importance of the sustainability agendais suitable for use with all awarding organisations and HEIsprovides the depth and criticality to meet level 4 requirements.User friendly, easy to read and covered a ... Unknown localization key: "more"
Objev podobné jako A Complete Guide to the Level 4 Certificate in Education and Training - Duncan Hindmarch, Tina Richardson, Sandra Murray, Lynn Machin
The Oxford Guide to Arthurian Literature and Legend - Alan Lupack
The Oxford Guide to Arthurian Literature and Legend is both a critical history of the Arthurian tradition and a reference guide to Arthurian works, names, and symbols. It offers a comprehensive survey of the legends in all of their manifestations, from their origins in medieval literature to their adaptation in modern literature, arts, film, and popular culture. Not only does it analyse familiar Arthurian characters and themes, it also demonstrates the tremendous continuity of the legends by examining the ways that they have been reinterpreted over the years. For instance, the motif of the abduction of Guinevere can be traced from Chrétien de Troyes''s Lancelot or the Knight of the Cart and the vulgate cycle of French romances in the 13th century, to Malory''s retelling of the story in the Morte d''Arthur, through various modern adaptations like those in T. H. White''s The Once and Future King and the contemporary film First Knight. This indispensable reference guide contains seven essays that trace the development of the Arthurian legend, encyclopedic entries, bibliographies, and a comprehensive index. The essays explore the chronicle and romance traditions, the influence of Malory, the Grail legend, the figures of Gawain and Merlin, and the story of ... Unknown localization key: "more"
Objev podobné jako The Oxford Guide to Arthurian Literature and Legend - Alan Lupack
The Fact-Packed Activity Book: Rocks and Minerals - DK
This fun-filled activity book will teach you all about rocks and minerals with exciting activities, puzzles and more!Uncover all there is to know about the rocks and minerals beneath your feet in this fun-filled activity book.Dig up the Earth''s hidden wonders, from ancient rocks to glittering gems, strike gold, and get lost amongst the ancient ruins. No stone is left unturned in this essential activity book!While kids pore over the pages packed with fascinating facts, the fun challenges, quizzes and puzzles will inspire creativity. Explore the relics and ruins of ancient civilisations and have a go at drawing your own, pick out the fake jewels from the real with a spot the difference game, and twist and turn through the maze to discover mysterious caves. Many more buried adventures await you, if you dare to unearth them! With lively activities that go hand in hand with the educational content, learning has never been so effortlessly fun and easy! Perfect for inquisitive, fact-loving kids and budding geologists, The Fact-Packed Activity Book: Rocks and Minerals will keep young readers entertained for hours!Dive deep into the pages of this incredible activity book to explore: -48 colourful, interactive spreads with simple, age-appropriate text-Balance of ... Unknown localization key: "more"
Objev podobné jako The Fact-Packed Activity Book: Rocks and Minerals - DK
The Strange Case of Dr. Jekyll and Mr. Hyde (Special Edition) - Robert Louis Stevenson
Discover the story of Robert Louis Stevenson's The Strange Case of Dr. Jekyll and Mr. Hyde with this exquisite edition from Union Square & Co.’s Signature Gilded Editions series! The stunning The Strange Case of Dr. Jekyll and Mr. Hyde special edition features sprayed edges, color end pages, a built-in ribbon bookmark, and embossed foil cover. The beautiful design and attention to detail set this special edition book apart, whether you’re reading for the first time or building a library of your favorite classic literature books. What a study in contrasts is the friendship between Henry Jekyll and his boon companion, Edward Hyde. Where Jekyll is a handsome and respected man of science, Hyde is a surly and brutish misanthrope. Nevertheless, Jekyll allows Hyde free access to his home and laboratory and, surprisingly, madehim the sole beneficiary of his will. Given the closeness of their bond, it seems peculiar that no one has ever seen the two men together in public. And yet they share a remarkable chemistry. . . . First published in 1886, The Strange Case of Dr. Jekyll and Mr. Hyde is Robert Louis Stevenson's classic tale of the duality of human nature and his iconic presentation ... Unknown localization key: "more"
Objev podobné jako The Strange Case of Dr. Jekyll and Mr. Hyde (Special Edition) - Robert Louis Stevenson
The 30-Day Mediterranean Meal Plan and Cookbook - Alexandria Zozos
Unlock the secrets of the Mediterranean diet and discover a lifetime of health benefits with this beginner’s guide and cookbook, written by a registered dietician nutritionist.The Mediterranean diet has long been regarded as one of the healthiest eating patterns on the planet. Crowned the best diet in the world by U.S. News & World Report seven years in a row, no other diet beats it when it comes to supporting heart health, brain health, weight management, and the prevention of diabetes and other chronic disease. Emphasizing a balanced approach to nutrition, the importance of whole, unprocessed foods, moderation, social connections, and the enjoyment of fresh, plant-based meals, the Mediterranean diet is not only good for you but for your community and the planet. But knowing it’s the best diet around and knowing how to start following it are two different things. That’s where this book comes in.Written by Alexandria Zozos, a registered dietician nutritionist who comes from a Greek family and specializes in the Mediterranean diet, The 30-Day Mediterranean Meal Plan & Cookbook unveils the compelling research behind the reign of this sustainable, plant-forward diet and provides a simple, flexible blueprint so you can start following it—and reaping the incredible ... Unknown localization key: "more"
Objev podobné jako The 30-Day Mediterranean Meal Plan and Cookbook - Alexandria Zozos
The AI Revolution in Customer Service and Support - Emily McKeon, Ross Smith, Mayte Cubino
In the rapidly evolving AI landscape, customer service and support professionals find themselves in a prime position to take advantage of this innovative technology to drive customer success. The AI Revolution in Customer Service and Support is a practical guide for professionals who want to harness the power of generative AI within their organizations to create more powerful customer and employee experiences. This book is designed to equip you with the knowledge and confidence to embrace the AI revolution and integrate the technology, such as large language models (LLMs), machine learning, predictive analytics, and gamified learning, into the customer experience. Start your journey toward leveraging this technology effectively to optimize organizational productivity. A portion of the book’s proceeds will be donated to the nonprofit Future World Alliance, dedicated to K-12 AI ethics education. IN THIS BOOK YOU’LL LEARN About AI, machine learning, and data science How to develop an AI vision for your organization How and where to incorporate AI technology in your customer experience fl ow About new roles and responsibilities for your organization How to improve customer experience while optimizing productivity How to implement responsible AI practices How to strengthen your culture across all generations in the workplace ... Unknown localization key: "more"
Objev podobné jako The AI Revolution in Customer Service and Support - Emily McKeon, Ross Smith, Mayte Cubino
The World Atlas of Rivers, Estuaries, and Deltas - Carol Wilson, Stephen Darby, Luciana Esteves, Jim Best
A stunningly illustrated atlas of the world’s rivers, estuaries, and deltas, and their ecosystemsFrom the Congo and the Mekong to the Seine and the Mississippi, Earth’s rivers carve through landscapes before coursing into the world’s oceans through estuaries and deltas. Their inexorable flow carries sediment and more, acting as lifeblood for a variety of ecosystems and communities. More than any other surface feature of Earth, rivers, estuaries, and deltas are vitally important to our economic and social well-being, and our management of them often sits at the sharp edge of today’s most pressing environmental challenges. The World Atlas of Rivers, Estuaries, and Deltas takes readers on an unforgettable tour of these dynamic bodies of water, explaining how they function at each stage of their flow. Combining maps and graphics with informative essays and beautiful photos, this invaluable reference book will give you a new appreciation for the power that rivers, estuaries, and deltas wield.Features a wealth of color photos, maps, and infographicsBrings together invaluable perspectives from leading expertsDescribes the rich biodiversity associated with the world’s rivers, estuaries, and deltasExplains how rivers, estuaries, and deltas work, from river networks to deltaic floodplains, and sheds light on the erosion, movement, and deposition ... Unknown localization key: "more"
Objev podobné jako The World Atlas of Rivers, Estuaries, and Deltas - Carol Wilson, Stephen Darby, Luciana Esteves, Jim Best
The Other Solzhenitsyn – Telling the Truth about a Misunderstood Writer and Thinker - Daniel J. Mahoney
The great Russian writer Aleksandr Solzhenitsyn (1918–2008) is widely recognized as one of the most consequential human beings of the twentieth century. Through his writings and moral witness, he illumined the nature of totalitarianism and helped bring down an ‘evil empire.’ His courage and tenacity are acknowledged even by his fiercest critics. Yet the world-class novelist, historian, and philosopher (one uses the latter term in its capacious Russian sense) has largely been eclipsed by a caricature that has transformed a measured and self-critical patriot into a ferocious nationalist, a partisan of local self-government into a quasi-authoritarian, a man of faith and reason into a narrow-minded defender of Orthodoxy. The caricature, widely dispensed in the press, and too often taken for granted, gets in the way of a thoughtful and humane confrontation with the “other†Solzhenitsyn, the true Solzhenitsyn, who is a writer and thinker of the first rank and whose spirited defense of liberty is never divorced from moderation. It is to the recovery of this Solzhenitsyn that this book is dedicated. This book above all explores philosophical, political, and moral themes in Solzhenitsyn’s two masterworks, The Gulag Archipelago and The Red Wheel, as well as in his great European ... Unknown localization key: "more"
Objev podobné jako The Other Solzhenitsyn – Telling the Truth about a Misunderstood Writer and Thinker - Daniel J. Mahoney
The Nobleman's Guide to Scandal and Shipwrecks: Montague Siblings (0062916017)
Kniha - autor Mackenzi Lee, 464 stran, anglicky, pevná bez přebalu lesklá Return to the enchanting world of the Montague siblings in the finale to the New York Times bestselling and Stonewall Honor-winning series, featuring a teenage Adrian Montague as he desperately seeks the now-adult Monty and Felicity-the older siblings he never knew he had. Adrian Montague has a bright future. The sole heir to his father's estate, he is an up-and-coming political writer and engaged to an activist who challenges and inspires him. But most young Lords aren't battling the debilitating anxiety Adrian secretly lives with or the growing fear that it might consume him and all he hopes to accomplish. In the wake of his mother's unexpected death, Adrian is also concerned people will find out that he has the mental illness she struggled with for years. When a newly found keepsake of a hers-a a piece of a broken spyglass comes into Adrian's possession, he's thrust into the past and...
Objev podobné jako The Nobleman's Guide to Scandal and Shipwrecks: Montague Siblings (0062916017)
The Coddling of the American Mind: How Good Intentions and Bad Ideas Are Setting Up a Generation for (0141986301)
Kniha - autor Jonathan Haidt; Grag Lukianoff, 352 stran, anglicky, brožovaná bez přebalu matná Have good intentions, over-parenting and the decline in unsupervised play led to the emergence of modern identity politics and hypersensitivity? In this book, free speech campaigner Greg Lukianoff and social psychologist Jonathan Haidt investigate a new cultural phenomenon of "safetyism", beginning on American college campuses in 2014 and spreading throughout academic institutions in the English-speaking world. Looking at the consequences of paranoid parenting, the increase in anxiety and depression amongst students and the rise of new ideas about justice, Lukianoff and Haidt argue that well-intended but misguided attempts to protect young people are damaging their development and mental health, the functioning of educational systems and even democracy itself.
Objev podobné jako The Coddling of the American Mind: How Good Intentions and Bad Ideas Are Setting Up a Generation for (0141986301)
Ikigai: The Japanese secret to a long and happy life - Francesc Miralles, Héctor García
2014 offered The life-changing magic of tidying 2016 surrounded us with hygge In 2017, we'll discover our ikigai… Ikigai - the Japanese secret to a long and happy life from the world's longest living people. Discover the Japanese secret to a long and happy life with the internationally bestselling guide to ikigai. The people of Japan believe that everyone has an ikigai - a reason to jump out of bed each morning. And according to the residents of the Japanese island of Okinawa - the world's longest-living people - finding it is the key to a longer and more fulfilled life. Inspiring and comforting, this book will give you the life-changing tools to uncover your personal ikigai. It will show you how to leave urgency behind, find your purpose, nurture friendships and throw yourself into your passions. Bring meaning and joy to your every day with ikigai.
Objev podobné jako Ikigai: The Japanese secret to a long and happy life - Francesc Miralles, Héctor García