Електронні книги
41809
Eлектронна книга
41810
Eлектронна книга

Swift Cookbook. Over 60 proven recipes for developing better iOS applications with Swift 5.3 - Second Edition

Keith Moon, Chris Barker

Swift is an exciting, multi-platform, general-purpose programming language, and with this book, you'll explore the features of its latest version, Swift 5.3.The book begins with an introduction to the basic building blocks of Swift 5.3, its syntax, and the functionalities of Swift constructs. You’ll then discover how Swift Playgrounds provide an ideal platform to write, execute, and debug your Swift code. As you advance through the chapters, the book will show you how to bundle variables into tuples or sets, order your data with an array, store key-value pairs with dictionaries, and use property observers. You’ll also get to grips with the decision-making and control structures in Swift, examine advanced features such as generics and operators, and explore functionalities outside of the standard library. Once you’ve learned how to build iOS applications using UIKit, you'll find out how to use Swift for server-side programming, run Swift on Linux, and investigate Vapor. Finally, you'll discover some of the newest features of Swift 5.3 using SwiftUI and Combine to build adaptive and reactive applications, and find out how to use Swift to build and integrate machine learning models along with Apple’s Vision Framework.By the end of this Swift book, you'll have discovered solutions to boost your productivity while developing code using Swift 5.3.

41811
Eлектронна книга

Swift Cookbook. Proven recipes for developing robust iOS applications with Swift 5.9 - Third Edition

Keith Moon, Chris Barker, Daniel Bolella, Nathan Lawlor

Unlock the full potential of Swift and elevate your iOS development skills with this new edition of Swift Cookbook, highlighting the latest features in Swift 5.9.This cookbook will take your Swift programming skills to the next level, boosting your productivity and efficiency step by step through a plethora of practical recipes. Although this book is primarily for experienced iOS developers, it provides an introductory overview of Swift 5.9, including its basic building blocks, syntax, and the functionalities of Swift constructs, to get you warmed up. Once you’ve mastered the fundamentals, you’ll get down to business.Unless you’re completely new to Swift, this recipe-based guide doesn’t need to be read in order; you can jump to whichever topic takes your fancy, from UIKit and SwiftUI to advanced UI techniques, from Swift’s control flow and generics to machine learning with Vision, CoreML, and augmented reality with ARKit.By the end of this book, you’ll be fully up to speed with Swift’s capabilities and be able to develop amazing applications across a wide variety of domains.

41812
Eлектронна книга

Swift Data Structure and Algorithms. Implement Swift structures and algorithms natively

Erik Azar, Mario Eguiluz Alebicto

Apple’s Swift language has expressive features that are familiar to those working with modern functional languages, but also provides backward support for Objective-C and Apple’s legacy frameworks. These features are attracting many new developers to start creating applications for OS X and iOS using Swift. Designing an application to scale while processing large amounts of data or provide fast and efficient searching can be complex, especially running on mobile devices with limited memory and bandwidth. Learning about best practices and knowing how to select the best data structure and algorithm in Swift is crucial to the success of your application and will help ensure your application is a success. That’s what this book will teach you.Starting at the beginning, this book will cover the basic data structures and Swift types, and introduce asymptotic analysis. You’ll learn about the standard library collections and bridging between Swift and Objective-C collections. You will see how to implement advanced data structures, sort algorithms, work with trees, advanced searching methods, use graphs, and performance and algorithm efficiency. You’ll also see how to choose the perfect algorithm for your problem.

41813
Eлектронна книга

Swift: Developing iOS Applications. Developing iOS Applications

Jon Hoffman, Andrew J Wagner, Giordano Scalzo

