mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
a7a323aef7
* 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
13 KiB
13 KiB
Index
- 0 - Agnostico
- Android
- Assembly Language
- BASH
- C
- C#
- C++
- CSS
- Database
- Golang
- HTML
- Java
- JavaScript
- Kotlin
- LaTeX
- Linux
- Livecode
- Perl
- PHP
- Python
- Ruby
- TypeScript
- UML
- Visual Basic
0 - Agnostico
Algoritmi e Strutture Dati
- Appunti di Analisi e Progettazione di Algoritmi - V. Acciaro T. Roselli e V. Marengo (PDF)
- Progetto e Analisi di Algoritmi - A. Bertoni e M. Goldwurm (PDF)
Metodologie di sviluppo del software
- Analisi e progettazione del software - S. Ceschia e A. Schaerf (PDF)
- Programmazione Funzionale
Open source
- Open Source - Analisi di un movimento - N. Bassi (PDF)
Sistemi
- Programmazione di Sistema in Linguaggio C - Esempi ed esercizi - V. Gervasi, S. Pelagatti, S. Ruggieri, F. Scozzari, A. Sperduti (PDF)
Storia dell'informatica
- Breve storia dell'informatica - F. Eugeni (PDF)
- Corso di storia dell'informatica - C. Bonfanti e P. Giangrandi (PDF)
- La storia dell'informatica in Mondo Digitale (PDF)
- STI: il corso di storia dell'Informatica - G.A. Cignoni (PDF)
- Storia dell'informatica - M. Pelillo (PDF)
Android
- Guida Android (HTML)
Assembly Language
- PC Assembly Language - Paul A. Carter
- Reverse Engineering per Principianti - Dennis Yurichev, Federico Ramondino, Paolo Stivanin, Fabrizio Bertone, Matteo Sticco, Marco Negro et al. (PDF)
BASH
C
- Guida di Beej alla Programmazione di Rete - Usando Socket Internet - B. Hall, Tradotto da Fabrizio Pani (PDF)
- Il linguaggio C - Guida pratica alla programmazione - (PDF)
- Linguaggio C - ANSI C - B.W. Kernighan e D.M. Ritchie (PDF)
- Linguaggio C - Guida alla programmazione - A. Bellini e A. Guidi Anno di pubblicazione 1999 (PDF)
- Tricky C (PDF)
C Sharp
- ABC# - Guida alla programmazione - A. Pelleriti (PDF)
C++
- Corso C++ standard - (PDF)
- Il linguaggio C++ - (PDF)
CSS
Database
- Basi di Dati - Apiletti e Cagliero (Politecnico di Torino)
- La progettazione dei database relazionali - C. Gallo (PDF)
- Manuale pratico di disegno e progettazione dei database - P. Brunasti (PDF)
- Progettare database NoSQL: la guida (HTML)
NoSQL
- Guida MongoDB (HTML)
- Guida OrientDB (HTML)
- Il piccolo libro di MongoDB - Traduzione di N. Iarocci dall'originale di K. Seguin (PDF)
- Redis: la guida (HTML)
Relazionali
- Guida a MySQL - C. Gallo (PDF)
SQL
- Guida linguaggio SQL (HTML)
Golang
- Golang - V.Albertoni (PDF)
- The Little Go Book - Karl Seguin, Francesco Malatesta (HTML)
HTML
- Canoro sito (PDF)
- Guida Completa sviluppo lato Client (PDF)
- INFN di Milano (PDF)
Java
- Appendici del manuale di Java 9 - C. De Sio Cesari (PDF)
- Esercitazioni di Spring Boot - M. Cicolella (HTML)
- Esercizi del manuale di Java 9 - C. De Sio Cesari (PDF)
- Esercizi di Java Avanzato - M. Faella (PDF)
- Fondamenti di informatica - Java - Eserciziario (PDF)
- Guida a Java 8
- Guida Java (HTML)
- Java 7 - Wikibooks
- Java 9 e 10, la guida (HTML)
- Java Mattone dopo Mattone (PDF)
- Materiale extra online de "Il nuovo Java" - Claudio De Sio Cesari (PDF)
- Object Oriented && Java 5 (II Edizione) - Claudio De Sio Cesari (ZIP)
JavaScript
- Corso completo Javascript - HTML.it Anno di pubblicazione 2005 (PDF)
- Guida Completa sviluppo lato Client (PDF) (Includo anche Jquery)
- Guida di riferimento (PDF)
- Guida Javascript - Andrea Chiarelli, Davide Brognoli, Alberto Bottarini, Ilario Valdelli (HTML)
AngularJS
ℹ️ Vedi anche … Angular
- AngularJS, il supereroe dei framework JavaScript ...di Google - Andrea Chiarelli (HTML)
- Guida AngularJS - Andrea Chiarelli (HTML)
Kotlin
- Kotlin - V. Albertoni (PDF)
LaTeX
- Appunti di programmazione in LaTeX e TeX - Enrico Gregorio (PDF)
- Il LaTex mediante esempi - E. Tonti (PDF)
- Impara LaTeX! (... e mettilo da parte) - Marc Baudoin (PDF)
- Introduzione all'arte della composizione tipografica con LaTeX - GuIT (PDF)
- L'arte di scrivere con LaTeX - L. Pantieri e T. Gordini (PDF)
- LaTeX facile - N. Garbellini (PDF)
- LaTeX, naturalmente! - L .Battaia (PDF)
- LaTeX per l'impaziente - L. Pantieri (PDF)
- Scrivere la tesi di laurea con LaTeX - L.F. Mori (PDF)
- Una (mica tanto) breve introduzione a LATEX 2ε
Linux
Livecode
Perl
- Corso di Perl - M. Beltrame (PDF)
- Introduzione al Perl - M. Liverani - Anno di pubblicazione 1996 (PDF)
PHP
- Guida PHP (HTML)
- Manuale PHP (PDF)
Symfony
Python
- Il manuale di riferimento di Python
- Il tutorial di Python
- Immersione in Python 3 - Mark Pilgrim, traduzione di: Giulio Piancastelli (HTML) (PDF)
- La libreria di riferimento di Python
- Pensare da Informatico, Versione Python
- Python per tutti: Esplorare dati con Python3 - Dr. Charles Russell Severance (PDF) (EPUB)
Django
- Il tutorial di Django Girls (1.11) (HTML) (🚧 in process)
Ruby
TypeScript
- Guida TypeScript - Andrea Chiarelli (HTML)
- TypeScript Deep Dive - Basarat Ali Syed, Luca Campana (HTML) (GitBooks)
Angular
ℹ️ Vedi anche … AngularJS
- Applicazioni con Angular e PHP, la guida - Lorenzo De Ambrosis (HTML)
- Guida Angular 2 - Andrea Chiarelli (HTML)
- Guida di Angular 5 - Fabio Guerrazzi (PDF)
UML
- Appunti di UML (PDF)
- Introduzione alla gestione del progetto software con UML - G. Destri (PDF)
Visual Basic
- Corso Visual Basic (PDF)