Free Programming Books
Free Programming Books
Hello dear friend, welcome! This guide details how to contribute to this repository.
By submitting code you agree to the LICENSE of this repository.
First of all, what you want to add should be actually 'Free'. Don't mistake "An easy link to Download a book" with "Free".
If you don't know how to work with git or github, just simply go to Wiki: Contribution and read the rest.
We have 5 kinds of lists. Make sure you know where you're adding the link:
We prefer small commits rather than one large commit in a pull request. If you don't have the time to make small commit, add an issue with all the links included and we'll add them for you.
Use our standard for formatting the .md file. Check it out: Formatting
Please try to use alphabetic order.
.md
files. Try to learn Github's Markdown syntax. It's simple!<h3>
, in Markdown is ###
), and subsections are using level 4 (in HTML is <h4>
, in Markdown is ####
).The idea is to have
2
empty lines between last suggested book & new header1
empty line between header & first book of that very section.0
empty line between each book in 1 section.1
empty line at the end of each .md
file.Like this example:
[...]
* [Essential Pascal Version 1 and 2](http://www.marcocantu.com/epascal/)
### DTrace
* [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)
* [Some Other Book](http://so.me/other/book.html)
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)(PDF)
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) (PDF)
BAD : * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html)- Robert
GOOD: * [IllumOS Dynamic Tracing Guide](http://dtrace.org/guide/preface.html) - Robert
And that's it! Simple, easy and lovely...
We hope you contribute to this great repository.