1. 23 10月, 2021 1 次提交
    • L
      Ggn0 add Pro Git it (#6377) · a0497a25
      Luigi Scalzone 提交于
      * Update free-programming-books-it.md
      
      Add ProGit (it)
      
      * check_urls=free-programming-books-it.md
      
      check_urls=free-programming-books-it.md
      
      * Update free-programming-books-it.md
      
      Remove reverence to specific book version
      
      * Update free-programming-books-it.md
      
      Remove unnecessary links for `Pro Git` book formats
      a0497a25
  2. 07 10月, 2021 1 次提交
    • D
      refactor(books): Split RE4B - Reverse Engineering For Beginners (#5603) · a7a323ae
      David Ordás 提交于
      * refactor(books): add re4b - french
      
      Reverse Engineering for Beginners -
      https://beginners.re/RE4B-FR.pdf
      Author: Dennis Yurichev @DennisYurichev @dennis714
      Translators: Florent Besnard @besnardf, Marc Remy @mremy, Baudouin Landais, Téo Dacquet @T30rix, @BlueSkeye
      
      Implements EbookFoundation/free-programming-books#5558
      
      (cherry picked from commit 14c32afe2cce6015009647445ddef620284634fe)
      
      * refactor(books): remove due to not free in english & russian
      
      Implements EbookFoundation/free-programming-books#5558
      
      * refactor(books): add re4b - german
      
      Reverse Engineering for Beginners -
      https://beginners.re/RE4B-DE.pdf
      Author: Dennis Yurichev @DennisYurichev @dennis714
      Translators:  Dennis Siekmeier17 @DSiekmeier, Julius Angres18 @JAngres, Dirk Loser19 @PolymathMonkey, Clemens Tamme, Philipp Schweinzer
      
      Implements EbookFoundation/free-programming-books#5558
      
      * refactor(books): add re4b - japanese
      
      Reverse Engineering for Beginners -
      https://beginners.re/RE4B-JA.pdf
      Author: Dennis Yurichev @DennisYurichev @dennis714
      Translators:  @shmz @4ryuJP
      
      Implements EbookFoundation/free-programming-books#5558
      
      * refactor(books): add re4b - italian
      
      Reverse Engineering for Beginners -
      https://beginners.re/RE4B-IT.pdf
      Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
      Translators:  Federico Ramondino @pinkrab
      , Paolo Stivanin @paolostivanin, @twyK, Fabrizio
      Bertone @fbertone, Matteo Sticco @sticken88, Marco Negro @Internaut401, @bluepulsar.
      
      Implements EbookFoundation/free-programming-books#5558
      
      * fix(books): section level
      
      * refactor(books): add re4b - polish
      
      Reverse Engineering for Beginners -
      https://beginners.re/RE4B-PL.pdf
      Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
      Translators:  Kateryna Rozanova, Aleksander Mistewicz, Wiktoria Lewicka, Marcin Sokołowski
      
      Implements EbookFoundation/free-programming-books#5558
      
      * refactor(books): add re4b - traditional chinese
      
      Reverse Engineering for Beginners -
      Author: Dennis Yurichev @DennisYurichev @dennis714 @yurichev
      Translators:  Antiy Labs, Archer
      
      Implements EbookFoundation/free-programming-books#5558
      
      * lint(books): fix marker style
      
      * refactor(books): move re4b - german to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): move re4b - italian to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): move re4b - french to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): merge assembly - webassembly
      
      Moving/adding book "WebAssembly friendly programming with C/C++"
      Author: @chaishushan, @3dgen
      Translator: @yushih
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): move re4b - chinese to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): move re4b - polish to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      
      * refactor(books): move re4b - japanese to assembly
      
      It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category.
      
      It satisfy as it's like in other listings: https://github.com/EbookFoundation/free-programming-books/search?q=reverse
      a7a323ae
  3. 15 9月, 2021 1 次提交
    • D
      refactor: normalize Angular and Angular.js sections/resources (#5525) · 0b331b77
      David Ordás 提交于
      * chore: improve angular / angular.js listings
      
      - Wellnaming section
      - fix book title, add format, add creators as is seen in file
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Wellnaming section
      - fix book title, add format, add creators as is seen in file
      
      via EbookFoundation#4940
      
      * chore: improve angular / angular.js listings
      
      - Wellnaming sections (typescript>angular, javascript>angularjs)
      - Add free resources to complete listing with at least 2 items, mainly from html.it website.
      - fix titles, add format, add creators as is seen in linked files
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Move Angular resources from Angular.js to TypeScript
      - Add more resources to avoid single sections
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Sections (typescript>angular, javascript>angularjs)
      - Add free resources to complete listing with at least 2 items.
      - fix titles, add format, add creators as is seen in linked files
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Move Angular resources to TypeScript
      - Well-naming sections
      - fix book title, add format, add creators as is seen in files
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Move Angular resources from Angular.js to TypeScript
      - Add more resources to avoid single sections
      - Complete notes, titles, format, authors
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Well-naming section
      - Complete notes, titles, format, authors
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Handle both as anchor. angular and angular.js
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: improve angular / angular.js listings
      
      - Add http://plnkr.co as valid playground for both
      - Add https://stackblitz.com as valid playground for both
      
      via EbookFoundation/free-programming-books#4940
      
      * chore: Angular.js > AngularJS and other pitfails
      
      - Use AngularJS as title/name
      - Fix some errors with heading levels in Javascript/Typescript section
      - Finish to move some resources accoding their content
      
      via EbookFoundation/free-programming-books#4940
      
      * feature: sections crosslinks as blockquotes
      
      * feature: sections crosslinks as blockquotes
      
      Mainly for AngularJS/Angular, Javascript/Typescript,
      web, databases listing sections
      
      * chore: revert scoping crosslinks only to Angular
      0b331b77
  4. 07 9月, 2021 1 次提交
  5. 10 8月, 2021 1 次提交
  6. 24 3月, 2021 1 次提交
  7. 24 1月, 2021 1 次提交
  8. 04 12月, 2020 1 次提交
    • E
      reorganize files (#5199) · d7035536
      Eric Hellman 提交于
      * reorganize files
      
      1. make it easier to find files
      2. reduce scrolling to get to README on main view of repo
      
      * remove tr.txt again
      d7035536
  9. 01 11月, 2020 1 次提交
    • S
      Adding a lot of Beej's Guides and their official translations. (#4888) · 493dd263
      Shikhar Rai 提交于
      * Beej's Guide to Network Programming - Using Internet Sockets
      
      Added 9 translations:
      Chinese
      French
      German
      Italian
      Korean
      Brazilian Portuguese
      Polish
      Russian
      Turkish
      
      * Beej's Guide to Python Programming For Beginners
      
      Added translations:
      English
      
      * Beej's Guide to Unix Interprocess Communication
      
      Added Translations:
      English
      
      * Beej's Guide to C Programming
      
      Adding formats.
      
      * Beej's Guide to the GNU Debugger (GDB)
      
      Added translations:
      English
      Russian
      
      * Added translator names to the books.
      
      Added Translator name for:
      German
      Italian
      Polish
      Brazilian Portuguese
      Russian
      Turkish
      Chinese
      No translator name found:
      French
      Korean
      
      * Added author along with the translation!!
      493dd263
  10. 22 10月, 2020 1 次提交
    • S
      Added Italian and Portuguese translations + Updated version. (#4595) · 9694ade8
      Shikhar Rai 提交于
      * Added Portuguese and Italian Translations.
      
      Added Portuguese and Italian Translations of the book Python For Everybody by Dr. Charles Russell Severance
      
      * Update free-programming-books.md
      
      Updated the link to the latest edition.
      
      * Update free-programming-books.md
      
      Updated edition for the book with author and links in three places.
      
      * Update free-programming-books.md
      
      Added Think DSP - Digital Signal Processing in Python.
      
      * Update free-programming-books.md
      
      Added Think Data Structures: Algorithms and Information Retrieval in Java.
      
      * Update free-programming-books.md
      
      Added two new books;
      Think C++: How To Think Like a Computer Scientist
      Modeling and Simulation in Python
      
      * Minor changes to adhere to Contributing.md
      
      Thanks to @kashirash
      Suggested edits to pass travis-ci and respecting markdown formatting.
      9694ade8
  11. 15 10月, 2020 1 次提交
  12. 13 10月, 2020 1 次提交
    • B
      Add "Symfony 5: The Fast Track" book (#4010) · d366a402
      Borislav Kosun 提交于
      * Add "Symfony 5: The Fast Track" book (en)
      
      * Add "Symfony 5: The Fast Track" book (es)
      
      * Add "Symfony 5: The Fast Track" book (de)
      
      * Add "Symfony 5: The Fast Track" book (ar)
      
      * Add "Symfony 5: The Fast Track" book (fa)
      
      * Add "Symfony 5: The Fast Track" book (ja)
      
      * Add "Symfony 5: The Fast Track" book (ru)
      
      * Add "Symfony 5: The Fast Track" book (it)
      
      * Add "Symfony 5: The Fast Track" book (nl)
      
      * Add "Symfony 5: The Fast Track" book (pl)
      
      * Add "Symfony 5: The Fast Track" book (pt_BR)
      
      * Add "Symfony 5: The Fast Track" book (ro)
      
      * Add "Symfony 5: The Fast Track" book (zh_CN)
      
      * Add "Symfony 5: The Fast Track" book (fr)
      
      * Remove redundant line breaks
      d366a402
  13. 01 10月, 2020 1 次提交
  14. 11 3月, 2020 1 次提交
  15. 10 10月, 2019 1 次提交
  16. 08 10月, 2019 1 次提交
  17. 01 10月, 2019 1 次提交
  18. 23 8月, 2019 1 次提交
  19. 21 8月, 2019 1 次提交
  20. 18 10月, 2018 1 次提交
    • J
      remove-dead-italian-links (#3017) · b2d3ee88
      Judah Lamm 提交于
      * remove-dead-links
      
      remove dead urls (404's) and sections that no longer contain resources
      
      * remove one more dead link
      
      Remove an additional link that resolved, but contained no information
      
      * remove indexes with no links
      b2d3ee88
  21. 01 10月, 2018 1 次提交
  22. 26 6月, 2018 1 次提交
  23. 17 6月, 2018 1 次提交
  24. 08 6月, 2018 1 次提交
  25. 07 6月, 2018 1 次提交
  26. 05 6月, 2018 1 次提交
  27. 30 5月, 2018 2 次提交
    • M
      Remove broken links in Italian books (#2872) · 61474c5e
      Mauro Cicolella 提交于
      * Remove broken links in Italian books
      
      * Add Italian Perl resources
      
      * Add year of pubblication of the Perl course
      61474c5e
    • R
      Update free programming books it (#2867) · 6b980578
      Roberto Bianchi 提交于
      * Update free programming books it
      
      * UPDATE free-programming-books in italian
      
      * Added year of pubblication of the js course
      
      * Update year of pubblication in italian
      
      * Added author to js course
      
      * Removed trailing slash from URL
      
      * Update README
      
      * Update Readme with CC BY licence
      
      * DRY: link to LICENSE.md, not to CC. also spelling
      6b980578
  28. 28 5月, 2018 2 次提交
  29. 25 5月, 2018 1 次提交
  30. 23 5月, 2018 2 次提交
  31. 19 5月, 2018 1 次提交
    • M
      Update free-courses-it.md (#2832) · 29881a7e
      Mauro Cicolella 提交于
      * Update free-courses-it.md
      
      * Update free-programming-books-it.md
      
      Add Analisi e progettazione del software
      
      * Update free-programming-books-it.md
      
      Add UML section
      
      * remove non-book
      29881a7e
  32. 18 5月, 2018 1 次提交
  33. 16 5月, 2018 2 次提交
    • M
      Update free-programming-books-it.md (#2825) · c2cd6cc7
      Mauro Cicolella 提交于
      * Update free-programming-books-it.md
      
      Add Introduzione alle Espressioni regolari
      
      * add spaces to satisfy linter
      c2cd6cc7
    • B
      bad links removal needs verification 2018-05-02 (#2815) · 2583ac23
      borgified 提交于
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * fix broken links
      
      * fix broken links
      
      * fix broken links
      
      * fix broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * remove broken links
      
      * replace dead link
      2583ac23
  34. 13 11月, 2017 1 次提交
  35. 05 10月, 2017 1 次提交
  36. 23 4月, 2017 1 次提交