I hereby claim:
- I am mprihoda on github.
- I am mprihoda (https://keybase.io/mprihoda) on keybase.
- I have a public key ASD3tIqDWbSgadkIgSn7HamVg8zlvP9QYnJDHICmrTpGsgo
To claim this, I am signing this object:
import $ivy.`com.zaxxer:nuprocess:1.2.4`, com.zaxxer.nuprocess._ | |
import scala.collection.JavaConverters._ | |
import java.nio.ByteBuffer | |
import scala.concurrent.{Future, Promise} | |
class ProcessHandler extends NuAbstractProcessHandler { | |
private var nuProcess: NuProcess = null | |
override def onStart(nuProcess: NuProcess): Unit = { |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env sh | |
test -e ~/.zshenv && source ~/.zshenv | |
# execute the real JavaApplicationStub | |
here="${0%/*}" | |
cmd="idea_orig" | |
exec "$here/$cmd" "$@" |
import clr | |
import sys | |
import os.path | |
clr.AddReference("Microsoft.Office.Interop.Excel") | |
from Microsoft.Office.Interop import Excel | |
from System import Type, GC | |
# See http://msdn.microsoft.com/en-us/library/bb407651.aspx for |