投稿されたすべてのコード一覧
function GetSMParameter(song,prm) local st=song:GetAllSteps(); if #st<1 then return ""; end;
/*************************************************************** [ Mem_Picload ] Version 1.01 - BMP, GIF, JPEG, PNG, TIFF など GDI+ がサポートするファイル をメモリ上から開くことが出来るようになります。
fs= require("fs") fs.readFile("2011late.csv", "utf-8", (err, data) -> map = {}
public class Main { public static void main(String[] args) { Foo foo = new FooLogger(new FooImpl());
public class FooLogger implements Foo { private Foo foo; public FooLogger(Foo foo) {
public class Main { private Foo foo;
public class Main { public static void main(String[] args) { Foo foo = FooFactory.createFoo(); // Fooの生成はファクトリに任せる
public class Main { public static void main(String[] args) { Foo foo = new FooProxy(); // ここだけ変わる foo.foo();
public class FooProxy implements Foo { private FooImpl fooImpl = new FooImpl();
public class FooImpl implements Foo { @Override public void foo() { System.out.println("foo");