-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBlog.html
174 lines (120 loc) · 5.01 KB
/
Blog.html
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog</title>
<meta charset="utf-8" />
<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="width=device-width,initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="/theme/gumby.css" />
<link rel="stylesheet" type="text/css" href="/theme/style.css" />
<link rel="stylesheet" type="text/css" href="/theme/pygment.css" />
<script src="/theme/js/libs/modernizr-2.6.2.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56071882-1', 'auto');
ga('send', 'pageview');
</script>
<style type = "text/css">
body
{
background-image: url("../images/bkg-1.jpg");
background-position: 50% 50%;
background-repeat: repeat-y;
}
</style>
</head>
<body id="index" class="home">
<div class="container">
<div class="row">
<header id="banner" class="body">
<h1><a href="/">Gesture, Graphics & Vision Software Engineer <strong></strong></a></h1>
</header><!-- /#banner -->
<div id="navigation" class="navbar row">
<a href="#" gumby-trigger="#navigation > ul" class="toggle"><i class="icon-menu"></i></a>
<ul class="columns">
<li><a href="index.html">Home</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="#">Blog</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
<section id="content" class="body">
<div class="row">
<div class="eleven columns">
<header>
<h2 class="entry-title">
<a href="#" rel="bookmark"
title="Blog">Blog</a></h2>
</header>
<footer class="post-info">
<abbr class="published" title="2014-09-20T10:20:00">
Wed October 1st, 2014
</abbr>
<address class="vcard author">
By <a class="url fn" href="Contact.html">Sagar Gandhi</a>
</address>
</footer><!-- /.post-info -->
<div class="entry-content"><p>
If you are working on Kinect for Windows V2 and want to play with Speech Basics Sample, and you are using Visual Studio Express Edition, this post is for you. If you are in hurry....
</p>
</div><!-- /.entry-content -->
<div class="medium primary btn">
<a href="/Speech-Basics-D2D-C++-Visual-Studio-Express-Edition.html" rel="bookmark" title="peech-Basics-D2D-C++-Visual-Studio-Express-Edition">Read more
<i class="icon-arrow-right">
</i>
</a>
</div>
</article></li>
</ol><!-- /#posts-list -->
</div><!-- /.eleven.columns -->
<div class="three columns">
<nav class="widget">
<br>
<h4>Social</h4>
<ul>
<li>
<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
<script type="IN/MemberProfile" data-id="https://www.linkedin.com/pub/sagar-gandhi/46/581/336" data-format="hover" data-text="Sagar Gandhi"></script>
</li>
<br>
<li>
<a href="https://github.com/Gandhi-Sagar"><img src="../images/GitHub_Logo_m.png" style="width:100px;height:23px"></a>
</li>
<li>
<a href="https://www.youtube.com/channel/UCNsMfUTIg9CETvSTj1FMJDw/playlists"><img src="../images/YouTube-logo-full_color.png" style="width:110px;"></a>
</li>
</ul>
</nav>
<h4>Tags</h4>
OS Development, Graphics, Software Engineer, Gesture, 3D Programming, Machine Learning, OpenGL, GPU, GPGPU, OpenCV, Linux
</div> </div><!-- /.row -->
</section>
</div><!-- /.row -->
</div><!-- /.container -->
<div class="container.nopad bg">
<footer id="credits" class="row">
<div class="seven columns left-center">
<address id="about" class="vcard body">
Proudly powered by <a href="http://getpelican.com/">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
<br />
Based on the <a target="_blank" href="http://gumbyframework.com">Gumby Framework</a>
</address>
</div>
<div class="seven columns">
<div class="row">
<ul class="socbtns">
</ul>
</div>
</div>
</footer>
</div>
<script src="/theme/js/libs/jquery-1.9.1.min.js"></script>
<script src="/theme/js/libs/gumby.min.js"></script>
<script src="/theme/js/plugins.js"></script>
</body>
</html>