Add new links and fix broken

This commit is contained in:
Konstantin Taranov
2018-12-12 18:43:37 +03:00
parent fa5dc3fc4c
commit 123c143e27
+12 -13
View File
@@ -23,9 +23,14 @@
- [Oracle DB documentation][10] - [Oracle DB documentation][10]
- [MySQL documentation][11] - [MySQL documentation][11]
## Program Languages ## Different Languages Style Guides
- C# Language ([C# Programming Guide]) - C# Language ([C# Programming Guide])
- JavaScript ([Standard ECMA-262] | [Microsoft JavaScript Language Reference] | [Mozilla Javascript Manual]) - JavaScript
- [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)
- [Standard ECMA-262](http://www.ecma-international.org/publications/standards/Ecma-262.htm)
- [Microsoft TypeScript Coding guidelines](https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines)
- [Mozilla Javascript Manual](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
- [Sensible CSS Guidelines](https://github.com/chris-pearce/css-guidelines)
- R Language ([R Language Definition]) - R Language ([R Language Definition])
- Transact-SQL ([T-SQL Reference]) - Transact-SQL ([T-SQL Reference])
- Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual]) - Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual])
@@ -34,10 +39,11 @@
## R Language ## R Language
- [Google's R Style Guide][3] - [Google's R Style Guide][3]
- [Google's tweak guide] - [Google's tweak guide]
- [Stackoverflow R discussion] - [Stackoverflow R discussion](http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r)
- [Bioconductors R coding standards] - [Bioconductor R coding standards](http://bioconductor.org/developers/how-to/coding-style/)
- [Colin Gillespies R style guide] - [Bioconductor R Package Guidelines](http://bioconductor.org/developers/package-guidelines/)
- [Hadley Wickhams R style guide] - [Colin Gillespies R style guide](http://csgillespie.wordpress.com/2010/11/23/r-style-guide/)
- [Hadley Wickhams R style guide](http://stat405.had.co.nz/r-style.html)
[1]:https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines [1]:https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines/naming-guidelines
[2]:https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines [2]:https://docs.microsoft.com/en-us/dotnet/standard/design-guidelines
@@ -52,16 +58,9 @@
[10]:https://docs.oracle.com/en/database/database.html [10]:https://docs.oracle.com/en/database/database.html
[11]:http://docs.oracle.com/cd/E17952_01/index.html [11]:http://docs.oracle.com/cd/E17952_01/index.html
[Standard ECMA-262]:http://www.ecma-international.org/publications/standards/Ecma-262.htm
[Microsoft JavaScript Language Reference]:http://msdn.microsoft.com/en-us/library/ie/d1et7k7c%28v=vs.94%29.aspx
[Mozilla Javascript Manual]:https://developer.mozilla.org/en-US/docs/Web/JavaScript
[C# Programming Guide]:http://msdn.microsoft.com/ru-ru/library/67ef8sbd.aspx [C# Programming Guide]:http://msdn.microsoft.com/ru-ru/library/67ef8sbd.aspx
[R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html [R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html
[T-SQL Reference]:https://docs.microsoft.com/en-us/sql/t-sql/language-reference [T-SQL Reference]:https://docs.microsoft.com/en-us/sql/t-sql/language-reference
[PL/pgSQL Manual]:https://www.postgresql.org/docs/manuals/ [PL/pgSQL Manual]:https://www.postgresql.org/docs/manuals/
[Google's tweak guide]:http://r-pkgs.had.co.nz/style.html [Google's tweak guide]:http://r-pkgs.had.co.nz/style.html
[Stackoverflow discussion]:http://stackoverflow.com/questions/10013545/are-there-any-official-naming-conventions-for-r
[Bioconductors coding standards]:http://wiki.fhcrc.org/bioc/Coding_
[Colin Gillespies R style guide]:http://csgillespie.wordpress.com/2010/11/23/r-style-guide/
[Hadley Wickhams style guide]:http://stat405.had.co.nz/r-style.html