The Swift––Developing iOS Applications course will take you on a journey to become an efficient iOS and OS X developer, with the latest trending topic in town. Right from the basics to the advanced level topics, this course would cover everything in detail. We’ll embark our journey by dividing the learning path into four modules. Each of these modules are a mini course in their own right; and as you complete each one, you’ll gain key skills and be ready for the material in the next module.The first module is like a step-by-step guide to programming in Swift 2. Each topic is separated into compressible sections that are full of practical examples and easy-to-understand explanations. Each section builds on the previous topics, so you can develop a proficient and comprehensive understanding of app development in Swift 2. By the end of this module, you’ll have a basic understanding of Swift 2 and its functionalities.The second module will be the an easy-to-follow guide filled with tutorials to show you how to build real-world apps. The difficulty and complexity level increases chapter by chapter. Each chapter is dedicated to build a new app, beginning from a basic and unstyled app through to a full 3D game. The last two chapters show you how to build a complete client-server e-commerce app right from scratch. By the end of these modules, you’ll be able to build well-designed apps, effectively use AutoLayout, develop videogames, and build server apps.The third and the last module of our course will take an example-based approach where each concept covered is supported by example code to not only give you a good understanding of the concept, but also to demonstrate how to properly implement it.

41814
Eлектронна книга

Swift Essentials. Discover how to build iOS and watchOS applications in Swift 2 using Xcode - Second Edition

Alex Blewitt

Swift was considered one of the biggest innovations last year, and certainly with Swift 2 announced at WWDC in 2015, this segment of the developer space will continue to be hot and dominating. This is a fast-paced guide to provide an overview of Swift programming and then walks you through in detail how to write iOS applications. Progress through chapters on custom views, networking, parsing and build a complete application as a Git repository, all by using Swift as the core language

41815
Eлектронна книга
41816
Eлектронна книга

Swift Functional Programming. Ease the creation, testing, and maintenance of Swift codes - Second Edition

Dr. Fatih Nayebi

Swift is a multi-paradigm programming language enabling you to tackle different problems in various ways. Understanding each paradigm and knowing when and how to utilize and combine them can lead to a better code base. Functional programming (FP) is an important paradigm that empowers us with declarative development and makes applications more suitable for testing, as well as performant and elegant. This book aims to simplify the FP paradigms, making them easily understandable and usable, by showing you how to solve many of your day-to-day development problems using Swift FP.It starts with the basics of FP, and you will go through all the core concepts of Swift and the building blocks of FP. You will also go through important aspects, such as function composition and currying, custom operator definition, monads, functors, applicative functors,memoization, lenses, algebraic data types, type erasure, functional data structures, functional reactive programming (FRP), and protocol-oriented programming(POP). You will then learn to combine those techniques to develop a fully functional iOS application from scratch

41817
Eлектронна книга

Swift Game Development. Learn iOS 12 game development using SpriteKit, SceneKit and ARKit 2.0 - Third Edition

Siddharth Shekar, Stephen Haney

Swift is the perfect choice for game development. Developers are intrigued by Swift and want to make use of new features to develop their best games yet. Packed with best practices and easy-to-use examples, this book leads you step by step through the development of your first Swift game.The book starts by introducing Swift's best features – including its new ones for game development. Using SpriteKit, you will learn how to animate sprites and textures. Along the way, you will master physics, animations, and collision effects and how to build the UI aspects of a game. You will then work on creating a 3D game using the SceneKit framework. Further, we will look at how to add monetization and integrate Game Center. With iOS 12, we see the introduction of ARKit 2.0. This new version allows us to integrate shared experiences such as multiplayer augmented reality and persistent AR that is tied to a specific location so that the same information can be replicated on all connected devices. In the next section, we will dive into creating Augmented Reality games using SpriteKit and SceneKit. Then, finally, we will see how to create a Multipeer AR project to connect two devices, and send and receive data back and forth between those devices in real time.By the end of this book, you will be able to create your own iOS games using Swift and publish them on the iOS App Store.

41818
Eлектронна книга

Swift High Performance. Leverage Swift and enhance your code to take your applications to the next level

Kostiantyn Koval

Swift is one of the most popular and powerful programming languages for building iOS and Mac OS applications, and continues to evolve with new features and capabilities. Swift is considered a replacement to Objective-C and has performance advantages over Objective-C and Python. Swift adopts safe programming patterns and adds modern features to make programming easier, more flexible, and more fun.Develop Swift and discover best practices that allow you to build solid applications and optimize their performance.First, a few of performance characteristics of Swift will be explained. You will implement new tools available in Swift, including Playgrounds and REPL. These will improve your code efficiency, enable you to analyse Swift code, and enhance performance. Next, the importance of building solid applications using multithreading concurrency and multi-core device architecture is covered, before moving on to best practices and techniques that you should utilize when building high performance applications, such as concurrency and lazy-loading. Finally, you will explore the underlying structure of Swift further, and learn how to disassemble and compile Swift code.

