All Projects → thewhitetulip → Awk Anti Textbook

thewhitetulip / Awk Anti Textbook

learn awk by example

Programming Languages

awk
318 projects

Labels

Projects that are alternatives of or similar to Awk Anti Textbook

D2l Zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被55个国家的300所大学用于教学。
Stars: ✭ 29,132 (+4209.47%)
Mutual labels:  book
Androidnote
🔥 Android 进阶笔记,包含常用的技术框架、博客社区、书籍等。
Stars: ✭ 614 (-9.17%)
Mutual labels:  book
Clean Code Persian
ترجمه گروهی کتاب کدتمیز
Stars: ✭ 659 (-2.51%)
Mutual labels:  book
Rmarkdown Book
R Markdown: The Definitive Guide (published by Chapman & Hall/CRC in July 2018)
Stars: ✭ 557 (-17.6%)
Mutual labels:  book
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-14.5%)
Mutual labels:  book
Node.js design patterns second edition code
Code repository for Node.js Design Patterns Second Edition, published by Packt
Stars: ✭ 617 (-8.73%)
Mutual labels:  book
Ucore os docs
ucore os lab guide
Stars: ✭ 544 (-19.53%)
Mutual labels:  book
Ibooks
计算机图书,java,mysql,架构类,web
Stars: ✭ 666 (-1.48%)
Mutual labels:  book
Book sample
another book on data science
Stars: ✭ 611 (-9.62%)
Mutual labels:  book
Book
Book PDF
Stars: ✭ 638 (-5.62%)
Mutual labels:  book
Classiccomputerscienceproblemsinpython
Source Code for the Book Classic Computer Science Problems in Python
Stars: ✭ 558 (-17.46%)
Mutual labels:  book
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+334.62%)
Mutual labels:  book
Dasarpemrogramangolang
📖 Source Code E-book Dasar Pemrograman Golang
Stars: ✭ 625 (-7.54%)
Mutual labels:  book
Python Guide
Python best practices guidebook, written for humans.
Stars: ✭ 24,050 (+3457.69%)
Mutual labels:  book
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (+772.34%)
Mutual labels:  book
Wtfjs
🤪 A list of funny and tricky JavaScript examples
Stars: ✭ 24,594 (+3538.17%)
Mutual labels:  book
Efficientr
Efficient R programming: a book
Stars: ✭ 616 (-8.88%)
Mutual labels:  book
Html5 Animation
Foundation HTML5 Animation with JavaScript example code and book exercises.
Stars: ✭ 667 (-1.33%)
Mutual labels:  book
Lcthw Zh
📖 【译】笨办法学C
Stars: ✭ 664 (-1.78%)
Mutual labels:  book
Little Aspnetcore Book
The Little ASP.NET Core Book, a friendly introduction to web programming and ASP.NET Core 2.0
Stars: ✭ 637 (-5.77%)
Mutual labels:  book

About the book

Source Read online Watch Download Code Donate
Github Gitbooks YouTube series leanpub Tasks Paypal

What is this?

This is an easy to understand example based tutorial aimed at those who know nothing of awk.

Multiversity

This guide is a part of the Multiversity initiative. The aim is to have high quality open source tutorials along with screencasts.

Contributing

We welcome all Pull Requests, please raise an issue before starting your work!

Philosophy

  • Through this book we want to teach how to write awk scripts. The user is not expected to know awk, but the user is expected to know programming, or at least one programming language.
  • The book shall comprise of chapters, if the topic is huge and doesn't fit into one chapter, then we split into multiple chapters, if possible.
  • Each chapter should be split into logical parts or sections with a meaningful title which'll teach the reader something.
  • Every concept should be accompanied by code (if there is any).
  • The code shouldn't be more than 80 characters wide because in the PDF versions of the book the code is invisible.
  • Brevity is the soul of wit, please keep the description as small as possible. This doesn't mean we skip it, but try to explain it in as simple words as possible. in such cases do explain the concept.
  • The main title should have one #, sections should have 2 #'s sub section should have 4 and notes should have 6 #'s (note should have a title too).
  • Multi-line code should use syntax fencing, single line of code can be indented using tabs or by backticks.

Written with love in India with help from the Internet.

License:

Book License: CC BY-SA 3.0 License

Links
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].