Skip to content

Instantly share code, notes, and snippets.

# Java
*.class
*.jar
*.war
*.ear
# Eclipse
.project
.classpath
.settings
/*
* 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
*/

会社

  • ミッション
  • 事業内容
    • 競合
    • コアコンピタンス
    • 業績
  • 組織構成
    • 職種構成
  • どういうメンバー(人数、スキルセット、分担)にしたいか
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 {
@garbagetown
garbagetown / JojoTime
Created May 30, 2014 02:22
Learning the useage of Date & Time API
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 {
@garbagetown
garbagetown / Department.java
Last active December 17, 2015 18:39
unexpected behavior about hibernate 3.6.10 with playframework 1.2.5.
package models;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
import org.hibernate.Criteria;
import org.hibernate.FetchMode;

日本語翻訳への貢献

Playdocja (https://github.com/garbagetown/playdocja) 上で翻訳を進めています。

翻訳の流れ

未翻訳のドキュメントを翻訳する場合、ForkしてPullReqestを送ってください。 (githubでweb上からドキュメントを編集すると自動的にFork -> PullReqestの流れになります。非常に手軽に翻訳に貢献することが可能です。) 翻訳チームでコミットさせて頂きます。

@garbagetown
garbagetown / welcome.html
Created June 10, 2012 06:27
japanese translation of play 1.x's welcome.html
#{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">