Books  [Castle-Engine] Modern Object Pascal Introduction for Programmers

  • Пользователь tttx
  • Дата
  • Books
b_uc1KqgTrm-_51IyNk-Lw.png

DESCRIPTION:

There are many books and resources about Pascal out there, but too many of them talk about the old Pascal, without classes, units or generics.
So I wrote this quick introduction to what I call modern Object Pascal. Most of the programmers using it don’t really call it "modern Object Pascal", we just call it "our Pascal". But when introducing the language, I feel it’s important to emphasize that it’s a modern, object-oriented language. It evolved a lot since the old (Turbo) Pascal that many people learned in schools long time ago. Feature-wise, it’s quite similar to C++ or Java or C#.

INFORMATION...

Books  [TaoYue] Learn Pascal Tutorial

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

DESCRIPTION:

Welcome to Learn Pascal! This tutorial is an introduction to the Pascal simple, yet complete, introduction to the Pascal programming language. It covers all of the syntax of standard Pascal, including pointers.

I have tried to make things as clear as possible. If you don't understand anything, try it in your Pascal compiler and tweak things a bit. Pascal was designed for teaching purposes, and is a very structured and syntactically-strict language. This means the compiler will catch more beginner errors and yield more beginner-friendly error messages than with a shorthand-laden language such as C or PERL.

This tutorial was...

Books  [TutorialsPoint] Pascal Programming. Procedural Programming

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

DESCRIPTION:

This book features clear, concise coverage of essential programming concepts. This text is designed for courses related to Introduction to Computer Science, Introduction to Programming, Introduction to Pascal, and Computer Science.

INFORMATION PAGE:

DOWNLOAD:

Books  [Wikibooks Contributors] Pascal Programming

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

DESCRIPTION:

This book features clear, concise coverage of essential programming concepts. This text is designed for courses related to Introduction to Computer Science, Introduction to Programming, Introduction to Pascal, and Computer Science.

INFORMATION PAGE:

DOWNLOAD:

Books  [Niklaus Wirth] Algorithms and Data Structures

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

DESCRIPTION:

From the inventor of Pascal and Modula-2 comes a new version of Niklaus Wirth's classic work, Algorithms Plus Data Structure Equals Programs (PH, l975). This title uses Modula-2 and includes new material on sequential structure, searching and priority search trees.

INFORMATION PAGE:

DOWNLOAD:

Books  [Stack Overflow] Learning Dart

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

DESCRIPTION:

Dart is a class-based, object-oriented language that simplifies the development of structured modern apps, scales from small scripts to large applications, and can be compiled to JavaScript for use in any modern browser. This rigorous but readable introductory text fully explains both the language and the ideas that have shaped it.

It explains reflection in Dart, showing how it is evolving into a form that programmers can easily apply without creating excessively large programs. It also shares valuable insights into Dart’s actor-style model for concurrency and asynchronous programming. Throughout, he covers both language semantics...

Books  [John Ryan] Dart by Example

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

DESCRIPTION:

Dart is an open-source,scalable programming language, with robust libraries and runtimes for building web, server, and mobile apps.

This book is a hands-on introduction to Dart using annotated example programs, inspired by Go By Example and Haskell By Example.

With example code projects such as a live data monitoring and viewing system, a blogging system, a slides presentation application, and more, then this book will walk you through step by step through building data-driven web applications with ease and speed.
  • Full of engaging and varied example projects to equip you to build your own web applications
  • Learn the Dart...

Books  [Krzysztof Kowalczyk] Essential Dart

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

DESCRIPTION:

Dart is a class-based, object-oriented language that simplifies the development of structured modern apps, scales from small scripts to large applications, and can be compiled to JavaScript for use in any modern browser. In this rigorous but readable introductory text, Dart specification lead Gilad Bracha fully explains both the language and the ideas that have shaped it.

This book is written to provide clear and concise explanation of topics for programmers both starting to learn the Dart programming language as well as those diving in more complex topics.

Most examples are linked to online playground that allows you to change the...

Books  [Dart Project Contributors] Effective Dart

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

DESCRIPTION:

It's easy to start developing programs with Dart, which is why the language is so popular. However, Dart's unique strengths, charms, and expressiveness can be hard to grasp, and there are hidden pitfalls that can easily trip you up.

Using the concise, scenario-driven style pioneered in Scott Meyers' best-selling Effective C++, this guide brings together Dart best practices, tips, and shortcuts, and explains them with realistic code examples so that you can embrace Dart with confidence.

INFORMATION PAGE:

DOWNLOAD:...

Books  [Kodeco] [Jonathan Sande] Getting Started With Flutter

  • Пользователь tttx
  • Дата
  • Books
90YM2_uISR-32aCJgqEZIQ.png

DESCRIPTION:

With various operating systems running the world’s mobile and desktop devices, cross-platform development has long been a goal for app development. Being able to write one codebase and deploy to multiple platforms saves significant time and effort for your company and team.

