Books  [Rob Kerr, Kare Morstol] Beginning Swift: Master the fundamentals of programming in Swift 4

  • Пользователь tttx
  • Дата
  • Books
WnuR_4XVQgyJ2USrCu7rjA.png

DESCRIPTION:

Swift greatly simplifies the process of developing applications for Apple devices. This book provides you with the essential skills to help you get started with developing applications using Swift.

Key Features​

  • Teaches you how to correctly structure and architect software using Swift
  • Uses real-world examples to connect the theory to a professional setting
  • Imparts expertise in the core Swift standard library

Book Description​

Take your first foray into programming for Apple devices with Swift.Swift is fundamentally different from Objective-C, as it is a protocol-oriented language. While you can still...

Books  [Aidan Finn] Learn Swift

  • Пользователь tttx
  • Дата
  • Books
QQYTGJgZQoewNtHFRh_4uw.png

DESCRIPTION:

Swift is a wonderful language that gives you an easy entry-point into the Apple developer ecosystem. If you've been put off developing for OS X and iOS because of the need to learn objective-c, now is the time to start.

The jump to Swift from languages like ruby and python is small compared to the previous chasm to objective-c. Swift provides all the features you've come to expect form a modern languge as well as some cutting edge capabilities. Once you've learned Swift, you'll find it easier to create robust, fast programs than was previously the case.

This tutorial walks you through the features of the languag while allowing you...

Books  [Krzysztof Kowalczyk] Essential Swift

  • Пользователь tttx
  • Дата
  • Books
M19hSzH4T-qYOmBExufh8A.png

DESCRIPTION:

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Swift programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it.

You can also quickly navigate to desired content using table of content on the left and search at the top (tip: you can navigate search using only a keyboard with '/' shortcut to start a search).

About the Authors
  • Krzysztof Kowalczyk worked at Microsoft, Palm, BitTorrent, OpenDNS (acquired by Cisco) and a few small Silicon Valley startups...

Books  [Anthony Gray] Swift Pocket Reference: Programming for iOS and OS X

  • Пользователь tttx
  • Дата
  • Books
s_9BZdAcTnuS2IEYsp13HA.png

DESCRIPTION:

Get quick answers for developing and debugging applications with Swift, Apple’s multi-paradigm programming language. Updated to cover the latest features in Swift 2.0, this pocket reference is the perfect on-the-job tool for learning Swift’s modern language features, including type safety, generics, type inference, closures, tuples, automatic memory management, and support for Unicode.

Designed to work with Cocoa and Cocoa Touch, Swift can be used in tandem with Objective-C, and either language can call APIs implemented in the other. Swift is still evolving, but Apple clearly sees it as the future language of choice for iOS and OS X...

Books  [Paul Hudson] Pro Swift - Swift 4.1 Edition

  • Пользователь tttx
  • Дата
  • Books
5sC3hl23QImGU_QpqLHTtA.png

DESCRIPTION:

Stop trying to write Swift as if it were Objective-C, and start using powerful, modern technologies such as functional programming, protocol-oriented programming, lazy variables, enum associated values, operator overloading and more. 100% ADVANCED: You'll learn key features such as @autoclosure, rethrows, variadic functions, generics, lazy variables, operator overloading, and more. POP READY: Dive into protocol-oriented programming with real-world examples that let you see for yourself why it's such a revolutionary approach to development. MONADS EXPLAINED: Struggling with functional programming? Pro Swift explains map(), flatMap()...

Books  [Neil Smyth] Building iOS 17 Apps with Xcode Storyboards: Develop iOS 17 Apps using Swift and Xcode 15

  • Пользователь tttx
  • Дата
  • Books
B6MugHfQTfC9rdtUIKI9Mw.png

DESCRIPTION:

Learn how to create iOS apps using the iOS 17 SDK, UIKit, Xcode 15 Storyboards, and the Swift programming language.

