Books  [Ray Yao] Rust Programming, For Beginners, Quick Start Guide

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

DESCRIPTION:

About This Book
"Rust Programming" is a textbook for high school and college students; it covers all essential Rust language knowledge. You can learn complete primary skills of Rust programming fast and easily.
The textbook includes a lot of practical examples for beginners and includes exercises for the college final exam, the engineer certification exam, and the job interview exam.
"Rust Programming" is a useful textbook for beginners. The straightforward definitions, the plain examples, the elaborate explanations and the neat layout feature this helpful and educative book. You will be impressed by its distinctive and tidy writing...

Books  [Steve J Donovan] A Gentle Introduction To Rust

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

DESCRIPTION:

This book covers all essential Rust language knowledge. You can learn complete primary skills of Rust programming fast and easily. The book is for beginners and for the college exam, the engineer certification exam, and the job interview exam.

The aim of this tutorial is to take you to a place where you can read and write enough Rust to fully appreciate the excellent learning resources available online, in particular The Book.

INFORMATION PAGE:

DOWNLOAD:

Books  [Jonathan Scott Duff] Raku Guide

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

DESCRIPTION:

Perl 6 will soon be here. How will programming in Perl 6 be different from programming in Perl 5 for your average Perl programmer? The answer is: very different yet very much the same. A Perl 6 program viewed at arm’s length will look much like a Perl 5 program viewed at arm’s length. Programming in Perl 6 will still feel like programming in Perl. What will change however, is that Perl 6 will enable programmers to be more expressive by giving them more tools to work with (making easy things easy) and allowing them to be more precise in their expressions.

INFORMATION PAGE: ...

Books  [Naoum Hankache] Raku Guide

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

DESCRIPTION:

This book is intended to give you a quick overview of the Raku programming language. For those new to Raku, it should get you up and running.

Gain the skills to begin developing Raku applications from the ground up in this hands-on compact book, which includes a foreword from Larry Wall, creator of Perl. You'll learn enough to get started building with Raku, using Raku's gradual typing, handy object orientated features, powerful parsing capabilities, and human-usable concurrency.
  • Get coding with latest version of Raku
  • Work on several hands-on examples and projects
  • Integrate Python libraries into your Raku-based programs...

Books  [Andrew Shitov] Raku One-Liners

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

DESCRIPTION:

In this book, you will find a lot of short programs, so short that they can be written in a single line of code. The seven chapters will guide you through Raku’s syntax elements that help to create short, expressive, but still useful programs.

It is assumed that the reader knows the basics of the Raku programming language and understands programming in general.

INFORMATION PAGE:

DOWNLOAD:

Books  [Jason Fried, David Heinemeier Hansson] Getting Real: The Smarter, Faster, Easier Way to Build a Successful Web Application

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

DESCRIPTION:

Getting Real details the business, design, programming, and marketing principles of 37signals. The book is packed with keep-it-simple insights, contrarian points of view, and unconventional approaches to software design. This is not a technical book or a design tutorial, it's a book of ideas. Anyone working on a web app — including entrepreneurs, designers, programmers, executives, or marketers — will find value and inspiration in this book. 37signals used the Getting Real process to launch five successful web-based applications (Basecamp, Campfire, Backpack, Writeboard, Ta-da List), and Ruby on Rails, an open-source web application...

Books  [sitepoint] Rails Intro, Deep Dive: Installing Rails, Part One

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

DESCRIPTION:

Continuing from my last post about RVM, this time we’ll install Rails. Again, this series attempts to give you a bit of a deeper dive into getting started with Rails, so we will go through some of the options available when first creating your world-changing Rails application, as well as the gems that are installed along with Rails.

INFORMATION PAGE:

DOWNLOAD:

Books  [Regular Expressions for Breakfast] Regular Expressions for Breakfast

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

DESCRIPTION:

Regular expressions are patterns or templates that allow you to define a set of rules in a natural yet vague way, giving you the ability to match and validate text. Therefore, they have been implemented in nearly every modern programming language.

This guide to regular expressions is a condensed code and syntax reference for an important programming technique. It demonstrates regex syntax in a well-organized format that can be used as a handy reference, showing you how to execute regexes in many languages, including JavaScript, Python, Java, and C#.

INFORMATION PAGE: ...

