Development

App, Web, Mac

2.09.2014

Style guide for development.


Java
http://google-styleguide.googlecode.com/svn/trunk/javaguide.html

C++
http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml

R
http://google-styleguide.googlecode.com/svn/trunk/Rguide.xml

javascript
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

JSON
http://google-styleguide.googlecode.com/svn/trunk/jsoncstyleguide.xml

Objective-C
http://google-styleguide.googlecode.com/svn/trunk/objcguide.xml
Posted by awesome at Sunday, February 09, 2014
Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Labels

  • python (10)
  • django (9)
  • Mac (4)
  • MySQL (4)
  • sublimetext (1)

Popular Posts

  • Simple file upload with Model from templates in django 1.7.
     Django page describes how to upload files with form. https://docs.djangoproject.com/en/dev/topics/http/file-uploads/ But if you want to ...
  • php built in mac with CGI for development with phpstorm
    My basic php on mac could not use the local development. My php storm said 'php-cgi not found: Please ensure that configured PHP Inter...
  • Login to postgres console
    su postgres psql $ CREATE DATABASE database_name; 
  • git warning: refname 'HEAD' is ambiguous solved.
    I had used Git on my local repository with bitbucket. And my Sourcetree(GUI for Git) and XCode sourcecontrol was weird as making warning. ...
  • Install virtualenv with virtualenvwrapper for python3.4 and django1.7 on Linux(ubuntu).
    Virtual Environment(virtualenv) make easy to manage various environment for development. It can create environment for each different vers...
  • Cross-site request forgery (CSRF) issue when use POST form in django 1.7
    Cross-site request forgery (CSRF) I got a message when I tested to send POST form to server. Forbidden (403) CSRF verification fai...
  • Remote access postgresql from external client (9.3)
    1. Edit pg_hba.conf vi /etc/postgresql/9.3/main/pg_hba.conf add host all all [CLIENT_IP]/24 trust 2. Edit postgresql.conf vi /etc...
  • First setting project with django.
    Assume to finish basic setting by http://jeffgukang.blogspot.kr/2014/12/install-virtualenv-with.html 1. $ workon yourvirtualenv 2. Mak...
  • Django tips
    Custom urls.py String literals may optionally be prefixed with a letter 'r' or 'R' ; such strings are called raw strings ...
  • If you want to study about python
    If you are newbie about python Learn the fundamentals of programming to build web apps and manipulate data. http://www.codecademy.com/...
Simple theme. Powered by Blogger.