Skip to content

Instantly share code, notes, and snippets.

View S-Shimotori's full-sized avatar

SHIMOTORI Shigure S-Shimotori

View GitHub Profile
@S-Shimotori
S-Shimotori / kernels_ja.rst
Last active November 11, 2016 03:01
jupyter/jupyter_client/docs/kernels_ja.rst
.. _kernels:
==========================
Making kernels for Jupyter
Jupyterカーネルの作成
==========================
A 'kernel' is a program that runs and introspects the user's code. IPython
カーネルとは、ユーザの書いたコードを実行し、内部状態を確認するためのプログラムです。IPythonは
includes a kernel for Python code, and people have written kernels for
mkdir 58
cd 58
svn co http://anonsvn.jboss.org/repos/jbossas/trunk
cd trunk
svn up -r 58
cd ../../
mkdir 2239
cd 2239
svn co http://anonsvn.jboss.org/repos/jbossas/trunk
cd trunk
@S-Shimotori
S-Shimotori / modelForInfoPlist.go
Created November 1, 2015 07:13
info.plist in json is readable for not parser but human
package model
type UTTypeTagSpecification struct {
publicFilenameExtension map[int]string `json:"public.filename-extension"`//=> [0 => "gputrace"]
}
type UTImportedTypeDeclaration struct {
UTTypeIdentifier string//=> "com.apple.gputools.gputrace"
UTTypeConformsTo map[int]string//" => [0 => "com.apple.package"]
UTTypeDescription string//=> "GPU Trace"
UTTypeTagSpecification UTTypeTagSpecification