Beginning with the basics, this book outlines the steps necessary to set up an iOS development environment. Next, an introduction to the architecture of iOS 17 and programming in Swift is provided, followed by an in-depth look at the design of iOS apps and user interfaces. More advanced topics such as file handling, database management, graphics drawing, and animation are also covered, as are touch screen handling, gesture recognition, multitasking, location management, local notifications, camera access, and video...

Books  [Neil Smyth] iOS 17 App Development Essentials: Developing iOS 17 Apps with Xcode 15, Swift, and SwiftUI

  • Пользователь tttx
  • Дата
  • Books
r-WfHiKySfSDqX5aa10mkQ.png

DESCRIPTION:

This book will teach you how to build iOS 17 applications using SwiftUI, Xcode 15, and the Swift programming language.

Beginning with the basics, this book outlines the steps to set up an iOS development environment, together with an introduction to using Swift Playgrounds to learn and experiment with Swift.

The book also includes in-depth chapters introducing the Swift programming language, including data types, control flow, functions, object-oriented programming, property wrappers, structured concurrency, and error handling.

A guided tour of Xcode in SwiftUI development mode follows an introduction to the key concepts of...

Books  [Chris Barker] Learn SwiftUI

  • Пользователь tttx
  • Дата
  • Books
PZm59wxqTFqMv1VlaidARQ.png

DESCRIPTION:

Get to grips with Apple's new SwiftUI framework for creating robust UIs for iOS and iPadOS using Swift programming

Key Features​

  • Use SwiftUI for building dynamic apps for Apple devices from scratch
  • Understand declarative syntax in cross-platform development and how states work within SwiftUI
  • Learn to develop watchOS apps by reusing SwiftUI code

Book Description​

SwiftUI is the new and powerful interface toolkit that lets you design and build iOS, iPadOS, and macOS apps using declarative syntax. It is a powerful way to develop the UI elements of applications, which would normally be tightly coupled to...

Books  [Kelvin Lau), Vincent Ngo] Data Structures & Algorithms in Swift: Implementing Practical Data Structures with Swift

  • Пользователь tttx
  • Дата
  • Books
NdH-ShY5RV-3_LokPR8xrA.png

DESCRIPTION:

Learn Data Structures & Algorithms in Swift!


Data structures and algorithms form the basis of computer programming and are the starting point for anyone looking to become a software engineer. Choosing the proper data structure and algorithm involves understanding the many details and trade-offs of using them, which can be time-consuming to learn — and confusing.

This is where this book, Data Structures & Algorithms in Swift, comes to the rescue! In this book, you’ll learn the nuts and bolts of how fundamental data structures and algorithms work by using easy-to-follow tutorials loaded with illustrations; you’ll also learn by...

Books  [Wayne Bishop] Swift Algorithms and Data Structures

  • Пользователь tttx
  • Дата
  • Books
EiS4UkVLTW2rOCLwKtivHQ.png

DESCRIPTION:

Written for students and professionals, Swift Algorithms & Data Structures blends modern code, illustrations and computer science to help you pass the technical interview or build your next app. When creating modern apps, much of the theory inherent to algorithms is often overlooked. Swift Algorithms & Data Structures takes a fresh approach to explain concepts that power search engines, social networks and database systems.

Introduced by Apple in 2014, Swift is quickly becoming the language of choice due to its simplicity and modern syntax. See how Swift works to create solutions for everyday systems as well as mobile apps.

WHAT'S...

Books  [Simon Ng] Beginning iOS Programming with Swift

  • Пользователь tttx
  • Дата
  • Books
BkNkns-TTOu2t-o56yO2Xg.png

DESCRIPTION:

If you want to create an app but don't know where to begin, this book covers the whole aspect of iOS app development using the new Swift programming language and the UIKit framework. It shows you every step from an idea to building a real app on App Store.

The book is fully updated for Xcode 14, Swift 5.7, and iOS 16.

What you will learn
I know many readers have an app idea but don't know where to begin. Hence, this new book is written with this in mind. It covers the whole aspect of Swift programming and you will learn how to build a real-world app from scratch. You'll first learn the basics of Swift, then prototype an app, and...