41819
Eлектронна книга

Swift iOS Programming for Kids. Help your kids build simple and engaging applications with Swift 3.0

Steffen D. Sommer, Jim Campagno

This book starts at the beginning by introducing programming through easy to use examples with the Swift Playgrounds app. Kids are regularly encouraged to explore and play with new concepts to support knowledge acquisition and retention – these newly learned skills can then be used to express their own unique ideas. Children will be shown how to create their first iOS application and build their very own movie night application.

41820
Eлектронна книга

Swift od podstaw. Praktyczny przewodnik

Paweł Pasternak

Dołącz do programistów języka Swift! Zrozum konstrukcje i składnię Swifta Poznaj środowisko Xcode od podszewki Naucz się korzystać z kontrolek Pisz testy jednostkowe Firma Apple od lat z powodzeniem i świetnym wyczuciem potrzeb klientów działa na rynku elektroniki użytkowej. Pracujący w niej inżynierowie projektują produkty oryginalne, funkcjonalne i wyprzedzające swoją epokę. Ważną składową tego sukcesu jest wysokiej jakości oprogramowanie, które można tworzyć wyłącznie za pomocą wydajnych, wygodnych w użyciu i nowoczesnych narzędzi programistycznych. Przewodnik ten poświęcono językowi Swift, który jest podstawą oprogramowania współpracującego z macOS, iOS, watchOS oraz tvOS. Od chwili wprowadzenia na rynek w 2014 roku Swift doczekał się już trzeciej wersji i powoli wypiera królujący niepodzielnie od lat Objective-C. Jeśli chcesz poznać najnowszą wersję języka Swift oraz środowisko programistyczne Xcode, sięgnij po tę książkę! Opanujesz dzięki niej przejrzystą składnię Swifta, typy danych oraz sposoby deklarowania stałych i zmiennych. Dowiesz się, jak tworzyć instrukcje warunkowe i pętle, jak korzystać z operatorów, funkcji, tablic, słowników, krotek i klas. Poznasz elementy interfejsu użytkownika, nauczysz się zarządzać danymi w swoich aplikacjach i posługiwać się komentarzami. Zrozumiesz także, jak działają narzędzia oferowane przez środowisko Xcode, i zyskasz wiedzę o podstawach pisania testów jednostkowych. Czas na naukę! Podstawowe informacje o języku Swift i środowisku programistycznym Xcode Korzystanie z Playground i wyświetlanie danych na ekranie Proste typy danych oraz używanie zmiennych i stałych Korzystanie z operatorów i tworzenie funkcji Używanie instrukcji warunkowych i różnych rodzajów pętli Posługiwanie się złożonymi typami danych i możliwości obiektowe Korzystanie z kontrolek, obsługa akcji i delegacji Zapisywanie i odczytywanie danych przy użyciu CoreData Tworzenie komentarzy i pisanie testów jednostkowych Wkrocz w świat programowania na platformy Apple!

41821
Eлектронна книга

Swift Protocol-Oriented Programming. Increase productivity and build faster applications with Swift 5 - Fourth Edition

Jon Hoffman

Protocol-oriented programming is an incredibly powerful concept at the heart of Swift's design. Swift's standard library was developed using POP techniques, generics, and first-class value semantics; therefore, it is important for every Swift developer to understand these core concepts and take advantage of them. The fourth edition of this book is improved and updated to the latest version of the Swift programming language.This book will help you understand what protocol-oriented programming is all about and how it is different from other programming paradigms such as object-oriented programming. This book covers topics such as generics, Copy-On-Write, extensions, and of course protocols. It also demonstrates how to use protocol-oriented programming techniques via real-world use cases. By the end of this book, you will know how to use protocol-oriented programming techniques to build powerful and practical applications.

41822
Eлектронна книга

SwiftUI Cookbook. A guide for building beautiful and interactive SwiftUI apps - Third Edition

Juan C. Catalan