Books  [Dan Nguyen] The Bastards Book of Regular Expressions

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

DESCRIPTION:

Regular expressions are an essential and useful skill even outside of programming. They can serve not only as a handy tool for anyone whose work involves writing or data, but also act as a gateway into more interesting and complex kinds of programming.

This book takes a very hands-on approach to solving the needs of the majority of regular expressions users who simply need to manipulate data. You'll learn what you can use, and you'll learn it methodically, systematically, and simply.

About the Authors
  • Dan Nguyen is the author of the still-incomplete Bastards Book of Ruby and Photography. He is currently Head of Data...

Books  [Michael Fitzgerald] Introducing Regular Expressions: Unraveling Regular Expressions, Step-by-Step

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

DESCRIPTION:

If you’re a programmer new to regular expressions, this easy-to-follow guide is a great place to start. You’ll learn the fundamentals step-by-step with the help of numerous examples, discovering first-hand how to match, extract, and transform text by matching specific words, characters, and patterns.

Regular expressions are an essential part of a programmer’s toolkit, available in various Unix utlilities as well as programming languages such as Perl, Java, JavaScript, and C#. When you’ve finished this book, you’ll be familiar with the most commonly used syntax in regular expressions, and you’ll understand how using them will save...

Books  [Launch School] Introduction to Regular Expressions

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

DESCRIPTION:

Regular expressions are patterns or templates that allow you to define a set of rules in a natural yet vague way, giving you the ability to match and validate text. Therefore, they have been implemented in nearly every modern programming language.

Regular expression experts have long been armed with an incredibly powerful tool, one that can be used to perform all sorts of sophisticated text processing and manipulation in just about every language and on every platform.

Learn the basics of Regular Expressions and understand the foundations of this powerful tool. This book is part of the Launch School curriculum and include examples...

Books  [Jan Goyvaerts] Regular Expressions: The Complete Tutorial

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

DESCRIPTION:

This thorough tutorial teaches you the complete regular expression syntax. Detailed examples and descriptions of how regular expressions work on the inside, give you a deep understanding enabling you to unleash their full power. Learn how to put your new skills to use with tools such as PowerGREP and EditPad Pro, as well as programming languages such as C#, Delphi, Java, JavaScript, Perl, PHP, Python, Ruby, Visual Basic, VBScript, and more.

INFORMATION PAGE:

DOWNLOAD:

Books  [Edouard Duchesnay, Tommy Lofstedt, Feki Younes] Statistics and Machine Learning in Python

  • Пользователь tttx
  • Дата
  • Books
2DWX28gWTe-jgJYLBhTskw.png

DESCRIPTION:

This book illustrates the fundamental concepts that link statistics and machine learning, so that the reader can not only employ statistical and machine learning models using modern Python modules, but also understand their relative strengths and weaknesses.

INFORMATION PAGE:

DOWNLOAD:

Books  [Florian Heiss, Daniel Brunner] Using Python for Introductory Econometrics

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

DESCRIPTION:
  • Introduces the popular, powerful and free programming language and software package Python
  • Focus: implementation of standard tools and methods used in econometrics
  • Compatible with "Introductory Econometrics" by Jeffrey M. Wooldridge in terms of topics, organization, terminology and notation
  • Companion website with full text, all code for download and other goodies
Topics:
  • A gentle introduction to Python
  • Simple and multiple regression in matrix form and using black box routines
  • Inference in small samples and asymptotics
  • Monte Carlo simulations
  • Heteroscedasticity
  • Time series regression...

Books  [Yves Hilpisch] Python for Finance: Mastering Data-Driven Finance 2nd Edition

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

DESCRIPTION:

The financial industry has recently adopted Python at a tremendous rate, with some of the largest investment banks and hedge funds using it to build core trading and risk management systems. Updated for Python 3, the second edition of this hands on book helps you get started with the language, guiding developers and quantitative analysts through Python libraries and tools for building financial applications and interactive financial analytics.

Using practical examples throughout the book, author Yves Hilpisch also shows you how to develop a full fledged framework for Monte Carlo simulation based derivatives and risk analytics, based...

Books  [Thomas J. Sargent, John Stachurski] Python Programming for Economics and Finance

  • Пользователь tttx
  • Дата
  • Books
