Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

A Soul Not Eclipsed: An Anthology of Original Poems, Simmonds Lisha


Варианты приобретения
Цена: 3309.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-23
Ориентировочная дата поставки: конец Сентября - начало Октября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Simmonds Lisha
Название:  A Soul Not Eclipsed: An Anthology of Original Poems
ISBN: 9781663202284
Издательство: iUniverse
Классификация:
ISBN-10: 1663202281
Обложка/Формат: Hardcover
Страницы: 104
Вес: 0.33 кг.
Дата издания: 19.10.2020
Язык: English
Размер: 22.86 x 15.24 x 0.97 cm
Читательская аудитория: General (us: trade)
Подзаголовок: An anthology of original poems
Рейтинг:
Поставляется из: США
Описание: Holding the truth burned my hand. The seesaw burned my soul. But the end result is my true self Is worthy, Purple, and Scarred. Inspired by her greatest muses-her love of children, gardens, and dogs-Lisha Simmonds shares lyrical insight into her existence as she embraces all she has been given while living fully and loved. In her debut collection of poems, Lisha reflects on lovers, adventures, and life in general through gentle verse intended to bring a smile or resonate as relatable. Within her diverse poems, Lisha explores the power of star movement across the sky at night, gratitude for a spectacular life, a physical tangle locked with Gods love, and an eerily desolate beach where the ocean dances without an audience. A Soul Not Eclipsed is a volume of moving free verse that reflects on one souls unique journey through life.


Cassandra Darke