One of the most recent frameworks to enter the cross-platform arena is Flutter from Google. While Flutter initially only supported the Android and iOS mobile platforms, it has since expanded to include support for the web, macOS, Windows, Linux, Fuchsia and embedded devices. This — in combination with Flutter’s fast development cycle, flexible UI design and...

Books  [Marco L. Napoli] Beginning Flutter. A Hands On Guide To App Development

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

DESCRIPTION:

Build your first app in Flutter―no experience necessary!

Beginning Flutter: A Hands-On Guide to App Development is the essential resource for both experienced and novice developers interested in getting started with Flutter―the powerful new mobile software development kit. With Flutter, you can quickly and easily develop beautiful, powerful apps for both Android and iOS, without the need to learn multiple programming languages or juggle more than one code base. This book walks you through the process step by step.

In Flutter, you’ll be working with Dart, the programming language of choice for top app developers. Even if you’re just...

Books  [Mark Clow] Learn Google Flutter Fast

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

DESCRIPTION:

Learn Google Flutter by example. Over 65 example mini-apps. Chapters Include: Three Chapters on Dart Language. Introduction to Flutter. Installing Flutter. Your first Flutter App. Dependencies & Packages. Introduction to Widgets & Composition. Stateless Widgets. Stateful Widgets. Basic Material Widgets. Multi-Child Widgets. Single-Child Widgets. App Scaffolding Widgets. Other Widgets. Builders. Routing & Navigation. Forms. Http, Apis, REST & JSON. Flutter with Http, Apis, REST & JSON. State. State & Stateful Widgets. State & InheritedWidgets. State & Scoped Model. State & BLoCs with Streams. Local Persistence. Mixins. Debugging &...

Books  [Tutorials Point] Flutter Tutorial

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

DESCRIPTION:

This tutorial walks through the basics of Flutter framework, installation of Flutter SDK, setting up Android Studio to develop Flutter based application, architecture of Flutter framework and developing all type of mobile applications using Flutter framework.

It is prepared for professionals who are aspiring to make a career in the field of mobile applications. This tutorial is intended to make you comfortable in getting started with Flutter framework and its various functionalities.
  • Get up to speed with the basics of Dart programming and delve into Flutter development
  • Understand native SDK and third-party libraries for...

Books  [Souvik Biswas] Flutter Libraries We Love - 80+ must-have Flutter Libraries

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

DESCRIPTION:

This book lets you fast-forward through more than 60 packages on Flutter to find the most valuable ones to you. It focuses on 11 different Flutter library categories. Each category has a list of Flutter libraries as well as a highlighted library that we dig deeper into – including pros and cons, developer's perspective and real-life code examples.

Here's a quick glance at some (but not all) of the topics:
  • State management
  • Networking
  • Text and fonts
  • UX/UI
  • Location and connectivity
  • Images and videos
Each topic features a package from that category, complete with a quote by the author or a user of this...

Books  [Eric Windmill] Flutter in Action

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

DESCRIPTION:

With Flutter, you can build mobile applications using a single, feature-rich SDK that includes everything from a rendering engine to a testing environment. Flutter compiles programs written in Google’s intuitive Dart language to platform-specific code so your iOS and Android games, utilities, and shopping platforms all run like native Java or Swift apps.

This book teaches you to build professional-quality mobile applications using the Flutter SDK and the Dart programming language. You'll begin with a quick tour of Dart essentials and then dive into engaging, well-described techniques for building beautiful user interfaces using...

Books  [Katarzyna Tomczyk-Czykier, Tomasz Czerwiński] Building Mobile Banking Apps with Flutter

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

DESCRIPTION:

This ebook was created based on the experience gathered while building banking application for Credit Agricole Bank Polska and other financial institutions.

It serves the purpose of sharing some of the learnings and pain points behind developing and maintaining such a large-scale banking app project, as well as proving that Flutter is an enterprise-ready technology.

INFORMATION PAGE:

DOWNLOAD:

Books  [Flutter.dev] Flutter Cookbook

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

DESCRIPTION:

This book contains recipes that demonstrate how to solve common problems while writing Flutter apps. Each recipe is self-contained and can be used as a reference to help you build up an application.

Flutter is developed using Dart and contains a unique technology stack that sets it apart from its competitors. This book takes the mystery out of working with the Dart language and integrating Flutter into your already existing workflows and development projects.
  • Get up to speed with the basics of Dart programming and delve into Flutter development
  • Understand native SDK and third-party libraries for building Android and...

Books  [Alberto Miola] Flutter Complete Reference 2.0: The Ultimate Reference for Dart and Flutter

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

DESCRIPTION:

This book is the perfect resource for developers looking to learn how to create cutting-edge, cross-platform, native applications that run on any device using Flutter. It is filled with examples and comments to help you understand concepts more quickly.

About the Authors:
  • Alberto Miola is an Italian software engineer and a GDE (Google Developer Expert) in Dart and Flutter.
INFORMATION PAGE:

DOWNLOAD:

Books  [O'Reilly & Associates] The Web Design CD Bookshelf, Version 1.0 - 6 Bestselling Books

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

DESCRIPTION:

Never has it been easier to find what you need to know about designing web pages. Formatted in HTML, The Web Design CD Bookshelf can be accessed with any web browser. The books - all 3126 pages of O'Reilly reference and tutorials - are fully searchable and cross-referenced, so you can either search the individual index for each book or the master index for the entire collection.

You'll find the latest editions of these books:
  • Web Design in a Nutshell, 2nd Edition
  • HTML & XHTML: The Definitive Guide, 4th Edition
  • Designing Web Audio
  • Cascading Style Sheets: The Definitive Guide
  • ActionScript: The Definitive...

Books  [Peter Shaw] CSS3 Succinctly

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

DESCRIPTION:

This book provides an overview of the latest features available for custom Cascading Style Sheets (CSS). You'll learn to style several components of an HTML document, including color, size, layout, font, position, and more. Basic content generation, gradients, and calculations are also covered.

INFORMATION PAGE:

DOWNLOAD:

Books  [Adam Schwartz] The Magic of CSS

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

DESCRIPTION:

The material in this textbook is intermediate-to-advanced. It assumes an understanding of the CSS syntax, cascading and inheritance, and commonly used selectors. It also assumes you’ve had enough experience with CSS to have learned not to make these common mistakes anymore.

INFORMATION PAGE:

DOWNLOAD:

Books  [Keith J. Grant] CSS in Depth

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

DESCRIPTION:

Summary


CSS in Depth exposes you to a world of CSS techniques that range from clever to mind-blowing. This instantly useful book is packed with creative examples and powerful best practices that will sharpen your technical skills and inspire your sense of design.

Foreword by Chris Coyier, Cofounder of CodePen.

Dig even deeper into the secrets of CSS with our video course CSS in Depth in Motion, available exclusively at Manning.com (www.manning.com/livevideo/css-in-depth-in-motion)!

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the...

Books  [Jan van Eijck, Rineke Verbrugge] Discourses on Social Software

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

DESCRIPTION:

Can computer science solve our social problems? With Discourses on Social Software Jan Van Eijck and Rineke Verbrugge suggest it can, offering the reader a fascinating introduction to the innovative field of social software. Compiling a series of discussions involving a logician, a computer scientist, a philosopher, and a number of researchers from various other academic fields, this collection details the many ways in which the seemingly abstract disciplines of logic and computer science can be used to analyze and solve contemporary social problems.

About the Authors:
  • Jan van Eijck is professor of computer science and...

Books  [Katrin Kohl] Creative Multilingualism: A Manifesto

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

DESCRIPTION:

Multilingualism is integral to the human condition. Hinging on the concept of Creative Multilingualism – the idea that language diversity and creativity are mutually enriching – this timely and thought-provoking volume shows how the concept provides a matrix for experimentation with ideas, approaches and methods.

This book is a welcome contribution to the field of modern languages, highlighting the intricate relationship between multilingualism and creativity, and, crucially, reaching beyond an Anglo-centric view of the world.

The book presents four years of joint research on Creative Multilingualism conducted across disciplines...
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • saratovss
  • ВарвараЧе
  • alsyona
  • Anjey
  • Яблоко
  • oll-la
  • Pavelll
  • Елена Ж
  • Xenni
  • Pitonya
  • kiminfirmus
  • monk3y
  • Звезда💫
  • wodolej18
  • Павеллллл
  • Pavelss
  • AnataLev
  • zeka1919
  • realist1
  • Srgy
  • OldElf09
  • Artelorian
  • Eva5
  • piggyboy
  • Kotan2
  • Antilopa30
  • serik
  • pykodelbi
  • profitonthetrade
  • beliy1076
  • galusik
  • Grooz
  • Vi.zag
  • NoraM
  • Plohish
  • Garrik
  • qwert12345
  • puk888
  • mo2000
  • Nic2024
  • Ника777
  • Alex_89
  • gatr
  • fainanuredtinova
  • Nalina911
  • kristina
  • Sergei15
  • AleksTihon
  • proxy4free、
  • maxkrabov
...и ещё 242.

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

  • chaoba
    .
  • Виктор
    Это букмекер и к трейдингу он не имеет ни какого отношения. Да и к тому же скорее всего заработанные деньги они вам не дадут выводить. К стати, а админы знают что ты тут свою рекламу раскидываешь на халяву?
  • amrik07
    Хорошо это
  • Reneqq
    5+
  • xelena65
    давно искала что то старинное , может не права но очень понравилось спасибо
  • Matriarch
    Работаем
  • keker1112
    Балдеж
  • dz031677
    Приобрел юмани. Статус максимальный по приемлемой цене.

    Продавца рекомендую 🤝
  • HamburgLana
    super
  • Germania
    отличная подача
    реальные результаты,если выполнять
Назад
Сверху