45Yp90puRLWJtXa-vXBqsA.png

DESCRIPTION:

Looking to enhance your skills in Economics and Finance? Dive into Python programming! With libraries like Pandas, NumPy, and Matplotlib, you can analyze data, build models, and visualize trends like never before.

INFORMATION PAGE:

DOWNLOAD:

Books  [Udayan Das] Introduction to Python Programming

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

DESCRIPTION:

This book provides a comprehensive foundation in programming concepts and skills, teaches basic programming concepts, problem-solving skills, and the Python language using hands-on activities.

INFORMATION PAGE:

DOWNLOAD:

Books  [Taylor R. Brown] An Introduction to R and Python for Data Analysis: A Side-By-Side Approach

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

DESCRIPTION:

An Introduction to R and Python for Data Analysis helps teach students to code in both R and Python simultaneously. As both R and Python can be used in similar manners, it is useful and efficient to learn both at the same time, helping lecturers and students to teach and learn more, save time, whilst reinforcing the shared concepts and differences of the systems. This tandem learning is highly useful for students, helping them to become literate in both languages, and develop skills which will be handy after their studies. This book presumes no prior experience with computing, and is intended to be used by students from a variety of...

Здоровье / Внешний вид  [Олег Зингилевский] Физикл Трансформация 30 поток + Системы. Январь (2024)

  • Пользователь tttx
  • Дата
  • Здоровье / Внешний вид / Питание
dL1-U7ckS1WPRty2K3tsxQ.png

ОПИСАНИЕ:

Что, помимо работы с питанием, активностью и образом жизни, ждёт участников 30-го потока Физикл?

Ты начнёшь неотвратимо и без надрыва достигать своих целей
Повысишь свои шансы преуспеть не только в физической форме, но и в других направлениях
Наконец-то займёшься чем-то по настоящему важным.
Важным для тебя, а не для работодателя, папы/мамы, любимого сожителя и прочих важных людей (но не таких важных, как ты, да же?)

Если ты слишком много топчешься на месте, начинаешь и бросаешь, самосаботируешь, как только начало получаться, — добро пожаловать.

Что ты получишь в итоге?
...

Дизайн  [Роман Одуванов] Стань дизайнером инфографики с нуля за 5 дней (2024)

  • Пользователь tttx
  • Дата
  • Графика и дизайн
TwP4eVUbTOurS8nOlPxR2w.png

ОПИСАНИЕ:

Приветствую, уважаемые коллеги! Рад представить вам курс «Стань дизайнером инфографики за 5 дней с нуля!»

Этот курс предназначен для начинающих дизайнеров, которые хотят научиться создавать профессиональную инфографику, начиная с основ. Особенно важно, что весь процесс проектирования будет проходить в программе Фигма, что особенно актуально для тех, кто работает на компьютерах с ограниченными возможностями.

Программа курса:

День 1
  • Обзор возможностей Figma
  • Настройка рабочей области
  • Установка необходимых плагинов
  • Создание первой инфографики
Результат: Вы освоите Figma на профессиональном уровне и создадите...

Дизайн  [Zrobim architects] Авторский курс интерьерного дизайна (2024)

  • Пользователь tttx
  • Дата
  • Графика и дизайн
naNbUXZSQ8aF0H_CzsCGcg.png

ОПИСАНИЕ:

Образовательный курс от ZROBIM architects - это серия из 10 мастер-классов для дизайнеров интерьера, в которой мы делимся своим многолетним опытом и авторской системой по разработке и реализации интерьеров.

Пройдя курс полностью, вы сможете выйти на новый профессиональный уровень и узнать все тонкости профессии дизайнера интерьера от лучших в своем деле
Формат видео/аудио подкаста, который можно смотреть/слушать, когда вам удобно + краткий конспект в виде комикса с конкретными примерами и емкими тезисами.

Для кого курс:
Для всех! Мастер-классы будут полезны как тем, кто только начинает знакомство с профессией дизайнера интерьера...

Самооценка  [Владислав Краснов] Как перестать обесценивать себя и свои достижения (2024)

  • Пользователь tttx
  • Дата
  • Самооценка
dCsMzpMOR6aCCnO3OTitfg.png

ОПИСАНИЕ:

Интересно, что общего у неуверенности в себе, синдрома самозванца, хронической занятости, истощения, подавленности, страха и беспокойства? У них идентичная причина возникновения – недостаток чувства собственного достоинства. Отношение к себе определяет, как человек взаимодействует с социумом, общается, реализует себя. При нестабильном самоотношении жизнь полна разочарования, усталости, пассивности. Субъективно малоценная личность постоянно преодолевает трудности в общении, карьере, отношениях.

Что влияет на самооценку? Какой материал мы используем для формирования самооценки? Можно ли в меняющемся контексте жизни иметь устойчивую...

SEO & SMM  [Студия Сеоника] Интенсив по заработку на сайтах (2024)

  • Пользователь tttx
  • Дата
  • SEO и SMM
8cmt9h5gTaunk7D9pAbxmQ.png

ОПИСАНИЕ:

Интенсив по заработку на сайтах 2024 [Студия Сеоника]

Старт интенсива по заработку на информационных сайтах 26 февраля!
Максимальный набор данных, информации и примеров, которые мы накопили за все время нашей работы.

Интенсив - это 4 прямых трансляции по понедельникам в 15 МСК (записи конечно будут) с инфой и вопросами/ответами, на которых разбираем 4 главных блока:
  1. Проектирование или фундамент сайта. Самый трудозатратный процесс, который дает направление всей нашей работе
  2. Запуск. Тут мы предоставим нашу сборку для быстрого запуска статейника, а также подскажем примеры планирования и...

Вязание  [Вяжи.ру] Вязаная футболка с плечом-погоном Velen (2024)

  • Пользователь tttx
  • Дата
  • Вязание
q3wZ_wHOQGej8HULnWVGwA.png

ОПИСАНИЕ:

Универсальная футболка из тонкой летней пряжи для повседневного гардероба.
Летняя футболка с плечом-погоном, вязаная текстурным узором сверху.
Дизайн от Camille Descoteaux.
Velen – футболка укороченного силуэта, идеально подходящая для теплой весенне-летней погоды. Футболка вяжется без швов, сверху вниз, простым текстурным узором. Сначала поворотными рядами формируется верхняя часть кокетки на глубину V-горловины, затем стороны переда соединяются, оставшаяся часть вяжется круговыми рядами. Корпус и рукава заканчиваются аккуратным краем, сформированным закрытием петель с пико.

Уровень сложности: средний / выше среднего.

Размеры
1, 2, 3...
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • Barvinok7
  • reputation
  • Laurinda
  • JustSm1le
  • Vinni
  • hawke
  • Lex_rich
  • Sydooroff
  • choki
  • MEEKHA
  • Migelito2106
  • Eugeniy
  • Talka
  • hjtr
  • tula8878
  • Cheburashka068
  • Leonard
  • trex_s
  • tenwm
  • locsok
  • Katrin1989
  • Swr
  • Alkimik17
  • AlisaK
  • алёнка555
  • Dolfy
  • Илья_89
  • Егор Кузмич
  • Volmond
  • konoplist
  • AT365
  • Whatisdiamond
  • Нataly
  • alina.
  • 9Proxy
  • МихаилСуворов
  • ufufa
  • ptichka80
  • maglav
  • shapennz
  • Tatiarg
  • Limonibaradzaki
  • AnataLev
  • SerN80
  • Пупсик2
  • tgeorgij2011
  • savinfo
  • SergBor
...и ещё 4.

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

  • Kleiver
    Отличный материал
  • Podushkodav
    Как всегда материал отличного качества!
  • dyna
    This site is one of the most reliable site ever to get account that are working effectively...
    They made everything absolutely easy. ..
    You have earned my respect.. BRAVO....
  • Петр5555
    Это просто огонь!!!!! Прямая передача знаний. аналогов нет
  • AndriyS
    1. Нормальное качество звука и видео.
    2. Можно смотреть в любое время, большое внимание к решению практических задач.
    3. Нужно иметь достаточный уровень знаний. Для меня на данный момент это было сложно.
    В целом понравилось. В первую очередь практические задачи. Более наглядно увидел возможности применения алгоритмов.
  • lumiproxy
    good
  • J_STREB
    Супер
  • Renat995
    hg
  • Bazis10i
    . Качество данного продукта
  • deminavolga
    Отличный курс! Огромное спасибо!
Назад
Сверху