SwiftUI is the modern way to build user interfaces for iOS, macOS, and watchOS. It provides a declarative and intuitive way to create beautiful and interactive user interfaces. The new edition of this comprehensive cookbook includes a fully updated repository for SwiftUI 5, iOS 17, Xcode 15, and Swift 5.9. With this arsenal, it teaches you everything you need to know to build beautiful and interactive user interfaces with SwiftUI 5, from the basics to advanced topics like custom modifiers, animations, and state management.In this new edition, you will dive into the world of creating powerful data visualizations with a new chapter on Swift Charts and how to seamlessly integrate charts into your SwiftUI apps. Further, you will be able to unleash your creativity with advanced controls, including multi-column tables and two-dimensional layouts. You can explore new modifiers for text, images, and shapes that give you more control over the appearance of your views.You will learn how to develop apps for multiple platforms, including iOS, macOS, watchOS, and more.With expert insights, real-world examples, and a recipe-based approach, you’ll be equipped to build remarkable SwiftUI apps that stand out in today’s competitive market.

41823
Eлектронна книга

SwiftUI Cookbook. A guide to solving the most common problems and learning best practices while building SwiftUI apps - Second Edition

Giordano Scalzo, Edgar Nzokwe

SwiftUI provides an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based cookbook, you’ll cover the foundations of SwiftUI as well as the new SwiftUI 3 features introduced in iOS 15 and explore a range of essential techniques and concepts that will help you through the development process.The cookbook begins by explaining how to use basic SwiftUI components. Once you’ve learned the core concepts of UI development, such as Views, Controls, Lists, and ScrollViews, using practical implementations in Swift, you'll advance to adding useful features to SwiftUI using drawings, built-in shapes, animations, and transitions. You’ll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you’ll write iOS, macOS, and watchOS apps by sharing the same SwiftUI codebase.By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems encountered when building SwiftUI apps.

41824
Eлектронна книга

SwiftUI Cookbook. Discover solutions and best practices to tackle the most common problems while building SwiftUI apps

Giordano Scalzo, Edgar Nzokwe

SwiftUI is an innovative and simple way to build beautiful user interfaces (UIs) for all Apple platforms, right from iOS and macOS through to watchOS and tvOS, using the Swift programming language. In this recipe-based book, you’ll work with SwiftUI and explore a range of essential techniques and concepts that will help you through the development process. The recipes cover the foundations of SwiftUI as well as the new SwiftUI 2.0 features introduced in iOS 14. Other recipes will help you to make some of the new SwiftUI 2.0 components backward-compatible with iOS 13, such as the Map View or the Sign in with Apple View.The cookbook begins by explaining how to use basic SwiftUI components. Then, you’ll learn the core concepts of UI development such as Views, Controls, Lists, and ScrollViews using practical implementation in Swift. By learning drawings, built-in shapes, and adding animations and transitions, you’ll discover how to add useful features to the SwiftUI. When you’re ready, you’ll understand how to integrate SwiftUI with exciting new components in the Apple development ecosystem, such as Combine for managing events and Core Data for managing app data. Finally, you’ll write iOS, macOS, and watchOS apps while sharing the same SwiftUI codebase.By the end of this SwiftUI book, you'll have discovered a range of simple, direct solutions to common problems found in building SwiftUI apps.

41825
Eлектронна книга

SwiftUI Essentials - iOS Edition. Learn to Develop iOS Apps using SwiftUI, Swift 5 and Xcode 11

Neil Smyth

Beginning with the basics, this book provides an outline of the steps necessary to set up an iOS development environment and introduced you to Swift Playgrounds so that you can learn and experiment with Swift.You’ll begin with an introduction to the key concepts of SwiftUI and its architecture. You’ll learn how to create customer SwiftUI views and combine them to create user interface layouts including how to use stacks, frames, and forms. As you progress, you’ll learn how to handle data using state properties. You’ll also learn how to use graphics, animation, transitions, and gestures in your user interface. The book finishes by explaining how to package an application and upload it to the App Store for publication.By the end of the book, you’ll have all the necessary skills to develop your own applications for iOS 13 with SwiftUI, Swift 5, and Xcode 11.

41826
Eлектронна книга

SwiftUI Projects. Build six real-world, cross-platform mobile applications using Swift, Xcode 12, and SwiftUI

Craig Clayton

