2009년 04월 15일
Useful Link
Network 관련
- http://www.ionthenet.co.kr/ : 네트워크 전문지 온더넷
Virtual Machine 관련
- http://www.virtualization.info/
Operatrating System 관련
- http://www.kosr.org/ : Korea Operating System Research
- http://oss.or.kr/: 공개 소프트웨어 포털
- http://mirror.oss.or.kr/: 공개 소프트웨어 포털 미러 사이트
정보 관련
- http://www.zdnet.co.kr/
Presentation 관련
- http://www.demitrio.com:8088/sonarradar/category/Radar/Presentation%20Note : 김용석 CJ시스템즈 정보기술연구소소장
IETF ftp
- ftp://ftp.ietf.org
Coding Style And Standards 관련
공통
How To Write Unmaintainable Code
- http://www.mindprod.com/unmain.html
GNU Coding Standards
- http://www.gnu.org/prep/standards.html
C
Recommended C Style and Coding Standards
- http://www.psgd.org/paul/docs/cstyle/cstyle.htm
Kernel Korner: Proper Linux Kernel Coding Style
- http://www.linuxjournal.com/article.php?sid=5780
C++
C++ Coding Standard
- http://www.possibility.com/Cpp/CppCodingStandard.html
Coding Conventions for C++ and Java applications
- http://www.macadamian.com/codingconventions.htm
C++ Coding Style : My Code Style
- http://www.flipcode.com/articles/article_codingstyle.shtml
Coding Guidelines for Integral Constant Expressions
- http://www.boost.org/more/int_const_guidelines.htm
CStupidClassName
- http://www.jelovic.com/articles/stupid_naming.htm
General C++ Coding Standard at the NFRA
- http://www.nfra.nl/~seg/cppStdDoc.html
High-Integrity C++ Coding Standard Manual - Version 2.1
- http://www.programmingresearch.com/solutions/HICPPCM
Uwyn C++ Coding Standard
- http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html
Wildfire C++ Programming Style With Rationale
- http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html
Mozilla Coding Style Guide
- http://ww.mozilla.org/hacking/mozilla-style-guide.html
C#
C# Coding Style Guide
- http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=336
Java
Writing Robust Java Code
- http://www.ambysoft.com/javaCodingStandards.pdf
Chimu OO and Java Development: Guidelines and Resources v1.8 [mlf-980228]
- http://www.chimu.com/publications/javaStandards/index.html
Design by Contract™ for Java™ Using JMSAssert™
- http://www.mmsindia.com/DBCForJava.html
Java Programming Style Guidelines
- http://geosoft.no/development/javastyle.html
How to Write Doc Comments for the Javadoc Tool
- http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
Java Glossary : Gotchas
- http://mindprod.com/jgloss/gotchas.html
Tips for maintainable Java code
- http://www.squarebox.co.uk/javatips.html
Draft Java Coding Standard
- http://g.oswego.edu/dl/html/javaCodingStd.html
Java Language Coding Guidelines
- http://www.horstmann.com/bigj/style.html
PHP
Best Practices: PHP Coding Style
- http://www.phpbuilder.com/columns/tim20010101.php3
Pascal & Delphi
Delphi 4 Developer's Guide Coding Standards Document
- http://www.econos.de/delphi/cs.html
웹 개발자를 위한 코딩 스타일
The WDVL Style Guide
- http://wdvl.internet.com/Authoring/Style/Guides/WDVL.html
Speling Errers in You're Sights
- http://wdvl.internet.com/Authoring/Style/Guides/Writing/
Style Guide for online hypertext
- http://www.w3.org/Provider/Style/Overview.html
CSS Coding Style
- http://www.bitworking.org/news/CSS_Coding_Style
SVN + VisualStudio
- http://ankhsvn.open.collab.net/
- http://www.ionthenet.co.kr/ : 네트워크 전문지 온더넷
Virtual Machine 관련
- http://www.virtualization.info/
Operatrating System 관련
- http://www.kosr.org/ : Korea Operating System Research
- http://oss.or.kr/: 공개 소프트웨어 포털
- http://mirror.oss.or.kr/: 공개 소프트웨어 포털 미러 사이트
정보 관련
- http://www.zdnet.co.kr/
Presentation 관련
- http://www.demitrio.com:8088/sonarradar/category/Radar/Presentation%20Note : 김용석 CJ시스템즈 정보기술연구소소장
IETF ftp
- ftp://ftp.ietf.org
Coding Style And Standards 관련
공통
How To Write Unmaintainable Code
- http://www.mindprod.com/unmain.html
GNU Coding Standards
- http://www.gnu.org/prep/standards.html
C
Recommended C Style and Coding Standards
- http://www.psgd.org/paul/docs/cstyle/cstyle.htm
Kernel Korner: Proper Linux Kernel Coding Style
- http://www.linuxjournal.com/article.php?sid=5780
C++
C++ Coding Standard
- http://www.possibility.com/Cpp/CppCodingStandard.html
Coding Conventions for C++ and Java applications
- http://www.macadamian.com/codingconventions.htm
C++ Coding Style : My Code Style
- http://www.flipcode.com/articles/article_codingstyle.shtml
Coding Guidelines for Integral Constant Expressions
- http://www.boost.org/more/int_const_guidelines.htm
CStupidClassName
- http://www.jelovic.com/articles/stupid_naming.htm
General C++ Coding Standard at the NFRA
- http://www.nfra.nl/~seg/cppStdDoc.html
High-Integrity C++ Coding Standard Manual - Version 2.1
- http://www.programmingresearch.com/solutions/HICPPCM
Uwyn C++ Coding Standard
- http://www.uwyn.com/resources/uwyn_cpp_coding_standard/index.html
Wildfire C++ Programming Style With Rationale
- http://www.chris-lott.org/resources/cstyle/Wildfire-C++Style.html
Mozilla Coding Style Guide
- http://ww.mozilla.org/hacking/mozilla-style-guide.html
C#
C# Coding Style Guide
- http://www.csharpfriends.com/Articles/getArticle.aspx?articleID=336
Java
Writing Robust Java Code
- http://www.ambysoft.com/javaCodingStandards.pdf
Chimu OO and Java Development: Guidelines and Resources v1.8 [mlf-980228]
- http://www.chimu.com/publications/javaStandards/index.html
Design by Contract™ for Java™ Using JMSAssert™
- http://www.mmsindia.com/DBCForJava.html
Java Programming Style Guidelines
- http://geosoft.no/development/javastyle.html
How to Write Doc Comments for the Javadoc Tool
- http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
Java Glossary : Gotchas
- http://mindprod.com/jgloss/gotchas.html
Tips for maintainable Java code
- http://www.squarebox.co.uk/javatips.html
Draft Java Coding Standard
- http://g.oswego.edu/dl/html/javaCodingStd.html
Java Language Coding Guidelines
- http://www.horstmann.com/bigj/style.html
PHP
Best Practices: PHP Coding Style
- http://www.phpbuilder.com/columns/tim20010101.php3
Pascal & Delphi
Delphi 4 Developer's Guide Coding Standards Document
- http://www.econos.de/delphi/cs.html
웹 개발자를 위한 코딩 스타일
The WDVL Style Guide
- http://wdvl.internet.com/Authoring/Style/Guides/WDVL.html
Speling Errers in You're Sights
- http://wdvl.internet.com/Authoring/Style/Guides/Writing/
Style Guide for online hypertext
- http://www.w3.org/Provider/Style/Overview.html
CSS Coding Style
- http://www.bitworking.org/news/CSS_Coding_Style
SVN + VisualStudio
- http://ankhsvn.open.collab.net/
# | 2009/04/15 10:42 | 덧글(0)




