Skip to content

Commit

Permalink
Bump pr/felipe-cabrera/#5193: VS Code productividade infinita (#5514)
Browse files Browse the repository at this point in the history
* Update free-courses-pt_BR.md

Add: VS Code Produtividade Inifinita.

It's a free e-book about how to improve your productivity using VS Code.

* Update free-courses-pt_BR.md

* Move from courses to books + join sections

- Go ahead with review #5193 @felipe-cabrera
- Apply suggested changes: #5193 (review)

Co-authored-by: Felipe Cabrera Ribeiro dos Santos <[email protected]>

* use https links on vim resources

* chore: Move aurelio.net cheatseets to right listing

See suggestion changes at: #5514 (review)

Part of: #5514

* chore: fix linting errors

https://github.com/EbookFoundation/free-programming-books/pull/5514/checks?check_run_id=3518984887#step:8:1
/home/runner/work/free-programming-books/free-programming-books/more/free-programming-cheatsheets.md
  79:46-81:1  warning  Remove empty section: "<a name="ide--editores"></a>IDE / Editors"  no-empty-sections  remark-lint

See suggestion changes at: #5514 (review)

Part of: #5514

Co-authored-by: Felipe Cabrera Ribeiro dos Santos <[email protected]>
  • Loading branch information
davorpa and felipe-cabrera authored Sep 5, 2021
1 parent c1aaf04 commit 08bf773
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 11 deletions.
23 changes: 12 additions & 11 deletions books/free-programming-books-pt_BR.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Índice

* [Agnósticos](#agnósticos)
* [IDE / Editores](#ide--editores)
* [Programação](#programação)
* [Sistemas Operacionais](#sistemas-operacionais)
* [Android](#android)
Expand Down Expand Up @@ -45,11 +46,21 @@
* [RegEx](#regex)
* [Ruby](#ruby)
* [Shell Script](#shell)
* [Vim](#vim)


### Agnósticos

#### IDE / Editores

* [Visual Studio Code: Produtividade infinita](https://github.com/bylearn/VS-Code-Produtividade-Infinita) - Felipe Cabrera Ribeiro dos Santos


#### Vim

* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al.
* [Vim para Noobs](https://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza (HTML, PDF, EPUB) (*Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo*)


#### Programação

* [Introdução a Algoritmos e Programação](http://www.ferrari.pro.br/home/documents/FFerrari-CCechinel-Introducao-a-algoritmos.pdf) - Fabricio Ferrari e Cristian Cechinel (PDF)
Expand Down Expand Up @@ -348,13 +359,3 @@
* [Introdução ao Shell Script](http://aurelio.net/shell/apostila-introducao-shell.pdf) - Aurelio Marinho Jargas (PDF)
* [Pequena introdução ao linux e ao Shell Script](https://www.telecom.uff.br/pet/petws/downloads/apostilas/LINUX.pdf) (PDF)
* [Shell Script do Zero](http://metamorphoselinux.net/Shell_Script_do_Zero.pdf) (PDF)


### Vim

* [Editor VI - Guia de Referência](http://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva et al.
* [Vim Avançado](http://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
* [Vim Básico](http://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
* [Vim Médio](http://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas
* [Vim para Noobs](http://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza
9 changes: 9 additions & 0 deletions more/free-programming-cheatsheets.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* [Data Science](#data-science)
* [Git](#git)
* [HTML / CSS](#html--css)
* [IDE / Editors](#ide--editors)
* [Java](#java)
* [JavaScript](#javascript)
* [jQuery](#jquery)
Expand Down Expand Up @@ -74,6 +75,14 @@
* [HTML CheatSheet](https://htmlcheatsheet.com) (HTML)


### <a name="ide--editores"></a>IDE / Editors

* [Editor VI - Guia de Referência](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
* [Vim Avançado](https://aurelio.net/vim/vim-avancado.txt) - Aurelio Marinho Jargas
* [Vim Básico](https://aurelio.net/vim/vim-basico.txt) - Aurelio Marinho Jargas
* [Vim Médio](https://aurelio.net/vim/vim-medio.txt) - Aurelio Marinho Jargas


### Java

* [Java](https://programmingwithmosh.com/wp-content/uploads/2019/07/Java-Cheat-Sheet.pdf) (PDF)
Expand Down

0 comments on commit 08bf773

Please sign in to comment.