Released by Apple during WWDC 2019, SwiftUI provides an innovative and exceptionally simple way to build user interfaces for all Apple platforms with the power of Swift.This practical guide involves six real-world projects built from scratch, with two projects each for iPhone, iPad, and watchOS, built using Swift programming and Xcode. Starting with the basics of SwiftUI, you’ll gradually delve into building these projects. You’ll learn the fundamental concepts of SwiftUI by working with views, layouts, and dynamic types. This SwiftUI book will also help you get hands-on with declarative programming for building apps that can run on multiple platforms. Throughout the book, you’ll work on a chart app (watchOS), NBA draft app (watchOS), financial app (iPhone), Tesla form app (iPhone), sports news app (iPad), and shoe point-of-sale system (iPad), which will enable you to understand the core elements of a SwiftUI project.By the end of the book, you’ll have built fully functional projects for multiple platforms and gained the knowledge required to become a professional SwiftUI developer.

41827
Eлектронна книга

Swing trading dla bystrzaków. Wydanie II

Omar Bassal, CFA

Odkryj obiecujące rynki i sektory finansowe Korzystaj z możliwości krótkoterminowych Naucz się zarządzać ryzykiem Dowiedz się, jak zwiększyć zyski i zarządzać ryzykiem Skorzystaj z porad zawartych w tej książce, a zwiększysz swoje szanse na odniesienie sukcesu! Autor na podstawie własnych błędów ustalił, które metody działania się sprawdzają, a które nie. Poza omówieniem podstawowych zagadnień, takich jak formacje wykresów, wskaźniki techniczne i podstawy sprawozdań finansowych, idzie o krok dalej ― udziela wskazówek dotyczących właściwego zarządzania pieniędzmi, prowadzenia dziennika, zarządzania ryzykiem, tworzenia kompletnego planu tradingowego i głównych zmian w krajobrazie inwestycyjnym. Budowanie planu tradingowego Wpływ rynku na możliwości handlowe Fundamentalne wskaźniki inwestycyjne Obliczanie zysków z inwestycji Skuteczne zarządzanie ryzykiem

41828
Eлектронна книга

Swingerki lesbijskie opowiadanie erotyczne

Alessandra Red

2 + 2 = Przygoda życia w sekretnej rezydencji! Laura i Adrianna od dawna poszukiwały miejsca, w którym mogłyby spróbować cielesnych przyjemności z innymi parami. Klub swingerski tylko dla kobiet znalazły w Internecie i szybko postanowiły sprawdzić, jak to wygląda w praktyce. Udało im się zdobyć zaproszenie i już wkrótce stanęły przez mroczną bramą ukrytej pod miastem rezydencji. Drzwi otwiera im seksowna, rudowłosa kobieta w lateksowym kostiumie, która proponuje, że będzie ich przewodniczką... a tuż obok zaraz pojawia się jej charyzmatyczna partnerka. Co czeka nowicjuszki w środku i czy spełnią swoje najskrytsze fantazje? To zmysłowe i odważne opowiadanie erotyczne to idealna propozycja dla osób zainteresowanych etyczną stroną niemonogamii - z naciskiem na zgodę, świadomość i szereg stref erogennych!

41829
Eлектронна книга

Switching to Angular. Align with Google's long-term vision for Angular version 5 and beyond - Third Edition

Minko Gechev

Align your work to stable APIs of Angular, version 5 and beyond, with Angular expert Minko Gechev. Angular is the modern Google framework for you to build high-performance, SEO-friendly, and robust web applications. Switching to Angular, Third Edition, shows you how you can align your current and future development with Google's long-term vision for Angular. Gechev shares his expert knowledge and community involvement to give you the clarity you need to confidently switch to Angular and stable APIs. Minko Gechev helps you get to grips with Angular with an overview of the framework, and understand the long-term building blocks of Google's web framework. Gechev then gives you the lowdown on TypeScript with a crash course, so you can take advantage of Angular in its native, statically typed environment. You'll next move on to see how to use Angular dependency injection, plus how Angular router and forms, and Angular pipes, are designed to work for your projects today and in the future.You'll be aligned with the vision and techniques of the one Angular, and be ready to start building quick and efficient Angular applications. You'll know how to take advantage of the latest Angular features and the core, stable APIs you can depend on. You'll be ready to confidently plan your future with the Angular framework.

