TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Essential Coding Theory

77 pointsby stokedmartinover 10 years ago

4 comments

spindritfover 10 years ago
To spare others searching the man, you can download the pdfs to the current directory<p><pre><code> wget -r -np -nd -l 1 -A pdf http:&#x2F;&#x2F;www.cse.buffalo.edu&#x2F;\~atri&#x2F;courses&#x2F;coding-theory&#x2F;book&#x2F; </code></pre> and combine them<p><pre><code> pdftk $(ls *.pdf | sort -V) cat output essential-coding-theory.pdf </code></pre> thus hastening the first draft.<p>BTW would the resulting essential-coding-theory.pdf be a derivative work under CC BY-NC-ND 3.0?
评论 #8278105 未加载
评论 #8277223 未加载
评论 #8277154 未加载
quarterwaveover 10 years ago
Clearly not a book for the ordinary reader. For me the transition from Sec.1.1 to Sec.1.2 was akin to starting with a quiet walk in the park, and then suddenly finding oneself clinging to a rock face as a cloud of chalk dust drifts down from the climbers up ahead....
评论 #8278335 未加载
walrusover 10 years ago
Looks good! Seems to have a strong treatment of algebraic codes and coding bounds.<p>For those interested in reading, you&#x27;ll probably want some background in linear algebra. All the necessary definitions are included in the text, but it doesn&#x27;t go deep enough to make the reader &#x27;comfortable&#x27; with linear algebra. Some background in abstract algebra will help too, but isn&#x27;t as necessary.
kanolafatheadover 10 years ago
What applications does this have? What language is this anyway?
评论 #8277794 未加载