Books  [Hal Daume III] Yet Another Haskell Tutorial

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

DESCRIPTION:

The goal of this book is to provide a complete intoduction to the Haskell programming language. It assumes no knowledge of the Haskell language or familiarity with functional programming in general. However, general familiarity with programming concepts (such as algorithms) will be helpful.

It has crystal-clear illustrations and guided practice. You will write and test dozens of interesting programs and dive into custom Haskell modules. You will gain a new perspective on programming plus the practical ability to use Haskell in the everyday world.

This is not intended to be an introduction to programming in general; rather, to...

Books  [WikiBooks Contributors] Haskell

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

DESCRIPTION:

This book leads you through short lessons, examples, and exercises designed to make Haskell your own. It has crystal-clear illustrations and guided practice. You will write and test dozens of interesting programs and dive into custom Haskell modules. You will gain a new perspective on programming plus the practical ability to use Haskell in the everyday world.

It also explores the important language features and programming skills you'll need to build production-quality software using Haskell. And along the way, you'll pick up some interesting insights into why Haskell looks and works the way it does. Get ready to go deep...

Books  [Miran Lipovaca] Learn You a Haskell for Great Good! - A Beginner's Guide

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

DESCRIPTION:

This book is a hilarious, illustrated guide to this complex functional language. Packed with the author's original artwork, pop culture references, and most importantly, useful example code, this book teaches functional fundamentals in a way you never thought possible.

You'll start with the kid stuff: basic syntax, recursion, types and type classes. Then once you've got the basics down, the real black belt master-class begins: you'll learn to use applicative functors, monads, zippers, and all the other mythical Haskell constructs you've only read about in storybooks.

As you work your way through the author's imaginative (and...

Books  [Paul Hudak, Donya Quick] The Haskell School of Music - From Signals to Symphonies

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

DESCRIPTION:

This book explores the fundamentals of computer music and functional programming through the Haskell programming language. Functional programming is typically considered difficult to learn. This introduction in the context of creating music will allow students and professionals with a musical inclination to leverage their experience to help understand concepts that might be intimidating in more traditional computer science settings. Conversely, the book opens the door for programmers to interact with music by using a medium that is familiar to them. Readers will learn how to use the Euterpea library for Haskell (Euterpea – A...

Books  [Bryan O'Sullivan, Don Stewart, John Goerzen] Real World Haskell

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

DESCRIPTION:

This easy-to-use, fast-moving tutorial introduces you to functional programming with Haskell. You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter.

With this book, you will:
  • Understand the differences between procedural and functional programming
  • Learn the features of Haskell, and how to...

Books  [Andres Loh] Exploring Generic Haskell

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

DESCRIPTION:

This unlocks a new level of skill with this challenging language. Going beyond the basics of syntax and structure, this book opens up critical topics like advanced types, concurrency, and data processing. You’ll discover key parts of the Haskell ecosystem and master core design patterns that will transform how you write software.

INFORMATION PAGE:

DOWNLOAD:

Books  [Christopher Fox, Stefan Nilsson] Go Data Structures and Algorithms

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

DESCRIPTION:

A concise introduction to data structures and algorithms in Go. Data structures are presented in a container hierarchy that includes stacks and queues as non-traversable dispensers, and lists, sets, and maps as traversable collections. Algorithm analysis is introduced and applied to linear and binary search, bubble sort, selection sort, insertion sort, merge sort and quicksort.

The book also covers heaps and heapsort, unbalanced binary search trees, AVL trees, 2-3 trees, hashing, graph representations, and graph algorithms based on depth-and breadth-first search.

About the Authors:
  • Christopher Fox is a Professor and...

Books  [John P. Baugh] Go Programming

  • Пользователь tttx
  • Дата
  • Books
oAsCV-HKTCK-DhIyzn8mkQ.png

DESCRIPTION:

Google's new programming language Go has caused a lot of excitement. As a modern systems programming language, Go offers significant advantages over older languages like C, C++, and Java.

This book, "Go Programming" takes an example-based approach to teach the reader how to effectively get started with programming in Go. From basic variable usage, to control structures, to File I/O, to basic network programming, this book has all you need to become confident with the basics of the language, and will prepare you to create basic programs, as well as to perform more research of the language.

About the Authors:
  • John P...

Books  [Jason McVetta] Go for Python Programmers

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

DESCRIPTION:

This book is intended to provide a solid introduction to the Go language for experienced Python programmers. You'll explore key areas of the language such as concurrency, testing, data structures, and more.

About the Authors:
  • Jason McVetta is an independent consultant, teacher, and Free Software activist based in beautiful but too cold San Francisco.
INFORMATION PAGE:

DOWNLOAD:

Books  [Caleb Doxsey] An Introduction to Programming in Go

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

DESCRIPTION:

This book is a short, concise introduction to computer programming using the language Go. Designed by Google, Go is a general purpose programming language with modern features, clean syntax and a robust well-documented common library, making it an ideal language to learn as your first programming language.

INFORMATION PAGE:

DOWNLOAD:

Books  [Kyle Isom] Practical Cryptography With Go

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

DESCRIPTION:

This is an introduction to cryptography for programmers; it doesn't aim to teach the theory, but rather to guide you in your attempt to understand how to use cryptography to secure your services. We'll talk about where it fits into the big picture, and illustrate it using The Go Programming Language. Some of the things we'll discuss are symmetric, asymmetric, and hybrid cryptography, message authentication codes, trust, and how to engineer these systems properly to mitigate risk.

About the Authors:
  • Kyle Isom is a systems engineer at CloudFlare, where he is currently focused on developing secure systems at scale with...

Books  [Tapir Liu] Go 101: Focusing on Go Syntax/Semantics and all Kinds of Details

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

DESCRIPTION:

This is a book focusing on Go syntax/semantics and all kinds of details. It tries to help gophers gain a deep and thorough understanding of Go. It is expected that this book is helpful for both beginner and experienced Go programmers.

INFORMATION PAGE:

DOWNLOAD:

Books  [Krzysztof Kowalczyk] Essential Go

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

DESCRIPTION:

This book written to provide clear and concise explanation of topics for programmers both starting to learn the Go 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  [Robert Griesemer, Rob Pike, Ken Thompson] Effective Go

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

DESCRIPTION:

This book gives tips for writing clear, idiomatic Go code.

It covers the nuances of Go, with in-depth guides on types and structures, packages, concurrency, network programming, compiler design, optimization, and more. Each chapter ends with exercises and resources to fully embed your new knowledge.

About the Authors:
  • Robert Griesemer is a Swiss computer scientist. He is best known for his work on the Go programming language.
INFORMATION PAGE:

DOWNLOAD:

Books  [Ivo Balbaert] The Way To Go: A Thorough Introduction To The Go Programming Language

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

DESCRIPTION:

This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The language is devised with Java / C#-like syntax so as to feel familiar to the bulk of programmers today, but Go code is much cleaner and simpler to read, thus increasing the productivity of developers.

You will see how Go: simplifies programming with slices, maps, structs and interfaces incorporates functional programming makes error-handling easy and secure simplifies concurrent and parallel programming with goroutines and channels.

And you will learn how to...

Books  [Matt Aimonetti] Go Bootcamp: Everything You Need to Know to Get Started with Go

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

DESCRIPTION:

Essential Go code and idioms for all facets of the development process

This guide gives you the code 'phrases' you need to quickly and effectively complete a wide variety of projects with Go, today's most exciting new programming language.

Tested, easy-to-adapt code examples illuminate every step of Go development, helping you write highly scalable, concurrent software. You'll master Go-specific idioms for working with strings, collections, arrays, error handling, goroutines, slices, maps, channels, numbers, dates, times, files, networking, web apps, the runtime, and more.

INFORMATION PAGE:...

Books  [Docs] Go by Example

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

DESCRIPTION:

Go is an open source programming language designed for building simple, fast, and reliable software. Please read the official documentation to learn a bit about Go code, tools packages, and modules.

Go by Example is a hands-on introduction to Go using annotated example programs. Check out the first example or browse the full list below.

INFORMATION PAGE:

DOWNLOAD:

Books  [Agus Kurniawan, Mark McGranaghan] Go by Example

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

DESCRIPTION:

This book is a hands-on guide to The Go Programming Language. It helps you learn and write Go through annotated example programs.

This book provides the reader with a comprehensive overview of the new open source programming language Go (in its first stable and maintained release Go 1) from Google. The language is devised with Java / C#-like syntax so as to feel familiar to the bulk of programmers today, but Go code is much cleaner and simpler to read, thus increasing the productivity of developers.

You will see how Go: simplifies programming with slices, maps, structs and interfaces incorporates functional programming makes...

Books  [Delio D'Anna, Andrew Hayes, Sam Hennessy, Jeremy Leasor, Gobin Sougrakpam, Daniel Szabo] The Go Workshop

  • Пользователь tttx
  • Дата
  • Books
0RVM-woNQUeiNbmu8gFb7g.png

DESCRIPTION:

Get started with Go and learn how to leverage its simplicity and flexibility to solve real-world problems and build practical software. Learn to write clean, efficient code and build high-performance applications with Go.

About the Authors:
  • Delio D'Anna is an experienced software engineer with a company experience mainly developed working on web applications.
INFORMATION PAGE:

DOWNLOAD:

Books  [E. Anderson, Z. Bai, C. Bischof, S. Blackford, J. Demmel] LAPACK Users' Guide, Third Edition

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

DESCRIPTION:

LAPACK Users' Guide provides an introduction to the design of the LAPACK package, a detailed description of its contents, reference manuals for the leading comments of the routines, and example programs

LAPACK (Linear Algebra PACKage) is a library of numerical linear algebra subroutines designed for high performance on workstations, vector computers, and shared memory multiprocessors. Release 3.0 of LAPACK introduces new routines and extends the functionality of existing routines. The most significant new routines and functions include: 1. a faster singular value decomposition computed by divide-and-conquer 2. faster routines for...

Books  [Vincent A. Barker, L. Susan Blackford, Jack J. Dongarra] LAPACK95 Users' Guide

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

DESCRIPTION:

LAPACK95 is a Fortran 95 interface to the Fortran 77 LAPACK library. It is relevant for anyone who writes in the Fortran 95 language and needs reliable software for basic numerical linear algebra. It improves upon the original user-interface to the LAPACK package, taking advantage of the considerable simplifications that Fortran 95 allows. LAPACK95 Users' Guide provides an introduction to the design of the LAPACK95 package, a detailed description of its contents, reference manuals for the leading comments of the routines, and example programs.

LAPACK (Linear Algebra PACKage) is a library of numerical linear algebra subroutines...

Books  [Albert Nijenhuis, Herbert S. Wilf] Combinatorial Algorithms for Computers and Calculators Second Edition

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

DESCRIPTION:

This book deals with combinatorial algorithms for computers and calculators. Topics covered range from combinatorial families such as the random subset and k-subset of an n-set and Young tableaux, to combinatorial structures including the cycle structure of a permutation and the spanning forest of a graph. Newton forms of a polynomial and the composition of power series are also discussed.

It can be read at several levels. Those whose only need is to use one of the computer programs can turn immediately to those pages and satisfy their wants. Thus, on one level, this is a collection of subroutines, in FORTRAN, for the solution of...

Books  [Adrian Sandu] Introduction to Fortran 95 and Numerical Computing

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

DESCRIPTION:

This book provides an introduction to its latest standard: Fortran 95, the most important language for scientific and engineering computation.

Contents: a quick tour of fortran 95; the building blocks of a fortran application; flow control; computer arithmetic; applications; intrinsic functions; input and output; arrays; more on procedures; parametrized intrinsic types; derived types; pointers and targets; elements of object-oriented programming; code performance; linear systems of algebraic equations; linear least squares; nonlinear equations; polynomial interpolation; numerical integration; splines; Taylor polynomials...

Books  [CJ Silverio, David Graves, and Chris Hogue] Fortran 77 Programmer's Guide

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

DESCRIPTION:

This book is a complete presentation of standard FORTRAN 77 with special applications of numerical methods in science and engineering. This book emphasizes sound structured programming and software engineering principles; its clear and concise presentation is perfect for readers who possess a background in algebra, with no previous programming experience.

INFORMATION PAGE:

DOWNLOAD:
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • Ksyyyxa
  • FAN_LOKO
  • Nezz
  • dmit2604
  • soljaris
  • nikandreew134
  • Alis_ka
  • Simvol
  • valerasuccess2010
  • monitorhp
  • pipi44
  • alina.
  • altermann1987
  • mdarik02
  • zxc1111111
  • Uladi.mir
  • AndrewSal
  • lleenavictorovna
  • demontronpc
  • nsrwntjo
  • stardust888
  • kozir777
  • maro1
  • realist1
  • Sherryd
  • Bagira74
  • Matvey768
  • Plohish
  • jus_msk
  • Рей Штольц
  • Oxana74
  • anatkrass
  • oll-la
  • klips06
  • Werterus
  • vad1228
  • Alpha_Store
  • Иван ВВ
  • Nordic2
  • monk3y
  • tema054
  • Asror
  • TylerD
  • константин2015
  • Garrik
  • lexxgreat
  • dima1980
  • arcain
  • zegol
  • Fizagam
...и ещё 374.

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

  • Yar3
    Good
  • milalalala
    для автоматизации публикаций в соцсети это хороший вариант, всё нативно, шаблоны рабочие и после них понятно что делать дальше.
    хорошо бы обновлять эту папку, т.к. автор её обновляет переодически.
  • binentity
    kz
  • lapkddd
    👍👍👍
  • rufur
    Огонь
  • Flex007
    Ставлю 5 звезд авансом! Автор курса хорошо доносит информацию!
  • chaoba
    .
  • Виктор
    Это букмекер и к трейдингу он не имеет ни какого отношения. Да и к тому же скорее всего заработанные деньги они вам не дадут выводить. К стати, а админы знают что ты тут свою рекламу раскидываешь на халяву?
  • amrik07
    Хорошо это
  • Reneqq
    5+
Назад
Сверху