Skip to content

Instantly share code, notes, and snippets.

View whiteship's full-sized avatar
:octocat:
coding

Keesun Baik whiteship

:octocat:
coding
View GitHub Profile
package me.whiteship.livestudyupdator;
import org.kohsuke.github.GHIssue;
import org.kohsuke.github.GHIssueComment;
import org.kohsuke.github.GHRepository;
import org.kohsuke.github.GitHub;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Comparator;
@whiteship
whiteship / FanoutServer.java
Created February 9, 2012 00:10
Vert.x FanoutServer Demo
package fanout;
import org.vertx.java.core.Handler;
import org.vertx.java.core.Vertx;
import org.vertx.java.core.app.VertxApp;
import org.vertx.java.core.buffer.Buffer;
import org.vertx.java.core.http.HttpServer;
import org.vertx.java.core.net.NetServer;
import org.vertx.java.core.net.NetSocket;
import org.vertx.java.core.shared.SharedData;
@whiteship
whiteship / form.html
Created February 5, 2012 07:12
bootstrap form sample
<form class="form-horizontal" action="<c:url value='j_spring_security_check'/>" method="POST">
<fieldset>
<legend>봄싹 들어가기();</legend>
<div class="control-group">
<label class="control-label" for="login_field">Email</label>
<div class="controls">
<input id="login_field" class="input-xlarge" type='text' name='j_username' value="" />
</div>
</div>
<div class="control-group">