Giter VIP home page Giter VIP logo

gdg_codelab_1403's Introduction

gdg_codelab_1403

2014년 3월 GDG Codelab용 코드 저장소입니다.

실행하는 법

온라인 사이트 이용

http://www.compileonline.com/compile_java_online.php

터미널에서 실행

java Fibonacci <number>

  • 실행 예제
$ java Fibonacci 4
F0 = 0, F1 = 1, F2 =  1
F1 = 1, F2 = 1, F3 =  2
F2 = 1, F3 = 2, F4 =  3

jvm 사용

javac Fibonacci.java 2>&1
java -Xmx128M -Xms16M Fibonacci [:input]

Coding conventions

  • tab 대신 space 4개를 사용합니다.

Commit Message

되도록이면 commit 메시지는 영어로 작성해주시기 바랍니다.

One line summary
<CRLF>
Detail messages
....
..
  • One line summary : 간단한 한줄 요약 .
  • 예) Update readme.md file.
  • CRLF : 공백 라인
  • Detail messges : 자세한 변경 내용

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.