-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.xml
More file actions
636 lines (496 loc) · 32.9 KB
/
Copy pathindex.xml
File metadata and controls
636 lines (496 loc) · 32.9 KB
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
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>CSITauthority on CSITauthority</title>
<link>https://csitauthority.github.io/</link>
<description>Recent content in CSITauthority on CSITauthority</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>&copy; 2016 CSITauthority</copyright>
<lastBuildDate>Wed, 20 Apr 2016 00:00:00 +0000</lastBuildDate>
<atom:link href="/" rel="self" type="application/rss+xml" />
<item>
<title>Recent Comments</title>
<link>https://csitauthority.github.io/recentcomments/</link>
<pubDate>Wed, 20 Dec 2017 22:10:10 +0545</pubDate>
<guid>https://csitauthority.github.io/recentcomments/</guid>
<description>
<h4 id="these-are-some-of-the-recent-comments-all-over-the-site">These are some of the recent comments all over the site</h4>
<!-- MOVE THIS SEGMENT TO SHORTCODE LATER -->
<style type="text/css">
ul#comments {
list-style-type: none;
font-family: "Helvetica Neue",arial,sans-serif;
font-size: 15px;
color: #a5b2b9;
}
ul#comments li { margin-bottom: 30px; position: relative; }
ul#comments li a { text-decoration: none; color: rgb(102, 204, 204); }
.avatar-container { width: 60px; box-sizing: border-box; }
.avatar { width: 50px; height: 50px; border-radius: 5px; float: left; margin: 5px; }
.post-container { padding-top: 3px; margin-left: 70px; box-sizing: border-box; }
.post-container p { color: #3f4549; }
.author_name { font-weight: bold; font-size: 13px; }
.timeago, .posted {
font-weight: 500;
font-size: 12px;
color: #a5b2b9;
color: rgba(0,39,59,.35);
}
.bullet {
padding: 0 2px;
font-size: 10px;
color: #ccc;
line-height: 1.4;
}
</style>
<ul id="comments">
<script id="comments-template" type="text/x-handlebars-template">
{{#each response}}
<li>
<div class="avatar-container">
<a href="{{author.profileUrl}}" target="_blank">
<img src="{{author.avatar.small.permalink}}" class="avatar" alt="avatar" />
</a>
</div>
<div class="post-container">
<a href="{{author.profileUrl}}" class="author_name" target="_blank">
<span class="author_name">{{author.name}}
</a>
<span class="bullet" aria-hidden="true">•</span>
<span class="timeago" title="{{createdAt}}Z">{{createdAt}}</span>
<p>{{{message}}}</p>
<span class="posted">posted on <a href="{{thread.link}}" target="_blank">{{thread.title}}</a></span>
</div>
</li>
{{/each}}
</script>
</ul>
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.3.0/handlebars.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-timeago/1.4.0/jquery.timeago.min.js"></script>
<script type="text/javascript">
var DisqusRecent = {
init: function( config ) {
this.api_key = config.api_key;
this.forum = config.forum;
this.template = config.template;
this.container = config.container;
this.fetchRecentComments();
},
fetchRecentComments: function() {
$.ajax({
url: "https://disqus.com/api/3.0/forums/listPosts.jsonp?forum="+this.forum+"&related=thread&api_key="+this.api_key,
dataType: "jsonp",
context: this,
success: function(results) {
var source = $(this.template).html();
var template = Handlebars.compile(source);
$(this.container).html(template(results));
$('.timeago').timeago();
}
});
}
}
$(function() {
DisqusRecent.init({
api_key: 'gidf0krBZdjU0zdg51gDFuQEMx6wqijXGR5T26m6SY6WdvT3xO3ghhuV2sVGcpOW',
forum: 'csitauthority',
template: '#comments-template',
container: '#comments'
});
});
<!-- OC: https://codepen.io/jaimeiniesta/pen/DhKrd -->
</script>
</description>
</item>
<item>
<title>Get free domain-name and student-packs</title>
<link>https://csitauthority.github.io/post/jeevanspost/</link>
<pubDate>Sun, 17 Dec 2017 16:55:20 +0545</pubDate>
<guid>https://csitauthority.github.io/post/jeevanspost/</guid>
<description><p>If you are looking for free domain then I will show you how to get <code>.me</code> free domain along with other student pack provided by github.</p>
<ul>
<li>First of all go to Github.com and create an id if you don’t have one.</li>
<li>Once you create an account on Github follow this <a href="https://education.github.com" target="_blank">link</a> for further process.</li>
<li>After you get on that link, follow the steps provided there to get the student pack.</li>
</ul>
<p>Now to get free <code>.me</code> domain follow the following steps.</p>
<ul>
<li>Create an account on <a href="https://www.namecheap.com/" target="_blank">Namecheap</a> and make sure you are logged in properly.</li>
<li>Since you already got the student developer pack, go to this link</li>
</ul>
<p>Thenafter click on namecheap domain option.</p>
<ul>
<li>There you will get access code to create a free .me domain.</li>
<li>Once you get that code goto Namecheap and use that access code and follow the instruction there provided.</li>
</ul>
<p>If you did all the process correctly then you will be able to get free .me domain.</p>
<blockquote>
<p>Don’t forget , you can get many awesome tools in student pack so use it wisely put it in proper use.</p>
</blockquote>
</description>
</item>
<item>
<title>IT officer मा IOE को ठेक्कापट्टा ?</title>
<link>https://csitauthority.github.io/post/ioe-lobbys-itofficer-post/</link>
<pubDate>Thu, 26 Oct 2017 21:15:56 +0545</pubDate>
<guid>https://csitauthority.github.io/post/ioe-lobbys-itofficer-post/</guid>
<description><p>रातभरि करायो दक्षिणा हरायो भनेको यही रहेछ – चार वर्ष लाएर पढ्यो आखिर जागिर खाने बेलामा फुस्सा । यसो भन्दैमा मैले पढेँ, परीक्षा पास गरेँ, अनि तुरुन्त जागिर पाइहाल्नुपर्छ भनेको होइन । कुरा के भने स्थानिय शासन तथा सामुदायिक विकास कार्यक्रमले प्रत्येक स्थानीय तहमा IT officer राख्ने प्रावधान मिलाएको रहेछ । थाहा पाउँदा खुब खुसी लाग्यो – स्थानीय स्थरबाटै प्रविधिको विकास गर्ने अवसर देख्दा । धेरै बेर सोचेँ – गाउँ गाउँ, नगर नगरमा पनि अब प्रविधि पुग्नेछ । योजना बनाएर प्रविधिको पहुँच र प्रयोग विस्तार गर्न सकिन्छ । मान्छेले अहिलेसम्म प्रविधि भनेको इन्टरनेट र फेसबुक बुझेका छन् । यसका धेरै आयामलाई उजागर गर्न सकिन्छ । आफ्नो ठाउँमा, आफ्नो अध्ययनको विषय र ईच्छामा काम गर्न पक्कै सबैलाई रमाइलो हुन्छ ।</p>
<p>अनि आफ्नो योग्यताबारे पुनअबलोकन गरेँ ।</p>
<p>शिक्षा : स्नातक, विज्ञान तथा सूचना प्रविधि ।<br/>
विभाग : सूचना प्रविधि अध्ययन स्थान ।<br/>
विश्वविद्यालय : त्रिभुवन विश्वविद्यालय , नेपाल ।</p>
<p>अनि उक्त पदका लागि आवश्यकताबारे बुझेँ । सबै ठीक थियो मात्र एउटा विड्म्बना : इन्जिनियरिङ अध्ययन स्थान (IOE), त्रिभुवन विश्वविद्यालयबाटै अध्ययन गरेको हुनुपर्ने ।
अच्चम्म लाग्यो – पद चाहीँ IT officer, योग्यता चाहिँ त्रिविको सूचना प्रविधि अध्ययन स्थानबाटै पढेको हुनुपर्ने ? ठीकै छ – ईन्जिनियर नै चाहिएको होला तर एउटा विभागका विद्यार्थीमात्र किन ? विदेशबाट पढेर आउनेले अवसर नपाउने ? देशका अन्य विश्वविद्यालयको हक छै्रन ? सार्वजनिक पद भनेको कुनै एउटा संस्थानको ठेक्का हुन्छ र ? यदि ठेक्कापट्टा हुन्छ भने किन अन्य विभाग र क्याम्पसलाई सम्बन्धन दिई उस्तै विषय पढाउन दिइयो ? के इन्जिनियर भनेका एउटा संस्थानका मात्र हुन् र ?</p>
<p>मन भित्र आक्रोस पोख्खिरहेको छ । राज्यले यसरी भेदभाव गर्न मिल्छ ? कुनै संस्थान आफ्नो, कुनै अर्काको ! यदि ठेक्कामै पदपुर्ति गर्ने हो भने हामीलाई ठेक्का लिने को ? कुन कार्यालय, कुन अफिस, कुन मन्त्रालय ? पढ्नेबेलामा दुख गरेर भएभरको पैसा खन्याउने अनि राज्यको सार्वजनिक पदका निम्ति ठाउँनै नहुने ? के हामी मिहिनेत गरेर पढ्ने ? मिहिनेत गरेर विदेश जाने अनि मिहिनेत गरेर भाडा माज्ने हो ?
मलाई लाग्छ हामी यससम्बन्धी सबै मिलेर अघि बड्नुपर्छ । प्रत्येक कलेज कलेजमा आवाज राख्नुपर्छ । अवाज सुनुवाइ भएन भने आन्दोलनबाट भएपनि आफ्नो अधिकार प्राप्त गराएरै छाड्नुपर्छ ।</p>
</description>
</item>
<item>
<title>VLAN 101</title>
<link>https://csitauthority.github.io/post/vlan-101/</link>
<pubDate>Sun, 15 Oct 2017 21:15:56 +0545</pubDate>
<guid>https://csitauthority.github.io/post/vlan-101/</guid>
<description><p>XYZ is a small business office. It needs 20 different hosts to be connected. Ten for IT department, five for finance and, remaining five for sales. Due to security purpose, finance data should not be seen by the sales or, the IT department and, vice versa.</p>
<p>If you are asked to setup the network, how would you do this? The infeasible answer is self evident: Use three different switches in each department. However, if you do this, the cost will increase and many port will be left unused.</p>
<p>The best solution is creating virtual local area network in, a single, 24-port switch. The host of IT department, sales and, finance are connected to the same switch and, three logical portion are made as follows:</p>
<table>
<thead>
<tr>
<th>VLAN</th>
<th>Hosts</th>
<th>Departments</th>
<th>Swithport</th>
</tr>
</thead>
<tbody>
<tr>
<td>10</td>
<td>Computer C1-10</td>
<td>IT</td>
<td>Port 1 to 10</td>
</tr>
<tr>
<td>20</td>
<td>Computer C11-15</td>
<td>Sales</td>
<td>Port 11 to 15</td>
</tr>
<tr>
<td>30</td>
<td>Computer C16-20</td>
<td>Fainance</td>
<td>Port 16 to 20</td>
</tr>
</tbody>
</table>
<p>In this way, logical partition is created in switch (layer 2), which is called VLAN. We can name the VLAN. In our case, Computer C1-C10 of IT department is assigned VLAN 10, C11-C15 of sales is assigned VLAN 20 and, C16-C20 is assigned VLAN 30.</p>
<p>In cisco switch, VLAN can be numbered from 2 to 4049. VLAN 1, which is cisco default, can be used but not modified or, deleted. Within the range 2-1005, you can create use, modify and, delete VLAN. 1005-4049 is extended VLAN which has an always active state.</p>
<p><img src="../../img/vlan-in-cisco-switch.png" alt="" /></p>
<p>Now assume computer 17 sends broadcast packet. Will this packet be forwarded to sales or, IT department? – NEITHER, because VLAN is a broadcast domain of its own. Computers from IT or, finance will not get the packet. VLAN helps control the reach of broadcast frame. Also, Unicast and multicast frames are forwarded within VLAN only.</p>
<div class="alert alert-info">
Next -&gt; configuring VLAN in cisco switch(stay tuned)
</div>
<p>author: <a href="https://github.com/Pratik855" target="_blank">Pratik Gautam</a></p>
</description>
</item>
<item>
<title>In-page edit link</title>
<link>https://csitauthority.github.io/feature/in-page-edit-link/</link>
<pubDate>Fri, 13 Oct 2017 21:15:56 +0545</pubDate>
<guid>https://csitauthority.github.io/feature/in-page-edit-link/</guid>
<description><p>Changelog:</p>
<ul>
<li>Each post is now updated with an <code>article-section</code> containing dynamic link to corresponding github file.</li>
</ul>
<p>Tools:</p>
<ul>
<li>Hugo - this is a hugo implementation of the solution</li>
<li>Github - utilizes the raw edit feature of github repositories; authentication, diffs and content-management is handled by github.</li>
</ul>
</description>
</item>
<item>
<title>I am my own grandfather problem</title>
<link>https://csitauthority.github.io/post/grandfather-problem/</link>
<pubDate>Wed, 11 Oct 2017 22:13:18 +0545</pubDate>
<guid>https://csitauthority.github.io/post/grandfather-problem/</guid>
<description>
<p>Many, many years ago when I was twenty-three<br/>
I was married to a widow who was pretty as could be<br/>
This widow had a grownup daughter who had hair of red<br/>
My father fell in love with her, and soon they too were wed<br/>
This made my Dad my son-in-law and really changed my life<br/>
For now my daughter was my mother, &lsquo;cause she was my father&rsquo;s wife<br/>
And to complicate the matter, even though it brought me joy,<br/>
I soon became the father of a bouncing baby boy<br/>
My little baby then became a brother-in-law to Dad<br/>
And so became my uncle, though it made me very sad<br/>
For if he were my uncle, then that also made him brother<br/>
Of the widow&rsquo;s grownup daughter, who was of course my stepmother<br/>
Father&rsquo;s wife then had a son who kept them on the run<br/>
And he became my grandchild, for he was my daughter&rsquo;s son<br/>
My wife is now my mother&rsquo;s mother, and it makes me blue<br/>
Because although she is my wife, she&rsquo;s my grandmother too<br/>
Now if my wife is my grandmother, then I&rsquo;m her grandchild<br/>
And every time I think of it, it nearly drives me wild<br/>
&lsquo;Cause now I have become the strangest case you ever saw<br/>
As husband of my grandmother, I am my own grandpa<br/></p>
<div class="alert alert-note">
<p>CHALLENGES:<br/></p>
<ol>
<li>Write Predicate Calculus representing the situation with a series of expressions</li>
<li>Use modus ponens to conclude that “I am my own grandfather”.</li>
</ol>
</div>
<h2 id="first-try-it-out-yourself">First Try it out yourself!</h2>
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Solution
</span>
</div>
<div class="expand-content" style="display: none;">
<pre><code class="language-prolog">Predicate Calculus representing the situation with a series of expressions:
married(i,w).
mother(w,d).
mother(d,s1).
father(f,s1).
father(f,i).
father(i,s2).
mother(w,s2).
use modus ponens on this system to prove the conclusion that “I am my own grandfather”.
1. ∀ X Y ∃ Z married(X,Z)∧mother(Z,Y)⇒ father(X,Y).
2. ∀ X Y ∃ Z father(Z,X)∧father(Z,Y)⇒ brother(X,Y).
3. ∀ X Y ∃ Z father(X,Z),mother(Z,Y)⇒ grandfather(X,Y).
4. ∀ X Y ∃ Z grandfather(X,Z)∧brother(Z,Y)⇒ grandfather(X,Y).
5. married(i,w).
6. mother(w,d).
7. mother(d,s1).
8. father(f,s1).
9. father(f,i).
10. From 1,5,6::
married(i,w)∧mother(w,d)⇒ father(i,d).
11. From 3,7,10 ::
father(i,d),mother(d,s1)⇒ grandfather(i,s1).
12. From 2,8,9 ::
father(f,s1)∧father(f,i)⇒ brother(s1,i).
13. From 4,11,12 ::
grandfather(i,s1)∧brother(s1,i)⇒ grandfather(i,i).
</code></pre>
<p>Hence, I&rsquo;m my own grandfather.</p>
</div>
</div>
<h3 id="now-a-video">Now, a video..</h3>
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/lRkKBKyBoFM" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe>
</div>
<blockquote>
<p>I&rsquo;m my own Grandpa. Interesting idea, isn&rsquo;t it?</p>
</blockquote>
</description>
</item>
<item>
<title>Be a part of the family</title>
<link>https://csitauthority.github.io/page/contribute/</link>
<pubDate>Wed, 11 Oct 2017 12:24:00 +0000</pubDate>
<guid>https://csitauthority.github.io/page/contribute/</guid>
<description>
<style>
div.alert{margin-top: 2em;}
div.alert a,
div.alert a:hover,
div.alert a:active
{
color: rgba(53,115,145,.9) !important;
text-decoration: underline !important;
}
div.alert a:hover
{
text-decoration: none !important;
}
div.alert p::before
{
color: rgba(53,115,145,.9) !important;
}
</style>
<div class="alert alert-info">
<p>It is important to note that if you&rsquo;re trying to contribute towards a specific semester, this is not the place; every semester has <a href="https://github.com/csitauthority/" title="click and explore other repositories" target="_blank">it&rsquo;s own repository.</a></p>
</div>
<p>Although this guide prepares you for the main repository, you can follow the general guide given below to contribute in any part of CSITauthority. The method is similar, with slight changes, for other repositories.</p>
<h2 id="easy-steps">Easy steps:</h2>
<h5 id="one-time-setup-step-1-2">(One Time Setup; Step-1 &amp; 2)</h5>
<ol>
<li><p>Fork the repository</p>
<ul>
<li>Go to the main repository page and, on the upper-left corner, click the <code>fork</code> button.</li>
</ul>
<p>&nbsp;</p></li>
<li><p>Copy remote URL and clone
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Go to your forked reposiory and copy the remote URL
</span>
</div>
<div class="expand-content" style="display: none;">
<p><img src="../../img/contribute/copy-remote-URL.gif" alt="&quot;Copy Remote URL&quot;" title="copy the remote URL to clone your repository" /></p>
<p>It should look something like this:</p>
<p>https:&#047;&#047;github.com&#047;<code>UserName</code>&#047;CSITauthority.github.io.git</p>
<pre><code>UserName = Your Github Username
</code></pre>
</div>
</div></p>
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Now, use Git Bash to clone your forked repository
</span>
</div>
<div class="expand-content" style="display: none;">
<ul>
<li>First, determine a location on your device to save the repository.</li>
<li>On the Start Menu, search <code>Git Bash</code></li>
<li>To change the path to (<em>say</em>)D-drive, type <code>cd d:</code>
<img src="../../img/contribute/clone-your-repo.gif" alt="" title="use remote URL to clone your repository" /></li>
<li>It&rsquo;s not over, just yet. You&rsquo;ll notice that there is an empty folder <code>HUGO/themes/csitauthority-academic</code>. Its empty, by design (<em>you&rsquo;ll know later</em>).</li>
<li>To populate it, type these commands in order(<em>resume from the last step</em>)
<ul>
<li><code>cd csitauthority.github.io</code> to change Path into the repository.</li>
<li><code>git submodule init</code> to initialize the theme submodule.</li>
<li><code>git submodule update</code> to update the theme submodule.
<img src="../../img/contribute/submodules.png" alt="" title="continued from the previous image" />
<div class="alert alert-success">
Congratulations! Your <strong>one-time</strong> setup of CSITauthority repository is over. All and any changes you make in the future will be very easy to collaborate with everybody!
</div></li>
</ul></li>
</ul>
</div>
</div>
<p>&nbsp;
<div class="alert alert-info">
The following simple steps are necessary whenever you want to send your changes or, receive changes made my everybody else
</div>
</p></li>
<li><p>Commiting and Pushing changes
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Make Desired Changes
</span>
</div>
<div class="expand-content" style="display: none;">
<ul>
<li>On a freshly cloned repository, make changes as desired. (<em>However, If you have cloned ages ago, it makes sense to first <code>fetch</code> before making any changes</em>)</li>
<li>ie. For <strong>old clones</strong>, these two simple commands should make them up-to-date
<ul>
<li><code>git fetch</code></li>
<li><code>git merge</code></li>
</ul></li>
</ul>
</div>
</div></p>
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Commit your change
</span>
</div>
<div class="expand-content" style="display: none;">
<ul>
<li>Once you are satisfied with the changes that you&rsquo;ve made, you can choose to commit. A commit is like a confirmation for a change; <em>you&rsquo;re literally committing to that particular change:</em></li>
<li>Commits <strong>need</strong> reason. Hence, each commit is followed by a short message describing the change. <code>fixed the pagination bug</code>, <code>added new functionality to the partial</code>, <code>Update to an article</code>,<code>Added TU 2074 WebTech Question Papers</code>, etc.</li>
<li><p><strong>Commits are painfully</strong> <strong><em>easy</em></strong> <strong>to do</strong></p>
<ul>
<li><code>git add .</code> to ready all the changes you&rsquo;re made, for the commit</li>
<li><p><code>git commit -m &quot;commit-message&quot;</code> to make a commit.
<em>Make it meaningful.</em> example:</p>
<pre><code>git commit -m &quot;Wrote a post on NLP&quot;
</code></pre></li>
<li><p><code>git push</code> to send your commit to your forked repository.</p></li>
</ul></li>
</ul>
</div>
</div>
<p>&nbsp;</p></li>
<li><p>Send a pull request
<div class="expand">
<div class="expand-label" style="cursor: pointer;" onclick="$h = $(this);$h.next('div').slideToggle(100,function () {$h.children('i').attr('class',function () {return $h.next('div').is(':visible') ? 'fa fa-chevron-down' : 'fa fa-chevron-right';});});">
<i style="font-size:x-small;" class="fa fa-chevron-right"></i>
<span>
Let us know about your great work
</span>
</div>
<div class="expand-content" style="display: none;">
<ul>
<li>All of the hard part is behind us. Sending a pull request is easy.
<ul>
<li>Go to your forked repository on your browser</li>
<li>Click on make a pull-request</li>
<li>Thats literally it! :)
<img src="../../img/contribute/make-pull-request.gif" alt="" title="making pull request requires atleast some change" /></li>
</ul></li>
</ul>
</div>
</div>
<div class="alert alert-warning">
Look forward to your post in the next website build, <em>that happens frequently</em>.Your changes should already be available inside <code>master/HUGO/</code> after your pull request has been accepted.
</div>
</p></li>
</ol>
</description>
</item>
<item>
<title>Example Talk</title>
<link>https://csitauthority.github.io/talk/example-talk/</link>
<pubDate>Sun, 01 Jan 2017 00:00:00 +0000</pubDate>
<guid>https://csitauthority.github.io/talk/example-talk/</guid>
<description><p>Embed your slides or video here using <a href="https://gcushen.github.io/hugo-academic-demo/post/writing-markdown-latex/" target="_blank">shortcodes</a>. Further details can easily be added using <em>Markdown</em> and $\rm \LaTeX$ math code.</p>
</description>
</item>
<item>
<title>Virtual Tour of Bhimsen Tower</title>
<link>https://csitauthority.github.io/project/virtual-tour-of-bhimsen-tower/</link>
<pubDate>Sun, 25 Oct 2015 00:00:00 +0000</pubDate>
<guid>https://csitauthority.github.io/project/virtual-tour-of-bhimsen-tower/</guid>
<description></description>
</item>
<item>
<title>A Person Re-Identification System For Mobile Devices</title>
<link>https://csitauthority.github.io/publication/person-re-identification/</link>
<pubDate>Tue, 01 Sep 2015 00:00:00 +0000</pubDate>
<guid>https://csitauthority.github.io/publication/person-re-identification/</guid>
<description><p>More detail can easily be written here using <em>Markdown</em> and $\rm \LaTeX$ math code.</p>
</description>
</item>
<item>
<title>Dining Philosophers Problem</title>
<link>https://csitauthority.github.io/post/dining-philosophers-problem/</link>
<pubDate>Thu, 19 Mar 2015 21:15:56 +0545</pubDate>
<guid>https://csitauthority.github.io/post/dining-philosophers-problem/</guid>
<description>
<div style="position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden;">
<iframe src="//www.youtube.com/embed/M3CNoX8wetM" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" allowfullscreen frameborder="0" title="YouTube Video"></iframe>
</div>
<blockquote>
<p>source: aynesh
credit: Karthik, Kaushik, Chaitanya, Apurva Chandra and Dilip Malya&hellip; and some other guest appearances</p>
</blockquote>
</description>
</item>
<item>
<title>Mobile visual clothing search</title>
<link>https://csitauthority.github.io/publication/clothing-search/</link>
<pubDate>Mon, 01 Jul 2013 00:00:00 +0000</pubDate>
<guid>https://csitauthority.github.io/publication/clothing-search/</guid>
<description><p>More detail can easily be written here using <em>Markdown</em> and $\rm \LaTeX$ math code.</p>
</description>
</item>
</channel>
</rss>