41830
Eлектронна книга

Switzerland in a Nutshell

Aneta Sobieraj

WHAT PLACES DOES THIS GUIDE COVER AND TO WHOM IS IT ADDRESSED? When I was planning my approximately week-long trip to Switzerland, my main goal was to get to know the country as much as possible, and as a lover of landscapes, to reach areas with breathtaking panoramas. So little time, so many places to see. What should you choose? How does one make the most of a trip to fully enjoy the unique beauty of this country? How can you avoid the constant exhaustion of moving from one place of accommodation to the next in order to see different corners of Switzerland? How can this be done on a moderate budget? How can you make sure that people of all ages will enjoy themselves on the trip? The prepared program is based on these very principles. It is dedicated to family trips, trips with a group of friends or even solo adventures, in your own or rented car. In this guide, you won't find detailed information dedicated to skiers. However, if you wish to take advantage of the ski slopes during your stay (after all, Switzerland is a paradise for skiers), you will be able to modify the proposed program in such a way that will allow you to do so, as I will take you to places which offer that opportunity. I want to show you breathtaking views of four-thousanders of the Alps, stunning regardless of the season, places inscribed on the UNESCO World Heritage list, such as the Eiger, MOnch, and Jungfrau massifs, the glacial landscape around the longest glacier in the Alps, Aletsch Glacier, and the beautiful scenery filled with lakes and waterfalls. I will take you on a walk across a spectacular suspension bridge (or even several, if you wish), you will enter a glacier, much like Kay and Gerda entered the Snow Queen's palace, and you'll wander through the corridors of a dragon's cave. You will visit historical castles nestled in the Alpine landscape, and a friendly cow named Cerise, or Cherry, will guide you through the Gruyere Museum, a place created for cheese enthusiasts, where you will learn about the process of making Swiss delicacies, the origin of milk, and the principles of fully natural cow feeding. I hope that this guide will be helpful not only during the trip itself, but that above all else it will relieve you of the burden of hours of searching for information regarding worthwhile places to see and essential information as well as practical details for organizing the trip. From the bottom of my heart, I wish you a truly enjoyable holiday! Aneta Sobieraj - traveler, expedition organizer, nature enthusiast, avid landscape lover, and passionate photographer, by profession a civil engineer. She has traveled to the farthest corners of the world, from the Polish lowlands to the Himalayas, from Europe to Asia, seeking beautiful landscapes and exploring different cultures. Through her publications, she aims to help fulfill dreams, inspire the discovery of the world's beauty, take you to breathtaking vistas, provide true relief from everyday life, and make your much-anticipated vacation a time of unforgettable experiences.

41831
Eлектронна книга

Swoboda

Krzysztof Kamil Baczyński

Krzysztof Kamil Baczyński Swoboda koń bryzgiem srebrnych dzwonków parska w zieloną ruń jak wodę miękką kwiaty przynoszą w barwnych garstkach świt gęstych rzek na sutkach dźwięku. Drzewa są wolne w rudych lasach przebiega koń przez płynność polan różowo gra rozbiegiem oczu balony nozdrzy gnie do kolan a kiedy wbiegnie w dźwięczne stepy w rozlan... Krzysztof Kamil Baczyński Ur. 22 stycznia 1921 r. w Warszawie Zm. 4 sierpnia 1944 r. w Warszawie Najważniejsze dzieła: Pokolenie, Historia, Bez imienia, Dwie miłości, Z głową na karabinie Poeta, rysownik. Twórczość poetycką rozpoczął już jako uczeń gimnazjum im. Stefana Batorego w Warszawie, gdzie w 1939 r. zdał maturę. Związany ze środowiskiem młodzieży lewicowej, m.in. z organizacją Spartakus działającą półlegalnie w szkołach średnich. W czasie okupacji niemieckiej zbliżył się do ugrupowań socjalistycznych, wydających podziemne pisma Płomienie i Droga. Od 1943 r. uczestniczył w tajnych kompletach polonistycznych, w tymże roku wstąpił do Harcerskich Grup Szturmowych, które stały się zalążkiem batalionu AK Zośka oraz ukończył konspiracyjną szkołę podchorążych rezerwy. Uczestnik powstania warszawskiego; poległ w walce przy Placu Teatralnym (Pałac Blanka); w parę tygodni później zginęła w powstaniu żona poety Barbara, którą poślubił w 1942 r. Nie licząc dwóch zbiorków odbitych na hektografie w 7 egzemplarzach w 1940 r. i kilku wierszy w antologiach Pieśń niepodległa i Słowo prawdziwe, zdążył ogłosić, pod pseudonimem Jan Bugaj, dwa konspiracyjne zbiory: Wiersze wybrane (1942) i Arkusz poetycki (1944) wydane nakładem Drogi. W 2018 roku został pośmiertnie odznaczony Krzyżem Komandorskim Orderu Odrodzenia Polski. Kupując książkę wspierasz fundację Nowoczesna Polska, która propaguje ideę wolnej kultury. Wolne Lektury to biblioteka internetowa, rozwijana pod patronatem Ministerstwa Edukacji Narodowej. W jej zbiorach znajduje się kilka tysięcy utworów, w tym wiele lektur szkolnych zalecanych do użytku przez MEN, które trafiły już do domeny publicznej. Wszystkie dzieła są odpowiednio opracowane - opatrzone przypisami oraz motywami.

