- ミッション
- 事業内容
- 競合
- コアコンピタンス
- 業績
- 組織構成
- 職種構成
- どういうメンバー(人数、スキルセット、分担)にしたいか
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Java | |
*.class | |
*.jar | |
*.war | |
*.ear | |
# Eclipse | |
.project | |
.classpath | |
.settings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed. | |
* | |
* If you are unfamiliar with LESS, you can read more about it here: | |
* http://www.lesscss.org | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Meiryo, Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; } | |
body > *:first-child { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.time.Duration; | |
import java.time.LocalDate; | |
import java.time.LocalDateTime; | |
import java.time.LocalTime; | |
import static java.time.DayOfWeek.SATURDAY; | |
import static java.time.temporal.TemporalAdjusters.next; | |
import static java.time.temporal.TemporalAdjusters.nextOrSame; | |
public class Main { |
Playdocja (https://github.com/garbagetown/playdocja) 上で翻訳を進めています。
未翻訳のドキュメントを翻訳する場合、ForkしてPullReqestを送ってください。 (githubでweb上からドキュメントを編集すると自動的にFork -> PullReqestの流れになります。非常に手軽に翻訳に貢献することが可能です。) 翻訳チームでコミットさせて頂きます。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#{set title:'Your application is ready !' /} | |
#{if play.mode.toString() == 'DEV'} | |
#{set 'moreStyles'} | |
<link rel="stylesheet" href="@{'/public/playmanual/manual.css'}" type="text/css" media="screen" charset="${_response_encoding}"> | |
<link rel="stylesheet" href="@{'/public/playmanual/wiki.css'}" type="text/css" media="screen" charset="${_response_encoding}"> | |
#{/set} | |
<div class="wrapper"> |