From ea4213796892839fc509365304952ef4cc1b8df7 Mon Sep 17 00:00:00 2001 From: Geoff Nixon Date: Thu, 2 Jan 2014 21:26:46 -0800 Subject: [PATCH] Add a section for official standards; add POSIX. Under the Language Agnostic section, I've added a heading for standards documents, and started by adding the POSIX standard, which links to some instructions I've posted on how to access it without paying. I actually have a number of these, if you think it's the type of thing that would be useful on this list? --- free-programming-books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index 7bdcdfab..99a0e001 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -13,6 +13,7 @@ * [Programming Paradigms](#programming-paradigms) * [Parallel Programming](#parallel-programming) * [Regular Expressions](#regular-expressions) + * [Standards](#standards) * [Software Architecture](#software-architecture) * [Open Source Ecosystem](#open-source-ecosystem) * [Information Retrieval](#information-retrieval) @@ -455,6 +456,9 @@ * [Confessions of an IT Manager](http://download.red-gate.com/ebooks/DotNet/Confessions_IT_Manager.zip) *(RedGate, By Phil Factor)* * [How to be a Programmer: A Short, Comprehensive, and Personal Summary](http://samizdat.mines.edu/howto/HowToBeAProgrammer.html) by Robert L. Read +####Standards +* [UNIX - The POSIX Standard - IEEE Std 1003.1](https://github.com/g-nix/posix-standard) + ####Security * [Handbook of Applied Cryptography](http://cacr.uwaterloo.ca/hac/index.html) * [OWASP Top 10 for .NET Developers](http://www.troyhunt.com/2011/12/free-ebook-owasp-top-10-for-net.html) -- GitLab