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
0x25E0d20d622e525bB38C502f7213cB65FB114F5d |
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
0x25E0d20d622e525bB38C502f7213cB65FB114F5d |
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
0xdf1e37ae950da4e7ab41135a738ca7caa811476f |
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
#!/usr/bin/env ruby | |
require "gpgme" | |
require "tempfile" | |
require "fileutils" | |
def show_engine_info | |
engine = GPGME::Engine.info.first | |
puts "binary: #{engine.file_name}" | |
puts "version: #{engine.version}" |
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.util.*; | |
import java.lang.Thread; | |
import java.util.concurrent.TimeUnit; | |
import lib.Stone; | |
import java.util.concurrent.ExecutorService; | |
public class Main{ | |
public static void main(String args[]) { | |
multiThreadExample(); |
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.util.*; | |
public class Main{ | |
public static void main(String args[]){ | |
Stone.puts(Stone.get(Stone.push(Stone.toList(args), "aaa"), 0)); | |
immutableListTest(args); | |
concatListTest(); | |
} |
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.util.*; | |
/* | |
* Stone.java | |
* | |
* class to support immutable collection handling | |
* | |
* @author kei sugano | |
* | |
* | |
*/ |
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.util.*; | |
public class Main{ | |
public static void main(String args[]){ | |
puts(get(push(toList(args), "aaa"), 0)); | |
immutableListTest(args); | |
} | |
private static <T> void immutableListTest(String args[]){ |
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
Skip to content | |
This repository | |
Pull requests | |
Issues | |
Gist | |
@keitaroemotion |
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
ruby 2.0.0p0 (2013-02-24) [i386-mingw32] | |
13178 tests, 2316180 assertions, 0 failures, 0 errors, 99 skips |
NewerOlder