-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
135 lines (106 loc) · 6.75 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<script>
// UNCOMMENT AND USE YOUR VARIABLES FOR DISQUS AND GOOGLE ANALYTICS
// var d_id = '',
// g_id = 'UA-XXXXXXXX-X', // Format: UA-########-#, Example: UA-11220899-1
// g_url = 'XXXXXXX.XXX' // Format: #####.####, Example: webdesignporto.com
</script>
<title>Chashmeet Singh</title>
<meta name="description" content="" />
<meta name="HandheldFriendly" content="True" />
<meta name="MobileOptimized" content="320" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="//chashmeetsingh.github.io/themes/the-shell/assets/highlighter/prettify.css?v=1495476281296" />
<link rel="stylesheet" type="text/css" href="//chashmeetsingh.github.io/themes/the-shell/assets/css/screen.css?v=1495476281296" />
<link rel="canonical" href="https://chashmeetsingh.github.io/" />
<meta name="referrer" content="origin" />
<meta property="og:site_name" content="Chashmeet Singh" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Chashmeet Singh" />
<meta property="og:url" content="https://chashmeetsingh.github.io/" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Chashmeet Singh" />
<meta name="twitter:url" content="https://chashmeetsingh.github.io/" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Website",
"publisher": "Chashmeet Singh",
"url": "https://chashmeetsingh.github.io/"
}
</script>
<meta name="generator" content="HubPress" />
<link rel="alternate" type="application/rss+xml" title="Chashmeet Singh" href="https://chashmeetsingh.github.io/rss/" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/styles/atom-one-dark.min.css">
</head>
<body class="home-template">
<header id="site-head" style="background-image: url(http://melissavandyke.com/wp-content/uploads/2015/09/code.jpg)">
<div class="vertical animated bounceInDown">
<div id="site-head-content" class="inner">
<a id="blog-logo" href="https://chashmeetsingh.github.io"><img src="https://avatars0.githubusercontent.com/u/8962264?v=3&u=469ed48e3bde5ec302aeb6e4245d1eff464fbf80&s=400" alt="Blog Logo" /></a>
<h1 class="blog-title">Chashmeet Singh</h1>
<h2 class="blog-description">This is a blog maintained to post my weekly accomplishments in GSOC.</h2>
</div>
</div>
</header>
<main class="content" role="main">
<article class="post">
<header class="post-header">
<span class="post-meta"><time datetime="2017-05-22">22 May 2017</time> </span>
<h2 class="post-title"><a href="https://chashmeetsingh.github.io/2017/05/22/Calculation-of-the-frame-size-of-the-Chat-BubbleiOS-Client.html">Calculation of the frame size of the Chat Bubble(iOS Client)</a></h2>
<!--<a href="https://chashmeetsingh.github.io/2017/05/22/Calculation-of-the-frame-size-of-the-Chat-BubbleiOS-Client.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>.post-title { margin-bottom: 80px; } Starting with the implementation, we will need a UICollectionViewController. import UIKit class ChatViewController: UICollectionViewController, UICollectionViewDelegateFlowLayout { let cellId = "cellId" override func viewDidLoad() { super.viewDidLoad() } } Then, we setup the backgrou…</p>
</section>
</article>
<article class="post">
<header class="post-header">
<span class="post-meta"><time datetime="2017-05-13">13 May 2017</time> </span>
<h2 class="post-title"><a href="https://chashmeetsingh.github.io/2017/05/13/Susi-AI-Skill-Development.html">Susi AI Skill Development</a></h2>
<!--<a href="https://chashmeetsingh.github.io/2017/05/13/Susi-AI-Skill-Development.html#disqus_thread"></a>-->
</header>
<section class="post-excerpt">
<p>.post-title { margin-bottom: 30px; } What is Susi? Susi is an open source intelligent personal assistant which has the capability to learn and respond better to queries. It is also capable of making to-do lists, setting alarms, providing weather and traffic info all in real time. Susi responds based on skills. What…</p>
</section>
</article>
<nav class="pagination" role="navigation">
<span class="page-number">Page 1 of 1</span>
</nav>
<script type="text/javascript">
var disqus_shortname = ''; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</main>
<footer class="site-footer">
<!-- <a class="subscribe icon-feed" href="https://chashmeetsingh.github.io/rss/"><span class="tooltip">Subscribe!</span></a> -->
<div class="inner">
<section class="copyright">All content copyright <a href="/">Chashmeet Singh</a> © 2017 • All rights reserved.</section>
<section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</span></a> in <a href="https://github.com/mityalebedev/The-Shell">The Shell</a> theme.</section>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.10.0/highlight.min.js?v="></script>
<script type="text/javascript">
jQuery( document ).ready(function() {
// change date with ago
jQuery('ago.ago').each(function(){
var element = jQuery(this).parent();
element.html( moment(element.text()).fromNow());
});
});
hljs.initHighlightingOnLoad();
</script>
<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<script type='text/javascript' src="//chashmeetsingh.github.io/themes/the-shell/assets/highlighter/prettify.js?v=1495476281296"></script>
<script type='text/javascript' src="//chashmeetsingh.github.io/themes/the-shell/assets/js/shell.js?v=1495476281296"></script>
</body>
</html>