OS | 2.0 | 3.0 | 3.5 | 4.0 | 4.5 | 4.6 |
---|---|---|---|---|---|---|
Vista | ◎ | ◎ | ○ | ○ | ○ | ○ |
7 | ◎ | ◎ | ◎ | ○ | ○ | ○ |
8 | ○ | ○ | ○ | ◎ | ○ | |
8.1 | ○ | ○ | ○ | ◎ | ○ | |
10 | ○ | ○ | ○ | ◎ |
This file contains hidden or 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
public class MyTailerListener extends TailerListenerAdapter { | |
private String pre = ""; | |
@Override | |
public void handle(String line) { | |
if (pre.equals(line)) { | |
System.out.println("dup : " + line); | |
} |
This file contains hidden or 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.io.IOException; | |
import java.net.URL; | |
import java.util.jar.Attributes; | |
import java.util.jar.JarFile; | |
import java.util.jar.Manifest; | |
public class FromManifest { | |
public String getVersion() { | |
String version = "null"; |
This file contains hidden or 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 scala.math.BigDecimal | |
import scala.util.Random | |
object Main { | |
def main(args: Array[String]) { | |
Random.shuffle(List.range(1, args(0).toInt)).par.foreach(x=>println(x + " : " + pow4div3(x))) | |
} | |
def pow4div3(n: Int) = { | |
def rec(m: BigDecimal):Boolean ={ |
This file contains hidden or 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
Days : 1 | |
Hours : 8 | |
Minutes : 56 | |
Seconds : 41 | |
Milliseconds : 837 | |
Ticks : 1186018378518 | |
TotalDays : 1.37270645661806 | |
TotalHours : 32.9449549588333 | |
TotalMinutes : 1976.69729753 | |
TotalSeconds : 118601.8378518 |
This file contains hidden or 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
# | |
#5. ユーザーカスタム設定 | |
# 以下に、ご自身の設定を御書き下さい。この行は削除可能です。 | |
if ( USEdvorak109) | |
include "109.nodoka" | |
include "contrib/DVORAKon109.nodoka" | |
endif | |
This file contains hidden or 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
autodetach on | |
bell_msg "^G" | |
defkanji utf-8 | |
defencoding utf-8 | |
encoding utf-8 utf-8 | |
defscrollback 10000 | |
escape ^Xx | |
startup_message off | |
vbell off | |
caption always "%{= wb} %-w%{=bu dr}%n %t%{-}%+w %= %{=b wk} [%l] %{=b wb}%y/%m/%d(%D) %{=b wm}%c" |
This file contains hidden or 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
stty stop undef |
OlderNewer