rabbit-slide-tommy-nseg69 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 37d4f3cb01a58ce58b6e4c3663c4c1dde51bdcf5
4
+ data.tar.gz: 15c434ef6019e256eeb9a9d3587918ab5d3d540f
5
+ SHA512:
6
+ metadata.gz: b79f41f6f092c7f208a3a603e97173b5133d5a46dcad91b913d36e148e786eaf033908cc59926cf9203d67e4d9a80c30c0a5faff0c231f25e910f3a71d9ebb0c
7
+ data.tar.gz: 9424bbb875fec9c0b204784fc688c8f6c12550f1bc138fb4dcb173d3c296c7ef8fcf42976d8cf0ce1c5c86d3a0c06cae538b82f1cfc1e8fffb7b0aada28b57fa
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ nseg69.md
@@ -0,0 +1,24 @@
1
+ # 「理論から学ぶ\\nデータベース実践入門」読書会スペシャル
2
+
3
+ 前説
4
+
5
+ ## For author
6
+
7
+ ### Show
8
+
9
+ rake
10
+
11
+ ### Publish
12
+
13
+ rake publish
14
+
15
+ ## For viewers
16
+
17
+ ### Install
18
+
19
+ gem install rabbit-slide-tommy-nseg69
20
+
21
+ ### Show
22
+
23
+ rabbit rabbit-slide-tommy-nseg69.gem
24
+
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ # spec.add_runtime_dependency("YOUR THEME")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: nseg69
3
+ base_name: nseg69
4
+ tags: []
5
+ presentation_date:
6
+ version: 1.0.0
7
+ licenses: []
8
+ slideshare_id:
9
+ speaker_deck_id:
10
+ ustream_id:
11
+ vimeo_id:
12
+ youtube_id:
13
+ author:
14
+ markup_language: :markdown
15
+ name: "とみたまさひろ"
16
+ email: tommy@tmtm.org
17
+ rubygems_user: tommy
18
+ slideshare_user: tmtm
19
+ speaker_deck_user:
Binary file
@@ -0,0 +1,63 @@
1
+ # 「理論から学ぶ\\nデータベース実践入門」\\n読書会スペシャル
2
+
3
+ content-source
4
+ : NSEG#69
5
+
6
+ author
7
+ : NSEG
8
+
9
+ date
10
+ : 2015-11-28
11
+
12
+ allotted-time
13
+ : 10m
14
+
15
+ theme
16
+ : clear-blue+
17
+
18
+ # 自己紹介
19
+
20
+ ![](icon.jpg){:relative_height="30" align="right" relative_margin_top="-30" relative_margin_right="-10"}
21
+
22
+ * とみた まさひろ
23
+ * http://tmtms.hatenablog.com
24
+ * http://twitter.com/tmtms
25
+ * https://github.com/tmtm
26
+
27
+ * 長野県北部在住プログラマー
28
+
29
+ # NSEG - 長野ソフトウェア技術者グループ
30
+
31
+ * http://nseg.jp
32
+ * 長野県内(主に長野市)で毎月勉強会を開催
33
+ * 主催者不定
34
+
35
+ > 長野県内もしくは長野県をキーワードに開催されるIT勉強会であれば、NSEGという名前を自由に使っていただいて構いません
36
+
37
+ # 勉強会
38
+
39
+ * フリーテーマ発表会
40
+ * もくもく会
41
+ * JAWS-UG長野支部
42
+ * Azureしなの
43
+ * アジャイルジャパン 長野サテライト
44
+ * 来月は12/19「スクラム体験ワークショップ・1DAYプログラム!お試し版」
45
+
46
+ # 読書会
47
+
48
+ * 「理論から学ぶデータベース実践入門」
49
+ * 隔週水曜日 18:30〜20:00
50
+ * 場所: ギークラボ長野 geeklab-nagano.com
51
+ * 今までに14回開催
52
+ * 最終章を残すのみ
53
+
54
+ # 参加者数
55
+
56
+ ![](persons.svg){:relative_height='100'}
57
+
58
+ # 本日は著者の奥野さんを招いた\\nスペシャル会
59
+
60
+ # 参加者数
61
+
62
+ ![](persons2.svg){:relative_height='100'}
63
+
Binary file
@@ -0,0 +1,126 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)"
5
+ width="600" height="400"
6
+ viewBox="0 0 600 400"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ >
10
+
11
+ <title>Gnuplot</title>
12
+ <desc>Produced by GNUPLOT 4.6 patchlevel 6 </desc>
13
+
14
+ <script type="text/javascript" xlink:href="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_svg.js"/>
15
+
16
+ <!-- Tie mousing to entire bounding box of the plot -->
17
+ <rect x="0" y="0" width="600" height="400" fill="#ffffff" stroke="black" stroke-width="1"
18
+ onclick="gnuplot_svg.toggleCoordBox(evt)" onmousemove="gnuplot_svg.moveCoordBox(evt)"/>
19
+
20
+ <!-- Also track mouse when it is on a plot element -->
21
+ <g id="gnuplot_canvas" onclick="gnuplot_svg.toggleCoordBox(evt)" onmousemove="gnuplot_svg.moveCoordBox(evt)">
22
+
23
+ <defs>
24
+
25
+ <circle id='gpDot' r='0.5' stroke-width='0.5'/>
26
+ <path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
27
+ <path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
28
+ <path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
29
+ <rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
30
+ <rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
31
+ <circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
32
+ <use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
33
+ <path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
34
+ <use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
35
+ <use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
36
+ <use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
37
+ <use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
38
+ <use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
39
+ <filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
40
+ <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
41
+ <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
42
+ </filter>
43
+ </defs>
44
+ <g style="fill:none; color:white; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
45
+ </g>
46
+ <g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
47
+ <path stroke='black' d='M45.6,364.0 L54.6,364.0 M575.0,364.0 L566.0,364.0 '/> <g transform="translate(37.3,368.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
48
+ <text><tspan> 0</tspan></text>
49
+ </g>
50
+ <path stroke='black' d='M45.6,306.1 L54.6,306.1 M575.0,306.1 L566.0,306.1 '/> <g transform="translate(37.3,310.6)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
51
+ <text><tspan> 2</tspan></text>
52
+ </g>
53
+ <path stroke='black' d='M45.6,248.2 L54.6,248.2 M575.0,248.2 L566.0,248.2 '/> <g transform="translate(37.3,252.7)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
54
+ <text><tspan> 4</tspan></text>
55
+ </g>
56
+ <path stroke='black' d='M45.6,190.3 L54.6,190.3 M575.0,190.3 L566.0,190.3 '/> <g transform="translate(37.3,194.8)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
57
+ <text><tspan> 6</tspan></text>
58
+ </g>
59
+ <path stroke='black' d='M45.6,132.5 L54.6,132.5 M575.0,132.5 L566.0,132.5 '/> <g transform="translate(37.3,137.0)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
60
+ <text><tspan> 8</tspan></text>
61
+ </g>
62
+ <path stroke='black' d='M45.6,74.6 L54.6,74.6 M575.0,74.6 L566.0,74.6 '/> <g transform="translate(37.3,79.1)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
63
+ <text><tspan> 10</tspan></text>
64
+ </g>
65
+ <path stroke='black' d='M45.6,16.7 L54.6,16.7 M575.0,16.7 L566.0,16.7 '/> <g transform="translate(37.3,21.2)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
66
+ <text><tspan> 12</tspan></text>
67
+ </g>
68
+ <path stroke='black' d='M86.3,364.0 L86.3,355.0 M86.3,16.7 L86.3,25.7 '/> <g transform="translate(86.3,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
69
+ <text><tspan> 2</tspan></text>
70
+ </g>
71
+ <path stroke='black' d='M167.8,364.0 L167.8,355.0 M167.8,16.7 L167.8,25.7 '/> <g transform="translate(167.8,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
72
+ <text><tspan> 4</tspan></text>
73
+ </g>
74
+ <path stroke='black' d='M249.2,364.0 L249.2,355.0 M249.2,16.7 L249.2,25.7 '/> <g transform="translate(249.2,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
75
+ <text><tspan> 6</tspan></text>
76
+ </g>
77
+ <path stroke='black' d='M330.7,364.0 L330.7,355.0 M330.7,16.7 L330.7,25.7 '/> <g transform="translate(330.7,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
78
+ <text><tspan> 8</tspan></text>
79
+ </g>
80
+ <path stroke='black' d='M412.1,364.0 L412.1,355.0 M412.1,16.7 L412.1,25.7 '/> <g transform="translate(412.1,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
81
+ <text><tspan> 10</tspan></text>
82
+ </g>
83
+ <path stroke='black' d='M493.6,364.0 L493.6,355.0 M493.6,16.7 L493.6,25.7 '/> <g transform="translate(493.6,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
84
+ <text><tspan> 12</tspan></text>
85
+ </g>
86
+ <path stroke='black' d='M575.0,364.0 L575.0,355.0 M575.0,16.7 L575.0,25.7 '/> <g transform="translate(575.0,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
87
+ <text><tspan> 14</tspan></text>
88
+ </g>
89
+ <path stroke='black' d='M45.6,16.7 L45.6,364.0 L575.0,364.0 L575.0,16.7 L45.6,16.7 Z '/></g>
90
+ <g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
91
+ <g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
92
+ <path stroke='red' d='M45.6,16.7 L86.3,74.6 L127.0,190.3 L167.8,161.4 L208.5,190.3 L249.2,161.4 L289.9,190.3 L330.7,161.4
93
+ L371.4,219.3 L412.1,219.3 L452.8,248.2 L493.6,248.2 L534.3,277.2 L575.0,248.2 '/></g>
94
+ </g>
95
+ <g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
96
+ <path stroke='black' d='M45.6,16.7 L45.6,364.0 L575.0,364.0 L575.0,16.7 L45.6,16.7 Z '/></g>
97
+
98
+ <script type="text/javascript"><![CDATA[
99
+ // plot boundaries and axis scaling information for mousing
100
+ gnuplot_svg.plot_term_xmax = 600;
101
+ gnuplot_svg.plot_term_ymax = 400;
102
+ gnuplot_svg.plot_xmin = 45.6;
103
+ gnuplot_svg.plot_xmax = 575.0;
104
+ gnuplot_svg.plot_ybot = 364.0;
105
+ gnuplot_svg.plot_ytop = 16.7;
106
+ gnuplot_svg.plot_width = 529.4;
107
+ gnuplot_svg.plot_height = 347.3;
108
+ gnuplot_svg.plot_axis_xmin = 1;
109
+ gnuplot_svg.plot_axis_xmax = 14;
110
+ gnuplot_svg.plot_axis_ymin = 0;
111
+ gnuplot_svg.plot_axis_ymax = 12;
112
+ gnuplot_svg.polar_mode = false;
113
+ gnuplot_svg.plot_axis_x2min = "none"
114
+ gnuplot_svg.plot_axis_y2min = "none"
115
+ gnuplot_svg.plot_logaxis_x = 0;
116
+ gnuplot_svg.plot_logaxis_y = 0;
117
+ gnuplot_svg.plot_timeaxis_x = "";
118
+ ]]>
119
+ </script>
120
+ </g>
121
+
122
+ <text id="coord_text" text-anchor="start" pointer-events="none"
123
+ font-size="12" font-family="Arial"
124
+ visibility="hidden"> </text>
125
+ </svg>
126
+
@@ -0,0 +1,123 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
3
+ "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
4
+ <svg onload="if (typeof(gnuplot_svg)!='undefined') gnuplot_svg.Init(evt)"
5
+ width="600" height="400"
6
+ viewBox="0 0 600 400"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ xmlns:xlink="http://www.w3.org/1999/xlink"
9
+ >
10
+
11
+ <title>Gnuplot</title>
12
+ <desc>Produced by GNUPLOT 4.6 patchlevel 6 </desc>
13
+
14
+ <script type="text/javascript" xlink:href="/usr/share/gnuplot/gnuplot/4.6/js/gnuplot_svg.js"/>
15
+
16
+ <!-- Tie mousing to entire bounding box of the plot -->
17
+ <rect x="0" y="0" width="600" height="400" fill="#ffffff" stroke="black" stroke-width="1"
18
+ onclick="gnuplot_svg.toggleCoordBox(evt)" onmousemove="gnuplot_svg.moveCoordBox(evt)"/>
19
+
20
+ <!-- Also track mouse when it is on a plot element -->
21
+ <g id="gnuplot_canvas" onclick="gnuplot_svg.toggleCoordBox(evt)" onmousemove="gnuplot_svg.moveCoordBox(evt)">
22
+
23
+ <defs>
24
+
25
+ <circle id='gpDot' r='0.5' stroke-width='0.5'/>
26
+ <path id='gpPt0' stroke-width='0.222' stroke='currentColor' d='M-1,0 h2 M0,-1 v2'/>
27
+ <path id='gpPt1' stroke-width='0.222' stroke='currentColor' d='M-1,-1 L1,1 M1,-1 L-1,1'/>
28
+ <path id='gpPt2' stroke-width='0.222' stroke='currentColor' d='M-1,0 L1,0 M0,-1 L0,1 M-1,-1 L1,1 M-1,1 L1,-1'/>
29
+ <rect id='gpPt3' stroke-width='0.222' stroke='currentColor' x='-1' y='-1' width='2' height='2'/>
30
+ <rect id='gpPt4' stroke-width='0.222' stroke='currentColor' fill='currentColor' x='-1' y='-1' width='2' height='2'/>
31
+ <circle id='gpPt5' stroke-width='0.222' stroke='currentColor' cx='0' cy='0' r='1'/>
32
+ <use xlink:href='#gpPt5' id='gpPt6' fill='currentColor' stroke='none'/>
33
+ <path id='gpPt7' stroke-width='0.222' stroke='currentColor' d='M0,-1.33 L-1.33,0.67 L1.33,0.67 z'/>
34
+ <use xlink:href='#gpPt7' id='gpPt8' fill='currentColor' stroke='none'/>
35
+ <use xlink:href='#gpPt7' id='gpPt9' stroke='currentColor' transform='rotate(180)'/>
36
+ <use xlink:href='#gpPt9' id='gpPt10' fill='currentColor' stroke='none'/>
37
+ <use xlink:href='#gpPt3' id='gpPt11' stroke='currentColor' transform='rotate(45)'/>
38
+ <use xlink:href='#gpPt11' id='gpPt12' fill='currentColor' stroke='none'/>
39
+ <filter id='greybox' filterUnits='objectBoundingBox' x='0' y='0' height='1' width='1'>
40
+ <feFlood flood-color='lightgrey' flood-opacity='1' result='grey'/>
41
+ <feComposite in='SourceGraphic' in2='grey' operator='atop'/>
42
+ </filter>
43
+ </defs>
44
+ <g style="fill:none; color:white; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
45
+ </g>
46
+ <g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
47
+ <path stroke='black' d='M45.6,364.0 L54.6,364.0 M575.0,364.0 L566.0,364.0 '/> <g transform="translate(37.3,368.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
48
+ <text><tspan> 0</tspan></text>
49
+ </g>
50
+ <path stroke='black' d='M45.6,294.5 L54.6,294.5 M575.0,294.5 L566.0,294.5 '/> <g transform="translate(37.3,299.0)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
51
+ <text><tspan> 5</tspan></text>
52
+ </g>
53
+ <path stroke='black' d='M45.6,225.1 L54.6,225.1 M575.0,225.1 L566.0,225.1 '/> <g transform="translate(37.3,229.6)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
54
+ <text><tspan> 10</tspan></text>
55
+ </g>
56
+ <path stroke='black' d='M45.6,155.6 L54.6,155.6 M575.0,155.6 L566.0,155.6 '/> <g transform="translate(37.3,160.1)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
57
+ <text><tspan> 15</tspan></text>
58
+ </g>
59
+ <path stroke='black' d='M45.6,86.2 L54.6,86.2 M575.0,86.2 L566.0,86.2 '/> <g transform="translate(37.3,90.7)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
60
+ <text><tspan> 20</tspan></text>
61
+ </g>
62
+ <path stroke='black' d='M45.6,16.7 L54.6,16.7 M575.0,16.7 L566.0,16.7 '/> <g transform="translate(37.3,21.2)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:end">
63
+ <text><tspan> 25</tspan></text>
64
+ </g>
65
+ <path stroke='black' d='M83.4,364.0 L83.4,355.0 M83.4,16.7 L83.4,25.7 '/> <g transform="translate(83.4,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
66
+ <text><tspan> 2</tspan></text>
67
+ </g>
68
+ <path stroke='black' d='M159.0,364.0 L159.0,355.0 M159.0,16.7 L159.0,25.7 '/> <g transform="translate(159.0,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
69
+ <text><tspan> 4</tspan></text>
70
+ </g>
71
+ <path stroke='black' d='M234.7,364.0 L234.7,355.0 M234.7,16.7 L234.7,25.7 '/> <g transform="translate(234.7,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
72
+ <text><tspan> 6</tspan></text>
73
+ </g>
74
+ <path stroke='black' d='M310.3,364.0 L310.3,355.0 M310.3,16.7 L310.3,25.7 '/> <g transform="translate(310.3,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
75
+ <text><tspan> 8</tspan></text>
76
+ </g>
77
+ <path stroke='black' d='M385.9,364.0 L385.9,355.0 M385.9,16.7 L385.9,25.7 '/> <g transform="translate(385.9,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
78
+ <text><tspan> 10</tspan></text>
79
+ </g>
80
+ <path stroke='black' d='M461.6,364.0 L461.6,355.0 M461.6,16.7 L461.6,25.7 '/> <g transform="translate(461.6,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
81
+ <text><tspan> 12</tspan></text>
82
+ </g>
83
+ <path stroke='black' d='M537.2,364.0 L537.2,355.0 M537.2,16.7 L537.2,25.7 '/> <g transform="translate(537.2,386.5)" style="stroke:none; fill:black; font-family:Times New Roman; font-size:12.00pt; text-anchor:middle">
84
+ <text><tspan> 14</tspan></text>
85
+ </g>
86
+ <path stroke='black' d='M45.6,16.7 L45.6,364.0 L575.0,364.0 L575.0,16.7 L45.6,16.7 Z '/></g>
87
+ <g id="gnuplot_plot_1" ><title>gnuplot_plot_1</title>
88
+ <g style="fill:none; color:red; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
89
+ <path stroke='red' d='M45.6,197.3 L83.4,225.1 L121.2,280.6 L159.0,266.8 L196.9,280.6 L234.7,266.8 L272.5,280.6 L310.3,266.8
90
+ L348.1,294.5 L385.9,294.5 L423.7,308.4 L461.6,308.4 L499.4,322.3 L537.2,308.4 L575.0,58.4 '/></g>
91
+ </g>
92
+ <g style="fill:none; color:black; stroke:currentColor; stroke-width:1.00; stroke-linecap:butt; stroke-linejoin:miter">
93
+ <path stroke='black' d='M45.6,16.7 L45.6,364.0 L575.0,364.0 L575.0,16.7 L45.6,16.7 Z '/></g>
94
+
95
+ <script type="text/javascript"><![CDATA[
96
+ // plot boundaries and axis scaling information for mousing
97
+ gnuplot_svg.plot_term_xmax = 600;
98
+ gnuplot_svg.plot_term_ymax = 400;
99
+ gnuplot_svg.plot_xmin = 45.6;
100
+ gnuplot_svg.plot_xmax = 575.0;
101
+ gnuplot_svg.plot_ybot = 364.0;
102
+ gnuplot_svg.plot_ytop = 16.7;
103
+ gnuplot_svg.plot_width = 529.4;
104
+ gnuplot_svg.plot_height = 347.3;
105
+ gnuplot_svg.plot_axis_xmin = 1;
106
+ gnuplot_svg.plot_axis_xmax = 15;
107
+ gnuplot_svg.plot_axis_ymin = 0;
108
+ gnuplot_svg.plot_axis_ymax = 25;
109
+ gnuplot_svg.polar_mode = false;
110
+ gnuplot_svg.plot_axis_x2min = "none"
111
+ gnuplot_svg.plot_axis_y2min = "none"
112
+ gnuplot_svg.plot_logaxis_x = 0;
113
+ gnuplot_svg.plot_logaxis_y = 0;
114
+ gnuplot_svg.plot_timeaxis_x = "";
115
+ ]]>
116
+ </script>
117
+ </g>
118
+
119
+ <text id="coord_text" text-anchor="start" pointer-events="none"
120
+ font-size="12" font-family="Arial"
121
+ visibility="hidden"> </text>
122
+ </svg>
123
+
metadata ADDED
@@ -0,0 +1,66 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-tommy-nseg69
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - "とみたまさひろ"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-12-01 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: "前説"
28
+ email:
29
+ - tommy@tmtm.org
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - config.yaml
38
+ - icon.jpg
39
+ - nseg69.md
40
+ - pdf/nseg69-nseg69.pdf
41
+ - persons.svg
42
+ - persons2.svg
43
+ homepage: http://slide.rabbit-shocker.org/authors/tommy/nseg69/
44
+ licenses: []
45
+ metadata: {}
46
+ post_install_message:
47
+ rdoc_options: []
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
55
+ required_rubygems_version: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - ">="
58
+ - !ruby/object:Gem::Version
59
+ version: '0'
60
+ requirements: []
61
+ rubyforge_project:
62
+ rubygems_version: 2.5.0
63
+ signing_key:
64
+ specification_version: 4
65
+ summary: "「理論から学ぶ\\\\nデータベース実践入門」読書会スペシャル"
66
+ test_files: []