Python Network Programming Cookbook - Second Edition
¥90.46
Discover practical solutions for a wide range of real-world network programming tasks About 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 programming Who This Book Is For This 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 various Python modules to program the Internet In Detail Python Network Programming Cookbook - Second Edition highlights the major aspects of network programming in Python, starting from writing simple networking clients to developing and deploying complex Software-Defined Networking (SDN) and Network Functions Virtualization (NFV) systems. It creates the building blocks for many practical web and networking applications that rely on various networking protocols. It presents the power and beauty of Python to solve numerous real-world tasks in the area of network programming, network and system administration, network monitoring, and web-application development. In this edition, you will also be introduced to network modelling to build your own cloud network. You will learn about the concepts and fundamentals of SDN and then extend your network with Mininet. Next, you’ll find recipes on Authentication, Authorization, and Accounting (AAA) and open and proprietary SDN approaches and frameworks. You will also learn to configure the Linux Foundation networking ecosystem and deploy and automate your networks with Python in the cloud and the Internet scale. By the end of this book, you will be able to analyze your network security vulnerabilities using advanced network packet capture and analysis techniques. Style and approach This book follows a practical approach and covers major aspects of network programming in Python. It provides hands-on recipes combined with short and concise explanations on code snippets. This book will serve as a supplementary material to develop hands-on skills in any academic course on network programming. This book further elaborates network softwarization, including Software-Defined Networking (SDN), Network Functions Virtualization (NFV), and orchestration. We learn to configure and deploy enterprise network platforms, develop applications on top of them with Python.
Learning C++ Functional Programming
¥90.46
Apply Functional Programming techniques to C++ to build highly modular, testable, and reusable code About This Book ? Modularize your applications and make them highly reusable and testable ? Get familiar with complex concepts such as metaprogramming, concurrency, and immutability ? A highly practical guide to building functional code in C++ filled with lots of examples and real-world use cases Who This Book Is For This book is for C++ developers comfortable with OOP who are interested in learning how to apply the functional paradigm to create robust and testable apps. What You Will Learn ? Get to know the difference between imperative and functional approaches ? See the use of first-class functions and pure functions in a functional style ? Discover various techniques to apply immutable state to avoid side effects ? Design a recursive algorithm effectively ? Create faster programs using lazy evaluation ? Structure code using design patterns to make the design process easier ? Use concurrency techniques to develop responsive software ? Learn how to use the C++ Standard Template Library and metaprogramming in a functional way to improve code optimization In Detail Functional programming allows developers to divide programs into smaller, reusable components that ease the creation, testing, and maintenance of software as a whole. Combined with the power of C++, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all the C++ 17 features that can be applied to build software in a functional way. The book is divided into three modules—the first introduces the fundamentals of functional programming and how it is supported by modern C++. The second module explains how to efficiently implement C++ features such as pure functions and immutable states to build robust applications. The last module describes how to achieve concurrency and apply design patterns to enhance your application’s performance. Here, you will also learn to optimize code using metaprogramming in a functional way. By the end of the book, you will be familiar with the functional approach of programming and will be able to use these techniques on a daily basis. Style and approach This book uses a module-based approach, where each module will cover important aspects of functional programming in C++ and will help you develop efficient and robust applications through gaining a practical understanding.
Mastering Apache Storm
¥90.46
Master the intricacies of Apache Storm and develop real-time stream processing applications with ease About This Book ? Exploit the various real-time processing functionalities offered by Apache Storm such as parallelism, data partitioning, and more ? Integrate Storm with other Big Data technologies like Hadoop, HBase, and Apache Kafka ? An easy-to-understand guide to effortlessly create distributed applications with Storm Who This Book Is For If you are a Java developer who wants to enter into the world of real-time stream processing applications using Apache Storm, then this book is for you. No previous experience in Storm is required as this book starts from the basics. After finishing this book, you will be able to develop not-so-complex Storm applications. What You Will Learn ? Understand the core concepts of Apache Storm and real-time processing ? Follow the steps to deploy multiple nodes of Storm Cluster ? Create Trident topologies to support various message-processing semantics ? Make your cluster sharing effective using Storm scheduling ? Integrate Apache Storm with other Big Data technologies such as Hadoop, HBase, Kafka, and more ? Monitor the health of your Storm cluster In Detail Apache Storm is a real-time Big Data processing framework that processes large amounts of data reliably, guaranteeing that every message will be processed. Storm allows you to scale your data as it grows, making it an excellent platform to solve your big data problems. This extensive guide will help you understand right from the basics to the advanced topics of Storm. The book begins with a detailed introduction to real-time processing and where Storm fits in to solve these problems. You’ll get an understanding of deploying Storm on clusters by writing a basic Storm Hello World example. Next we’ll introduce you to Trident and you’ll get a clear understanding of how you can develop and deploy a trident topology. We cover topics such as monitoring, Storm Parallelism, scheduler and log processing, in a very easy to understand manner. You will also learn how to integrate Storm with other well-known Big Data technologies such as HBase, Redis, Kafka, and Hadoop to realize the full potential of Storm. With real-world examples and clear explanations, this book will ensure you will have a thorough mastery of Apache Storm. You will be able to use this knowledge to develop efficient, distributed real-time applications to cater to your business needs. Style and approach This easy-to-follow guide is full of examples and real-world applications to help you get an in-depth understanding of Apache Storm. This book covers the basics thoroughly and also delves into the intermediate and slightly advanced concepts of application development with Apache Storm.
MATLAB for Machine Learning
¥90.46
Extract patterns and knowledge from your data in easy way using MATLAB About This Book ? Get your first steps into machine learning with the help of this easy-to-follow guide ? Learn regression, clustering, classification, predictive analytics, artificial neural networks and more with MATLAB ? Understand how your data works and identify hidden layers in the data with the power of machine learning. Who This Book Is For This book is for data analysts, data scientists, students, or anyone who is looking to get started with machine learning and want to build efficient data processing and predicting applications. A mathematical and statistical background will really help in following this book well. What You Will Learn ? Learn the introductory concepts of machine learning. ? Discover different ways to transform data using SAS XPORT, import and export tools, ? Explore the different types of regression techniques such as simple & multiple linear regression, ordinary least squares estimation, correlations and how to apply them to your data. ? Discover the basics of classification methods and how to implement Naive Bayes algorithm and Decision Trees in the Matlab environment. ? Uncover how to use clustering methods like hierarchical clustering to grouping data using the similarity measures. ? Know how to perform data fitting, pattern recognition, and clustering analysis with the help of MATLAB Neural Network Toolbox. ? Learn feature selection and extraction for dimensionality reduction leading to improved performance. In Detail MATLAB is the language of choice for many researchers and mathematics experts for machine learning. This book will help you build a foundation in machine learning using MATLAB for beginners. You’ll start by getting your system ready with t he MATLAB environment for machine learning and you’ll see how to easily interact with the Matlab workspace. We’ll then move on to data cleansing, mining and analyzing various data types in machine learning and you’ll see how to display data values on a plot. Next, you’ll get to know about the different types of regression techniques and how to apply them to your data using the MATLAB functions. You’ll understand the basic concepts of neural networks and perform data fitting, pattern recognition, and clustering analysis. Finally, you’ll explore feature selection and extraction techniques for dimensionality reduction for performance improvement. At the end of the book, you will learn to put it all together into real-world cases covering major machine learning algorithms and be comfortable in performing machine learning with MATLAB. Style and approach The book takes a very comprehensive approach to enhance your understanding of machine learning using MATLAB. Sufficient real-world examples and use cases are included in the book to help you grasp the concepts quickly and apply them easily in your day-to-day work.
Mastering Machine Learning with Spark 2.x
¥90.46
Unlock the complexities of machine learning algorithms in Spark to generate useful data insights through this data analysis tutorial About This Book ? Process and analyze big data in a distributed and scalable way ? Write sophisticated Spark pipelines that incorporate elaborate extraction ? Build and use regression models to predict flight delays Who This Book Is For Are you a developer with a background in machine learning and statistics who is feeling limited by the current slow and “small data” machine learning tools? Then this is the book for you! In this book, you will create scalable machine learning applications to power a modern data-driven business using Spark. We assume that you already know the machine learning concepts and algorithms and have Spark up and running (whether on a cluster or locally) and have a basic knowledge of the various libraries contained in Spark. What You Will Learn ? Use Spark streams to cluster tweets online ? Run the PageRank algorithm to compute user influence ? Perform complex manipulation of DataFrames using Spark ? Define Spark pipelines to compose individual data transformations ? Utilize generated models for off-line/on-line prediction ? Transfer the learning from an ensemble to a simpler Neural Network ? Understand basic graph properties and important graph operations ? Use GraphFrames, an extension of DataFrames to graphs, to study graphs using an elegant query language ? Use K-means algorithm to cluster movie reviews dataset In Detail The purpose of machine learning is to build systems that learn from data. Being able to understand trends and patterns in complex data is critical to success; it is one of the key strategies to unlock growth in the challenging contemporary marketplace today. With the meteoric rise of machine learning, developers are now keen on finding out how can they make their Spark applications smarter. This book gives you access to transform data into actionable knowledge. The book commences by defining machine learning primitives by the MLlib and H2O libraries. You will learn how to use Binary classification to detect the Higgs Boson particle in the huge amount of data produced by CERN particle collider and classify daily health activities using ensemble Methods for Multi-Class Classification. Next, you will solve a typical regression problem involving flight delay predictions and write sophisticated Spark pipelines. You will analyze Twitter data with help of the doc2vec algorithm and K-means clustering. Finally, you will build different pattern mining models using MLlib, perform complex manipulation of DataFrames using Spark and Spark SQL, and deploy your app in a Spark streaming environment. Style and approach This book takes a practical approach to help you get to grips with using Spark for analytics and to implement machine learning algorithms. We'll teach you about advanced applications of machine learning through illustrative examples. These examples will equip you to harness the potential of machine learning, through Spark, in a variety of enterprise-grade systems.
Learning Redux
¥90.46
Build consistent web apps with Redux by easily centralizing the state of your application. About This Book ? Write applications that behave consistently, run in different environments (client, server and native), and are easy to test ? Take your web apps to the next level by combining the power of Redux with other frameworks such as React and Angular ? Uncover the best practices and hidden features of Redux to build applications that are powerful, consistent, and maintainable Who This Book Is For This book targets developers who are already fluent in JavaScript but want to extend their web development skills to develop and maintain bigger applications. What You Will Learn ? Understand why and how Redux works ? Implement the basic elements of Redux ? Use Redux in combination with React/Angular to develop a web application ? Debug a Redux application ? Interface with external APIs with Redux ? Implement user authentication with Redux ? Write tests for all elements of a Redux application ? Implement simple and more advanced routing with Redux ? Learn about server-side rendering with Redux and React ? Create higher-order reducers for Redux ? Extend the Redux store via middleware In Detail The book starts with a short introduction to the principles and the ecosystem of Redux, then moves on to show how to implement the basic elements of Redux and put them together. Afterward, you are going to learn how to integrate Redux with other frameworks, such as React and Angular. Along the way, you are going to develop a blog application. To practice developing growing applications with Redux, we are going to start from nothing and keep adding features to our application throughout the book. You are going to learn how to integrate and use Redux DevTools to debug applications, and access external APIs with Redux. You are also going to get acquainted with writing tests for all elements of a Redux application. Furthermore, we are going to cover important concepts in web development, such as routing, user authentication, and communication with a backend server After explaining how to use Redux and how powerful its ecosystem can be, the book teaches you how to make your own abstractions on top of Redux, such as higher-order reducers and middleware. By the end of the book, you are going to be able to develop and maintain Redux applications with ease. In addition to learning about Redux, you are going be familiar with its ecosystem, and learn a lot about JavaScript itself, including best practices and patterns. Style and approach This practical guide will teach you how to develop a complex, data-intensive application leveraging the capabilities of the Redux framework.
Mastering ArcGIS Enterprise Administration
¥90.46
Learn how to confidently install, configure, secure, and fully utilize your ArcGIS Enterprise system. About This Book ? Install and configure the components of ArcGIS Enterprise to meet your organization's requirements ? Administer all aspects of ArcGIS Enterprise through user interfaces and APIs ? Optimize and Secure ArcGIS Enterprise to make it run efficiently and effectively Who This Book Is For This book will be geared toward senior GIS analysts, GIS managers, GIS administrators, DBAs, GIS architects, and GIS engineers that need to install, configure, and administer ArcGIS Enterprise 10.5.1. What You Will Learn ? Effectively install and configure ArcGIS Enterprise, including the Enterprise geodatabase, ArcGIS Server, and Portal for ArcGIS ? Incorporate different methodologies to manage and publish services ? Utilize the security methods available in ArcGIS Enterprise ? Use Python and Python libraries from Esri to automate administrative tasks ? Identify the common pitfalls and errors to get your system back up and running quickly from an outage In Detail ArcGIS Enterprise, the next evolution of the ArcGIS Server product line, is a full-featured mapping and analytics platform. It includes a powerful GIS web services server and a dedicated Web GIS infrastructure for organizing and sharing your work. You will learn how to first install ArcGIS Enterprise to then plan, design, and finally publish and consume GIS services. You will install and configure an Enterprise geodatabase and learn how to administer ArcGIS Server, Portal, and Data Store through user interfaces, the REST API, and Python *s. This book starts off by explaining how ArcGIS Enterprise 10.5.1 is different from earlier versions of ArcGIS Server and covers the installation of all the components required for ArcGIS Enterprise. We then move on to geodatabase administration and content publication, where you will learn how to use ArcGIS Server Manager to view the server logs, stop and start services, publish services, define users and roles for security, and perform other administrative tasks. You will also learn how to apply security mechanisms on ArcGIS Enterprise and safely expose services to the public in a secure manner. Finally, you’ll use the RESTful administrator API to automate server management tasks using the Python *ing language. You’ll learn all the best practices and troubleshooting methods to streamline the management of all the interconnected parts of ArcGIS Enterprise. Style and approach The book takes a pragmatic approach, starting with installation & configuration of ArcGIS Enterprise to finally building a robust GIS web infrastructure for your organization.
The Many Deaths of the Firefly Brothers
¥90.45
Jason and Whit Fireson, the notorious, bank-robbing duo known as the Firefly Brothers, wake to find themselves lying on cooling boards in a police morgue. Riddled with bullet wounds, the reality is inescapable: they've been killed. But they're alive. It is August of 1934, in the midst of the Great Depression but in the waning months of the great Crime Wave, during which the newly-created FBI killed such famous outlaws as John Dillinger, Baby Face Nelson, and Pretty Boy Floyd. Across the nation, men are out of work and families are starving, and Americans are stunned and frightened by the collapse of their country's foundations. The Firesons' lovers Darcy and Veronica struggle between grief and an unyielding belief that Jason and Whit have survived, while their stunned mother and straight-arrow third brother desperately try to support their family and evade police spies. And through it all the Firefly Brothers themselves race to find the women they love, and make sense of a world that has come unmoored. Complete with kidnappings and gangsters, heiresses and speakeasies, The Many Deaths of the Firefly Brothers combines the stark realism of a troubled time with all the myth-making magic of the American Dream itself. It is an imaginative and breathless story about being hopelessly outgunned – and tells a tale of danger, redemption, and love that transcends death.
Paddington Novels 1-3 (Paddington)
¥90.45
Bringing together three favourite novels about Paddington, the beloved, classic bear from Darkest Peru. Book 1 - A Bear Called Paddington: Paddington Bear travels all the way from Darkest Peru and meets the Brown family on Paddington station for the first time. Since then the Browns’ lives have never been quite the same… for ordinary things become quite extraordinary when a bear called Paddington is around. Book 2 - More About Paddington: Whether he is attempting home decorating, detective work or photography, Paddington always causes his own special brand of chaos! Book 3 - Paddington Helps Out Somehow, trouble comes naturally to Paddington. What other bear could catch a fish in his hat, or cause havoc in the Browns’ kitchen just trying to be helpful? Paddington Bear has been delighting adults and children alike with his earnest good intentions and humorous misadventures for over fifty years.
Deadly Seven
¥90.43
Deadly Seven is a combination of monologues and ‘light’ script engagement of a psychologist with her seven clients, who each represent a deadly sin. Once the psychologist realises she lacks control over each of her clients’ lives, she decides to put an end to their madness. All characters represent an obsession which ultimately destroys them; leading to their deaths.
Arany János – TOLDI
¥90.42
"Reportajele din aceast? carte vorbesc despre aspecte din istoria recent?, cum ar fi migra?ia, corup?ia, via?a ?n penitenciare sau problemele minorit??ilor, ?nchiderea spitalelor sau stresul care schimb? vie?i, crizele din s?n?tate, pove?ti ale unor oameni obi?nui?i, care fac lucruri speciale. Reg?sim, ?ns?, ?i pove?ti de demult, cum e cazul reportajelor despre lupt?torii anticomuni?ti din mun?i, despre tezaurul de la Pietroasele sau istoriile din satele s?se?ti. Reportajele surprind realit??i dintr-o Rom?nie aflat? ?n continu? schimbare, cu enorme discrepan?e. Sunt ca o fotografie a realit??ii. Cine le cite?te afl? cum se tr?ia sau cum se tr?ie?te ?n anumite locuri. Cum se schimb? sau de ce nu se schimb? lucrurile ?i mentalit??ile. Cartea cuprinde 30 de reportaje publicate ?n revista Dilema veche, dar ?i adapt?ri dup? reportaje sau documentare radio difuzate la Europa FM ?i Radio Rom?nia Actualit??i. Reportajul e un gen mai rar ?nt?lnit ast?zi ?n presa din Rom?nia. Dar asta nu se ?nt?mpl? din cauza lipsei de interes a publicului, ci din pricina lipsei de bani ?i de investi?ii ?ntr-o pres? de calitate. De fiecare dat? c?nd totu?i apar reportaje bine f?cute, se constat? c? publicul le urm?re?te cu interes, tot a?a cum urm?re?te reportajele ?i documentarele oferite de televiziunile str?ine. Asta fiindc? oamenii au nevoie de pove?ti. Un reportaj bine f?cut este de fapt o poveste adev?rat?. P?n? la urm?, ?i aceast? carte este o carte cu pove?ti adev?rate." (Liliana Nicolae)
Easy. Tasty. Healthy.:The Ultimate Cooking Without
¥90.35
A classic recipe book which excludes ingredients harmful to those suffering from candida, M.E., and allergy sufferers.
Life on the Refrigerator Door
¥90.29
Claire and her mother are running out of time, but they don't know it. Not yet. Claire is wrapped up with the difficulties of her bourgeoning adulthood—boys, school, friends, identity; Claire's mother, a single mom, is rushed off her feet both at work and at home. They rarely find themselves in the same room at the same time, and it often seems that the only thing they can count on are notes to each other on the refrigerator door. When home is threatened by a crisis, their relationship experiences a momentous change. Forced to reevaluate the delicate balance between their personal lives and their bond as mother and daughter, Claire and her mother find new love and devotion for one another deeper than anything they had ever imagined. Heartfelt, touching, and unforgettable, Life on the Refrigerator Door is a glimpse into the lives of mothers and daughters everywhere. In this deeply touching novel told through a series of notes written from a loving mother and her devoted fifteen-year-old daughter, debut author Alice Kuipers deftly captures the impenetrable fabric that connects mothers and daughters throughout the world. Moving and rich with emotion, Life on the Refrigerator Door delivers universal lessons about love in a wonderfully simple and poignant narrative.
Charmed Life
¥90.29
A bewitching comic fantasy by a master of the supernaturalCat doesn't mind living in the shadow of his sister, Gwendolen, the most promising young witch ever seen on Coven Street. But trouble starts brewing the moment the two orphans are summoned to live in Chrestomanci Castle. Frustrated that the witches of the castle refuse to acknowledge her talents, Gwendolen conjures up a scheme that could throw whole worlds out of whack.
The Lives of Christopher Chant
¥90.29
His father and uncles are enchanters, his mother a powerful sorceress, yet nothing seems magical about Christopher Chant except his dreams. Night after night, he climbs through the formless Place Between and visits marvelous lands he calls the Almost Anywheres. Then Christopher discovers that he can bring real, solid things back from his dreams. Others begin to recognize the extent of his powers, and they issue an order that turns Christopher's life upside down: Go to Chrestomanci Castle to train to be the controller of all the world's magic.The Lives of Christopher Chant is the adventure-filled story of the boyhood of Chretomanci, the famous magician who also appears in Charmed Life, Witch Week, and The Magicians of Caprona.
The Cotswolds Cookery Club: a deliciously uplifting feel-good read
¥90.27
‘One of the best stories I’ve read in a long time!’ Stacey Rebecca (NetGalley reviewer) The Cotswolds Cookery Club was originally published as a three-part serial. This is the complete story in one package. The Cotswolds Cookery Club is opening its doors! Connie has had enough. Enough of the city, enough of her job – and most importantly, enough of her cheating boyfriend! Finally free to chase her dreams, Connie sets up her very own Cotswolds Cookery Club – a place to share scrumptious recipes and, more importantly, a lot of wine… Trish always dreamed of living in a little chocolate box village – but she never expected to be starting over at forty. Could joining the Cookery Club be the perfect distraction from her stroppy teenage daughter and her ex-husband’s new girlfriend? Kate spends her life juggling her three young children and running the busy Cotswolds veterinary practice. It’s time to take charge of the disparate ingredients of her life and transform them into the perfect pot-au-feu! But with three delicious men turning up the heat, perhaps the sleepy Cotswolds village has a few surprises in store… Fans of Milly Johnson, Caroline Roberts and Jill Mansell will love this heartwarming read!
A Gift Of Miracles
¥90.06
This treasury of all-new true miracle stories from the bestselling authors of Christmas Miracles, The Magic of Christmas Miracles, and Mothers' Miracles offers the real-life wonder their readers have come to love. Some highlights:A disk jockey's selection of music has an astounding unintended effect a comatose Polish woman begins to softly sing along with a song from her childhood.While body surfing, a man is slammed by a wave and hears his neck snap. Unable to move, he begins to swallow water to hasten death. Instead, he feels himself lifted from the water, gliding safely to shore.A school janitor befriends a student, only to learn that she is the daughter of his long-lost son and his very own granddaughter.A Gift of Miracles, like its predecessors, will remind readers and their families that in the midst of our hectic and sometimes frightening world, magic, mystery, and miracles happen. And that if we look hard enough in the corners of our own lives, we, too, can find miracles.
Multiple Personalities
¥90.03
Having spent years in a coma, a female protagonist is anxious to lead a normal life. Her miraculous recovery is riddled with falling in and out of our time continuum - she wanders through history in her imagination as if it were her backyard. Notwithstanding her condition, her peers are going through a real change of their own echoing events that engulfed Russia in the past few decades. In Multiple Personalities, life is a masquerade and its participants are characters from classic world literature racing towards destination unknown. The question they all are asking is whether the traditional notion of time's flow from the past to the future is the correct one. Who has the answer?
The Garden of Divine Songs and Collected Poetry of Hryhory Skovoroda
¥90.03
Hryhory Skovoroda is considered by many as the first great Slavic philosopher and poet. Written over a period stretching from the 1750s until 1785, his The Garden of Divine Songs is a unique collection of 30 poems, featuring a complex system of strophic structures and with only a few of the songs written in a traditional way. Skovoroda never repeats one and the same strophic structure; this being the case, his Garden of Divine Songs according to writer-scholar Valery Shevchuk functions as a “practical guide to the art of poetry”, exemplifying all the meters and strophic patterns that were possible in Ukrainian poetry of that time. The poet makes masterful use of the accomplishments of academic poetry; the so-called “songs of the world” are the most prominent poems in this collection. These songs are an expression of Skovoroda's views in poetic form, and many ideas from The Garden of Divine Songs, such as the search for happiness in the world in song 21, would later form the basis for some of Skovoroda’s philosophical treatises. Skovoroda’s originality, and his ability to approach the most cardinal problems of human existence, stem from his capacity to combine known motifs, borrowed from literary sources such as classical texts, the Bible, and ancient Ukrainian poetic works, with his own system of thinking that focuses on his philosophy of the heart. The complete poems of Skovoroda are appearing in their entirety here in English for the first time, accompanied by a guest introduction by prominent Ukrainian writer Valery Shevchuk. This title has been realised by a team of the following dedicated professionals: Translated by Michael M. Naydan with an introduction by Valery Shevchuk Translations Edited by Olha Tytarenko Maxim Hodak - Максим Ходак (Publisher), Max Mendor - Макс Мендор (Director), Ksenia Papazova (Managing Editor).
Pavlo Tychyna: The Complete Early Poetry Collections
¥90.03
Pavlo Tychyna (1891-1967) is arguably the greatest Ukrainian poet of the twentieth century and has been described as a “tillerman’s Orpheus” by Ukrainian poet and literary critic Vasyl Barka. With his innovative poetics, deep spirituality and creative word play, Tychyna deserves a place among the pantheon of his European contemporaries such as T.S. Eliot, Ezra Pound, Rainer Maria Rilke, Federico Garcia Lorca, and Osip Mandelstam. His early collections Clarinets of the Sun (1918), The Plow (1920), Instead of Sonnets and Octaves (1920), The Wind from Ukraine (1924), and his poetic cycle In the Orchestra of the Cosmos (1921) mark the pinnacle of his creativity and poetically document the emotional and spiritual toll of the Revolution of 1917 as well as the Civil War and its aftermath in Ukraine. Tychyna coined the term “Clarinetism” to describe his earliest works, which intrinsically exhibit the clarity and the haunting sound of a clarinet. He harkens back to ancient Greek literature to form what has been called the “tragic lyric” in his short collection Instead of Sonnets and Octaves, which gives a personal, humanistic understanding to the tragic events of the Revolution. John Fizer has noted Tychyna’s close affinity with Walt Whitman’s cosmism, particularly in his cycle In the Orchestra of the Cosmos. While Tychyna in may ways displays the moral conscience of his times in his early works, later in his life he acquiesced to Soviet authorities in order to survive the horrors of Stalin’s regime. He was forced by authorities to refuse a nomination for the Nobel Prize, the only reason for which would have been his Ukrainian ethnicity. This edition of Tychyna’s complete early works includes translations of all his major early collections as well as his poetic masterpieces “Mother was Pealing Potatoes,” “Funeral of My Friend,” and his highly patriotic “In Memory of the Thirty.” The volume includes a guest introduction by eminent Ukrainian poet Viktor Neborak. Translated by Michael M. Naydan.
The Secret History of my Sojourn in Russia
¥90.03
Jaroslav Ha?ek is known by readers around the world as the author of The Good Soldier ?vejk, one of the greatest comic novels of all time. Not all of his fans are aware of his six year anabasis in Russia, however, which began with his capture on the front lines of Galicia during the First World War. The Secret History of My Sojourn in Russia, translated by Charles S. Kraszewski, brings that fascinating period in Ha?ek's life to the attention of the English reader. Comprised of fifty-two short stories and other writings from Ha?ek's stay in Sovietising Russia, The Secret History collects the Bugulma stories, in which Ha?ek trains his satirical eye on the infant communist utopia, as well as non-fiction works by Ha?ek, who played a not insignificant role in the progress of the Soviet Revolution in Siberia, before his return to his native Czechoslovakia in the early 1920s. These include propagandistic pamphlets and newspaper articles, letters, and official scripts dating from his agitation as a communist operative among Austro-Hungarian citizens stranded in the Soviet Union, all of which provide a fascinating context for his good-humoured fiction, which rivals his great novel in rollicking fun. The Secret History of My Sojourn in Russia presents the reader with 52 of the most entertaining, and chilling, examples of his Russian period, containing both humorous fiction and deadly serious propaganda. Translation of this book was supported by the Ministry of Culture of the Czech Republic.

购物车
个人中心