Books  [Tutorials Point Contributors] Tcl/Tk Tutorial

  • Пользователь tttx
  • Дата
  • Books
Lw4m9CG3T9usrRYNVmWKlA.png

DESCRIPTION:

Tcl is a general purpose multi-paradigm system programming language. It is a scripting language that aims at providing the ability for applications to communicate with each other. On the other hand, Tk is a cross platform widget toolkit used for building GUI in many languages. This tutorial covers various topics ranging from the basics of the Tcl/Tk to its scope in various applications.

This tutorial is designed for all those individuals who are looking for a starting point of learning Tcl/Tk. Therefore, we cover all those topics that are required for a beginner and an advanced user.

Before proceeding with this tutorial, it is...

Books  [Salvatore Sanfilippo] TCLWISE: An Introduction to the Tcl Programming Language

  • Пользователь tttx
  • Дата
  • Books
cS0Oa0QOS22niASYOy1MmA.png

DESCRIPTION:

This book is an introduction to the main ideas of the Tool command language (Tcl): If you wish to learn a simple and powerful programming language, this book is for you. To read this book, the only prior knowledge needed is some basic understanding of programming in any language: from C, to Python, Perl, Lisp, if you understand the meaning of function and variable and other basic concepts you should not experience problems continuing to read.

Why Tcl? Because it's a simple and general programming language, that can be used with success to develop applications in short time. Tcl is a programmable programming language, as you will...

Books  [Brent Welch, Ken Jones, and Jeff Hobbs] Practical Programming in Tcl and Tk

  • Пользователь tttx
  • Дата
  • Books
Bq6UoV_dQIKTIPtoaP8gHg.png

DESCRIPTION:

Practical Programming in Tcl/Tk is described as the "bible" for Tcl programmers. It is a guide to the Tcl/Tk programming language and GUI toolkit. This revision includes substantial updates to cover the new version 8.4-giving both an overview of the features, as well as details about every command in the language. The third edition, written on version 8.2, sold over 30,000 copies. Version 8.4 of Tcl - Tool Command Language-provides substantial updates to one of the most popular UNIX scripting languages. The latest release, includes the addition of a virtual filesystem (VFS), many additional programming widgets (spinbox, panedwindow...

Books  [John Ousterhout, Ken Jones] Tcl and the Tk Toolkit

  • Пользователь tttx
  • Дата
  • Books
CyxIxPiWR6KHjwbRO11iwA.png

DESCRIPTION:

John K. Ousterhout’s Definitive Introduction to Tcl/Tk–Now Fully Updated for Tcl/Tk 8.5

Tcl and the Tk Toolkit, Second Edition, is the fastest way for newcomers to master Tcl/Tk and is the most authoritative resource for experienced programmers seeking to gain from Tcl/Tk 8.5’s powerful enhancements. Written by Tcl/Tk creator John K. Ousterhout and top Tcl/Tk trainer Ken Jones, this updated volume provides the same extraordinary clarity and careful organization that made the first edition the world’s number one Tcl/Tk tutorial.

Part I introduces Tcl/Tk through simple scripts that demonstrate its value and offer a flavor of the...

Books  [Richard Suchenwirth] Tcl Programming

  • Пользователь tttx
  • Дата
  • Books
NIpRDSzjQr-hbfFLxArtLQ.png

DESCRIPTION:

Tool command language (Tcl) is a powerful scripting language with programming features. It is available across Unix, Windows and Mac OS platforms.

This book is a comprehensive guide to the, starts with the basic features, it expands its scope to include the more advanced concepts, facilities and programming idioms from which the language derives its power.

Begin with the basics of Tcl syntax and commands for operating on data.
Get acquainted with the flexible and uniform execution model that enables metaprogramming, custom control structures etc.
Learn to modularize your code with namespaces, object-oriented design and packages...

Books  [David R. Wilkins] Getting Started with LaTeX

  • Пользователь tttx
  • Дата
  • Books
izSbszpFTCSglOWQxYg_7w.png

DESCRIPTION:

A completely revised edition of this accessible guide to LATEX document preparation, bringing it up to date with the latest releases and Web ad PC based developments. A Guide to LATEX covers the basics as well as advanced LATEX topics and contains numerous practical examples and handy tips for avoiding problems. It covers the latest LATEX extensions and has been completely updated to cover latest releases and upgrades.

The book explains the LATEX macro package for the TEX text formatting program, presenting a complete description for beginners, going on to more advanced and specialized features. Files for LATEX processing contain...

Books  [Michael Doob] A Gentle Introduction to TeX: A Manual for Self-study

  • Пользователь tttx
  • Дата
  • Books
dpkX9l96To-RDmyuTxYwCQ.png

DESCRIPTION:

This book is a friendly introduction to TEX, the powerful typesetting system designed by Donald Knuth. It is addressed primarily to beginners, but it contains much information that will be useful to aspiring TEX 'wizards'.

The book contains a careful explanation of all fundamental concepts and commands, but also a wealth of commented examples and "tricks" based on the authors' long experience with TEX.

INFORMATION PAGE:

DOWNLOAD:

Books  [E. Krishnan] LaTeX Tutorials: A Primer

  • Пользователь tttx
  • Дата
  • Books
efoei8uSSTKasMTiVis5dQ.png

DESCRIPTION:

Packed with fully explained examples, LaTeX Tutorials: A Primer is a hands-on introduction quickly leading a novice user to professional-quality results.

If you are about to write mathematical or scientific papers, seminar handouts, or even plan to write a thesis, then this book offers you a fast-paced and practical introduction. Particularly during studying in school and university you will benefit much, as a mathematician or physicist as well as an engineer or a humanist.

Everybody with high expectations who plans to write a paper or a book will be delighted by this stable software.

The Basics; The Document; Bibliography...

Books  [George Gratzer] Math into LaTex: An Introduction to LaTeX and AMS-LateX

  • Пользователь tttx
  • Дата
  • Books
0q7FPdSoRmCg-8rVUV_vyA.png

DESCRIPTION:

This book presents LaTeX, 2nd Edition, the current "industry standard", which combines LaTeX with AMS-LaTeX.

Math into LaTeX provides and excellent introduction to typesetting math in LaTeX for technical documents, web pages and books.

The book provides a short introduction to the overall use of LaTeX. This section is not the most exhaustive text on the topic, but provides all the fundamental information for a user start preparing a LaTeX document, assuming the user has LaTeX installed and has some basic knowledge of creating LaTeX documents.

The book's core provides numerous useful details and examples of how to typeset math...
Ваши лимиты
Доступно
Осталось

Зеркала проекта

Зеркала PirateHUB на случай блокировки основного адреса. Эти ссылки безопасны для использования. Также всегда актуальная ссылка доступна на этом сайте.

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

Пользователи онлайн

  • anonymous_lvu
  • reputation
  • opranda
  • JustSm1le
  • monk3y
  • Danil870
  • Lily8888
  • Джулия27
  • viburnum
  • veggies0b
  • bisnesstan
  • oll-la
  • gervlad
  • biwac68259
  • mark_content
  • AnataLev
  • galusik
  • yapantera
  • infodrug
  • Rafail527
  • dima11111
  • diowww
  • rpuH4
  • vlad110
  • andalexvik
  • Evga74
  • rama77
  • PovAndy
  • иринчик
  • Осякир
  • Witozov
  • enikta
  • uyrbus
  • polkovnikov1986
  • Shaller
  • Mr.Kset
  • allkyrs
  • X-lil
  • 3vry
  • Promogram
  • Wellingtonus
  • r35p3ct
  • sudnemtan
  • alina0110
  • Gala_srbija
  • homanya
  • Nan 2
  • inna7777
  • tati2603
  • Grecha
...и ещё 62.

Отзывы о курсах

Назад
Сверху