rbenv, ruby-buildを更新
$ cd ~/.rbenv
$ git pull origin master
$ cd ~/.rbenv/plugins/ruby-build
$ git pull origin master
package seimei; | |
import jp.go.nict.langrid.commons.util.Pair; | |
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStream; | |
import java.io.InputStreamReader; | |
import java.util.ArrayList; | |
import java.util.Arrays; |
package org.mikeneck.annotation; | |
import javax.annotation.processing.*; | |
import javax.inject.Inject; | |
import javax.lang.model.SourceVersion; | |
import javax.lang.model.element.AnnotationMirror; | |
import javax.lang.model.element.Element; | |
import javax.lang.model.element.TypeElement; | |
import javax.tools.Diagnostic; | |
import javax.tools.FileObject; |
// | |
// Access to local JVM's JVM servers without port | |
// http://stackoverflow.com/questions/5552960/how-to-connect-to-a-java-program-on-localhost-jvm-using-jmx | |
// | |
import com.sun.tools.attach.* | |
import javax.management.remote.* | |
import javax.management.* | |
VirtualMachine.list().each { desc -> |
#!/bin/bash | |
function yes_or_no_recursive(){ | |
echo | |
echo "Type yes or no." | |
read answer | |
case $answer in | |
yes) | |
echo -e "tyeped yes.\n" | |
return 0 |
import java.awt.event.ItemEvent; | |
apply plugin: 'java' | |
apply plugin: 'eclipse' | |
apply plugin: 'maven' | |
apply plugin: 'war' | |
task wrapper(type: Wrapper) { gradleVersion = '1.1' } | |
def spring_version = '3.1.1.RELEASE' |
lang en_US | |
langsupport en_US | |
keyboard us | |
timezone Etc/UTC | |
text | |
install | |
skipx | |
halt | |
# Ridiculous URL... I know... |