Автор: Musto Marcello Название: The Last Years of Karl Marx: An Intellectual Biography ISBN: 150361252X ISBN-13(EAN): 9781503612525 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 20900.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
An innovative reassessment of the last writings and final years of Karl Marx.
In the last years of his life, Karl Marx expanded his research in new directions--studying recent anthropological discoveries, analyzing communal forms of ownership in precapitalist societies, supporting the populist movement in Russia, and expressing critiques of colonial oppression in India, Ireland, Algeria, and Egypt. Between 1881 and 1883, he also traveled beyond Europe for the first and only time. Focusing on these last years of Marx's life, this book dispels two key misrepresentations of his work: that Marx ceased to write late in life, and that he was a Eurocentric and economic thinker fixated on class conflict alone.
With The Last Years of Karl Marx, Marcello Musto claims a renewed relevance for the late work of Marx, highlighting unpublished or previously neglected writings, many of which remain unavailable in English. Readers are invited to reconsider Marx's critique of European colonialism, his ideas on non-Western societies, and his theories on the possibility of revolution in noncapitalist countries. From Marx's late manuscripts, notebooks, and letters emerge an author markedly different from the one represented by many of his contemporary critics and followers alike. As Marx currently experiences a significant rediscovery, this volume fills a gap in the popularly accepted biography and suggests an innovative reassessment of some of his key concepts.
Автор: Musto Marcello Название: On the Moor`s Trail: The Travels of Karl Marx ISBN: 1609456017 ISBN-13(EAN): 9781609456016 Издательство: Неизвестно Цена: 14710.00 T Наличие на складе: Невозможна поставка. Описание:
Whether you're an expert on the subject or eager to learn more about the modern world's most influential political philosopher, you'll be surprised and fascinated by Musto's On the Moor's Trail.
After being expelled by the governments of Germany, France, and Belgium, in 1849 Karl Marx was forced to move to London, where he lived in exile for the rest of his life as a stateless political refugee. After spending a few desperately poor years in Britain, in the mid-1870s Marx started traveling again. The reasons for his visits abroad varied: family matters; delivering the manuscript of Das Kapital to his editor; political meetings; and visits to various spas in an effort to cure his many maladies.
This book tells the stories of those travels, peregrinations, encounters, conversations, and reflections and by bringing readers closer to the man who was Karl Marx invites them also to revisit his philosophical ideas. The portrait of the great philosopher that emerges is very different from the granitic, sphinxlike image memorialized in public squares during the 20th century.
Автор: Ilpo Musto Название: Art of London: Monuments and Wall Reliefs ISBN: 1408123827 ISBN-13(EAN): 9781408123829 Издательство: A & C Black Рейтинг: Цена: 14840.00 T Наличие на складе: Поставка под заказ. Описание: London is filled with hundreds of pieces of artwork in open spaces which can be viewed free of charge. This book highlights some of these fascinating and unexpected treasures.
Автор: Professor Michael A. Messner and Michela Musto Название: Child`s play ISBN: 0813571456 ISBN-13(EAN): 9780813571454 Издательство: Mare Nostrum (Eurospan) Рейтинг: Цена: 34230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Is sport good for kids? When answering this question, both critics and advocates of youth sports tend to fixate on matters of health, whether condemning contact sports for their concussion risk or prescribing athletics as a cure for the childhood obesity epidemic. Child's Play presents a more nuanced examination of the issue, considering not only the physical impacts of youth athletics, but its psychological and social ramifications as well.The eleven original scholarly essays in this collection provide a probing look into how sports - in community athletic leagues, in schools, and even on television - play a major role in how young people view themselves, shape their identities, and imagine their place in society. Rather than focusing exclusively on self-proclaimed jocks, the book considers how the culture of sports affects a wide variety of children and young people, including those who opt out of athletics. Not only does Child's Play examine disparities across lines of race, class, and gender, it also offers detailed examinations of how various minority populations, from transgender youth to Muslim immigrant girls, have participated in youth sports.Taken together, these essays offer a wide range of approaches to understanding the sociology of youth sports, including data-driven analyses that examine national trends, as well as ethnographic research that gives a voice to individual kids. Child's Play thus presents a comprehensive and compelling analysis of how, for better and for worse, the culture of sports is integral to the development of young people - and with them, the future of our society.
Автор: La Rocca Marcello Название: Algorithms and Data Structures in Action ISBN: 1617295485 ISBN-13(EAN): 9781617295485 Издательство: Неизвестно Рейтинг: Цена: 63350.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing. Summary As a software engineer, you'll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don't despair! Many of these "new" problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology Can you improve the speed and efficiency of your applications without investing in new hardware? Well, yes, you can: Innovations in algorithms and data structures have led to huge advances in application performance. Pick up this book to discover a collection of advanced algorithms that will make you a more effective developer. About the book Advanced Algorithms and Data Structures introduces a collection of algorithms for complex programming challenges in data analysis, machine learning, and graph computing. You'll discover cutting-edge approaches to a variety of tricky scenarios. You'll even learn to design your own data structures for projects that require a custom solution. What's inside
Build on basic data structures you already know
Profile your algorithms to speed up application
Store and query strings efficiently
Distribute clustering algorithms with MapReduce
Solve logistics problems using graphs and optimization algorithms
About the reader For intermediate programmers. About the author Marcello La Rocca is a research scientist and a full-stack engineer. His focus is on optimization algorithms, genetic algorithms, machine learning, and quantum computing. Table of Contents 1 Introducing data structures PART 1 IMPROVING OVER BASIC DATA STRUCTURES 2 Improving priority queues: d-way heaps 3 Treaps: Using randomization to balance binary search trees 4 Bloom filters: Reducing the memory for tracking content 5 Disjoint sets: Sub-linear time processing 6 Trie, radix trie: Efficient string search 7 Use case: LRU cache PART 2 MULTIDEMENSIONAL QUERIES 8 Nearest neighbors search 9 K-d trees: Multidimensional data indexing 10 Similarity Search Trees: Approximate nearest neighbors search for image retrieval 11 Applications of nearest neighbor search 12 Clustering 13 Parallel clustering: MapReduce and canopy clustering PART 3 PLANAR GRAPHS AND MINIMUM CROSSING NUMBER 14 An introduction to graphs: Finding paths of minimum distance 15 Graph embeddings and planarity: Drawing graphs with minimal edge intersections 16 Gradient descent: Optimization problems (not just) on graphs 17 Simulated annealing: Optimization beyond local minima 18 Genetic algorithms: Biologically inspired, fast-converging optimization
Автор: Sgambelluri Marcello Название: Dynamo and Grasshopper for Revit Cheat Sheet Reference Manual ISBN: 1735927236 ISBN-13(EAN): 9781735927237 Издательство: Неизвестно Рейтинг: Цена: 92910.00 T Наличие на складе: Невозможна поставка. Описание:
Welcome to the Dynamo and Grasshopper for Revit Cheat Sheet Reference Manual. This manual is a collection of side by side Dynamo and Grasshopper examples in a one-page summary format also referred to as "Cheat Sheets".
Dynamo and Grasshopper are both visual programming languages that, among other things, read and write to Revit.
The ability to automate and extend the functionality of Revit for projects is extremely helpful and using Dynamo and Grasshopper allows that to happen. Since they both are similar it made sense to create a reference manual that shows how to do the same example in both Dynamo and Grasshopper. Grasshopper examples are shown on the left in green and the equivalent Dynamo examples are shown on the right in red. Notice that Dynamo and Grasshopper concepts are embedded in each example. See the image below for a breakdown on how to read the cheat sheet format. It is important to read all the notes, steps, and annotations on each page to get an understanding of how each example works.
This manual is intended for Dynamo users who want to learn Grasshopper for Revit, Grasshopper users who want to learn Dynamo for Revit, and users who are new to both Dynamo and Grasshopper and want to learn one or the other. This manual is also intended as a quick reference for current Dynamo and/or Grasshopper users at all levels. This manual will introduce the readers to a more introductory level of practical Grasshopper and Dynamo for Revit concepts.
There are hundreds of nodes in Grasshopper and Dynamo and it would not be possible to show all of them in this manual. Also, this manual focuses on out-of-the-box nodes for Grasshopper and Dynamo to give the readers a good understanding of what is available after install. If custom nodes are used, then the example will mention it. Also, just like the nodes, this manual could not possibly cover all subjects of Grasshopper and Dynamo so instead it focuses on Grasshopper and Dynamo examples that are important to their interaction with Revit.
This manual is intended to show concepts and not entire workflows through various examples. Each example is intentionally small and typically contains no more than 8 nodes. These concepts could be combined to make more complex scripts.
This manual is broken down into four major parts. Part 1 focuses on Grasshopper and Dynamo geometry. Part 2 focuses on the Revit database and how to use Dynamo and Grasshopper for Revit. Part 3 focuses on how to create your own custom Dynamo and Grasshopper nodes using C#. These concepts could also be applied to other programming languages. Part 4 focuses on interoperability and how to move geometry and data from Rhino to Revit and from Dynamo to Revit. There is a Table of Contents and a Node Index to help readers quickly find specific nodes or examples.
Автор: Monks Julie Название: Marcello Mouse and the Masked Ball ISBN: 0230703836 ISBN-13(EAN): 9780230703834 Издательство: Pan Macmillan Рейтинг: Цена: 4610.00 T Наличие на складе: Поставка под заказ.
Автор: Barsotti, Edoardo Marcello (university Of Genoa, Italy) Название: At the roots of italian identity ISBN: 0367524597 ISBN-13(EAN): 9780367524593 Издательство: Taylor&Francis Рейтинг: Цена: 148010.00 T Наличие на складе: Нет в наличии. Описание: This book investigates the relationship between the ideas of nation and race in the Risorgimento nationalist intelligentsia and argues that ideas of race played a considerable role in defining Italian national identity.
Автор: Marcello Musto Название: Another Marx ISBN: 1474273394 ISBN-13(EAN): 9781474273398 Издательство: Bloomsbury Academic Рейтинг: Цена: 31670.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Following the break-up of the Soviet Union, Marx was regarded as a thinker doomed to oblivion about whom everything had already been said and written. However, the international economic crisis of 2008 favoured a return to his analysis of capitalism, and recently published volumes of the Marx-Engels-Gesamtausgabe (MEGA ) have provided researchers with new texts that underline the gulf between Marx's critical theory and the dogmatism of many twentieth-century Marxisms.
This work reconstructs with great textual and historical rigour, but in a form accessible to those encountering Marx for the first time, a number of little noted, or often misunderstood, stages in his intellectual biography. The book is divided into three parts. The first - 'Intellectual Influences and Early Writings' - investigates the formation of the young Marx and the composition of his Parisian manuscripts of 1844. The second - 'The Critique of Political Economy' - focuses on the genesis of Marx's magnum opus, beginning with his studies of political economy in the early 1850s and following his labours through to all the preparatory manuscripts for Capital. The third - 'Political Militancy' - presents an insightful history of the International Working Men's Association and of the role that Marx played in that organization.
The volume offers a close and innovative examination of Marx's ideas on post-Hegelian philosophy, alienated labour, the materialist conception of history, research methods, the theory of surplus-value, working-class self-emancipation, political organization and revolutionary theory. From this emerges "another Marx," a thinker very different from the one depicted by so many of his critics and ostensible disciples.
Автор: Marcello Musto Название: Another Marx: An Essay in Intellectual Biography ISBN: 1474267327 ISBN-13(EAN): 9781474267328 Издательство: Bloomsbury Academic Рейтинг: Цена: 105600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание:
Following the break-up of the Soviet Union, Marx was regarded as a thinker doomed to oblivion about whom everything had already been said and written. However, the international economic crisis of 2008 favoured a return to his analysis of capitalism, and recently published volumes of the Marx-Engels-Gesamtausgabe (MEGA ) have provided researchers with new texts that underline the gulf between Marx's critical theory and the dogmatism of many twentieth-century Marxisms.
This work reconstructs with great textual and historical rigour, but in a form accessible to those encountering Marx for the first time, a number of little noted, or often misunderstood, stages in his intellectual biography. The book is divided into three parts. The first - 'Intellectual Influences and Early Writings' - investigates the formation of the young Marx and the composition of his Parisian manuscripts of 1844. The second - 'The Critique of Political Economy' - focuses on the genesis of Marx's magnum opus, beginning with his studies of political economy in the early 1850s and following his labours through to all the preparatory manuscripts for Capital. The third - 'Political Militancy' - presents an insightful history of the International Working Men's Association and of the role that Marx played in that organization.
The volume offers a close and innovative examination of Marx's ideas on post-Hegelian philosophy, alienated labour, the materialist conception of history, research methods, the theory of surplus-value, working-class self-emancipation, political organization and revolutionary theory. From this emerges "another Marx," a thinker very different from the one depicted by so many of his critics and ostensible disciples.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz