Books  [Gregory J. Chaitin] Information, Randomness And Incompleteness: Papers On Algorithmic Information Theory (World Scientific Computer Science)

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

ОПИСАНИЕ:

The papers gathered in this book were published over a period of more than twenty years in widely scattered journals. They led to the discovery of randomness in arithmetic which was presented in the recently published monograph on "Algorithmic Information Theory" by the author. There the strongest possible version of Gödel's incompleteness theorem, using an information-theoretic approach based on the size of computer programs, was discussed. The present book is intended as a companion volume to the monograph and it will serve as a stimulus for work on complexity, randomness and unpredictability, in physics and biology as well as in...

Books  [Gregory J. Chaitin] Exploring Randomness

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

ОПИСАНИЕ:

The book is devoted to a Lisp formalism for exploring the basic ideas, concepts and results on program-size complexity and random sequences. The book contains a wealth of exercises, ranging from the 'mathematical equivalent of finger warm-ups for pianists' to substantial programming projects, from open questions to questions the author cannot even formulate. Highly recommended to anyone interested in understanding algorithmic information theory through programming.

This essential companion to Chaitin's successful books The Unknowable and The Limits of Mathematics, presents the technical core of his theory of program-size complexity...

Books  [Bil Lewis, Dan LaLiberte, Richard Stallman] GNU Emacs Lisp Reference Manual

  • Пользователь tttx
  • Дата
  • Books
k-B-ckJ5SpqlYY1qhF0oGQ.png

ОПИСАНИЕ:

This is a high-quality, hardbound edition of the official GNU Emacs Lisp Reference Manual, from the current Emacs Version 24.5 distribution. It is printed on acid free and lignin free paper, that meets all ANSI standards for archival quality paper. *** The GNU Emacs Lisp Reference Manual is also available for free within GNU Emacs itself, via the help system, or online. Professional users may find this hardbound edition convenient for frequent consultation, and an excellent copy for desktop reference. *** For each copy of this manual sold, 10% of its gross sale revenue is donated to the Free Software Foundation (FSF)...

Books  [Robert J. Chassell] An Introduction to Programming in Emacs Lisp

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

ОПИСАНИЕ:

This tutorial an elementary introduction to teach non-programmers how to customize their work environment; it can also be used as an introduction to programming basics. It includes numerous exercises and sample programs; the author also walks you through the actual source code of several GNU Emacs commands. A handy reference appendix is included.

Emacs Lisp is a simple, complete, and powerful programming language. It is the building block of GNU Emacs, which is an integrated development environment with special features for scanning and parsing text as well as for handling multiple files, buffers, displays, windows, and sub-processors...

Books  [Nils M. Holm] Sketchy LISP: An Introduction to Functional Programming in Scheme

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

ОПИСАНИЕ:

Sketchy Scheme is an introduction to functional programming in Scheme. Scheme is a language of the Lisp family with particularly clean syntax and semantics. It is frequently used in research and education. Functional Programming is an approach that focuses on the evaluation of expressions. Programs are formed by combining functions. Most functional programming constructs are free of side effects, which allows to examine programs formally and prove properties of algorithms. This book provides a step-by-step introduction to functional programming in Scheme. It covers various aspects of the language like data types, conditions, recursion...

Books  [Paul Graham] ANSI Common LISP

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

ОПИСАНИЕ:

For use as a core text supplement in any course covering common LISP such as Artificial Intelligence or Concepts of Programming Languages.

Teaching students new and more powerful ways of thinking about programs, this text contains a tutorial―full of examples―that explains all the essential concepts of Lisp programming, plus an up- to-date summary of ANSI Common Lisp, listing every operator in the language. Informative and fun, it gives students everything they need to start writing programs in Lisp both efficiently and effectively, and highlights such innovative Lisp features as automatic memory management, manifest typing, closures...

Books  [Stuart Charles Shapiro] Common LISP: An Interactive Approach

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

ОПИСАНИЕ:

The text uses a tutorial style that focuses on learning by interaction and experimentation. The text also thoroughly covers programming in Pure LISP before programming in Imperative LISP so that students get used to recursive programming.

It gives an ordered presentation of Commom LISP - for example, it introduces packages simultaneously with symbols for easier assimilation and provides extensive example interactions with LISP to illustrate material being taught.

The book devotes attention to style and debugging to familiarize students with realistic situations and helps novices recognize error messages and what they mean through...

Books  [David S. Touretzky] Common LISP: A Gentle Introduction to Symbolic Computation

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

ОПИСАНИЕ:

This highly accessible introduction to Lisp is suitable both for novices approaching their first programming language and experienced programmers interested in exploring a key tool for artificial intelligence research. The text offers clear, reader-friendly explanations of such essential concepts as cons cell structures, evaluation rules, programs as data, and recursive and applicative programming styles.

The treatment incorporates several innovative instructional devices, such as the use of function boxes in the first two chapters to visually distinguish functions from data, use of evaltrace notation in later chapters to illustrate...

Books  [David B. Lamkins] Successful Lisp: How to Understand and Use Common Lisp

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

ОПИСАНИЕ:

This tutorial is written with the professional programmer in mind. Using a hands on approach it introduces the ANSI Common Lisp standard. Practical examples of working code provide an in depth view of Common Lisp programming paradigms. David B. Lamkins explains why this programming language is by far the most powerful industrial strength tool available for advanced software development.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Peter Norvig] Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp

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

ОПИСАНИЕ:

Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming...

Books  [Vsevolod Dyomkin] Lisp Hackers: Interviews with 100x More Productive Programmers

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

ОПИСАНИЕ:

This book is a collection of short interviews with 14 prominent individuals from different parts of the world, from Australia to Canada, and of different occupations, from low-level programmers to physicists and musicians, asking them a more-or-less similar set of questions on the following topics:

  • their general attitude to programming
  • attitude towards and experience with Lisp
  • stories of real-world Lisp projects
Overall, this book should give an insight into why people use Lisp, as well as help the readers gain some new experience and improve as programmers.

ПРОДАЖНИК: ...

Books  [Guy L. Steele JR.] Common LISP - The Language, 2nd Edition

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

ОПИСАНИЕ:

The defacto standard - a must-have for all LISP programmers.
In this greatly expanded edition of the defacto standard, you'll learn about the nearly 200 changes already made since original publication - and find out about gray areas likely to be revised later. Written by the Vice- Chairman of X3J13 (the ANSI committee responsible for the standardization of Common Lisp) and co-developer of the language itself, the new edition contains the entire text of the first edition plus six completely new chapters. They cover: - CLOS, the Common Lisp Object System, with new features to support function overloading and object-oriented programming...

Books  [Peter Seibel] Practical Common Lisp

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

ОПИСАНИЕ:

...it has a fresh view on the language and the examples in the later chapters are usable in your day-to-day work as a programmer. — Frank Buss, Lisp Programmer and Slashdot Contributor

If you're interested in Lisp as it relates to Python or Perl, and want to learn through doing rather than watching, Practical Common Lisp is an excellent entry point. — Chris McAvoy, Chicago Python Users Group

Lisp is often thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world.
Practical Common Lisp presents a thorough introduction to Common Lisp, providing you with an...

Books  [Mary Simoni, Roger B Dannenberg] Algorithmic Composition: A Gentle Introduction to Music Composition

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

ОПИСАНИЕ:

Composers have used formalized procedures to create music throughout history. With the advent of the computer, algorithmic composition allows composers not only to create and experiment with different formalisms, but to hear and evaluate results quickly. Often in algorithmic composition, the composer has only a vague idea how the output will sound, but because the input is highly automated, the composer can make adjustments to take advantage of happy accidents, program bugs, and other creative sources of sound.

Algorithmic Composition: A Guide to Composing Music with Nyquist provides an overview of procedural approaches to music...

Books  [Paul Graham] On Lisp: Advanced Techniques for Common Lisp

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

ОПИСАНИЕ:

Written by a Lisp expert, this is the most comprehensive tutorial on the advanced features of Lisp for experienced programmers. It shows how to program in the bottom-up style that is ideal for Lisp programming, and includes a unique, practical collection of Lisp programming techniques that shows how to take advantage of the language's design for efficient programming in a wide variety of applications.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Wikipedia Contributors] Introduction to newLISP

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

ОПИСАНИЕ:

You'll find newLISP easy to learn and powerful, combining some of the power and elegance of classic LISP with the facilities of a modern scripting language, such as regular expressions, network functions, Unicode support, multitasking, and many others. This book is a straightforward and simple description of the basics of the language.

newLISP has been compiled into a Windows DLL (dynamic link library): newLISP.dll. Hans Peter Wickern made a free VisualNeo Win plugin that makes it possible to use newLISP within your VisualNeo Win GUI application builder:
  1. shorter and more efficient code, e.g. by combining functions in one command...

Books  [Dmitry Jemerov, Svetlana Isakova] Kotlin in Action

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

ОПИСАНИЕ:

Summary

Kotlin in Action guides experienced Java developers from the language basics of Kotlin all the way through building applications to run on the JVM and Android devices. Foreword by Andrey Breslav, Lead Designer of Kotlin.

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

About the Technology

Developers want to get work done - and the less hassle, the better. Coding with Kotlin means less hassle. The Kotlin programming language offers an expressive syntax, a strong intuitive type system, and great tooling support along with seamless interoperability with existing Java...

Books  [Mark L. Murphy] Elements of Kotlin Coroutines

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

ОПИСАНИЕ:

Coroutines are an important addition to the world of Kotlin.

Coroutines offer a first-class reactive programming approach, tightly integrated with the language itself. Coroutines help simplify multi-threaded development, allowing you to retain a "normal" imperative sort of programming model while still designating certain code sections to run on alternative thread pools. Beyond that, flows and channels let you model data streams while retaining the same multi-threaded characteristics.

This book is designed to help you get “spun up” on coroutines and how they can be applied in your projects.

Most of the sample code from the book is...

Books  [Stack Overflow Contributors] Learning Kotlin

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

ОПИСАНИЕ:

Discover Kotlin the simple way while creating an Android App.

Kotlin is the brand-new main language to create Android Application, and thanks to this book, you'll be writing code in no time. Straight to the point, practical as well as filled with instances, it will certainly show you the language while creating an Android Application. Discover the Kotlin and also begin enjoying Android growth once more with this effective and also modern-day language.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Alvin Alexander] Kotlin Quick Reference

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

ОПИСАНИЕ:

This book is intended to provide a quick reference to the Kotlin programming language. The idea is to show Kotlin syntax and examples with as few words as possible so that experienced developers who are new to Kotlin can find what they need quickly.

The target audience for this book is someone who already knows languages like Java and Scala and just needs a very quick reference to Kotlin’s syntax and some corresponding examples so they can be productive.

Each chapter in the book demonstrates Kotlin syntax and provides examples to explain the chapter’s topic. This is done in a brisk manner, with as few words as necessary.

About the...

Books  [Mark L. Murphy] Elements of Kotlin

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

ОПИСАНИЕ:

The programming language for the first generation of Android app development was Java.

The programming language that will dominate the second generation of Android app development will be Kotlin.

This introductory book to Kotlin focuses on helping existing programmers get up to speed on reading and writing Kotlin code. Particular emphasis is placed on the sorts of syntax and language capabilities that most Kotlin developers will need, with light coverage of the advanced capabilities that allow library developers to create easy-to-use APIs.

About the Authors
  • Mark Murphy is the founder of CommonsWare and the author of the...

Books  [The Julia Project Contributors] The Julia Language

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

ОПИСАНИЕ:

Inside this book, you'll find step-by-step instructions, real-world case studies, and practical exercises that guide you from the basics of Julia syntax to advanced topics like object-oriented and functional programming.

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah] Julia: A Fresh Approach to Numerical Computing

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

ОПИСАНИЕ:

[Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah] Julia: A Fresh Approach to Numerical Computing

ПРОДАЖНИК:

СКАЧАТЬ:

Books  [Giray Okten] First Semester in Numerical Analysis with Julia

  • Пользователь tttx
  • Дата
  • Books
H2-MGEbAQn-hHVIRVntKLg.png

ОПИСАНИЕ:

This book presents the theory and methods, together with the implementation of the algorithms using the Julia programming language. The book covers computer arithmetic, root-finding, numerical quadrature and differentiation, and approximation theory.

The reader is expected to have studied calculus and linear algebra. Some familiarity with a programming language is beneficial, but not required.

The programming language Julia will be introduced in the book. The simplicity of Julia allows bypassing the pseudocode and writing a computer code directly after the description of a method while minimizing the distraction the presentation of a...
Ваши лимиты
Доступно
Осталось

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

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

Рабочее Openssource.ORG

Рабочее S1 piratehub

Рабочее S2 piratehub

Рабочее S3 piratehub

Рабочее S4 piratehub

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

  • Plohish
  • 3nymous
  • di3ain
  • K0des
  • madam50
  • Aunty
  • AnataLev
  • egoistka_1
  • bep
  • serik
  • pan228lex
  • dar0310
  • Nata_lieB
  • Kensy
  • DanielCod
  • Pitonya
  • MetaStorm
  • Kordox
  • Lex_rich
  • qwer8
  • Валентина поночка
  • Галиния
  • ArcHiTechTor
  • 11sheglov
  • Makat
  • krasmart
  • Lisichkaf190
  • DsRaider
  • nifestos
  • k327st
  • Leonard
  • sekapekabeka
  • Ya.Elena
  • Innach17
  • vifiset870
  • Intrado
  • Haapasante
  • Smash
  • fedordostoevskij123
  • Dankel
  • wodolej18
  • asd45

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

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

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