Автор: Smith, Spencer Hayes, Stephen K. Название: Get out of your mind and into your life ISBN: 1572244259 ISBN-13(EAN): 9781572244252 Издательство: Little Brown Рейтинг: Цена: 3036.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Features step-by step mindfulness and acceptance exercises for effective relief from emotional pain. This book develops acceptance and commitment therapy (ACT), a revolutionary direction in psychotherapy, into step-by-step exercises that readers can use to get relief from emotional pain.
Автор: Smith Mark Stephen Название: The Struggling Cartoonist ISBN: 1631839594 ISBN-13(EAN): 9781631839597 Издательство: Неизвестно Рейтинг: Цена: 1792.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
While cleaning out his art studio, adjunct animation Prof. Mark Toonery accidentally unleashes a dozen drawings into the real world of his two-bedroom apartment. He and his wife Lisa must suddenly share their living space with rejected drawings from Saturday morning cartoons and comics. Deadbeat Skunk, Sezquatch the Bigfoot, Arsonist Space Squirrels, and even fantasy illustrations like a winged gargoyle and an impossibly huge giant soon crowd the hallway. Worse yet, not all the characters are entirely friendly... Although mad scientist Dr. Ratnest seems to have turned over a new leaf in the third dimension, his predictably twisted lab assistant, a psychopathic platypus named Daggur Bill, has to be confined to Lisa's linen closet. When Dr. Ratnest refuses to plot the platypus' escape, the sabertoothed sidekick decides to take matters into his own diabolical hands.
Adjunct animation Prof. Mark Toonery accidentally unleashes a dozen drawings into the real-world of his two-bedroom apartment. While most of the rejects from Saturday morning cartoons prove friendly, a trio of villains cause problems for the artist and his wife Lisa. As reformed mad scientist Dr. Ratnest attempts to help Prof. Mark with his website, his predictably twisted lab assistant, a sabertoothed platypus, plots his escape from the hallway linen closet. At the appearance of an impossibly huge giant from a fantasy illustration, however, the psychopathic platypus may have found just the distraction he was waiting for...
Автор: Smith,Stephen Название: Underground England ISBN: 0349120382 ISBN-13(EAN): 9780349120386 Издательство: Little Brown Рейтинг: Цена: 1668.00 р. Наличие на складе: Поставка под заказ.
Описание: * A fascinating and illuminating travelogue and `alternative` history of England, as seen from below ground
Автор: Smith, Stephen A. Название: Contract theory ISBN: 0198765614 ISBN-13(EAN): 9780198765615 Издательство: Oxford Academ Рейтинг: Цена: 6255.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: An examination of the theoretical foundations of the common law of contract. Focusing on contemporary debates in contract theory, this book aims to help readers understand the nature and justification of the general idea of contractual obligation, as well as the nature and justification of the particular rules that make up the law of contract.
Автор: Benison, Stephen Smith, Lindy Wilson-barker, Linda Название: Creative celebration cakes ISBN: 0715316443 ISBN-13(EAN): 9780715316443 Издательство: David & Charles Рейтинг: Цена: 2078.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Three professional cake designers combine their talents in the 15 cake decoration projects in this book, each of which has variations to reduce the time it takes to make it, and adaptations for creating different designs. For example, a windowbox cake can be adapted into a tropical aquarium cake.
Описание: There's no available information at this time. Author will provide once information is available.
Автор: Smith Stephen Kennedy Название: The Essential JFK ISBN: 0062668846 ISBN-13(EAN): 9780062668844 Издательство: HarperCollins USA Цена: 4703.00 р. Наличие на складе: Нет в наличии.
Описание:
Published in commemoration of the centennial of President John F. Kennedy's birth, here is the definitive compendium of JFK's most important and brilliant speeches, accompanied by commentary and reflections by leading American and international figures--including Senator Elizabeth Warren, David McCullough, Kofi Annan, and the Dalai Lama--and edited by JFK's nephew Stephen Kennedy Smith and renowned historian Douglas Brinkley. Combined with over seven hundred documentary photos, it tells the story, in words and pictures, of JFK's life and presidency, and depicts his compelling vision for America.
JFK brings together in one volume John F. Kennedy's greatest speeches alongside essays by America's top historians, analysis from leading political thinkers, and personal insights from preeminent writers and artists. Here is JFK at his best--thought-provoking, inspiring, eloquent, and wise--on a number of wide-ranging topics, including civil rights, the race to the moon, the environment, immigration, the Cuban Missile Crisis, and much more. JFK demonstrates the deep relevance of his words today and his lasting power and influence as an outstanding American leader and orator.
Elegantly designed and enriched by more than 500 photographs and facsimiles of Kennedy's marginalia on drafts of speeches, his notes from important meetings, letters, and other fascinating documents, JFK is a major contribution to American history.
The august list of contributors includes Secretary John Kerry, Ambassador Samantha Power, Congressman John Lewis, Senator John McCain, Senator Elizabeth Warren, His Holiness the 14th Dalai Lama, Robert Redford, Conan O'Brien, Dave Eggers, Gloria Steinem, Don DeLillo, David McCullough, George Packer, Colum McCann, Michael Beschloss, Robert Dallek, David Kennedy, Ted Widmer, Henry Louis Gates Jr., Drew Faust, Tariq Ramadan, Pastor Rick Warren, Jonathan Alter, E. J. Dionne, Ron Suskind, Paul Krugman, Kofi Annan, Governor Jerry Brown, Paul Theroux, Jorge Dom nguez, and many others.
General preface information in most computer books.
Chapter 1: Getting Started
Provide a bit of background and history of the ARM Processor leading up to the modern 64-bit processors that this book is about. Covers what you need to write programs like those in this book. GNU GCC compiler, GDB, a text editor, etc. Covers hardware you require to run the programs in this book including how to run a Raspberry Pi in 64-bit mode or using another SBC like the NVidia Jetson Nano.
Talk about how programs are represented in memory and then how you use an Assembler to generate them. Cover the linking process and give a very small example. The chapter concludes with a simple "Hello World" program written in ARM 64-bit Assembler.
About the ARM ProcessorWhat You Will LearnWhy Use AssemblyTools You NeedComputers & NumbersARM Assembly InstructionsCPU RegistersARM Instruction FormatMemoryAbout the GCC AssemblerHello WorldAbout the Starting CommentWhere to StartAssembly InstructionsDataCalling LinuxReverse Engineering Our Program
The goal is to always have working sample programs, this is the first, to just ensure the reader can enter, assemble and link.
Chapter 2: Loading, Adding & SubtractingNegative NumbersAbout Two's ComplementAbout Gnome Programmer's CalculatorAbout One's ComplementBig vs. Little EndianAbout Bi-endianPros of Little EndianShifting & RotatingAbout Carry FlagAbout the Barrel ShifterBasics of shifting and rotatingLogical Shift LeftLogical Shift RightArithmetic Shift RightRotate RightRotate Right ExtendMOV/MVNAbout MOVTThe Dreaded Flexible Operand2Register & ShiftSmall Number & RotationMVNMOV ExamplesADD/ADCAdd With CarrySUBChapter 3: Tooling Up
Now that we can start to write some longer code, we need to get into debugging. We also introduce makefiles. Cover the basics and typical workflows for writing/debugging programs.
GNU MakeRebuilding a fileA Rule for Building .s filesDefining VariablesCross CompilingBuilding for ARM on IntelBuilding for AndroidBuilding for iOSGDBPreparing to DebugBeginning GDBSource Control and Build ServersGitJenkinsChapter 4: Controlling Program Flow
Introduce how to do if/else statements and loops. Introduce design patterns. Talk more about making your programs readable and maintainable.
Unconditional BranchAbout the CPSRBranch on ConditionAbout the CMP InstructionLoopsFOR LoopsWhile LoopsIf/Then/ElseLogical OperatorsANDEORORRBICDesign PatternsConverting Integers to AsciiUsing Expressions in Immediate ConstantsStoring a Register to MemoryWhy Not Print in Decimal?Performance of Branch InstructionsMore Comparison InstructionsSummaryChapter 5: Thanks for the Memories
Covers loading from and storing to the Pi's memory. Indexed memory operation, etc.
Defining Memory ContentsLoading a RegisterPC Relative AddressingLoading from MemoryIndexing Through MemoryWrite BackPost-Indexed AddressingConverting to Upper-caseStoring a RegisterDouble RegistersSummaryChapter 6: Functions & the StackStacks on LinuxBranch with LinkNesting Function CallsFunction Parameters & Return ValuesManaging the RegistersSummary of the Function Call AlgorithmUpper-Case RevisitedStack FramesStack Frame ExampleDefining SymbolsOne More OptimizationMacrosInclude DirectiveMacro DefinitionLabelsWhy Macros?SummaryChapter 7: Linux Operating System Services
Cover how Linux system calls work from Assembler. Cover how to do basic file I/O and other useful tasks like timing code.
So Many ServicesCalling ConventionStructuresWrappersConverting a File to Upper CaseOpening a FileError CheckingLoopingSummaryChapter 8: Programming GPIO Pins
Create a simple Assembler program to flash some LEDs attached via a breadboard to the GPIO pins.
GPIO OverviewIn Linux, Everything is a FileFlashing LEDsMoving Closer to the MetalAbout Raspberry Pi 4 RAMIn Devices, Everything is MemoryRegisters in BitsGPIO Function Select RegistersGPIO Output Set and Clear RegistersMore Flashing LEDsRoot A
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru