vimdeck 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,97 @@
1
+ _________ ___ ____
2
+ / ___/ __ \/ _ \/ __/
3
+ / /__/ /_/ / // / _/
4
+ \___/\____/____/___/
5
+
6
+ module Parts
7
+ class foo
8
+ def slide
9
+ "of a"
10
+ end
11
+
12
+ def can
13
+ highlight = "vimdeck"
14
+ end
15
+ end
16
+ end
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+ slide 014
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 015
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 016
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 017
@@ -0,0 +1,95 @@
1
+ _________ ___ ____ ___ ______ ___
2
+ / ___/ __ \/ _ \/ __/ / _ \_ __/ |_ |
3
+ / /__/ /_/ / // / _/ / ___// / / __/
4
+ \___/\____/____/___/ /_/ /_/ /____/
5
+
6
+ (function( window, $, undefined ) {
7
+ $( '.hello' ).on( 'click', function sayHello() {
8
+ alert( 'Why, hello there!' );
9
+ });
10
+ })( window, jQuery );
11
+
12
+ <body>
13
+ <a href="#" class="hello">Hello!</a>
14
+ </body>
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+ slide 018
@@ -0,0 +1,87 @@
1
+ ________ ______ ____
2
+ /_ __/ /_ ___ / ____/___ ____/ / /
3
+ / / / __ \/ _ \ / __/ / __ \/ __ / /
4
+ / / / / / / __/ / /___/ / / / /_/ /_/
5
+ /_/ /_/ /_/\___/ /_____/_/ /_/\__,_(_)
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+
14
+
15
+
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
29
+
30
+
31
+
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+
42
+
43
+
44
+
45
+
46
+
47
+
48
+
49
+
50
+
51
+
52
+
53
+
54
+
55
+
56
+
57
+
58
+
59
+
60
+
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+ slide 019
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vimdeck
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler Benziger
@@ -75,24 +75,43 @@ files:
75
75
  - lib/vimdeck.rb
76
76
  - presentation/script.vim
77
77
  - presentation/slide001.md
78
+ - presentation/slide001.txt
78
79
  - presentation/slide002.md
80
+ - presentation/slide002.txt
79
81
  - presentation/slide003.md
82
+ - presentation/slide003.txt
80
83
  - presentation/slide004.md
84
+ - presentation/slide004.txt
81
85
  - presentation/slide005.md
86
+ - presentation/slide005.txt
82
87
  - presentation/slide006.md
88
+ - presentation/slide006.txt
83
89
  - presentation/slide007.md
90
+ - presentation/slide007.txt
84
91
  - presentation/slide008.md
92
+ - presentation/slide008.txt
85
93
  - presentation/slide009.md
94
+ - presentation/slide009.txt
86
95
  - presentation/slide010.md
96
+ - presentation/slide010.txt
87
97
  - presentation/slide011.md
98
+ - presentation/slide011.txt
88
99
  - presentation/slide012.md
100
+ - presentation/slide012.txt
89
101
  - presentation/slide013.md
102
+ - presentation/slide013.txt
90
103
  - presentation/slide014.md
104
+ - presentation/slide014.txt
91
105
  - presentation/slide015.md
106
+ - presentation/slide015.txt
92
107
  - presentation/slide016.md
108
+ - presentation/slide016.txt
93
109
  - presentation/slide017.md
110
+ - presentation/slide017.txt
94
111
  - presentation/slide018.md
112
+ - presentation/slide018.txt
95
113
  - presentation/slide019.md
114
+ - presentation/slide019.txt
96
115
  - presentation/slide020.md
97
116
  - presentation/slide021.md
98
117
  - presentation/slide022.md