chore: HTML5 anchors compilant <a name= > <a id= (#6730)

* HTML5 anchors compilant `<a name=>` > `<a id=` for books

* HTML5 anchors compilant `<a name=>` > `<a id=` for courses

* HTML5 anchors compilant `<a name=>` > `<a id=` for contribs

* HTML5 anchors compilant `<a name=>` > `<a id=` for casts

* HTML5 anchors compilant `<a name=>` > `<a id=` for cheats

* HTML5 anchors compilant `<a name=>` > `<a id=` for interactives

* HTML5 anchors compilant `<a name=>` > `<a id=` for playgrounds
This commit is contained in:
David Ordás
2022-02-25 17:23:35 +01:00
committed by GitHub
parent 47bc198769
commit 0e9ad7e994
60 changed files with 140 additions and 143 deletions

View File

@ -64,12 +64,12 @@
* [The C Cheat Sheet: An Introduction to Programming in C](https://sites.ualberta.ca/~ygu/courses/geoph624/codes/C.CheatSheet.pdf) - Andrew Sterian (PDF)
### <a name="csharp"></a>C\#
### <a id="csharp"></a>C\#
* [C# Cheat Sheet](https://simplecheatsheet.com/tag/c-cheat-sheet-1/) - Simple Cheat Sheet (HTML)
### <a name="cpp"></a>C++
### <a id="cpp"></a>C++
* [C++ Cheatsheet](https://www.codewithharry.com/blogpost/cpp-cheatsheet) - CodeWithHarry (HTML)
* [C++ Quick Reference](http://www.hoomanb.com/cs/quickref/CppQuickRef.pdf) - Hooman Baradaran (PDF)
@ -135,7 +135,7 @@
* [HTML CheatSheet](https://htmlcheatsheet.com) - htmlcheatsheet.com (HTML, [PDF](https://htmlcheatsheet.com/HTML-Cheat-Sheet.pdf))
### <a name="ide--editores"></a>IDE / Editors
### <a id="ide--editores"></a>IDE / Editors
* [Editor VI - Guia de Referência (pt)](https://aurelio.net/curso/material/vim-ref.html) - Aurelio Marinho Jargas
* [GNU Emacs Reference Card](https://www.gnu.org/software/emacs/refcards/pdf/refcard.pdf) - GNU.org (PDF)

View File

@ -70,7 +70,7 @@
* [Learn C](http://www.learn-c.org) - Learn-C
### <a name="csharp"></a>C\#
### <a id="csharp"></a>C\#
* [C# Tutorial](https://www.tutlane.com/tutorial/csharp) - tutlane
* [C# Tutorial](https://www.w3schools.com/cs) - W3Schools
@ -79,7 +79,7 @@
* [Learn C#](https://www.codecademy.com/learn/learn-c-sharp) - Codecademy
### <a name="cpp"></a>C++
### <a id="cpp"></a>C++
* [C++ Tutorial](https://www.w3schools.com/cpp) - W3Schools
* [CppKoans](https://github.com/torbjoernk/CppKoans)

View File

@ -60,19 +60,19 @@
* [Educational Visual CPU Simulator](https://github.com/Belotti01/CPU-Visual-Simulator) - Renato Cortinovis, Nicola Preda, Jonathan Cancelli, Alessandro Belotti, Davide Riva (JAVA, JAR)
### <a name="c"></a>C
### <a id="c"></a>C
* [JDoodle - Online C Compiler IDE](https://www.jdoodle.com/c-online-compiler/)
* [Programiz - Online C Compiler](https://www.programiz.com/c-programming/online-compiler/)
* [SoloLearn](https://code.sololearn.com/c)
### <a name="csharp"></a>C\#
### <a id="csharp"></a>C\#
* [SoloLearn](https://code.sololearn.com/csharp)
### <a name="cpp"></a>C++
### <a id="cpp"></a>C++
* [Coding Minutes](https://ide.codingminutes.com)
* [InterviewBit](https://www.interviewbit.com/online-cpp-compiler/)
@ -192,7 +192,7 @@
* [Play with Kubernetes](https://labs.play-with-k8s.com)
### <a name="dotnet"></a>.NET
### <a id="dotnet"></a>.NET
* [.NET Fiddle](https://dotnetfiddle.net)