41832
Eлектронна книга

Swoboda

Krzysztof Kamil Baczyński

Swo­bo­da koń bry­zgiem srebr­nych dzwon­ków par­ska  w zie­lo­ną ruń jak wo­dę mięk­ką  kwia­ty przy­no­szą w barw­nych garst­kach  świt gę­stych rzek na sut­kach dźwię­ku.    Drze­wa są wol­ne w ru­dych la­sach  prze­bie­ga koń przez płyn­ność po­lan  ró­żo­wo gra roz­bie­giem oczu  ba­lo­ny noz­drzy gnie do ko­lan    a kie­dy wbie­gnie w dźwięcz­ne ste­py  w roz­la­ny łan błę­ki­tem świe­ży  sta­nie wy­so­ko wy­zwo­lo­ny  i wchło­nie słoń­ce wol­ne zwie­rzę. [...]Krzysztof Kamil BaczyńskiUr. 22 stycznia 1921 r. w Warszawie Zm. 4 sierpnia 1944 r. w Warszawie Najważniejsze dzieła: Pokolenie, Historia, Bez imienia, Dwie miłości, Z głową na karabinie Poeta, rysownik. Twórczość poetycką rozpoczął już jako uczeń gimnazjum im. Stefana Batorego w Warszawie, gdzie w 1939 r. zdał maturę. Związany ze środowiskiem młodzieży lewicowej, m.in. z organizacją Spartakus działającą półlegalnie w szkołach średnich. W czasie okupacji niemieckiej zbliżył się do ugrupowań socjalistycznych, wydających podziemne pisma ?Płomienie? i ?Droga?. Od 1943 r. uczestniczył w tajnych kompletach polonistycznych, w tymże roku wstąpił do Harcerskich Grup Szturmowych, które stały się zalążkiem batalionu AK ?Zośka? oraz ukończył konspiracyjną szkołę podchorążych rezerwy. Uczestnik powstania warszawskiego; poległ w walce przy Placu Teatralnym (Pałac Blanka); w parę tygodni później zginęła w powstaniu żona poety Barbara, którą poślubił w 1942 r. Nie licząc dwóch zbiorków odbitych na hektografie w 7 egzemplarzach w 1940 r. i kilku wierszy w antologiach Pieśń niepodległa i Słowo prawdziwe, zdążył ogłosić, pod pseudonimem Jan Bugaj, dwa konspiracyjne zbiory: Wiersze wybrane (1942) i Arkusz poetycki (1944) wydane nakładem ?Drogi?. Kupując książkę wspierasz fundację Nowoczesna Polska, która propaguje ideę wolnej kultury. Wolne Lektury to biblioteka internetowa, rozwijana pod patronatem Ministerstwa Edukacji Narodowej. W jej zbiorach znajduje się kilka tysięcy utworów, w tym wiele lektur szkolnych zalecanych do użytku przez MEN, które trafiły już do domeny publicznej. Wszystkie dzieła są odpowiednio opracowane - opatrzone przypisami oraz motywami.