my_help 0.6.1 → 0.6.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.gitignore +0 -26
- data/Gemfile.lock +63 -0
- data/README.org +43 -290
- data/Rakefile +0 -75
- data/docs/README_en.org +164 -0
- data/docs/diff_against_org_mode.org +38 -0
- data/docs/path_setting.org +47 -0
- data/lib/my_help/version.rb +1 -1
- metadata +6 -389
- data/.rspec +0 -2
- data/.yardopts +0 -2
- data/README.md +0 -415
- data/lib/my_todo/my_todo.rb +0 -10
- data/lib/todo.rb +0 -1
data/Rakefile
CHANGED
@@ -11,78 +11,3 @@ task :default do
|
|
11
11
|
system 'rake -T'
|
12
12
|
end
|
13
13
|
|
14
|
-
desc "open github origin url"
|
15
|
-
task :open_github do
|
16
|
-
out, err, status = Open3.capture3("git remote -v")
|
17
|
-
url = "https://"+ out.match(/^origin\s+git@(.+) \(fetch\)/)[1].gsub(':','/')
|
18
|
-
system "open #{url}"
|
19
|
-
end
|
20
|
-
|
21
|
-
|
22
|
-
desc "cucumber with Japanese"
|
23
|
-
task :cucumber do
|
24
|
-
Cucumber::Rake::Task.new do |t|
|
25
|
-
t.cucumber_opts = %w{--format pretty -l ja}
|
26
|
-
end
|
27
|
-
end
|
28
|
-
|
29
|
-
desc "rspec test for aruba"
|
30
|
-
task :rspec do
|
31
|
-
RSpec::Core::RakeTask.new(:spec)
|
32
|
-
end
|
33
|
-
|
34
|
-
desc "auto re-install"
|
35
|
-
task :auto_reinstall do
|
36
|
-
puts "[sudo] gem uninstall my_help"
|
37
|
-
puts "cd my_help"
|
38
|
-
puts "git remote add upstrem git@github.com:daddygongon/my_help.git"
|
39
|
-
puts "git pull upstrem master"
|
40
|
-
puts "rake clean_exe"
|
41
|
-
puts "rake to_yml"
|
42
|
-
puts "*cp lib/daddygongon/my_todo.yml ~/.my_help"
|
43
|
-
puts "[sudo] bundle exec exe/my_help -m"
|
44
|
-
puts "*source ~/.zshrc or source ~/.cshrc"
|
45
|
-
puts "*my_help -l"
|
46
|
-
puts "*rake add_yml"
|
47
|
-
puts "*--editで編集画面を開けてみて,色が付いてなかったら,"
|
48
|
-
puts "*mv ~/.emacs ~/.emacs.d/init.elを試してみる"
|
49
|
-
end
|
50
|
-
|
51
|
-
desc "add .yml mode on ~/.emacs.d/init.el"
|
52
|
-
task :add_yml do
|
53
|
-
adds = <<EOS
|
54
|
-
;; =================
|
55
|
-
;; .yml auto ruby-mode
|
56
|
-
;; =================
|
57
|
-
(add-to-list 'auto-mode-alist '("\\.yml$" . ruby-mode))
|
58
|
-
EOS
|
59
|
-
print adds
|
60
|
-
p Dir.chdir(File.join(ENV['HOME'],'.emacs.d'))
|
61
|
-
File.open('init.el','a+'){|file|
|
62
|
-
cont=file.read
|
63
|
-
cont.include?('.yml') ? break : file.write(adds)
|
64
|
-
}
|
65
|
-
end
|
66
|
-
|
67
|
-
desc "add .yml on all help files"
|
68
|
-
task :to_yml do
|
69
|
-
p Dir.chdir(File.join(ENV['HOME'],'.my_help'))
|
70
|
-
Dir.entries('.').each{|file|
|
71
|
-
next if file == '.' or file=='..'
|
72
|
-
next if file[0]=='#' or file[-1]=='~'
|
73
|
-
next unless File.extname(file)==''
|
74
|
-
#FileUtils::DryRun.mv(file, file+'.yml',:verbose=>true)
|
75
|
-
FileUtils.mv(file, file+'.yml',:verbose=>true)
|
76
|
-
}
|
77
|
-
end
|
78
|
-
|
79
|
-
desc "clean up exe dir"
|
80
|
-
task :clean_exe do
|
81
|
-
files = Dir.entries('exe')
|
82
|
-
files.each{|file|
|
83
|
-
next if ["my_help",".","..",".DS_Store",
|
84
|
-
"emacs_help","e_h","my_todo","org_help"].include?(file)
|
85
|
-
FileUtils.rm(File.join('./exe',file), :verbose=>true)
|
86
|
-
}
|
87
|
-
end
|
88
|
-
|
data/docs/README_en.org
ADDED
@@ -0,0 +1,164 @@
|
|
1
|
+
* Name
|
2
|
+
:PROPERTIES:
|
3
|
+
:CUSTOM_ID: name
|
4
|
+
:END:
|
5
|
+
|
6
|
+
my\_help
|
7
|
+
|
8
|
+
* Summary
|
9
|
+
:PROPERTIES:
|
10
|
+
:CUSTOM_ID: summary
|
11
|
+
:END:
|
12
|
+
|
13
|
+
This gem makes and supplies user specific helps, emulating CUI(CLI) help
|
14
|
+
usage.
|
15
|
+
|
16
|
+
* Target
|
17
|
+
:PROPERTIES:
|
18
|
+
:CUSTOM_ID: target
|
19
|
+
:END:
|
20
|
+
|
21
|
+
A very novice of learning some specific operation, such as CUI, shell,
|
22
|
+
or emacs, has difficulty in remembering commands and grammers. If he has
|
23
|
+
a key, he can easily remember all, but no key brings nothing. Especially
|
24
|
+
a non-English-native has strong difficulty on the key rememebering. The
|
25
|
+
problems are,
|
26
|
+
|
27
|
+
- man(ual) is English
|
28
|
+
- man is heavily documented
|
29
|
+
- On web, search the same key word,
|
30
|
+
- and read the same URI repeatedly
|
31
|
+
- memo goes away somewhere...
|
32
|
+
|
33
|
+
* Specs
|
34
|
+
:PROPERTIES:
|
35
|
+
:CUSTOM_ID: specs
|
36
|
+
:END:
|
37
|
+
|
38
|
+
This gem aims to supply own help by gem environment. Specs are, - user
|
39
|
+
makes his own help - supplies a template - same format, looks,
|
40
|
+
operation, and hierarchy - easily see, read - supplies editing and
|
41
|
+
install commands.
|
42
|
+
|
43
|
+
Wiki targets the whole engineer, my\_help target the specific person.
|
44
|
+
Half of the wiki aim should be covered by my\_help. Making own manual is
|
45
|
+
one of the best practices for remembering operations. Memo applications
|
46
|
+
are good, if you remember the key word. my\_help supplies the key for
|
47
|
+
remembering the word.
|
48
|
+
|
49
|
+
* Usage
|
50
|
+
:PROPERTIES:
|
51
|
+
:CUSTOM_ID: usage
|
52
|
+
:END:
|
53
|
+
|
54
|
+
** Install
|
55
|
+
:PROPERTIES:
|
56
|
+
:CUSTOM_ID: install
|
57
|
+
:END:
|
58
|
+
|
59
|
+
Different from the gem standard, fork and clone from Github.
|
60
|
+
|
61
|
+
#+BEGIN_EXAMPLE
|
62
|
+
github.com:daddygongon/my_help.git
|
63
|
+
#+END_EXAMPLE
|
64
|
+
|
65
|
+
The following operations are performed under 'bundle'. The main reason
|
66
|
+
of this disturbance is due the developer not to know the last command of
|
67
|
+
'rake install:local' from gem environment.\\
|
68
|
+
But the second reason is the on-going project to collect and supply the
|
69
|
+
good helps for novices. We are planning to achieve it by using 'pull
|
70
|
+
request' of Github.
|
71
|
+
|
72
|
+
Supplied commands are
|
73
|
+
|
74
|
+
#+BEGIN_EXAMPLE
|
75
|
+
bob% bundle exec exe/my_help
|
76
|
+
Usage: my_help [options]
|
77
|
+
-v, --version show program Version.
|
78
|
+
-l, --list list specific helps
|
79
|
+
-e, --edit NAME edit NAME help(eg test_help)
|
80
|
+
-i, --init NAME initialize NAME help(eg test_help).
|
81
|
+
-m, --make make executables for all helps.
|
82
|
+
-c, --clean clean up exe dir.
|
83
|
+
--install_local install local after edit helps
|
84
|
+
--delete NAME delete NAME help
|
85
|
+
#+END_EXAMPLE
|
86
|
+
|
87
|
+
At first, see the list of supplied helps by the option of -l.
|
88
|
+
|
89
|
+
#+BEGIN_EXAMPLE
|
90
|
+
bob% bundle exec exe/my_help -l
|
91
|
+
"/usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/daddygongon"
|
92
|
+
["-l"]
|
93
|
+
Specific help file:
|
94
|
+
emacs_help
|
95
|
+
test_help
|
96
|
+
#+END_EXAMPLE
|
97
|
+
|
98
|
+
emacs\_help, e\_h, test\_help, t\_h are ready to use. Play them by a
|
99
|
+
command such as 'bundle exec exe/e\_h'.
|
100
|
+
|
101
|
+
emacsのキーバインド
|
102
|
+
|
103
|
+
#+BEGIN_EXAMPLE
|
104
|
+
特殊キー操作
|
105
|
+
c-f, controlキーを押しながら 'f'
|
106
|
+
M-f, escキーを押した後一度離して'f'
|
107
|
+
操作の中断c-g, 操作の取り消し(Undo) c-x u
|
108
|
+
cc by Shigeto R. Nishitani, 2016
|
109
|
+
Usage: e_h [options]
|
110
|
+
-v, --version show program Version.
|
111
|
+
-c, --cursor Cursor移動
|
112
|
+
-e, --編集 Edit操作
|
113
|
+
-f, --ファイル File操作
|
114
|
+
-q, --終了 終了操作
|
115
|
+
-p, --ページ Page移動
|
116
|
+
-w, --ウィンドウ Window操作
|
117
|
+
-b, --バッファ Buffer操作
|
118
|
+
-m, --mode モード切り替え
|
119
|
+
--edit edit help contents
|
120
|
+
--to_hiki convert to hikidoc format
|
121
|
+
--all display all helps
|
122
|
+
--store [item] store [item] in back
|
123
|
+
--remove [item] remove [item] in back
|
124
|
+
--add [item] add new [item]
|
125
|
+
#+END_EXAMPLE
|
126
|
+
|
127
|
+
** Make own help
|
128
|
+
:PROPERTIES:
|
129
|
+
:CUSTOM_ID: make-own-help
|
130
|
+
:END:
|
131
|
+
|
132
|
+
The next step is making own help.\\
|
133
|
+
For this, -i NAME supplies new NAME help.
|
134
|
+
|
135
|
+
#+BEGIN_EXAMPLE
|
136
|
+
bob% bundle exec exe/my_help -i new_help
|
137
|
+
"/usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/daddygongon"
|
138
|
+
["-i", "new_help"]
|
139
|
+
"/usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/daddygongon/new_help"
|
140
|
+
"/usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/my_help/template_help"
|
141
|
+
cp /usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/my_help/template_help
|
142
|
+
/usr/local/lib/ruby/gems/2.2.0/gems/my_help-0.2.1/lib/daddygongon/new_help
|
143
|
+
#+END_EXAMPLE
|
144
|
+
|
145
|
+
it makes get ready the template of new\_help in ~/.my\_help directory.
|
146
|
+
Edit it by -e new\_help. Then -m makes new\_help and n\_h in exe
|
147
|
+
directory.
|
148
|
+
|
149
|
+
** Activate own help (which is automatically done by -m)
|
150
|
+
:PROPERTIES:
|
151
|
+
:CUSTOM_ID: activate-own-help-which-is-automatically-done-by--m
|
152
|
+
:END:
|
153
|
+
|
154
|
+
For the last step, at the my\_help directory, put the commands in as
|
155
|
+
follows:
|
156
|
+
|
157
|
+
#+BEGIN_EXAMPLE
|
158
|
+
git add -A
|
159
|
+
git commit -m 'add new help'
|
160
|
+
rake install:local
|
161
|
+
#+END_EXAMPLE
|
162
|
+
|
163
|
+
That's it. You can use the new\_help or short command of n\_h on CUI. If
|
164
|
+
not, restart the terminal to load the bin path.⏎
|
@@ -0,0 +1,38 @@
|
|
1
|
+
* emacsのorg-modeとかぶるところがたくさんある.
|
2
|
+
:PROPERTIES:
|
3
|
+
:CUSTOM_ID: emacsのorg-modeとかぶるところがたくさんある
|
4
|
+
:END:
|
5
|
+
|
6
|
+
** 共通点
|
7
|
+
:PROPERTIES:
|
8
|
+
:CUSTOM_ID: 共通点
|
9
|
+
:END:
|
10
|
+
|
11
|
+
- 軽い,
|
12
|
+
- 保存場所の共通化でどこでも立ち上がる
|
13
|
+
- 標準(mark dowon)的な記述言語
|
14
|
+
- todoとmemoが同じ環境
|
15
|
+
- カラー表示
|
16
|
+
- emacsでの編集
|
17
|
+
- リスト,バックアップ, などだれでも考えることは同じなんや.
|
18
|
+
|
19
|
+
でも,
|
20
|
+
|
21
|
+
** 相違点
|
22
|
+
:PROPERTIES:
|
23
|
+
:CUSTOM_ID: 相違点
|
24
|
+
:END:
|
25
|
+
|
26
|
+
1. shellかemacsか
|
27
|
+
2. emacs以外で使える
|
28
|
+
3. org-mode独自のコマンドを覚えなくても使える
|
29
|
+
4. rubyでのcoding
|
30
|
+
5. ymlデータの共有 なんかがあります.
|
31
|
+
|
32
|
+
つまり,my\_helpの使用想定としては, - emacsを使いたくないexpert -
|
33
|
+
org-modeを覚えていないnovice - memoなんかをチューンアップしたいrubyist
|
34
|
+
というところです.
|
35
|
+
|
36
|
+
まあ,my\_help開発に全く意義がないと否定しないでください.
|
37
|
+
これらの人を対象として, - EDITOR設定を反映 -
|
38
|
+
orgへのymlからの変換機能の提供 - githubでの公開 を行っています.
|
@@ -0,0 +1,47 @@
|
|
1
|
+
#+STARTUP: indent nolineimages nofold
|
2
|
+
|
3
|
+
fishで出てくる$PATHがどうやって設定されているか悩んだ.
|
4
|
+
|
5
|
+
* fish
|
6
|
+
[[https://fishshell.com/docs/current/index.html#initialization][fish shell initialization]]に記述がある.
|
7
|
+
|
8
|
+
#+BEGIN_SRC
|
9
|
+
$ emacs /usr/local/Cellar/fish/2.3.1/share/fish/config.fish
|
10
|
+
...
|
11
|
+
# OS X-ism: Load the path files out of /etc/paths and /etc/paths.d/*
|
12
|
+
set -g __fish_tmp_path $PATH
|
13
|
+
...
|
14
|
+
#+END_SRC
|
15
|
+
|
16
|
+
ここではもうすでにあるんで,その前やろな.
|
17
|
+
* osx
|
18
|
+
|
19
|
+
#+BEGIN_SRC
|
20
|
+
cat /etc/profile
|
21
|
+
# System-wide .profile for sh(1)
|
22
|
+
|
23
|
+
if [ -x /usr/libexec/path_helper ]; then
|
24
|
+
eval `/usr/libexec/path_helper -s`
|
25
|
+
fi
|
26
|
+
|
27
|
+
if [ "${BASH-no}" != "no" ]; then
|
28
|
+
[ -r /etc/bashrc ] && . /etc/bashrc
|
29
|
+
#+END_SRC
|
30
|
+
そういえば,profileを実行するというのがあったな...unixの基本のところに...
|
31
|
+
$ PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/opt/X11/bin:/Applications/TeXLive/Library/texlive/2013/bin/universal-darwin:/Applications/TeXLive/Library/mactexaddons/bin:.:/Users/bob/.rbenv/shims:/Users/bob/.rbenv/versions/2.4.3/bin:/Users/bob/anaconda3/bin:/Users/bob/bin:/usr/local/opt/tcl-tk/bin"; export PATH;
|
32
|
+
となっており,すでにrbenvやanaconda3がどっかで定義されている..どこやろ...
|
33
|
+
|
34
|
+
anaconda3とかbrewがどっかを書き換えてるんやろな...
|
35
|
+
|
36
|
+
* brew
|
37
|
+
|
38
|
+
* rbenv
|
39
|
+
|
40
|
+
rbenv init - fish
|
41
|
+
export PATH="/Users/bob/.rbenv/shims:${PATH}"
|
42
|
+
rbenv rehash 2>/dev/null
|
43
|
+
なんで,ここで変えてるのかも...
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
data/lib/my_help/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: my_help
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Shigeto R. Nishitani
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-04-
|
11
|
+
date: 2018-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -82,400 +82,19 @@ extra_rdoc_files: []
|
|
82
82
|
files:
|
83
83
|
- ".dockerignore"
|
84
84
|
- ".gitignore"
|
85
|
-
- ".ipynb_checkpoints/README-checkpoint.ipynb"
|
86
|
-
- ".ipynb_checkpoints/Untitled-checkpoint.ipynb"
|
87
|
-
- ".rspec"
|
88
85
|
- ".ruby-version"
|
89
86
|
- ".travis.yml"
|
90
|
-
- ".yardopts"
|
91
87
|
- Dockerfile.template
|
92
88
|
- Gemfile
|
89
|
+
- Gemfile.lock
|
93
90
|
- LICENSE.txt
|
94
|
-
- README.md
|
95
91
|
- README.org
|
96
92
|
- Rakefile
|
97
93
|
- bin/console
|
98
94
|
- bin/setup
|
99
|
-
- docs
|
100
|
-
- docs
|
101
|
-
- docs/
|
102
|
-
- docs/bob/README_en.ipynb
|
103
|
-
- docs/bob/diff_against_org_mode.ipynb
|
104
|
-
- docs/bob/emacs_help.ipynb
|
105
|
-
- docs/bob/template_help.ipynb
|
106
|
-
- docs/nasu/.gitignore
|
107
|
-
- docs/nasu/Rakefile
|
108
|
-
- docs/nasu/abstract.hiki
|
109
|
-
- docs/nasu/code.hiki
|
110
|
-
- docs/nasu/discussion.hiki
|
111
|
-
- docs/nasu/features.hiki
|
112
|
-
- docs/nasu/features/add.feature
|
113
|
-
- docs/nasu/features/all_help.feature
|
114
|
-
- docs/nasu/features/backup_list.feature
|
115
|
-
- docs/nasu/features/edit_help.feature
|
116
|
-
- docs/nasu/features/my_todo.feature
|
117
|
-
- docs/nasu/features/remove.feature
|
118
|
-
- docs/nasu/features/sample_e.feature
|
119
|
-
- docs/nasu/features/step_definitions/add_spec.rb
|
120
|
-
- docs/nasu/features/step_definitions/all_help_spec.rb
|
121
|
-
- docs/nasu/features/step_definitions/backup_list_spec.rb
|
122
|
-
- docs/nasu/features/step_definitions/edit_help_spec.rb
|
123
|
-
- docs/nasu/features/step_definitions/my_todo_spec.rb
|
124
|
-
- docs/nasu/features/step_definitions/remove_spec.rb
|
125
|
-
- docs/nasu/features/step_definitions/store_spec.rb
|
126
|
-
- docs/nasu/features/step_definitions/to_hiki_spec.rb
|
127
|
-
- docs/nasu/features/store.feature
|
128
|
-
- docs/nasu/features/support/env.rb
|
129
|
-
- docs/nasu/features/test.feature
|
130
|
-
- docs/nasu/features/to_hiki.feature
|
131
|
-
- docs/nasu/figs/cucumber01.001.jpg
|
132
|
-
- docs/nasu/figs/cucumber02.001.jpg
|
133
|
-
- docs/nasu/figs/cucumber03.001.jpg
|
134
|
-
- docs/nasu/figs/cucumber04.001.jpg
|
135
|
-
- docs/nasu/figs/cucumber05.001.jpg
|
136
|
-
- docs/nasu/figs/cucumber1.jpg
|
137
|
-
- docs/nasu/figs/cucumber2.jpg
|
138
|
-
- docs/nasu/figs/cucumber3.jpg
|
139
|
-
- docs/nasu/figs/cucumber4.jpg
|
140
|
-
- docs/nasu/figs/my_help_nasu.001.jpeg
|
141
|
-
- docs/nasu/figs/my_help_nasu.002.jpeg
|
142
|
-
- docs/nasu/figs/my_help_nasu.003.jpeg
|
143
|
-
- docs/nasu/figs/my_help_nasu.004.jpeg
|
144
|
-
- docs/nasu/figs/my_help_nasu.005.jpeg
|
145
|
-
- docs/nasu/figs/my_help_nasu.006.jpeg
|
146
|
-
- docs/nasu/figs/my_help_nasu.007.jpeg
|
147
|
-
- docs/nasu/figs/my_help_nasu.008.jpeg
|
148
|
-
- docs/nasu/figs/my_help_nasu.pdf
|
149
|
-
- docs/nasu/figs/my_help_nasu.png
|
150
|
-
- docs/nasu/figs/my_help_nasu1.001.jpg
|
151
|
-
- docs/nasu/figs/rspec01.001.jpg
|
152
|
-
- docs/nasu/figs/rspec1.jpg
|
153
|
-
- docs/nasu/figs/rspec2.jpg
|
154
|
-
- docs/nasu/head2.tex
|
155
|
-
- docs/nasu/hiki_help.yml
|
156
|
-
- docs/nasu/introduction.hiki
|
157
|
-
- docs/nasu/key_bind_mi
|
158
|
-
- docs/nasu/keynote/cucumber01.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
159
|
-
- docs/nasu/keynote/cucumber01.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
160
|
-
- docs/nasu/keynote/cucumber01.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
161
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt10@2x-87.jpg
|
162
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt1@2x-78.jpg
|
163
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt2@2x-79.jpg
|
164
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt3@2x-80.jpg
|
165
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt4@2x-81.jpg
|
166
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt5@2x-82.jpg
|
167
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt6@2x-83.jpg
|
168
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt7@2x-84.jpg
|
169
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt8@2x-85.jpg
|
170
|
-
- docs/nasu/keynote/cucumber01.key/Data/mt9@2x-86.jpg
|
171
|
-
- docs/nasu/keynote/cucumber01.key/Data/pasted-image-89.png
|
172
|
-
- docs/nasu/keynote/cucumber01.key/Data/pasted-image-small-90.png
|
173
|
-
- docs/nasu/keynote/cucumber01.key/Data/st0-104.jpg
|
174
|
-
- docs/nasu/keynote/cucumber01.key/Index.zip
|
175
|
-
- docs/nasu/keynote/cucumber01.key/Metadata/BuildVersionHistory.plist
|
176
|
-
- docs/nasu/keynote/cucumber01.key/Metadata/DocumentIdentifier
|
177
|
-
- docs/nasu/keynote/cucumber01.key/Metadata/Properties.plist
|
178
|
-
- docs/nasu/keynote/cucumber01.key/preview-micro.jpg
|
179
|
-
- docs/nasu/keynote/cucumber01.key/preview-web.jpg
|
180
|
-
- docs/nasu/keynote/cucumber01.key/preview.jpg
|
181
|
-
- docs/nasu/keynote/cucumber02.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
182
|
-
- docs/nasu/keynote/cucumber02.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
183
|
-
- docs/nasu/keynote/cucumber02.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
184
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt10@2x-87.jpg
|
185
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt1@2x-78.jpg
|
186
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt2@2x-79.jpg
|
187
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt3@2x-80.jpg
|
188
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt4@2x-81.jpg
|
189
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt5@2x-82.jpg
|
190
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt6@2x-83.jpg
|
191
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt7@2x-84.jpg
|
192
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt8@2x-85.jpg
|
193
|
-
- docs/nasu/keynote/cucumber02.key/Data/mt9@2x-86.jpg
|
194
|
-
- docs/nasu/keynote/cucumber02.key/Data/pasted-image-89.png
|
195
|
-
- docs/nasu/keynote/cucumber02.key/Data/pasted-image-small-90.png
|
196
|
-
- docs/nasu/keynote/cucumber02.key/Data/st0-96.jpg
|
197
|
-
- docs/nasu/keynote/cucumber02.key/Index.zip
|
198
|
-
- docs/nasu/keynote/cucumber02.key/Metadata/BuildVersionHistory.plist
|
199
|
-
- docs/nasu/keynote/cucumber02.key/Metadata/DocumentIdentifier
|
200
|
-
- docs/nasu/keynote/cucumber02.key/Metadata/Properties.plist
|
201
|
-
- docs/nasu/keynote/cucumber02.key/preview-micro.jpg
|
202
|
-
- docs/nasu/keynote/cucumber02.key/preview-web.jpg
|
203
|
-
- docs/nasu/keynote/cucumber02.key/preview.jpg
|
204
|
-
- docs/nasu/keynote/cucumber03.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
205
|
-
- docs/nasu/keynote/cucumber03.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
206
|
-
- docs/nasu/keynote/cucumber03.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
207
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt10@2x-87.jpg
|
208
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt1@2x-78.jpg
|
209
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt2@2x-79.jpg
|
210
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt3@2x-80.jpg
|
211
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt4@2x-81.jpg
|
212
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt5@2x-82.jpg
|
213
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt6@2x-83.jpg
|
214
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt7@2x-84.jpg
|
215
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt8@2x-85.jpg
|
216
|
-
- docs/nasu/keynote/cucumber03.key/Data/mt9@2x-86.jpg
|
217
|
-
- docs/nasu/keynote/cucumber03.key/Data/pasted-image-89.png
|
218
|
-
- docs/nasu/keynote/cucumber03.key/Data/pasted-image-small-90.png
|
219
|
-
- docs/nasu/keynote/cucumber03.key/Data/st0-100.jpg
|
220
|
-
- docs/nasu/keynote/cucumber03.key/Index.zip
|
221
|
-
- docs/nasu/keynote/cucumber03.key/Metadata/BuildVersionHistory.plist
|
222
|
-
- docs/nasu/keynote/cucumber03.key/Metadata/DocumentIdentifier
|
223
|
-
- docs/nasu/keynote/cucumber03.key/Metadata/Properties.plist
|
224
|
-
- docs/nasu/keynote/cucumber03.key/preview-micro.jpg
|
225
|
-
- docs/nasu/keynote/cucumber03.key/preview-web.jpg
|
226
|
-
- docs/nasu/keynote/cucumber03.key/preview.jpg
|
227
|
-
- docs/nasu/keynote/cucumber04.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
228
|
-
- docs/nasu/keynote/cucumber04.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
229
|
-
- docs/nasu/keynote/cucumber04.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
230
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt10@2x-87.jpg
|
231
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt1@2x-78.jpg
|
232
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt2@2x-79.jpg
|
233
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt3@2x-80.jpg
|
234
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt4@2x-81.jpg
|
235
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt5@2x-82.jpg
|
236
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt6@2x-83.jpg
|
237
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt7@2x-84.jpg
|
238
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt8@2x-85.jpg
|
239
|
-
- docs/nasu/keynote/cucumber04.key/Data/mt9@2x-86.jpg
|
240
|
-
- docs/nasu/keynote/cucumber04.key/Data/pasted-image-106.png
|
241
|
-
- docs/nasu/keynote/cucumber04.key/Data/pasted-image-small-107.png
|
242
|
-
- docs/nasu/keynote/cucumber04.key/Data/st0-115.jpg
|
243
|
-
- docs/nasu/keynote/cucumber04.key/Index.zip
|
244
|
-
- docs/nasu/keynote/cucumber04.key/Metadata/BuildVersionHistory.plist
|
245
|
-
- docs/nasu/keynote/cucumber04.key/Metadata/DocumentIdentifier
|
246
|
-
- docs/nasu/keynote/cucumber04.key/Metadata/Properties.plist
|
247
|
-
- docs/nasu/keynote/cucumber04.key/preview-micro.jpg
|
248
|
-
- docs/nasu/keynote/cucumber04.key/preview-web.jpg
|
249
|
-
- docs/nasu/keynote/cucumber04.key/preview.jpg
|
250
|
-
- docs/nasu/keynote/cucumber05.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
251
|
-
- docs/nasu/keynote/cucumber05.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
252
|
-
- docs/nasu/keynote/cucumber05.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
253
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt10@2x-87.jpg
|
254
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt1@2x-78.jpg
|
255
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt2@2x-79.jpg
|
256
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt3@2x-80.jpg
|
257
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt4@2x-81.jpg
|
258
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt5@2x-82.jpg
|
259
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt6@2x-83.jpg
|
260
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt7@2x-84.jpg
|
261
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt8@2x-85.jpg
|
262
|
-
- docs/nasu/keynote/cucumber05.key/Data/mt9@2x-86.jpg
|
263
|
-
- docs/nasu/keynote/cucumber05.key/Data/pasted-image-89.png
|
264
|
-
- docs/nasu/keynote/cucumber05.key/Data/pasted-image-small-90.png
|
265
|
-
- docs/nasu/keynote/cucumber05.key/Data/st0-97.jpg
|
266
|
-
- docs/nasu/keynote/cucumber05.key/Index.zip
|
267
|
-
- docs/nasu/keynote/cucumber05.key/Metadata/BuildVersionHistory.plist
|
268
|
-
- docs/nasu/keynote/cucumber05.key/Metadata/DocumentIdentifier
|
269
|
-
- docs/nasu/keynote/cucumber05.key/Metadata/Properties.plist
|
270
|
-
- docs/nasu/keynote/cucumber05.key/preview-micro.jpg
|
271
|
-
- docs/nasu/keynote/cucumber05.key/preview-web.jpg
|
272
|
-
- docs/nasu/keynote/cucumber05.key/preview.jpg
|
273
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
274
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
275
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
276
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt10@2x-87.jpg
|
277
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt1@2x-78.jpg
|
278
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt2@2x-79.jpg
|
279
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt3@2x-80.jpg
|
280
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt4@2x-81.jpg
|
281
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt5@2x-82.jpg
|
282
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt6@2x-83.jpg
|
283
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt7@2x-84.jpg
|
284
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt8@2x-85.jpg
|
285
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/mt9@2x-86.jpg
|
286
|
-
- docs/nasu/keynote/my_help_nasu1.key/Data/st0-299.jpg
|
287
|
-
- docs/nasu/keynote/my_help_nasu1.key/Index.zip
|
288
|
-
- docs/nasu/keynote/my_help_nasu1.key/Metadata/BuildVersionHistory.plist
|
289
|
-
- docs/nasu/keynote/my_help_nasu1.key/Metadata/DocumentIdentifier
|
290
|
-
- docs/nasu/keynote/my_help_nasu1.key/Metadata/Properties.plist
|
291
|
-
- docs/nasu/keynote/my_help_nasu1.key/preview-micro.jpg
|
292
|
-
- docs/nasu/keynote/my_help_nasu1.key/preview-web.jpg
|
293
|
-
- docs/nasu/keynote/my_help_nasu1.key/preview.jpg
|
294
|
-
- docs/nasu/keynote/rspec01.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
295
|
-
- docs/nasu/keynote/rspec01.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
296
|
-
- docs/nasu/keynote/rspec01.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
297
|
-
- docs/nasu/keynote/rspec01.key/Data/mt10@2x-87.jpg
|
298
|
-
- docs/nasu/keynote/rspec01.key/Data/mt1@2x-78.jpg
|
299
|
-
- docs/nasu/keynote/rspec01.key/Data/mt2@2x-79.jpg
|
300
|
-
- docs/nasu/keynote/rspec01.key/Data/mt3@2x-80.jpg
|
301
|
-
- docs/nasu/keynote/rspec01.key/Data/mt4@2x-81.jpg
|
302
|
-
- docs/nasu/keynote/rspec01.key/Data/mt5@2x-82.jpg
|
303
|
-
- docs/nasu/keynote/rspec01.key/Data/mt6@2x-83.jpg
|
304
|
-
- docs/nasu/keynote/rspec01.key/Data/mt7@2x-84.jpg
|
305
|
-
- docs/nasu/keynote/rspec01.key/Data/mt8@2x-85.jpg
|
306
|
-
- docs/nasu/keynote/rspec01.key/Data/mt9@2x-86.jpg
|
307
|
-
- docs/nasu/keynote/rspec01.key/Data/pasted-image-89.png
|
308
|
-
- docs/nasu/keynote/rspec01.key/Data/pasted-image-small-90.png
|
309
|
-
- docs/nasu/keynote/rspec01.key/Data/st0-96.jpg
|
310
|
-
- docs/nasu/keynote/rspec01.key/Index.zip
|
311
|
-
- docs/nasu/keynote/rspec01.key/Metadata/BuildVersionHistory.plist
|
312
|
-
- docs/nasu/keynote/rspec01.key/Metadata/DocumentIdentifier
|
313
|
-
- docs/nasu/keynote/rspec01.key/Metadata/Properties.plist
|
314
|
-
- docs/nasu/keynote/rspec01.key/preview-micro.jpg
|
315
|
-
- docs/nasu/keynote/rspec01.key/preview-web.jpg
|
316
|
-
- docs/nasu/keynote/rspec01.key/preview.jpg
|
317
|
-
- docs/nasu/latex_dir/abstract.tex
|
318
|
-
- docs/nasu/latex_dir/code.tex
|
319
|
-
- docs/nasu/latex_dir/discussion.aux
|
320
|
-
- docs/nasu/latex_dir/discussion.tex
|
321
|
-
- docs/nasu/latex_dir/features.aux
|
322
|
-
- docs/nasu/latex_dir/features.tex
|
323
|
-
- docs/nasu/latex_dir/head.tex
|
324
|
-
- docs/nasu/latex_dir/introduction.aux
|
325
|
-
- docs/nasu/latex_dir/introduction.tex
|
326
|
-
- docs/nasu/latex_dir/jlisting.sty
|
327
|
-
- docs/nasu/latex_dir/method.aux
|
328
|
-
- docs/nasu/latex_dir/method.tex
|
329
|
-
- docs/nasu/latex_dir/method_bdd.aux
|
330
|
-
- docs/nasu/latex_dir/method_bdd.tex
|
331
|
-
- docs/nasu/latex_dir/method_cucumber.aux
|
332
|
-
- docs/nasu/latex_dir/method_cucumber.tex
|
333
|
-
- docs/nasu/latex_dir/method_usage.aux
|
334
|
-
- docs/nasu/latex_dir/method_usage.tex
|
335
|
-
- docs/nasu/latex_dir/my_help_nasu.aux
|
336
|
-
- docs/nasu/latex_dir/my_help_nasu.log
|
337
|
-
- docs/nasu/latex_dir/my_help_nasu.pdf
|
338
|
-
- docs/nasu/latex_dir/my_help_nasu.synctex.gz
|
339
|
-
- docs/nasu/latex_dir/my_help_nasu.tex
|
340
|
-
- docs/nasu/latex_dir/my_help_nasu.toc
|
341
|
-
- docs/nasu/latex_dir/new_code.aux
|
342
|
-
- docs/nasu/latex_dir/new_code.tex
|
343
|
-
- docs/nasu/latex_dir/overview.aux
|
344
|
-
- docs/nasu/latex_dir/pre.tex
|
345
|
-
- docs/nasu/method.hiki
|
346
|
-
- docs/nasu/method_bdd.hiki
|
347
|
-
- docs/nasu/method_cucumber.hiki
|
348
|
-
- docs/nasu/method_usage.hiki
|
349
|
-
- docs/nasu/my_help_nasu.hiki
|
350
|
-
- docs/nasu/my_help_nasu.key
|
351
|
-
- docs/nasu/my_help_nasu/my_help_nasu.001.bb
|
352
|
-
- docs/nasu/my_help_nasu/my_help_nasu.001.jpeg
|
353
|
-
- docs/nasu/my_help_nasu/my_help_nasu.002.bb
|
354
|
-
- docs/nasu/my_help_nasu/my_help_nasu.002.jpeg
|
355
|
-
- docs/nasu/my_help_nasu/my_help_nasu.003.bb
|
356
|
-
- docs/nasu/my_help_nasu/my_help_nasu.003.jpeg
|
357
|
-
- docs/nasu/my_help_nasu/my_help_nasu.004.bb
|
358
|
-
- docs/nasu/my_help_nasu/my_help_nasu.004.jpeg
|
359
|
-
- docs/nasu/my_help_nasu/my_help_nasu.005.bb
|
360
|
-
- docs/nasu/my_help_nasu/my_help_nasu.005.jpeg
|
361
|
-
- docs/nasu/my_help_nasu/my_help_nasu.006.bb
|
362
|
-
- docs/nasu/my_help_nasu/my_help_nasu.006.jpeg
|
363
|
-
- docs/nasu/my_help_nasu/my_help_nasu.007.bb
|
364
|
-
- docs/nasu/my_help_nasu/my_help_nasu.007.jpeg
|
365
|
-
- docs/nasu/my_help_nasu/my_help_nasu.008.bb
|
366
|
-
- docs/nasu/my_help_nasu/my_help_nasu.008.jpeg
|
367
|
-
- docs/nasu/my_help_nasu09.key
|
368
|
-
- docs/nasu/my_help_nasu1/my_help_nasu1.001.jpg
|
369
|
-
- docs/nasu/nasu_abst/abst_fig.bb
|
370
|
-
- docs/nasu/nasu_abst/abst_fig.png
|
371
|
-
- docs/nasu/nasu_abst/my_help_nasu.001.bb
|
372
|
-
- docs/nasu/nasu_abst/my_help_nasu.001.jpg
|
373
|
-
- docs/nasu/nasu_abst/my_help_nasu.001.png
|
374
|
-
- docs/nasu/nasu_abst/nasu_abst.aux
|
375
|
-
- docs/nasu/nasu_abst/nasu_abst.log
|
376
|
-
- docs/nasu/nasu_abst/nasu_abst.pdf
|
377
|
-
- docs/nasu/nasu_abst/nasu_abst.synctex.gz
|
378
|
-
- docs/nasu/nasu_abst/nasu_abst.tex
|
379
|
-
- docs/nasu/new_code.hiki
|
380
|
-
- docs/nasu/spec/.rspec
|
381
|
-
- docs/nasu/spec/my_help_spec.rb
|
382
|
-
- docs/nasu/spec/my_todo/todo_spec.rb
|
383
|
-
- docs/nasu/spec/spec_helper.rb
|
384
|
-
- docs/nasu/spec/support/aruba.rb
|
385
|
-
- docs/nasu/spec/thor_spec.rb
|
386
|
-
- docs/nasu/test/my_help_test.rb
|
387
|
-
- docs/nasu/test/test_helper.rb
|
388
|
-
- docs/tmp.org
|
389
|
-
- docs/yagi/bachelor_thesis/final/figs/opt_thor.jpeg
|
390
|
-
- docs/yagi/bachelor_thesis/final/handout/handout.aux
|
391
|
-
- docs/yagi/bachelor_thesis/final/handout/handout.log
|
392
|
-
- docs/yagi/bachelor_thesis/final/handout/handout.pdf
|
393
|
-
- docs/yagi/bachelor_thesis/final/handout/handout.synctex.gz
|
394
|
-
- docs/yagi/bachelor_thesis/final/handout/handout.tex
|
395
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.aux
|
396
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.dvi
|
397
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.lof
|
398
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.lot
|
399
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.synctex.gz
|
400
|
-
- docs/yagi/bachelor_thesis/final/mk_latex/thesis/thesis.toc
|
401
|
-
- docs/yagi/bachelor_thesis/final/thesis/figs/opt_thor.png
|
402
|
-
- docs/yagi/bachelor_thesis/final/thesis/final_thesis.ipynb
|
403
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/latex/final_thesis.tex
|
404
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter1/chapter1.tex
|
405
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter2/chapter2.log
|
406
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter2/chapter2.tex
|
407
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter3/chapter3.log
|
408
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter3/chapter3.tex
|
409
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter4/chapter4.tex
|
410
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter5/chapter5.tex
|
411
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter6/chapter6.log
|
412
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/chapter6/chapter6.tex
|
413
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/informations/informations.aux
|
414
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/informations/informations.log
|
415
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/informations/informations.tex
|
416
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/split_files/tmp/tmp.tex
|
417
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/.splits_location.tex
|
418
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.aux
|
419
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.lof
|
420
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.log
|
421
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.lot
|
422
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.out.ps
|
423
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.pdf
|
424
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.synctex.gz
|
425
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.tex
|
426
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis.toc
|
427
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis/thesis_checked_180213_1433.pdf
|
428
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis_pieces/form00_style.tex
|
429
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis_pieces/tightlist_setting.tex
|
430
|
-
- docs/yagi/bachelor_thesis/final/thesis/mk_latex/thesis_pieces/usepackage.tex
|
431
|
-
- docs/yagi/bachelor_thesis/translation/awesome_chapter2.ipynb
|
432
|
-
- docs/yagi/bachelor_thesis/translation/awesome_introduction.ipynb
|
433
|
-
- docs/yagi/comparisons/.ipynb_checkpoints/Untitled-checkpoint.ipynb
|
434
|
-
- docs/yagi/comparisons/.ipynb_checkpoints/comp-checkpoint.ipynb
|
435
|
-
- docs/yagi/comparisons/comp.ipynb
|
436
|
-
- docs/yagi/comparisons/hanami.rb
|
437
|
-
- docs/yagi/comparisons/optparse.rb
|
438
|
-
- docs/yagi/comparisons/thor.rb
|
439
|
-
- docs/yagi/midterm_presentation/.ipynb_checkpoints/abst-checkpoint.ipynb
|
440
|
-
- docs/yagi/midterm_presentation/abst.aux
|
441
|
-
- docs/yagi/midterm_presentation/abst.ipynb
|
442
|
-
- docs/yagi/midterm_presentation/abst.log
|
443
|
-
- docs/yagi/midterm_presentation/abst.pdf
|
444
|
-
- docs/yagi/midterm_presentation/abst.synctex.gz
|
445
|
-
- docs/yagi/midterm_presentation/abst.tex
|
446
|
-
- docs/yagi/midterm_presentation/jlisting.sty
|
447
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/110809_FamilyChineseOahu_EN_00317_2040x1360-small-12.jpg
|
448
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/110809_FamilyChineseOahu_EN_02016_981x654-small-14.jpg
|
449
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/110809_FamilyChineseOahu_EN_02390_2880x1921-small-10.jpg
|
450
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt10@2x-92.jpg
|
451
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt1@2x-83.jpg
|
452
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt2@2x-84.jpg
|
453
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt3@2x-85.jpg
|
454
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt4@2x-86.jpg
|
455
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt5@2x-87.jpg
|
456
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt6@2x-88.jpg
|
457
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt7@2x-89.jpg
|
458
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt8@2x-90.jpg
|
459
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/mt9@2x-91.jpg
|
460
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/st0-438.jpg
|
461
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/st1-598.jpg
|
462
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/st2-648.jpg
|
463
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/st3-652.jpg
|
464
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Data/st4-671.jpg
|
465
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Index.zip
|
466
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Metadata/BuildVersionHistory.plist
|
467
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Metadata/DocumentIdentifier
|
468
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/Metadata/Properties.plist
|
469
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/preview-micro.jpg
|
470
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/preview-web.jpg
|
471
|
-
- docs/yagi/midterm_presentation/mid_keynote.key/preview.jpg
|
472
|
-
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.001.png
|
473
|
-
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.002.png
|
474
|
-
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.003.png
|
475
|
-
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.004.png
|
476
|
-
- docs/yagi/midterm_presentation/mid_keynote/mid_keynote.005.png
|
477
|
-
- docs/yagi/thor_spec.ipynb
|
478
|
-
- docs/yagi/thor_task.ipynb
|
95
|
+
- docs/README_en.org
|
96
|
+
- docs/diff_against_org_mode.org
|
97
|
+
- docs/path_setting.org
|
479
98
|
- exe/e_h
|
480
99
|
- exe/emacs_help
|
481
100
|
- exe/m_t
|
@@ -490,7 +109,6 @@ files:
|
|
490
109
|
- lib/my_help/version.rb
|
491
110
|
- lib/my_help/yml2org.rb
|
492
111
|
- lib/my_help_thor.rb
|
493
|
-
- lib/my_todo/my_todo.rb
|
494
112
|
- lib/specific_help.rb
|
495
113
|
- lib/specific_help_bu.rb
|
496
114
|
- lib/specific_help_opt.rb
|
@@ -499,7 +117,6 @@ files:
|
|
499
117
|
- lib/templates/my_todo.org
|
500
118
|
- lib/templates/org_help.org
|
501
119
|
- lib/templates/template_help.org
|
502
|
-
- lib/todo.rb
|
503
120
|
- make_docker.sh
|
504
121
|
- my_help.gemspec
|
505
122
|
homepage: https://github.com/daddygongon/my_help
|