Skip to content

Instantly share code, notes, and snippets.

View eiennohito's full-sized avatar

Arseny Tolmachev eiennohito

  • Hakuhodo Technologies
  • Osaka, Japan
View GitHub Profile
@eiennohito
eiennohito / -
Created February 13, 2017 06:26
This file has been truncated, but you can view the full file.
============================= 0.352 [17]
プロバイオリンニストとして着実に経験を積み上げているようです。
名詞:6 と/と する/する タ系連用テ形 着実だ/ちゃくじつだ ダ列基本連用形 経験/けいけん を/を 積む/つむ 基本連用形 上げる/あげる タ系連用テ形 いる/いる 基本形 ようです/ようです デス列基本形 。/。
積む/つむ~27.58 練る/ねる~23.32 取る/とる~22.80 持つ/もつ~21.73 磨く/みがく~21.51 織る/おる~21.50 育てる/そだてる~21.12 置く/おく~20.61 盛る/もる~20.44 築く/きずく~20.38 増す/ます~20.28 取る/とる?執る/とる?捕る/とる?採る/とる?摂る/とる?撮る/とる?盗る/とる~20.27 分ける/わける~20.23 擦る/する~20.04 与える/あたえる~19.96 残す/のこす~19.93 刈る/かる~19.62 絶つ/たつ~19.35 剃る/そる?反る/そる~19.26 造る/つくる~19.21 増やす/ふやす~19.16 鍛える/きたえる~18.92 鋳る/いる~18.90 組む/くむ~18.90 折る/おる~18.88 詰める/つめる~18.79 編む/あむ~18.76 研ぐ/とぐ~18.75 繰る/くる~18.68 重ねる/かさねる~18.66 採る/とる~18.60 注ぐ/そそぐ?注ぐ/つぐ~18.59 売る/うる~18.54 加える/くわえる~18.50 創る/つくる~18.43 貯める/ためる~18.41 駆ける/かける~18.40 引っ張る/ひっぱる~18.38 広げる/ひろげる~18.38 作る/つくる~18.34 追う/おう~18.25 吸う/すう~18.15 抱える/かかえる~18.14 植える/うえる~18.08 立つ/たつ~18.07 摘む/つむ?積む/つむ?詰む/つむ~18.07 運ぶ/はこぶ~18.06 上げる/あげる~18.06 集める/あつめる~17.92 振る/ふる~17.89 高める/たかめる~17.88 進める/すすめる~17.88 産む/うむ~17.84 そぐ/そぐ~17.82 蹴る/ける~17.81 炊く/たく~17.77 絞る/しぼる~17.75 担ぐ/かつぐ~17.72 送る/おくる~17.71 深め
scala> :javap -pvc org.eiennohito.spark.tensorflow.A
Size 521 bytes
MD5 checksum baadc4d92824e8003ebb73a997070959
Compiled from "A.java"
class org.eiennohito.spark.tensorflow.A
minor version: 0
major version: 52
flags: ACC_SUPER
Constant pool:
#1 = Methodref #7.#19 // java/lang/Object."<init>":()V
@eiennohito
eiennohito / -
Created November 17, 2016 05:11
'!'=0
'#'=0
'$'=133220
'*'=( )
-=569JNRXghiks
0=/mnt/orange/brew/data/bin/zsh
'?'=0
@=( )
ARGC=0
AUTOJUMP_ERROR_PATH=/home/arseny/.local/share/autojump/errors.log
@eiennohito
eiennohito / -
Created November 11, 2016 04:12
[arseny@lotus2:~/work/stuff/ansible-kurolab]% ansible basil -a 'cat /home/huang/work/EventCounts/try.sh' (master)
basil109 | SUCCESS | rc=0 >>
#!/bin/bash
echo $HOSTNAME
basil114 | SUCCESS | rc=0 >>
#!/bin/bash
echo $HOSTNAME
#include <vector>
#include <iostream>
using namespace std;
struct Report {
pair<string, string> stage1;
pair<double, string> stage2;
};
package io.grpc.examples.header;
import io.grpc.ForwardingServerCall;
import io.grpc.Metadata;
import io.grpc.ServerCall;
/**
* @author eiennohito
* @since 2016/05/30
*/
# JMH 1.11.3 (released 125 days ago, please consider updating!)
# VM version: JDK 1.8.0_92, VM 25.92-b14
# VM invoker: /mnt/orange/brew/data/Cellar/jdk/1.8.0_92/jre/bin/java
# VM options: <none>
# Warmup: 20 iterations, 1 s each
# Measurement: 50 iterations, 500 ms each
# Timeout: 10 min per iteration
# Threads: 1 thread, will synchronize iterations
# Benchmark mode: Sampling time
# Benchmark: org.eiennohito.Bench3.copyAndSerialize
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 27 2016 14:23:27)
Included patches: 1-1655
Compiled by Homebrew
Huge version without GUI. Features included (+) or not (-):
+acl +farsi +mouse_netterm +tag_binary
+arabic +file_in_path +mouse_sgr +tag_old_static
+autocmd +find_in_path -mouse_sysmouse -tag_any_white
-balloon_eval +float +mouse_urxvt -tcl
-browse +folding +mouse_xterm +terminfo
++builtin_terms -footer +multi_byte +termresponse
scala> def a = { val x = Array(1.2, 2.3); return x }
<console>:11: error: method a has return statement; needs result type
def a = { val x = Array(1.2, 2.3); return x }
^
scala> def a = { val x = Array(1.2, 2.3); x }
a: Array[Double]
scala> :scalap a
scalap: no such command. Type :help for help.
diff --git a/engine/SCons/Platform/__init__.py b/engine/SCons/Platform/__init__.py
index d8be160..201ac42 100644
--- a/engine/SCons/Platform/__init__.py
+++ b/engine/SCons/Platform/__init__.py
@@ -62,6 +62,9 @@ def platform_default():
files. Since we're architecture independent, though, we don't
care about the machine architecture.
"""
+ if 'HOMEBREW_BREW_FILE' in os.environ:
+ return 'homebrew'