Books  [Max Hailperin, Barbara Kaiser, and Karl Knight] Concrete Abstractions: An Introduction to Computer Science Using Scheme

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

DESCRIPTION:

This text covers the basics of programming and data structures, and gives first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well.

INFORMATION PAGE:

DOWNLOAD:

Books  [Brian Harvey, Matthew Wright] Simply Scheme: Introducing Computer Science, 2nd Edition

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

DESCRIPTION:

This book works hard to make the somewhat tricky ideas of Scheme accessible. This tutorial stresses small sections on key language features, from basic functions, variables, and onward to recursion and other functional programming concepts. While languages like C++ and Java use objects to model data, Scheme programmers break a problem down into functions. The art--and elegance--of problem solving in Scheme comes from applying recursion and other design concepts.

Should programming be a matter of learning where to put the semicolon and goto? According to Harvey and Wright, absolutely not. Programming, especially when you're starting...

Books  [Kurt Normark] Functional Programming in Scheme: With Web Programming Examples

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

DESCRIPTION:

This is a teaching material about functional programming in Scheme. The current version of the material is a 2nd edition. Scheme is a pragmatic choice of programming language in the functional programming paradigm, with unique flexibility due to the membership of the Lisp family of languages. Furthermore, Scheme is both very powerful and rather small compared to other Lisp languages.

Although the primary goal is to teach students to program in Scheme, this will be suitable for anyone taking a general programming principles course.

INFORMATION PAGE:

DOWNLOAD:...

Books  [R. Kent Dybvig] The Scheme Programming Language, 4th Edition

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

DESCRIPTION:

A thoroughly updated and expanded edition brings this popular introductory text and reference up to date with the current Scheme standard, the Revised6 Report on Scheme.
Scheme is a general-purpose programming language, descended from Algol and Lisp, widely used in computing education and research and a broad range of industrial applications. This thoroughly updated edition of The Scheme Programming Language provides an introduction to Scheme and a definitive reference for standard Scheme, presented in a clear and concise manner. Written for professionals and students with some prior programming experience, it begins by leading the...

Books  [Jonathan Tang] Write Yourself a Scheme in 48 Hours

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

DESCRIPTION:

A comprehensive first course in Scheme, covering all of its major features: abstraction, functional programming, data types, recursion, and semantic programming.

You'll start off with command-line arguments and parsing, and progress to writing a fully-functional Scheme interpreter that implements a good-sized subset of R5RS Scheme. Along the way, you'll learn Haskell's I/O, mutable state, dynamic typing, error handling, and parsing features. By the time you finish, you should be fairly fluent in both Haskell and Scheme.

INFORMATION PAGE:

DOWNLOAD:...

Books  [Kevin Hoffman] Programming WebAssembly with Rust: Unified Development for Web, Mobile, and Embedded Applications

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

DESCRIPTION:

WebAssembly fulfills the long-awaited promise of web technologies: fast code, type-safe at compile time, execution in the browser, on embedded devices, or anywhere else. Rust delivers the power of C in a language that strictly enforces type safety. Combine both languages and you can write for the web like never before! Learn how to integrate with JavaScript, run code on platforms other than the browser, and take a step into IoT. Discover the easy way to build cross-platform applications without sacrificing power, and change the way you write code for the web.

WebAssembly is more than just a revolutionary new technology. It's...

Books  [Rust Community] Rust and WebAssembly

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

DESCRIPTION:

This book is for anyone interested in compiling Rust to WebAssembly for fast, reliable code on the Web. You should know some Rust, and be familiar with JavaScript, HTML, and CSS. You don't need to be an expert in any of them.

INFORMATION PAGE:

DOWNLOAD:

Books  [Karl Rikte] Using Rust as a Complement to C for Embedded Systems Software Development

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

DESCRIPTION:

This is an introductory book about using the Rust Programming Language on "Bare Metal" embedded systems, such as Microcontrollers. It is for everyone who wants to do embedded programming while taking advantage of the higher-level concepts and safety guarantees the Rust language provides.

INFORMATION PAGE:

DOWNLOAD:

Books  [Rust Contributors] The Embedded Rust Book

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

DESCRIPTION:

This is an introductory book about using the Rust Programming Language on "Bare Metal" embedded systems, such as Microcontrollers. It is for everyone who wants to do embedded programming while taking advantage of the higher-level concepts and safety guarantees the Rust language provides.

INFORMATION PAGE:

DOWNLOAD:

Books  [Rust Community] Rust by Example

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

DESCRIPTION:

Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection.

This book is a collection of runnable examples that illustrate various Rust concepts and standard libraries. To get even more out of these examples, don't forget to install Rust locally and check out the official docs. Additionally for the curious, you can also check out the source code for this site.

You'll explore various features of Rust Programming including its SDL features, event loop, File I/O, and the famous GTK+ widget toolkit. Through these projects...

Books  [oreilly] Programming Rust, 2nd Edition

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

DESCRIPTION:

Systems programming provides the foundation for the world's computation. Writing performance-sensitive code requires a programming language that puts programmers in control of how memory, processor time, and other system resources are used. The Rust systems programming language combines that control with a modern type system that catches broad classes of common mistakes, from memory management errors to data races between threads.

With this practical guide, experienced systems programmers will learn how to successfully bridge the gap between performance and safety using Rust. Jim Blandy, Jason Orendorff, and Leonora Tindall...

Books  [Rustacean Team] Rust Cookbook

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

DESCRIPTION:

100s of Solutions across Command Line, CI/CD, Kubernetes, Networking, Code Performance, and Microservices​


Practical Rust 1.x Cookbook is an in-depth guide for experienced Rust programmers looking to create robust and efficient applications. This solution-focused book covers many topics, including command line, webassembly, networking, Kubernetes, microservices, and system programming.

This book includes over 100 real-world practical exercises that will teach you how to use the Rust compiler and command-line programming across every stage of software development. Each exercise is intended to reinforce Rust's potential for...

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...
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • Фетида
  • Nubity
  • vladileo97
  • DOMINUS_EDEM
  • Евгения
  • svet1111
  • Sparkling64max
  • SergeyDS1981
  • ghj_100
  • SERND
  • oll-la
  • Microvirus
  • artzvezda
  • Hammer
  • Laurinda
  • imgozzer
  • 424da
  • openhoh
  • Guvik
  • sticknmove
  • wexola6927
  • Grooz
  • Sergio 77732
  • Stefanovich
  • Aleksandr58
  • Vasya111111
  • Symans
  • aperture
  • ejara19
  • Stutch1337
  • pokich
  • sergchek70
  • 5277user
  • kalnichenko.1996
  • ret23
  • pashadontcov999
  • килфай
  • Chupakabra
  • ggtvxcndgg
  • cobalt280
  • KaitoKunmun
  • hakerxxl
  • Ghnk33
  • veronicadelina
  • Василий 2100
  • cbipo30
  • colganskiy
  • Mapa
  • rama981
  • Alisa98
...и ещё 180.

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

  • evgeny05
    nice
  • evgeny05
    nice
  • dz031677
    Приобрел юмани. Статус максимальный по приемлемой цене.

    Продавца рекомендую 🤝
  • 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
    Супер
Назад
Сверху