Books  [Amaisspecial] The Scratch Guide Book

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

DESCRIPTION:

A simple and comprehensive introduction to programming with Scratch, with fun and accessible projects that combine coding, video game design, and art projects that build children's confidence in coding, math, and STEM.

INFORMATION PAGE:

DOWNLOAD:

Books  [R. Kent Dybvig] The Scheme Programming Language, ANSI Scheme

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

DESCRIPTION:

This book is a straightforward, no-nonsense introduction to Scheme, and in its second edition brings the material up to date with respect to the ANSI standard. It covers the properties and features of Scheme; Scheme programming for the novice and advanced Scheme programmer; and Scheme's procedures and syntactic forms.

About the Authors
  • R. Kent Dybvig is a Professor of Computer Science at Indiana University and principal developer of Chez Scheme.
INFORMATION PAGE:

DOWNLOAD:

Books  [R. Kent Dybvig] The Scheme Programming Language, 3rd Edition

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

DESCRIPTION:

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 programmer gently through the basics of Scheme and continues with an introduction to some of the more advanced features of the language.

This thoroughly updated edition...

Books  [Stuart Andrews, Andrew Dixon] Coding for Kids: Scratch

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

DESCRIPTION:

Anyone can code. Certainly, writing the next Minecraft or programming complex simulations from scratch will require a deeper knowledge, but anyone and everyone has the potential to learn some basic coding skills, then take those skills and write a simple program. This book can help you and your kids take that potential further.

Read it, follow the projects and get to grips with the fundamentals of programming using Scratch, and you and they can learn to code. The projects in this book are fun, so that kids and adults will enjoy making them, and playing them once they are done. They are also easy to customise, so that novice...

Books  [Nils M. Holm] Logic Programming in Scheme

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

DESCRIPTION:

Questions answered in this little book: What is logic programming? Why is negation hard in logic programming? What is cutting? How do I solve logic puzzles? How is logic programming implemented?
  • What is logic programming?
  • What are goals and queries?
  • Why is negation hard in logic programming?
  • What is cutting?
  • How do I solve logic puzzles?
  • How is logic programming implemented?
About the Authors
  • Nils M. Holm is attracted by anything that is beautiful: math, nature, little insects, and the bright sun rays that fill the sky in the summer days, but most of all by the fragile reflection of empathy...

Books  [Dorai Sitaram] Teach Yourself Scheme in Fixnum Days

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

DESCRIPTION:

This is an introduction to the Scheme programming language. It is intended as a quick-start guide, something a novice can use to get a non-trivial working knowledge of the language, before moving on to more comprehensive and in-depth texts.

INFORMATION PAGE:

DOWNLOAD:

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

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

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

Рабочее Openssource.ORG

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • sergeyol
  • Елена Ж
  • Даемитрий
  • puk888
  • kvvm
  • Ella4smith
  • iolla
  • Marseline
  • bauridea
  • rubis
  • bvw2005
  • neweb
  • zhohov
  • alex555555
  • Amigo2x2
  • Pisunoid
  • rastaf
  • ZARR
  • alenuchka
  • realist1
  • wiskey33
  • sancher
  • JimJous
  • Andrs66
  • Taylak
  • Abdull20
  • Eleonoraa
  • petrovroman78
  • 21invest
  • ВладимирSSS
  • DOMINUS_EDEM
  • Nata_lieB
  • gunel8877
  • Belurk
  • guttaf
  • goldapple
  • Oleg 100002
  • sergey_golub
  • Иван ВВ
  • pojergfr
  • Neighbour
  • griksi
  • Alll13
  • akrauf
  • DanielCod
  • PSN-2023
  • venoom
  • iLada
  • Strannik06
  • diadim
...и ещё 69.

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

  • Prism
    Мне очень понравился курс. Прекрасная подача, информативно, максимально сжаты уроки без воды, смотреть очень комфортно. Почерпнула для себя несколько фишек. Спасибо за раздачу!
  • Patriarh
    Сам себя не похвалишь, никто не похвалит :)
  • xidex
    Рекомендую
  • q0wot
    9/10
  • Kreot
    Благодарю от всего сердца!
  • Sir Frances Drake
    Качество продукта на высоте.
    Преимущества в оперативности и надежности компании.
    Недостатков не выявил
  • fedordostoevskij123
    Пеку сам хлеб. Проф видео редко попадается. А это просто шедевр - всё понятно, подробно!
  • Rezonanc
    Марина Кульпина, направление Access, подходит только тем, кто в теме. Если не знать Основ, то непонятно что тут происходит. Какие-то вопросы, постоянные зевания, фраза на английском. Поэтому прежде всего нужно пройти Основы (они есть на этом форуме) от Марины, или хотя бы прочитать методичку, тогда все зум-звонки станут понятными и эффективными.
  • Kettirinka
    Курс записан качественно, все видно и понятно. К построению основ женской одежды прилагаются конспекты. В курсе подробно разобраны моделирования некоторых сложных платьев и брюк, причем копируются модели известных брендов, даны советы по их пошиву.
    Но, по моему мнению, курс не содержит системных основ моделирования, а изложенная здесь информация по конструированию несколько избыточна и может запутать новичка. Также очень мало внимания уделено процессу непосредственного пошива изделий.
    Я нашла для себя курс хорошим дополнением к уже имеющимся у меня базовым знаниям по конструированию и моделированию, однако я не рекомендую его тем, кто только постигает азы пошива изделий.
  • Aleksandr_X
    Проект нравиться мне
    Хороший дизайн сайта
    Проект запустился в мае-июне прошлого года!
Назад
Сверху