mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 01:46:12 +00:00
de3a3203e6
* Update file formats available for Beej's Guide to Network Programming (books-by-language section) * Add Beej's Guide to Network Programming (books-by-subject section) * Add Beej's Guide to Network Programming (books-dk section) * Add Beej's Guide to Network Programming (books-hu section) * Add Beej's Guide to Network Programming (books-ro section) * Add Beej's Guide to Network Programming (books-sr section) * lint fixup: correction for number of blank lines between section and following heading * lint fixup: alphabetical ordering correction * Code review feedback: add missing table-of-contents entries * Code review feedback: add missing archived annotations * Code review feedback: add README locale entry for 'sr' * Fixup: add missing file format annotation * Fixup: add missing author entry * Code review feedback: update author name attribution * Code review feedback: add translation credits * Fixup: consistency: update a few more author name entries * Code review feedback: remove 'translated by' prefix before translator name Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> * Nitpick: remove redundant 'www' subdomain prefix from destination URL * Code review feedback: remove entry from existing location under 'C' language (guideline: one entry per book per human-language; 'Networking' is approved as the better location) Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
34 lines
876 B
Markdown
34 lines
876 B
Markdown
### Index
|
|
|
|
* [C](#c)
|
|
* [C#](#csharp)
|
|
* [C++](#cpp)
|
|
* [Java](#java)
|
|
* [Pascal](#pascal)
|
|
|
|
|
|
### C
|
|
|
|
* [Beej's Guide til Netvarksprogrammierung](https://web.archive.org/web/20190701062226/http://artcreationforever.com/bgnet.html) - Brian "Beej Jorgensen" Hall, Art of Science (HTML) *(:card_file_box: archived)*
|
|
* [Programmering i C](http://people.cs.aau.dk/~normark/c-prog-06/pdf/all.pdf) - Kurt Nørmark (PDF)
|
|
|
|
|
|
### <a id="csharp"></a>C\#
|
|
|
|
* [Object-oriented Programming in C#](http://people.cs.aau.dk/~normark/oop-csharp/pdf/all.pdf) - Kurt Nørmark (PDF)
|
|
|
|
|
|
### <a id="cpp"></a>C++
|
|
|
|
* [Notes about C++](http://people.cs.aau.dk/~normark/ap/index.html) - Kurt Nørmark (HTML)
|
|
|
|
|
|
### Java
|
|
|
|
* [Objektorienteret programmering i Java](http://javabog.dk) - Jacob Nordfalk
|
|
|
|
|
|
### Pascal
|
|
|
|
* [Programmering i Pascal](http://people.cs.aau.dk/~normark/all-basis-97.pdf) - Kurt Nørmark (PDF)
|