-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
327 lines (257 loc) · 13.9 KB
/
index.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>BLOG | EASY CONCEPTS</title>
<meta name="description" content="The personal blog of Hossain Mohd. Faysal, a doctoral candidate in Electrical Engineering at University of Pennsylvania.">
<meta name="keywords" content="Hossain, Mohd, Faysal, electrical, engineering, blog, university, pennsylvania, doha, Qatar">
<!-- Open Graph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="BLOG">
<meta property="og:description" content="The personal blog of Hossain Mohd. Faysal, a doctoral candidate in Electrical Engineering at University of Pennsylvania.">
<meta property="og:url" content="http://anchalrani.github.io/">
<meta property="og:site_name" content="Easy Concepts">
<meta property="og:image" content="http://anchalrani.github.io/images/">
<link rel="canonical" href="http://anchalrani.github.io/">
<link href="http://anchalrani.github.io/feed.xml" type="application/atom+xml" rel="alternate" title="Easy Concepts Feed">
<link rel="author" href="https://plus.google.com/110796915762914337471/?rel=author">
<!-- http://t.co/dKP3o1e -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,600,300,800,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/vendor/font-awesome.min.css">
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/vendor/normalize.css">
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/vendor/nprogress.css">
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/vendor/foundation.min.css">
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/style.css">
<link rel="stylesheet" href="http://anchalrani.github.io/assets/css/post.css">
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="http://anchalrani.github.io/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="http://anchalrani.github.io/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="http://anchalrani.github.io/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://anchalrani.github.io/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://anchalrani.github.io/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://anchalrani.github.io/images/apple-touch-icon-144x144-precomposed.png">
</head>
<body class="home-template" itemscope itemtype="http://schema.org/WebPage">
<header class="notepad-site-head">
<div class="notepad-site-head-menu">
<a class="notepad-blog-logo" href="http://anchalrani.github.io"><img src="http://anchalrani.github.io/images/icon.png" alt="Blog Logo" /></a>
<div class="notepad-blog-menu">
<div class="notepad-mobile-menu show-for-small">
<a href="#"><i class="fa fa-bars"></i></a>
</div>
<ul class="notepad-menu">
<li class="notepad-mobile-close-btn show-for-small text-right">
<a href="#"><i class="fa fa-times"></i></a>
</li>
<li>
<a href="http://anchalrani.github.io/">Home</a>
</li>
<li>
<a href="http://anchalrani.github.io/featured">Featured Posts</a>
</li>
<li>
<a href="http://anchalrani.github.io/categories">Categories</a>
</li>
<li>
<a href="http://anchalrani.github.io/about">About</a>
</li>
<li><a href="http://anchalrani.github.io/feed.xml" title="Atom/RSS feed"><i class="icon-rss"></i> Feed</a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
<div class="notepad-site-head-content" >
<div class="notepad-site-head-bg"></div>
<h1 class="notepad-blog-title">
<span class="notepad-site-head-title-bg">
Easy Concepts
</span>
</h1>
<h2 class="notepad-blog-description">GET TECH GYAAN </h2>
</div>
</header>
<main class="notepad-content" role="main">
<article class="notepad-index-post post row">
<div class="small-12 medium-3 large-2 columns datetime">
<span class="notepad-post-meta">
<time datetime="2016-03-03T00:00:00+06:00">
<span class="day">
03
</span>
<span class="month-year">
March 2016
</span>
</time>
</span>
</div>
<div class="small-12 medium-9 large-10 columns">
<header class="notepad-post-header">
<h3 class="notepad-post-title">
<a href="http://anchalrani.github.io/automatic%20speech%20recognition/automatic-speech-recognition">
Speech Recogntion
</a>
</h3>
</header>
<section class="notepad-post-excerpt">
<p>Automatic Speech Recognition When you start with this be ready for a big challenge it includes most areas of mathematics, machine learning, signal processing, lingustics of which you need not only have to have a an overview but a detailed...</p>
</section>
<div class="notepad-index-post-tags">
<a href="http://anchalrani.github.io/categories/index.html#Automatic Speech Recognition" title="Other posts from the Automatic speech recognition category">Automatic speech recognition</a>
</div>
</div>
</article>
<article class="notepad-index-post post row">
<div class="small-12 medium-3 large-2 columns datetime">
<span class="notepad-post-meta">
<time datetime="2015-11-18T00:00:00+06:00">
<span class="day">
18
</span>
<span class="month-year">
November 2015
</span>
</time>
</span>
</div>
<div class="small-12 medium-9 large-10 columns">
<header class="notepad-post-header">
<h3 class="notepad-post-title">
<a href="http://anchalrani.github.io/network%20and%20data%20communications/starting-with-network-and-data-communications">
starting with network and data communications
</a>
</h3>
</header>
<section class="notepad-post-excerpt">
<p>Network Let us start with the basics now since we are learning about networks and communication we should know what does a network means. If we understand the basic literary meaning of network it means connections between some entities in...</p>
</section>
<div class="notepad-index-post-tags">
<a href="http://anchalrani.github.io/categories/index.html#Network and Data communications" title="Other posts from the Network and data communications category">Network and data communications</a>
</div>
</div>
</article>
<article class="notepad-index-post post row">
<div class="small-12 medium-3 large-2 columns datetime">
<span class="notepad-post-meta">
<time datetime="2015-09-05T00:00:00+06:00">
<span class="day">
05
</span>
<span class="month-year">
September 2015
</span>
</time>
</span>
</div>
<div class="small-12 medium-9 large-10 columns">
<header class="notepad-post-header">
<h3 class="notepad-post-title">
<a href="http://anchalrani.github.io/software%20testing/basic-terms-in-software-testing">
Basic terms in Software TEsting
</a>
</h3>
</header>
<section class="notepad-post-excerpt">
<p>Let us Start with the definition of Software Testing. So what is Software Testing? Software testing is a process of executing a program or application with the intent of finding the software bugs, errors and faults. Failure: It is the...</p>
</section>
<div class="notepad-index-post-tags">
<a href="http://anchalrani.github.io/categories/index.html#Software Testing" title="Other posts from the Software testing category">Software testing</a>
</div>
</div>
</article>
<article class="notepad-index-post post row">
<div class="small-12 medium-3 large-2 columns datetime">
<span class="notepad-post-meta">
<time datetime="2015-08-05T00:00:00+06:00">
<span class="day">
05
</span>
<span class="month-year">
August 2015
</span>
</time>
</span>
</div>
<div class="small-12 medium-9 large-10 columns">
<header class="notepad-post-header">
<h3 class="notepad-post-title">
<a href="http://anchalrani.github.io/database/introduction-to-databases">
Introduction to Databases
</a>
</h3>
</header>
<section class="notepad-post-excerpt">
<p>Database A Database is a collection of interrelated data and set of programs to access those data. It provides a way to store and retrieve database information that is both convenient and efficient. Do you know that you directly or...</p>
</section>
<div class="notepad-index-post-tags">
<a href="http://anchalrani.github.io/categories/index.html#Database" title="Other posts from the Database category">Database</a>
</div>
</div>
</article>
<nav class="pagination" role="navigation">
<span class="newer-posts faded"><i class="fa fa-chevron-left"></i> Newer</span>
<span class="page-number">Page 1 of 1</span>
<span class="older-posts faded">Older <i class="fa fa-chevron-right"></i></span>
</nav>
</main>
<footer class="notepad-site-footer">
<div class="copyright">
<section>All content copyright <a href="http://anchalrani.github.io/about">Anchal Rani</a> © 2016 • All rights reserved.</section>
<section> <a class="icon-ghost" href="https://jekyllrb.com/"></a></section>
</div>
<div class="social-icons">
<a href="https://plus.google.com/110796915762914337471/">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-google-plus fa-stack-1x"></i>
</span>
</a>
<a href="http://github.com/anchalrani">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-github fa-stack-1x"></i>
</span>
</a>
<a href="http://facebook.com/anchalrani995">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x fa-inverse"></i>
<i class="fa fa-facebook fa-stack-1x"></i>
</span>
</a>
</div>
<div class="cf"></div>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://anchalrani.github.io/assets/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="http://anchalrani.github.io/assets/js/vendor/modernizr.js"></script>
<script src="http://anchalrani.github.io/assets/js/foundation.min.js"></script>
<script src="http://anchalrani.github.io/assets/js/notepad.js"></script>
<script src="http://anchalrani.github.io/assets/js/scripts.min.js"></script>
<script src="http://anchalrani.github.io/assets/js/vendor/nprogress.js"></script>
<script>
$(document).foundation();
</script>
<script type='text/javascript'>console.log("HMFaysal Notepad Theme Version 2.0");</script>
<script type='text/javascript'>console.log("https://alum.mit.edu/www/hmfaysal");</script>
<!-- Asynchronous Google Analytics snippet -->
<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-39365944-7', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<script>NProgress.start();var interval=setInterval(function(){NProgress.inc()},1000);jQuery(window).load(function(){clearInterval(interval);NProgress.done()});jQuery(window).unload(function(){NProgress.start()});</script>
</body>
</html>