Автор: Simmonds, Posy
Название: Cassandra Darke
ISBN: 0224089099 ISBN-13(EAN): 9780224089098
Издательство: Random House - Penguin
Рейтинг:
Цена: 2243.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: On the scale of villainy, fraud seems to Cassandra a rather paltry offence - her own crime involving `no violence, no weapon, no dead body`. But in Cassandra`s basement, her young ex-lodger, Nicki, has left a surprise, something which implies at least violence and probably a body .

Tamara Drewe

Автор: Simmonds, Posy
Название: Tamara Drewe
ISBN: 0224078178 ISBN-13(EAN): 9780224078177
Издательство: Random House - Penguin
Рейтинг:
Цена: 2640.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Winner of the Grand Prix 2009 de la Critique Bande Dessinee. Tamara Drewe has transformed herself.

Sketching

Автор: Jackie Simmonds
Название: Sketching
ISBN: 0007203276 ISBN-13(EAN): 9780007203277
Издательство: HarperCollins UK
Рейтинг:
Цена: от 852.00 р.
Наличие на складе: Есть

Описание: An essential little book - perfect for the pocket or art bag - covering all practical aspects of sketching and drawing. Sketching is a skill that every artist needs to master and this handy book shows you how in a very clear and simple way.

Mastering Embedded Linux Programming - Third Edition: Create fast and reliable embedded solutions with Linux 5.4 and the Yocto Project 3.1 (Dunfell)

Автор: Vasquez Frank, Simmonds Chris
Название: Mastering Embedded Linux Programming - Third Edition: Create fast and reliable embedded solutions with Linux 5.4 and the Yocto Project 3.1 (Dunfell)
ISBN: 1789530385 ISBN-13(EAN): 9781789530384
Издательство: Неизвестно
Рейтинг:
Цена: 12873.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Harness the power of Linux to create versatile and robust embedded solutions


Key Features:

  • Learn how to develop and configure robust embedded Linux devices
  • Explore the new features of Linux 5.4 and the Yocto Project 3.1 (Dunfell)
  • Discover different ways to debug and profile your code in both user space and the Linux kernel


Book Description:

Embedded Linux runs many of the devices we use every day. From smart TVs and Wi-Fi routers to test equipment and industrial controllers, all of them have Linux at their heart. The Linux OS is one of the foundational technologies comprising the core of the Internet of Things (IoT).


This book starts by breaking down the fundamental elements that underpin all embedded Linux projects: the toolchain, the bootloader, the kernel, and the root filesystem. After that, you will learn how to create each of these elements from scratch and automate the process using Buildroot and the Yocto Project. As you progress, the book explains how to implement an effective storage strategy for flash memory chips and install updates to a device remotely once it's deployed. You'll also learn about the key aspects of writing code for embedded Linux, such as how to access hardware from apps, the implications of writing multi-threaded code, and techniques to manage memory in an efficient way. The final chapters demonstrate how to debug your code, whether it resides in apps or in the Linux kernel itself. You'll also cover the different tracers and profilers that are available for Linux so that you can quickly pinpoint any performance bottlenecks in your system.


By the end of this Linux book, you'll be able to create efficient and secure embedded devices using Linux.


What You Will Learn:

  • Use Buildroot and the Yocto Project to create embedded Linux systems
  • Troubleshoot BitBake build failures and streamline your Yocto development workflow
  • Update IoT devices securely in the field using Mender or balena
  • Prototype peripheral additions by reading schematics, modifying device trees, soldering breakout boards, and probing pins with a logic analyzer
  • Interact with hardware without having to write kernel device drivers
  • Divide your system up into services supervised by BusyBox runit
  • Debug devices remotely using GDB and measure the performance of systems using tools such as perf, ftrace, eBPF, and Callgrind


Who this book is for:

If you're a systems software engineer or system administrator who wants to learn Linux implementation on embedded devices, then this book is for you. Embedded systems engineers accustomed to programming for low-power microcontrollers can use this book to help make the leap to high-speed systems on chips that can run Linux. Anyone responsible for developing new hardware that needs to run Linux will also find this book useful. Basic working knowledge of the POSIX standard, C programming, and shell scripting is assumed.

Mastering Embedded Linux Programming: Harness the power of Linux to create versatile and robust embedded solutions

Автор: Simmonds Chris
Название: Mastering Embedded Linux Programming: Harness the power of Linux to create versatile and robust embedded solutions
ISBN: 1784392537 ISBN-13(EAN): 9781784392536
Издательство: Неизвестно
Рейтинг:
Цена: 10114.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learn how to create robust embedded solutions confidently using Linux. With the help of detailed explanations, practical examples, and expert tips, Mastering Embedded Linux Programming gets you up and running.

Cognitive Science: Philosophy of Mind

Автор: Simmonds Ernest
Название: Cognitive Science: Philosophy of Mind
ISBN: 163240723X ISBN-13(EAN): 9781632407238
Издательство: Неизвестно
Цена: 24936.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Cognitive science refers to the study and analysis of the various processes which a mind performs. It examines the behavioral and intelligence characteristics present in the brain. Mental processes like reasoning, emotions, logic, memory, attention, language, etc. are studied under this area. This book aims to shed light on some of the unexplored aspects of cognitive science. The topics covered in this extensive textbook deal with the core aspects of the field. It is an essential guide for both academicians and those who wish to pursue this discipline further.

Get It Done

Автор: Simmonds Bradley
Название: Get It Done
ISBN: 000822272X ISBN-13(EAN): 9780008222727
Издательство: HarperCollins UK
Рейтинг:
Цена: 2243.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: `A leading voice in the health industry` - Daily Express A unique, no-excuses, no-regrets body and mind revolution.

A Soul Not Eclipsed: An Anthology of Original Poems

Автор: Simmonds Lisha
Название: A Soul Not Eclipsed: An Anthology of Original Poems
ISBN: 1663202265 ISBN-13(EAN): 9781663202260
Издательство: Неизвестно
Рейтинг:
Цена: 1930.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Holding the truth burned my hand. The seesaw burned my soul. But the end result is my true self Is worthy, Purple, and Scarred. Inspired by her greatest muses-her love of children, gardens, and dogs-Lisha Simmonds shares lyrical insight into her existence as she embraces all she has been given while living fully and loved. In her debut collection of poems, Lisha reflects on lovers, adventures, and life in general through gentle verse intended to bring a smile or resonate as relatable. Within her diverse poems, Lisha explores the power of star movement across the sky at night, gratitude for a spectacular life, a physical tangle locked with God's love, and an eerily desolate beach where the ocean dances without an audience. A Soul Not Eclipsed is a volume of moving free verse that reflects on one soul's unique journey through life.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия