Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update entries for Beej's Guides #6781

Merged
merged 19 commits into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
457a8e4
Update file formats available for Beej's Guide to Network Programming…
jayaddison Mar 16, 2022
b381532
Add Beej's Guide to Network Programming (books-by-subject section)
jayaddison Mar 16, 2022
70cbf5f
Add Beej's Guide to Network Programming (books-dk section)
jayaddison Mar 16, 2022
ba7c783
Add Beej's Guide to Network Programming (books-hu section)
jayaddison Mar 16, 2022
ce6c5d3
Add Beej's Guide to Network Programming (books-ro section)
jayaddison Mar 16, 2022
24eb9bc
Add Beej's Guide to Network Programming (books-sr section)
jayaddison Mar 16, 2022
b57851a
lint fixup: correction for number of blank lines between section and …
jayaddison Mar 16, 2022
c8fa668
lint fixup: alphabetical ordering correction
jayaddison Mar 16, 2022
7f44162
Code review feedback: add missing table-of-contents entries
jayaddison Mar 17, 2022
0bd8cd3
Code review feedback: add missing archived annotations
jayaddison Mar 17, 2022
03bc84c
Code review feedback: add README locale entry for 'sr'
jayaddison Mar 17, 2022
f39dd33
Fixup: add missing file format annotation
jayaddison Mar 17, 2022
fb49aeb
Fixup: add missing author entry
jayaddison Mar 17, 2022
1bbe17e
Code review feedback: update author name attribution
jayaddison Mar 17, 2022
3fa9bc8
Code review feedback: add translation credits
jayaddison Mar 17, 2022
b4e7250
Fixup: consistency: update a few more author name entries
jayaddison Mar 17, 2022
0cecfe8
Code review feedback: remove 'translated by' prefix before translator…
jayaddison Mar 17, 2022
961101e
Nitpick: remove redundant 'www' subdomain prefix from destination URL
jayaddison Mar 17, 2022
76e0a37
Code review feedback: remove entry from existing location under 'C' l…
jayaddison Mar 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions books/free-programming-books-dk.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

### C

* [Beej's Guide til Netvarksprogrammierung](https://web.archive.org/web/20190701062226/http://artcreationforever.com/bgnet.html) - B. Hall (HTML)
jayaddison marked this conversation as resolved.
Show resolved Hide resolved
* [Programmering i C](http://people.cs.aau.dk/~normark/c-prog-06/pdf/all.pdf) - Kurt Nørmark (PDF)


Expand Down
5 changes: 5 additions & 0 deletions books/free-programming-books-hu.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
* [Arduino programozási kézikönyv](http://avr.tavir.hu) - Brian W. Evans írása alapján fordította, kiegészítette és frissítette Cseh Róbert (PDF - regisztráció szükséges)


### C
jayaddison marked this conversation as resolved.
Show resolved Hide resolved

* [Beej útmutatója a hálózati programozáshoz - Internet Socketek használatával](https://web.archive.org/web/20180630204236/http://weknowyourdreams.com/bgnet-sw.html) - B. Hall (HTML)


### <a id="cpp"></a>C++

* [Fejlett programozási technikák](http://www.ms.sapientia.ro/~manyi/teaching/c++/cpp.pdf) - Antal Margit (PDF)
Expand Down
2 changes: 1 addition & 1 deletion books/free-programming-books-langs.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
* [An Introduction to C & GUI Programming](https://magpi.raspberrypi.com/books/c-gui-programming) - Simon Long (PDF)
* [Bare-metal programming for ARM](https://github.com/umanovskis/baremetal-arm) - Daniels Umanovskis [(PDF)](http://umanovskis.se/files/arm-baremetal-ebook.pdf)
* [Beej's Guide to C Programming](http://beej.us/guide/bgc/) - B. Hall (HTML, PDF)
* [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall
* [Beej's Guide to Network Programming - Using Internet Sockets](http://beej.us/guide/bgnet/) - B. Hall (HTML, PDF)
* [Beej's Guide to the GNU Debugger (GDB)](http://beej.us/guide/bggdb/) - B. Hall (HTML)
* [Build Your Own Lisp](http://www.buildyourownlisp.com) - Daniel Holden
* [C Elements of Style](http://www.oualline.com/books.free/style/) - Steve Oualline
Expand Down
5 changes: 5 additions & 0 deletions books/free-programming-books-ro.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
* [Ajax](http://etutoriale.ro/articles/1483/1/Tutorial-Ajax/)


### C

* [Ghidul Beej pentru Programarea in Retea - Folosind socket de internet](https://web.archive.org/web/20180710112954/http://weknowyourdreams.com/beej.html)
jayaddison marked this conversation as resolved.
Show resolved Hide resolved


### HTML

* [HTML](http://tutorialehtml.com/ro/introducere-in-html/)
Expand Down
8 changes: 8 additions & 0 deletions books/free-programming-books-sr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Index

* [C](#c)


### C

* [Beej-ov vodič za mrežno programiranje - Korištenje Internet soket-a](https://web.archive.org/web/20181008134854/http://users.teol.net:80/~mvlado/sockets/) - B. Hall (HTML)
jayaddison marked this conversation as resolved.
Show resolved Hide resolved
1 change: 1 addition & 0 deletions books/free-programming-books-subjects.md
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA
### Networking

* [An Introduction to Computer Networks](http://intronetworks.cs.luc.edu) (HTML, PDF, Kindle)
* [Beej's Guide to Network Programming - Using Internet Sockets](https://www.beej.us/guide/bgnet/) - B. Hall (HTML, PDF)
* [Bits, Signals, and Packets: An Introduction to Digital Communications and Networks](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-02-introduction-to-eecs-ii-digital-communication-systems-fall-2012/readings/)
* [Code Connected vol.1](http://hintjens.wdfiles.com/local--files/main%3Afiles/cc1pe.pdf) (PDF) (book on ZeroMQ)
* [Computer Networking : Principles, Protocols and Practice](http://cnp3book.info.ucl.ac.be/1st/html/index.html) (HTML, ePub, PDF, Kindle)
Expand Down