100% found this document useful (1 vote)
24 views

Full download Swift Programming The Ultimate Beginner s Guide to Learn swift Programming Step by Step 3nd Edition Alexander Aronowitz & Nln Lnc [Aronowitz pdf docx

The document promotes the ebook 'Swift Programming: The Ultimate Beginner's Guide to Learn Swift Programming Step by Step' and provides links to various other programming-related ebooks available for download. It outlines the structure of the book, which includes an introduction to Xcode, basic Swift features, and advanced programming concepts. The book is designed for individuals with minimal programming knowledge who wish to learn Swift for developing applications across Apple's platforms.

Uploaded by

szwecihsanwq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
24 views

Full download Swift Programming The Ultimate Beginner s Guide to Learn swift Programming Step by Step 3nd Edition Alexander Aronowitz & Nln Lnc [Aronowitz pdf docx

The document promotes the ebook 'Swift Programming: The Ultimate Beginner's Guide to Learn Swift Programming Step by Step' and provides links to various other programming-related ebooks available for download. It outlines the structure of the book, which includes an introduction to Xcode, basic Swift features, and advanced programming concepts. The book is designed for individuals with minimal programming knowledge who wish to learn Swift for developing applications across Apple's platforms.

Uploaded by

szwecihsanwq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 48

Get the full ebook with Bonus Features for a Better Reading Experience on ebookmeta.

com

Swift Programming The Ultimate Beginner s Guide to


Learn swift Programming Step by Step 3nd Edition
Alexander Aronowitz & Nln Lnc [Aronowitz

https://ebookmeta.com/product/swift-programming-the-
ultimate-beginner-s-guide-to-learn-swift-programming-step-
by-step-3nd-edition-alexander-aronowitz-nln-lnc-aronowitz/

OR CLICK HERE

DOWLOAD NOW

Download more ebook instantly today at https://ebookmeta.com


Recommended digital products (PDF, EPUB, MOBI) that
you can download immediately if you are interested.

Lua Programming The Ultimate Beginner s Guide to Learn Lua


Step by Step Claudia Alves & Alexander Aronowitz [Alves

https://ebookmeta.com/product/lua-programming-the-ultimate-beginner-s-
guide-to-learn-lua-step-by-step-claudia-alves-alexander-aronowitz-
alves/
ebookmeta.com

Beginner s Step by Step Coding Course Learn Computer


Programming the Easy Way Dk

https://ebookmeta.com/product/beginner-s-step-by-step-coding-course-
learn-computer-programming-the-easy-way-dk/

ebookmeta.com

PHP Programming A Step by Step Guide to Learn in an Easy


Way the Fundamentals of PHP Programming Language 3nd
Edition Daniel Robinson
https://ebookmeta.com/product/php-programming-a-step-by-step-guide-to-
learn-in-an-easy-way-the-fundamentals-of-php-programming-language-3nd-
edition-daniel-robinson/
ebookmeta.com

Indoor Salad How to Grow Vegetables Indoors 2nd Edition


Ginger Booth

https://ebookmeta.com/product/indoor-salad-how-to-grow-vegetables-
indoors-2nd-edition-ginger-booth/

ebookmeta.com
Man Made God 002 1st Edition Brandon Varnell

https://ebookmeta.com/product/man-made-god-002-1st-edition-brandon-
varnell/

ebookmeta.com

Computer Security ESORICS 2021 26th European Symposium on


Research in Computer Security Darmstadt Germany October 4
8 2021 Proceedings Part II Lecture Notes in Computer
Science Book 12973
https://ebookmeta.com/product/computer-security-esorics-2021-26th-
european-symposium-on-research-in-computer-security-darmstadt-germany-
october-4-8-2021-proceedings-part-ii-lecture-notes-in-computer-
science-book-12973/
ebookmeta.com

Beginning iPhone Development with SwiftUI: Exploring the


iOS SDK 6th Edition Wally Wang

https://ebookmeta.com/product/beginning-iphone-development-with-
swiftui-exploring-the-ios-sdk-6th-edition-wally-wang/

ebookmeta.com

The Field Guide to Dumb Birds of the Whole Stupid World


1st Edition Matt Kracht

https://ebookmeta.com/product/the-field-guide-to-dumb-birds-of-the-
whole-stupid-world-1st-edition-matt-kracht/

ebookmeta.com

Salvatore Cosa Nostra Heirs 2 1st Edition Atlas Rose Raven


Scott

https://ebookmeta.com/product/salvatore-cosa-nostra-heirs-2-1st-
edition-atlas-rose-raven-scott/

ebookmeta.com
History of War Defining Battles of World War II 4th
Edition 2023 Dan Peel - Editor

https://ebookmeta.com/product/history-of-war-defining-battles-of-
world-war-ii-4th-edition-2023-dan-peel-editor/

ebookmeta.com
NLN lnc
Table of contents
Introduction
About Swift
About the book

Part I. Introducing Xcode

Chapter 1. The first steps


eleven . You need a Mac computer
12 . Sign up as an Apple developer
thirteen . Install Xcode

Chapter 2 . Xcode environment and playground projects


2 .1. Introduction to Xcode
2 .2. Playground project interface
2 .3. Playground project capabilities

Part II. Basic Swift Features

Chapter 3 . Starting point


3 .1. Setting and changing the value
3 .2. Variables and constants
3 .3. The rules for declaring variables and constants
3 .4. Display of text information
3 .5. Comments
3 .6. Semicolon
Chapter 4 . Data types and operations with them
4 .1. Types of data type definition
4 .2. Numeric data types
4 .3. Text data types
4 .4. Boolean values
4 .5. Type aliases
4 .6. Comparison operators

Part III. Fixed assets Swift

Chapter 5. Tuples
5 .1. Basic information about tuples
5 .2. Interacting with elements of a tuple
Chapter 6 . Optional data types
6 .1. Optionals
6 .2. Retrieving an optional value

Chapter 7. Assertions

Chapter 8 . Flow control. Branching


8 .1. Condition statement if
8 .2. Guard statement
8 .3. Range operators
8 .4. The branching operator switch

Chapter 9. Types of collections


9 .1. Arrays
9 .2. Sets
9 .3. Dictionaries

Chapter 10. Flow control. Repetitions


10 .1. The repetition operator for
10 .2. Repeat while and repeat while statements
10 .3. Cycle management

Chapter 11 . Functions
11 .1. Function declaration
11 .2. Input parameters and return value
11 .3. Function body as value
11 .4. Nested functions
11 .5. Reloading functions
11 .6. Recursive function call

Chapter 12 . Closures
12 .1. Functions as closures
12 .2. Closing expressions
12 .3. Implicit return value
12 .4. Abbreviated parameter names
12 .5. Closure variables
12 .6. Capturing variables
12 .7. Array sorting method

Part IV. Non-trivial features of Swift

Chapter 13 . OOP as a foundation


13 .1. Instances
13 .2. Namespaces

Chapter 14 . Enumerations
14 .1. Enumeration syntax
14 .2. Associated parameters
14 .3. Switch statement for enumerations
14 .4. The associated member values of the enumeration
14 .5. Properties in enumerations
14 .6. Methods in enumerations
14 .7. Operator self
14 .8. Recursive enums
Chapter 15. Structures
15 .1. Syntax for declaring structures
15 .2. Properties in structures
15 .3. Structure as a namespace
15 .4. Custom initializers
15 .5. Methods in structures

Chapter 16. Classes


16 .1. Class syntax
16 .2. Class properties
16 .3. Class methods.
16 .4. Class initializers
16 .5. Nested types.

Chapter 17 . Properties
17 .1. Property types.
17 .2. Control of receiving and setting values.
17 .3. Type properties.

Chapter 18 . Subscripts
18 .1. Appointment of subscripts.
18 .2. Subscript syntax

Chapter 19 . Inheritance
19 .1. Inheritance syntax
19 .2. Overriding inherited elements
19 .3. The preemptive final modifier
19 .4. Substitution of class instances
19 .5. Cast

Chapter 20 . The aliases Any and AnyObject


20 .1. The alias is Any
20 .2. The alias is AnyObject.

Chapter 21 . Initializers and Deinitializers.


21 .1. Initializers.
21 .2. Deinitializers.

Chapter 22 . Removing instances and ARC


22 .1. Destruction of instances
22 .2. Memory leaks
22 .3. Automatic reference counting.

Chapter 23 . Optional Chains


23 .1. Accessing properties through optional chaining
23 .2. Setting values through optional chains
23 .3. Accessing methods through optional chaining.

Chapter 24 . Extensions
24 .1. Computed properties in extensions.
24 .2. Extension initializers.
24 .3. Methods in extensions.
24 .4. Subscripts in extensions.

Chapter 25 . Protocols
25 .1. Required properties
25 .2. Required methods
25 .3. Required initializers
25 .4. Protocol as data type
25 .5. Extension and protocols
25 .6. Protocol inheritance
25 .7. Class protocols
25 .8. Composition of protocols

Chapter 26 . Non-standard data types and retrieval


reference information
Chapter 27 . Generic templates
27 .1. Versatile functions
27 .2. Generic types
27 .3. Type constraints
27 .4. Generic extensions
27 .5. Related types

Chapter 28 . Error processing


28 .1. Throwing errors
28 .2. Error processing
28 .3. Delayed cleanup actions.

Chapter 29 . Non-trivial use


operators
29 .1. Operator functions
29 .2. Custom operators
At the annual global platform developer conference
Apple (Worldwide Developers Conference, WWDC) June 2, 2014
The "apple" company pleasantly surprised the iOS-public, installing a new
programming language called Swift.
This came as a big surprise: the maximum that was expected developers
accustomed to a language that is now a thing of the past Objective-C is an
overview of the new features in iOS 8 and new features.
useful programming interfaces for working with them. Recovered
shocked, the developers approached Swift, studying and, of course,
criticizing him. A year later, having released several intermediate
new language versions, on June 8, 2015 Apple announced the release
version with index 2.0, which became available with the final assembly of the
mobile operating system iOS 9. Later, in the middle October of the same
year, version 2.1 was released, bringing development process a number of
significant innovations.
If you've ever written an Objective-C application, then After learning Swift
with its many possibilities, you are probably want to rewrite your
applications in a new programming language- tions . After the release of
1

Swift, many developers went exactly along this path, realizing that in the
future Apple's greatest attention will devote to the development of a new
language. Moreover, Swift became the first open source development by
Apple, which means that
implementation of its support and other operating systems (and not
iOS and OS X only) . 2

1
Swift differs significantly from Objective-C upwards
convenience of programming. However, on rare occasions when developing
programs you may need to use inserts written in
Objective-C.
2
Currently, Swift applications can be developed not only for
operating systems iOS and OS X, but also for watchOS (operating system
Smart watch Apple Watch) and tvOS (television operating system
4th generation Apple TV boxes). However, learning development techniques
applications for different operating systems are out of scope
of this book.

About Swift
Swift is fast, modern, secure and user-friendly.
gramming. With its help, the process of creating programs becomes very
flexible and productive, as Swift has incorporated the best from languages
like C, Objective-C and Java. Swift is extremely convenient to study,
perceive and read the code. It has extremely promising
a vivid future.
Learning this wonderful language, you will be surprised how connected it is
with Xcode (development environment, we will dwell on it later) excel- gives
other programming languages in which you wrote programs we are earlier.
Its simplicity, brevity and incredible possibilities are simply amazing!
The Swift language was created completely "from scratch", therefore it has a
number of features bennities:

❑ Object oriented .
Swift is an object-oriented programming language designed for
adhering to the paradigm "everything is an object". If the present
moment this statement seemed incomprehensible to you, did not
live: a little later we will return to it.
❑ Readability , economy and conciseness of the code .
Swift is simply designed to be easy to use and easy to use.
easy to understand. It has a simple and transparent syntax,
allowing you to shorten the multi-line code that you can
but, wrote in the past, to one-lines (and in some cases -
single character!) expressions.
❑ Security .
Within Swift, the developers tried to create a modern
a language that is free from vulnerabilities and does not require excessive
knowledge straining the programmer when creating applications. Swift has
strongly typed: at any given time, you know for sure
those with what type of object you are working with. Moreover, when
creating
applications, you practically do not need to think about consumable
RAM, Swift does everything for you automatically
mode.
❑ Performance .
Swift is a very young language, however, in terms of performance
of the developed programs, it is approaching (and in some
cases already overtakes) the well-known "old man" - the language of pro
grammar C ++ . These features make Swift a truly amazing language.
1

programming. Now is the time for you to dive into the world Swift: he is still
very, very young, people with significant luggage knowledge and experience
behind shoulders simply does not exist due to age
language, so in the future you can become one of them.

About the book

Using modern smartphones to address emerging


tasks became the norm. In this regard, many companies pay all
more focus on providing functional access to the services they offer via
mobile applications
(whether it is an optimized internet site that opens in a browser, or special
program). iOS is one of the most popular mobile operating systems in the
world, and in such a situation, the demand for mobile programming is
growing at an unprecedented rate. This book contains comprehensive
information for everyone learning to program in the wonderful Swift
language in order to creating your own iOS applications (as well as OS X-,
watchOS- and tvOS apps). While reading the book, you will come across not
only the theoretical information, but also a large number of practical
examples and tasks, completing which you will deepen your knowledge in
the studied material. Despite the fact that you have a long way to go, this it
will be a rewarding and very important experience. The book doesn't show
you how to write
iOS application, it is designed to learn the language itself grammar Swift. I
believe that it will give you the opportunity to master new language and soon
start writing your own apps for the App Store or Mac App Store. Having
studied the language, into the distance Then you can independently choose
for which platform
create programs - for iOS, OS X, tvOS, or watchOS.
The code examples in this book correspond to Swift version 2.1 or higher,
iOS version at least 9.1 and Xcode version at least 7.1. If you have more
new versions, do not worry, all described material with great
most likely it will work for you without any errors.
But the small possibility that Apple will change slightly
1
The corresponding tests are periodically conducted and posted on its
portal, Primate Tabs is the developer of the popular product tester
Geekbench performance.

Swift syntax does exist. If you meet with such a


tuation, I ask you to treat with understanding and inform me about it
to the email address alkal @ ya .ru .

For whom the book was written

If you answer yes to the following questions

❑ You have at least minimal knowledge of programming in


any high level language?
❑ You want to learn how to create programs for the operating room
iOS systems (for your iPhone and iPad gadget), OS X, watchOS
or tvOS?
❑ Do you prefer practical training to boring and tedious
notonic theoretical lectures?
Then this book is for you.
The material studied in the book is supported by practical homework
tasks. Together we will go from the simplest concepts to
solving the most interesting problems.
Do not be afraid, Swift will not scare you off at all (how could
Objective-C), and the process of creating applications will be very exciting
nude. And if you have an idea for an awesome app, then co-
everyone will soon be able to develop it for modern mobile
iOS system or stationary OS X.
It is very important that you do not let your hands stand idle. Test-
study all the proposed code and complete all tasks, as to learn
Programming just by reading text is not the best way. If
in the course of studying new material, you will have a desire to "play"
with the code from the listings - do it without delay. Comprehend Swift!
Do not be afraid to make mistakes, as while you are learning, mistakes are
yours.
friends. And to correct mistakes and avoid them in the future will help you
this book and the Xcode development environment (we'll talk about it later).
Remember: Becoming a Great Programmer requires
time! Be patient and study the material carefully.
Book structure
The book consists of four large parts
❑ Part I . Familiarity with Xcode . In the first part, you will start your
journey
Journey into the world of Swift, complete the most important and must

steps prior to starting to develop your own applications


niy. Learn how to create your own Apple account
ID, how to connect to the apple developers program, where to get
development environment for Swift applications, how to work with it.

❑ Part II . Basic features of Swift . After getting to know the environment


development of Xcode, allowing you to start learning the language
programming, you will learn the basic features of Swift. You
learn what syntax Swift has, what variables and con-
stants, what types of data exist and how all these
to be involved in developing programs.
❑ Part III . Fixed assets of Swift . The third part focuses on
consideration and study of the most simple, but very interesting
Swift tools. About some of them (for example, about tuples) you,
may have never heard of others (like arrays) you,
probably used in other languages as well.
❑ Part IV . Non-trivial features of Swift . At the fourth hour
methods of working with the most powerful
Another Random Document on
Scribd Without Any Related Topics
— Paride è un giovinotto sui ventitrè anni, biondo, bello, snello, con
tutti i requisiti necessari al suo genere d’esercizio.
— Vive di rendite ereditate onestamente dalla famiglia, di cui è
l’unico superstite. Per quanto riguarda la sua educazione abbiamo
poco da dire; stette in collegio fino ai dicianove anni, ove imparò di
esser possessore di diecimila lire di rendita, e ciò gli parve più che a
sufficenza per le sue cognizioni, per non curarsi d’altro.
— A ventitrè anni egli ne sa quanto a dicianove, per cui, se gli si
domandasse quanti denti ha in bocca, risponderebbe: Diecimila.
— A suo onore dobbiamo notare che egli veste con garbo, che i suoi
capelli sono profumati alla vaniglia, ed i suoi guanti sono sempre
freschi di fabbrica.
— Come tutti gli individui della sua specie Paride è dedito alla
conquista di donne; ma, per vero dire, non è troppo fortunato nelle
sue aspirazioni; pare che le donne gli siano avare d’affetti, per cui
sarà facile comprendere che, se il poverino vuol conquistare, deve
acquistare.
— Ciò malgrado, con una costanza a tutta prova egli tende sempre
nuovi tranelli, corteggia le signore, e sorride alle vezzose sartine. —
Per lui non c’è ostacolo; nel genere basso ed accessibile ha fatto
qualche vittima, seminando molti soldi.
— Per solito è sempre di buon umore, si lascia canzonare
discretamente dalle signore dell’alta società, le quali ebbero tutte la
sorte di innamorarlo, e di godersi i suoi confetti, di cui fa un
consumo non indifferente.
— Un tempo fu innamorato, rapito, entusiasmato di una certa Fanny,
la quale, malgrado un passato di trent’anni, fra cui sei di vita
coniugale, conservava ancora qualche rovina di quella bellezza che
l’aveva resa celebre nei tempi di sua gioventù.
— Due parole per costei.
Fanny a 15 anni entrò in una sartoria della città onde apprendere i
primi rudimenti del mestiere.
— Per qualche mese la giovinetta, che era bellissima, conservò la
sua umilissima foggia di vestiario; ma un giorno osservò per caso
che le sue scarpe erano troppo rozze, ed all’indomani ebbe un bel
paio di stivaletti. Ma a quei piedini così ben calzati faceva brutto
contrasto la vesticciola di tela, e pochi giorni dopo la veste era
cambiata con un’altra più fina.
— Di questo passo, nel breve periodo d’un mese la colomba era
diventata civetta...; ma siccome non tutte le civette mangiano la
polenta, come dice quella celebre traduzione del «Civitas magna et
opulenta..... ecc., così un bel giorno Fanny diede un addio alla
bottega ed alla casa, e prese possesso di un piccolo appartamento
situato nel centro della città.
— A quell’epoca il nostro Paride sbadigliava ancora sui banchi della
scuola da cui ne usci tre anni dopo, vale a dire quando l’astro di
Fanny erasi completamente eclissato sotto il provvidenziale mantello
di un marito.
— Proprio così. — Dopo di esser stata la dama di un centinaio di
cavalieri, Fanny amò ardemente uno speziale in ritiro che possedeva
quarantacinque anni, ed un reddito di due mila lire.
— Non era gran cosa, ma molto per la bella Fanny, che aveva
sfrondato tutte le suo risorse.
— Nel dì delle nozze IMENE si chiuse gli occhi per pudicizia, ed al
giorno seguente la felicissima coppia s’installò in due camere d’un
quarto piano. — Era un nido saggiamente economico scelto dal
marito per modificare le esigenze troppo spinte della moglie.
— Il mondo, come al solito, trasse mille dicerie da quel matrimonio,
ma tutto passa, ed infine anche le male lingue cessarono di
mormorare. Per altra parte non vi era più elemento a maldicenza,
giacchè il volto di Fanny portava traccie assai rassicuranti per la sua
condotta avvenire.
— I proverbi, checchè se ne dica, hanno pur sempre il fondo
ragionato, ed è perciò vero che i peccati vecchi si scontano con
penitenze nuove. — La sventurata Fanny, convivendo con un marito
come quel signor Gregorio, pagava a buon prezzo quei pochi piaceri
che si era goduti nei primi anni. — Il suo sposino era carico di malori
capitanati da una diurèsi di prima forza, e d’un catarro cronico che
turbava spesso i placidi sonni della consorte; a cui, ci affrettiamo a
dichiararlo, non dava altro incomodo.
— Il signor Gregorio era sempre di pessimo umore, ed usciva assai
di rado, ciò malgrado Fanny non dimenticava di esser stata bella un
giorno, anzi piccavasi di esserlo ancora. — Vestiva in modo
provocante, guatava di sottocchi i giovinotti, e specialmente le sue
antiche conoscenze; ma tutte brighe inutili, giacchè i suoi sguardi
procaci trovavano poca corrispondenza.
— Nessuno più si curava di lei, e ciò le era assai disgustoso, tanto
più che alla sua età c’è ancor del fuoco sotto la cenere. A trent’anni
si ha ancora il sangue molto caldo e facilmente accendibile. Il signor
Gregorio era freddo, ma la moglie aveva fuoco per due, e capirai,
amico lettore, che con tanta esuberanza di vigore si va soggetti a
degli accessi nervosi.
— Ma viene la sua per tutti.
— Paride, come dilettante del genere femminino avendo raccolto le
sparse voci sulla fama di Fanny, volle vederla, e la trovò ancor tanto
bella da poter tentare l’ultimo capitolo d’un romanzo.
— Fanny aveva guardato Paride, e questi dal canto suo rispose con
uno sguardo molto espressivo.
— Non c’era male per un primo incontro. Un giorno che pioveva a
dirotto, Paride s’imbattè nella sua bella colta alla sprovvista
dall’acquazzone.
— Paride le offrì l’ombrello, poi il cuore. — Ella accettò tutto.
— Finalmente si erano compresi! che serve andar per le lunghe? in
pochi giorni quelle due creature si amarono colla forza di un cannone
Krupp. — Fanny, trascurata da qualche anno, sentiva il bisogno di
amare qualcuno; questo qualcuno non poteva essere il marito. È
naturale. Nessuno voleva comprenderla, e fu per lei somma ventura
l’aver trovato l’anima sorella.
Paride, se non per altro, doveva amare Fanny per riconoscenza,
essendo quella la prima volta che se la cavava senza spendere.
— Il matrimonio inspira l’abnegazione ed il disinteresse nella donna.
Fanny aveva trent’anni, e si sa che le donne giunte a questo periodo
fanno uno sfoggio di sensibilità massima. — A trent’anni la donna è
come il frutto nella sua completa maturazione; coglierlo prima sa di
agro, dopo riesce amaro. È Balzac che lo dice, e basta.
L’uomo è insaziabile nei suoi desiderii. Fatto appena un passo, vuol
farne un altro più lungo.
— Le aspirazioni umane vanno all’infinito, e tanto più dura la vita,
altrettanto si prolunga l’agonia dei desideri insoddisfatti.
— Non vi è dunque da farsi le maraviglie se diremo che Paride pochi
giorni dopo il suo incontro con Fanny desiderava già qualche cosa di
più che una stretta di mano ed un’occhiata satura di tenerezza.
— Più volte egli aveva chiesto all’amante il permesso di farle una
visita in casa, ma quel barbaro signor Gregorio colla sua diurèsi non
usciva mai, e la sua presenza incomodava.
— Una sera, mentre Paride pranzava, ebbe da uno sconosciuto una
lettera con grande mistero. — Appena fu solo scorse avidamente il
foglio, mandò un grido di gioia, e sospendendo il pranzo ordinò
subito un bagno caldo, nulla curandosi del pericolo di rimanervi
soffocato per indigestione.
Mentre il domestico lo asciugava ed incipriava, lo zerbinotto era in
preda a convulsioni di contentezza, ed i suoi sguardi stavano
costantemente rivolti al pendolo.
— La toeletta che si fece fu oltremodo accurata; basti dire che
impiegò due ore per bardarsi.
— Terminò verso le sei; essendo d’inverno era già notte avanzata.
Calzò i guanti, accese un sigaretto, aguzzò i baffi, si acconciò il
cappello sulla profumata criniera, e se ne andò dicendo al domestico
in tuono malizioso: «Non aspettarmi, stanotte dormo fuori.» — Ci
affrettiamo a soddisfare il lettore mettendogli in vista la lettera che
destò tanto entusiasmo a quel poverino. Eccola:

«Mio adorato Paride!


«Dio ha esaudito le nostre preghiere.
«Mio marito sta più male del solito per quell’incomodo che
tu sai. Parte questa sera col convoglio delle 6½ per recarsi
da un prete che si dice pratico di medicina. Saremo liberi
per tutta la notte. Ti amo, e ti aspetto!
«Fanny.»

Ecco il famoso perchè della splendida toeletta di Paride, il quale


gongolava per gioia pensando di trovarsi al punto d’appagare i suoi
più vivi desiderii.
— Anche il male è buono a qualche cosa, così dice il proverbio, e
difatti la recrudescenza diurètica del signor Gregorio non poteva
cader più a proposito. Da qualche giorno l’infelice sentiva accrescersi
l’incomodo della sua noiosa infermità, e stanco di pazientare, decise
di consultarsi con un prete di campagna che aveva fama di empirico
maraviglioso.
Tutto ben pensato Gregorio decise di partire alla sera per potere alla
dimane portarsi sul luogo per tempo.
— Fanny era trepidante per ansietà; durante la giornata stette col
cuore sospeso temendo che il marito cambiasse d’avviso; ma quando
verso le quattro vide che egli disponevasi proprio a partire, scrisse
subito a Paride quella lettera che il lettore già conosce.
— Mentre il signor Gregorio si avviava alla Stazione, Fanny si accinse
di fretta e furia a dar ordine alle sue camerette, specialmente a
quella da letto, di cui principale ornamento era un grosso...
recipiente che, senza dar tante spiegazioni, era serbato per uso
esclusivo del marito. — Quel... mobile era di una capacità
straordinaria, e ciò spiega quanto gravissimo fosse l’incomodo del
povero Gregorio.
Prima cura di Fanny fu di celare quel gigantesco strumento, ma
sgraziatamente mentre tentava di riporlo in un armadio, le scivolò di
mano e cadde frantumandosi in mille pezzi.
— Fortuna che per quella sera il marito non tornava, e per l’indomani
c’era tempo di provvederne un altro.

— Intanto che faceva il nostro Paride?


— Eccolo; noi lo vediamo al caffè venti minuti prima del sospirato
abboccamento. Sdraiato nobilmente sopra un sofà, sembra che stia
pensando alla felicità che lo attende, e noi approfittiamo di questo
momento per farlo meglio conoscere al nostro lettore.
— È lui, proprio lui! guardala bene codesta curiosa bestiolina. — Chi
direbbe che sotto quel cappello a cilindro si nasconde una testa di
rapa? chi direbbe che da quella bocchina adorna di profumati baffi
sortano tante sciocchezze?
Certo che se dall’abito si potesse dedurre il carattere d’un individuo,
il nostro Paride si troverebbe in condizione favorevolissima; ma
sgraziatamente non è così: malgrado quella cravatta annodata
scientificamente e quei guanti color d’arancio, malgrado quei
pantaloni finissimi tirati all’ultima moda, e quel lungo catenaccio
d’oro carico di gingilli, il poverino è sempre un minuscolo somarello.
— Eppure ha un’aria di sussiego, ed al vederlo sembra immerso in
grandi pensieri; ma nulla di tutto ciò, egli non ha mai pensato. Ha
delle idee, dei ghiribizzi, non dei pensieri.
— Chi ci spiega lo straordinario contrasto che ci sta fra cervello e
cervello? perchè taluni hanno la testa piena d’entusiasmo, mentre
altri l’hanno gonfia di sciocchezze?
— Cos’è che determina tanta disparità che fugge all’esame
anatomico?
— Coloro che s’affannano per cercare quel famoso anello di
congiunzione fra la scimia e l’uomo, parmi non dovrebbe sudar
tanto, giacchè si vedono tutto giorno uomini più gaglioffi delle
bertuccie e dei chimpenzè. Resta a provarsi se l’essere imbecille
possa riuscire svantaggioso e non dobbiamo dimenticare che il più
grande degli uomini sclamò in un giorno di dolorosa esaltazione:
BEATI I POVERI DI SPIRITO! Ciò stabilito, è chiaro che Paride
starebbe fra i beatissimi.

La mezza dopo le sei era appena battuta, che già il nuovo Don
Giovanni saliva di volo le scale che conducevano alle stanze di Fanny.
Giunto all’uscio suonò il campanello, e poco dopo quelle due anime
erano confuse, strette insieme in estasi da non potersi dire.
— Fanny aveva appena terminato il piramidale lavoro della sua
toeletta, ma noi ci guardiamo bene dal descrivere nei suoi particolari
quest’opera di raffinamento, che nella donna va progredendo cogli
anni.
— La gioventù si abbiglia poco; è questa una riserva istintiva che si
dilegua man mano che s’invecchia.
Ci limitiamo puramente a constatare che giammai Fanny fu tanto
sublime nell’arte di acconciarsi. L’amore l’aveva inspirata, ed ella
riuscì con maravigliosa abilità a rubare qualche anno all’apparenza.
— Un bel fuoco rallegrante, crepitava nel caminetto della camera
nuziale, ed a quel benefico calore Paride rinfrancò le membra
assiderate dal freddo.
— Davvero che non sappiamo dove cominciare per descrivere
l’amorosa scena. Le carezze di due colombe non danno che una
pallida immagine del poetico abbandono che invadeva quelle due
anime innamorate. Si guardavano con occhio smorto, si stringevano
le mani, sospiravano come soffioni.
— La conversazione era poco animata.
Paride sapeva più tacere che parlare, e ad ogni aprir di labbro l’era
un torrente di sciocchezze.
— Fanny, che non mancava d’un certo spirito naturale, si accorse
subito della scarsa loquacità dell’amante, ma ne diede causa
all’emozione ed al fuoco del suo sguardo che ella compiacevasi di
roteare voluttuosamente.
— Com’è naturale, dopo tanti arzigogoli e circonlocuzioni, si venne al
grande argomento del loro amore; il soggetto era eccitante, e gli
effetti non tardarono a manifestarsi su Paride che in un lampo
d’esaltazione giunse al punto di dire com’ei non vivesse d’altro che di
sospiri e d’angoscie.
— Al primo bacio di Fanny, offerse le sue ricchezze, al secondo la
vita, al terzo l’anima addirittura, e chissà cosa avrebbe offerto, se
una forte scampanellata non fosse venuta a frenarlo nei suoi
trasporti.

Un colpo di cannone, un guizzo di folgore, lo scoppio di una


polveriera, non avrebbero tanto spaventato quei poverini.
— La corrente di poesia e d’amore che li travolgeva in un mare di
voluttà, si arrestò d’un lampo; n’ebbero il sangue gelato, ed
entrambi stettero a contemplarsi atterriti.
— Una seconda suonata più violenta della prima tolse ogni dubbio;
oltre a ciò si sentì la voce del signor Gregorio che brontolava per
impazienza.
— Mio marito! sclamò Fanny con tale accento di terrore che a Paride
si rizzarono i capelli.
— Ah! me disgraziata... egli ci ucciderà entrambi.
— Ma... madama! balbettò Paride tremando, è così feroce suo
marito?
— È una tigre — Oh! noi siamo perduti!
— Dove mi nascondo? sclamava l’infelice trottolando per la stanza.
— Fanny non sapeva che risolvere, infine come côlta da un pensiero
corse ad aprire la finestra e con un cenno imperativo sclamò; — Giù
dalla finestra, signore.
— Madama, mormorò Paride spalancando gli occhi, siamo al quarto
piano.
— Salvatemi l’onore!..., ribattè fieramente Fanny.
— Ma l’onore non era gran stimolo per Paride, che in quel frangente
avrebbe dato tutto l’onore del mondo per una scala. Ei sapeva
troppo bene che la vita vale più assai di certe inezie, ed infatti si
appigliò al consiglio di evitare il pericolo anche a costo di perdere
l’amore e la stima dell’amante.
— Gregorio dalla porta urlava come un energumeno, e Paride, non
vedendo altro scampo, si ficcò sotto il letto.
— Finalmente il povero marito potè entrare, ma era tanta la sua
stizza che non s’accorse del turbamento della moglie.
— Ci voleva tanto ad aprire?
— Scusami, Gregorio... mi era addormentata accanto al fuoco...
— Menzogna... come va che siete vestita a festa?... si direbbe che
aspettate qualcuno.
— Ma che dici, ti pare?
— Vivaddio, se fosse vero ciò che mi si disse, vi giuro che strozzerei
prima voi, poi lui. Tenetelo a memoria.
— Paride all’udire cotali discorsi non si sentiva per nulla tranquillo,
era tutto in convulsione, e tremolava come se si trovasse sotto una
pressione elettrica. Egli non aveva mai pensato che il signor Gregorio
fosse quel feroce che appariva, e pentivasi amaramente di non
essere saltato dalla finestra; ma era tardi, e già parevagli di sentirsi
stringere per la gola da quel rabbioso speziale.
— Maledisse a Fanny ed alla sua malaugurata avventura, pensò alla
sua casa, al suo letto, agli amici, ed a tutte quelle facili conquiste,
per le quali non correva alcun pericolo — ma intanto doveva
starsene accovacciato sotto il letto economizzando il respiro per
paura di tradirsi.
— Gregorio dopo di aver brontolato per una mezz’ora cominciò a
spogliarsi e se ne andò fra le coltri.

— Mentre egli si avvoltola per il letto cercando ristoro nel sonno,


approfittiamone per dare qualche schiarimento su quel ritorno
inaspettato che fu cagione di tanto sgomento.
— La diuresi del signor Gregorio, causa di tanti inconvenienti, fu
pure quella che gli fece perdere il convoglio di partenza.
— Costretto a fermarsi per via, giunse alla stazione proprio quando il
treno se ne andava salutandolo col fischio.
— Fu tanto il dispetto del pover’uomo, che il sangue gli rifluì alla
testa, e per riavere un po’ di calma entrò in un caffè per prendere
qualche rinfresco.
— Aveva già finito e disponevasi ad andarsene, quando
sopraggiunse un suo antico amico, che in vederlo mandò
un’esclamazione di sorpresa.
— Gregorio... tu qui?
— Sì, e me ne vado adesso.
— Come stai?... dacchè ti ammogliasti più nessuno ti ha visto.
— Eh! mio caro, gli affari... addio.
— Senti, fermati — È molto che desidero di parlar teco. — Ho cose
importanti da dirti.
— Sarà per altra volta; ora non posso.
— Ascolta, Gregorio. — Si tratta del tuo onore.
— L’onore è gran parola per tutti. Gregorio si fermò coll’amico, il
quale pietosamente gli riferì la voce che già correva per la città sugli
amori di madama Fanny con Paride.
— Checchè se ne dica, il mondo è ancor pieno d’uomini di cuore. I
pessimisti e gli scettici che guardano biecamente il nostro edifizio
sociale, hanno una grande smentita in questi esempi d’amicizia.
— Ah! son ben pochi quei disgraziati che traditi dalla moglie o
dall’amante, non trovino poi un caritatevole amico che non faccia ad
essi confidenziali rivelazioni.
— Anime benedette, che tanta parte prendete nelle sventure degli
amici! il gran premio, che si compete alla vostra sincerità, è senza
dubbio quello di venir contraccambiati largamente in altre occasioni
in cui toccheranno a voi le parti di marito o di padre.
— Quanto bene arrechino codeste rivelazioni ne può far prova il
signor Gregorio che se ne andò dal caffè in uno stato tale da non
bastare tutto un ghiacciaio a calmarlo.
— La prima idea che gli passò per la mente fu quella di pugnalare la
perfida moglie — abbiamo detto pugnalare, dicasi avvelenare, è più
proprio per uno speziale.
— La seconda idea fu di uccidere l’amante ma per fortuna una terza
riflessione, quella cioè che sua moglie potesse essere ingiustamente
calunniata, venne a calmarlo alquanto, e decise perciò di aspettare
qualche avvenimento che gli schiarisse il vero.
— Fortuna per lui che il nostro Paride non era quello di Elena,
altrimenti sarebbero andati a nulla i più savii proponimenti; vale a
dire che sarebbe stato tardi.
— Fanny aspettava ansiosamente che il marito si addormentasse per
far libero il merlo, ma sia per il male, o pel racconto dell’amico
incontrato al caffè, il signor Gregorio non trovava pace, e nè per
voltarsi e rivoltarsi poteva pigliar sonno.
— Se non dormiva il marito, puoi figurarti come gli altri ci riuscissero.
— Paride, oltre al trovarsi in una posizione non comodissima, non
poteva voltarsi per nessun verso, e fu per lui buona ventura che il
letto distasse alquanto dal muro, tanto da poter, sebbene con molta
fatica, liberarsi un poco mettendo fuori prima la testa e le braccia,
poi tutta la persona, restando infine rannicchiato nel vano fra muro e
letto.
— Già da un’ora regnava un silenzio profondo, quando Gregorio,
come spinto da una molla, balzò in terra con gran pericolo del naso
di Paride, che fu ad un pelo per venirne schiacciato.
— Il giovinotto rabbrividì, accorgendosi che quel feroce marito
tastava colle mani sotto il letto, e credette di essersi tradito con
qualche movimento. — Fanny pure si sentì stringere il cuore per
paura. — Fu un istante di terribile ansietà.
— Dove avete messo il mio recipiente? sclamò Gregorio.
— Fanny non rispose.
— Madama, il mio vaso dov’è, urlò egli scuotendola per il braccio.
— Che vuoi? chiese Fanny fingendo di svegliarsi.
— Si può sapere ove sia... quel mobile?
— Oh! mio caro, oggi m’è accaduta una disgrazia...
— Il mio vaso, vi replico, interruppe Gregorio, battendo siffattamente
il piede da far traballare i vetri.
— Appunto, mormorò Fanny, nel riporlo sotto il letto mi scivolò di
mano e si ruppe.
— È un’infamia... una scelleraggine. Come ne farò senza?
— È una disgrazia...
— La disgrazia mia è quella di avere una pettegola di moglie che si
cura di tutti fuorchè del marito.
«Perdio mi prenderò un’infreddatura, e domani starò male; canchero
che vi pigli, vecchia senza giudizio! Intanto come farò senza...
— Fanny non rispose, e poco dopo Gregorio rientrò fra le coltri
borbottando.
— Se egli avesse fatto senza il suo strumento, potrai chiederlo al bel
Paride che n’ebbe il viso inondato.
— Intanto i coniugi avevano ripreso la disputa, durante la quale
Gregorio discese quattro o cinque volte per rimediare al difetto del
vaso che era surrogato dall’elegante zerbinotto.
— Valeva proprio la pena di prendere un bagno profumato! in meno
di due ore il poverino era inzuppato come se si fosse tuffato in un
fiume.
— Più volte tentò di sottrarsi a quel torrente che lo investiva, ma era
assolutamente impossibile, a meno di muovere un seggiolone che gli
sbarrava la via.
— Che fare? Aspettò rassegnato il fine di quell’episodio riparando alla
meglio i ripetuti assalti del nemico.
Le notti d’inverno sono lunghe, e lasciamo pensare quanto
lunghissima sembrasse quella all’infelice Paride, che se la passò
quasi tutta con un’agitazione terribile, e con un’umidità addosso che
gli agghiacciava le membra.
— Finalmente verso le quattro il signor Gregorio avvertì con un sordo
russare che stava per prender sonno.
— Fanny discese dal letto con molta precauzione, ed aprì la porta
mormorando sommessamente a Paride di andarsene.
— La metamorfosi più strana non si vide mai. L’infelice giovinotto
sembrava uno spazzacamino tanto era insudiciato e sporco.
Narciso si era mutato in un fascio di letame.
— Malgrado tutto, allorquando il povero Paride pose il piede sulla
strada, alzò un inno al cielo, ed affrettandosi tutto intirizzito verso
casa fece le riflessioni più savie che abbia mai fatto in vita sua.
— Stette malato un mese per una seria raffreddatura, e non credo
necessario dirti che diede un addio all’amore di Fanny ed alla
infausta memoria di quell’avventura galante.

FINE DEL PRIMO VOLUME.


INDICE

VOLUME PRIMO

Prefazione Pag. 5
Un Soldo 15
Un’Avventura galante 87
Nota del Trascrittore

Ortografia e punteggiatura originali sono state


mantenute, correggendo senza annotazione minimi errori
tipografici.
Copertina creata dal trascrittore e posta nel pubblico
dominio.
*** END OF THE PROJECT GUTENBERG EBOOK RACCONTI
UMORISTICI, VOL. 1/2 ***

Updated editions will replace the previous one—the old editions will
be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying
copyright royalties. Special rules, set forth in the General Terms of
Use part of this license, apply to copying and distributing Project
Gutenberg™ electronic works to protect the PROJECT GUTENBERG™
concept and trademark. Project Gutenberg is a registered trademark,
and may not be used if you charge for an eBook, except by following
the terms of the trademark license, including paying royalties for use
of the Project Gutenberg trademark. If you do not charge anything
for copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this eBook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Project Gutenberg™ eBooks are often created from several printed
editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.

You might also like