mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 09:06:19 +02:00
Add documentation references
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
naming-convention
|
|
||||||
=================
|
|
||||||
|
|
||||||
# Templates for naming convention
|
# Templates for naming convention
|
||||||
|
|
||||||
## Usefull Links
|
## Usefull Links
|
||||||
@@ -9,7 +6,34 @@ naming-convention
|
|||||||
- [Google's R Style Guide]
|
- [Google's R Style Guide]
|
||||||
- [Google Python Style Guide]
|
- [Google Python Style Guide]
|
||||||
|
|
||||||
|
## Relation Database
|
||||||
|
- SQL Server ([SQL Server 2012 Documentation])
|
||||||
|
- SQLite ([SQLite Documentation])
|
||||||
|
- PostgreSQL ([PostgreSQL 9.3 Manual])
|
||||||
|
- Oracle
|
||||||
|
- MySQL
|
||||||
|
|
||||||
|
## Programm Language
|
||||||
|
- C# Language ([C# Programming Guide])
|
||||||
|
- JavaScript ([Standard ECMA-262] | [Microsoft JavaScript Language Reference] | [Mozilla Javascript Manual])
|
||||||
|
- R Language ([R Language Definition])
|
||||||
|
- Transact-SQL ([T-SQL Reference])
|
||||||
|
- Procedural Language/PostGres Structured Query Language ([PL/pgSQL Manual])
|
||||||
|
- Python
|
||||||
|
|
||||||
[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx
|
[MSDN C#]:http://msdn.microsoft.com/en-us/library/xzf533w0%28v=vs.71%29.aspx
|
||||||
[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx
|
[MSDN ASP.NET MVC]:http://msdn.microsoft.com/en-us/library/ms229042.aspx
|
||||||
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
|
[Google's R Style Guide]:http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml
|
||||||
[Google Python Style Guide]:https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
|
[Google Python Style Guide]:https://google-styleguide.googlecode.com/svn/trunk/pyguide.html
|
||||||
|
|
||||||
|
[SQL Server 2012 Documentation]:http://technet.microsoft.com/library/bb418433%28v=sql.10%29.aspx
|
||||||
|
[SQLite Documentation]:https://www.sqlite.org/docs.html
|
||||||
|
[PostgreSQL 9.3 Manual]:http://www.postgresql.org/docs/9.3/interactive/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
|
||||||
|
[R Language Definition]:http://cran.r-project.org/doc/manuals/R-lang.html
|
||||||
|
[T-SQL Reference]:http://technet.microsoft.com/en-gb/library/ms189826%28v=sql.90%29.aspx
|
||||||
|
[PL/pgSQL Manual]:http://www.postgresql.org/docs/9.3/static/plpgsql.html
|
||||||
|
|||||||
Reference in New Issue
Block a user