-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
304 lines (296 loc) · 17.1 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
<!DOCTYPE html>
<html lang="en-us" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Wowchemy 4.8.0 for Hugo">
<meta name="author" content="ACM IITR">
<meta name="description" content="Multiple users(clients) may want to access some information from the server. All of them may simultaneously request the resources from the server. For better user experience the server needs to be more responsive that is it should be able to process as many requests as possible. With the normal client-server model we will be able to process the request one by one which may not seem good to the user as the time delay for each request to be processed will be large. ">
<link rel="alternate" hreflang="en-us" href="https://acmiitr.github.io/open_projects/">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<meta name="theme-color" content="#2962ff">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/academicons/1.9.0/css/academicons.min.css" integrity="sha512-W4yqoT1+8NLkinBLBZko+dFB2ZbHsYLDdr50VElllRcNt2Q4/GSs6u71UHKxB7S6JEMCp5Ve4xjh3eGQl/HRvg==" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css" integrity="sha256-FMvZuGapsJLjouA6k7Eo2lusoAX9i0ShlWFG6qt7SLc=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css" integrity="sha256-Vzbj7sDDS/woiFS3uNKo8eIuni59rjyNGtXfstRzStA=" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/github.min.css" crossorigin="anonymous" title="hl-light">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/styles/dracula.min.css" crossorigin="anonymous" title="hl-dark" disabled>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.min.css" integrity="sha512-1xoFisiGdy9nvho8EgXuXvnpR5GAMSjFwp40gSRE3NwdUdIMIKuPa7bqoUhLD0O/5tPNhteAsE5XyyMi5reQVA==" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/lazysizes/5.2.2/lazysizes.min.js" integrity="sha512-TmDwFLhg3UA4ZG0Eb4MIyT1O1Mb+Oww5kFG0uHqXsdbyZz9DcvYQhKpGgNkamAI6h2lGGZq2X8ftOJvF/XjTUg==" crossorigin="anonymous" async></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700%7CRoboto:400,400italic,700%7CRoboto+Mono&display=swap">
<link rel="stylesheet" href="css/wowchemy.css">
<link rel="manifest" href="/index.webmanifest">
<link rel="icon" type="image/png" href="images/acm_iitr.png">
<link rel="apple-touch-icon" type="image/png" href="images/acm_iitr.png">
<link rel="canonical" href="https://acmiitr.github.io/open_projects/">
<title>ACM | Open Projects</title>
</head>
<body id="top" data-spy="scroll" data-offset="70" data-target="#TableOfContents" class=" ">
<script>window.wcDarkLightEnabled = true;</script>
<script>const isSiteThemeDark = false;</script>
<script src="js/load-theme.js"></script>
<aside class="search-results" id="search">
<div class="container">
<section class="search-header">
<div class="row no-gutters justify-content-between mb-3">
<div class="col-6">
<h1>Search</h1>
</div>
<div class="col-6 col-search-close">
<a class="js-search" href="#"><i class="fas fa-times-circle text-muted" aria-hidden="true"></i></a>
</div>
</div>
<div id="search-box">
<input name="q" id="search-query" placeholder="Search..." autocapitalize="off"
autocomplete="off" autocorrect="off" spellcheck="false" type="search" class="form-control">
</div>
</section>
<section class="section-search-results">
<div id="search-hits">
</div>
</section>
</div>
</aside>
<nav class="navbar navbar-expand-lg navbar-light compensate-for-scrollbar" id="navbar-main">
<div class="container">
<div class="d-none d-lg-inline-flex">
<a class="navbar-brand" href="/"><img src="images/acm_iitr.png" alt="ACM"></a>
<h2>Open Projects 2022</h2>
</div>
<button type="button" class="navbar-toggler" data-toggle="collapse"
data-target="#navbar-content" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
<span><i class="fas fa-bars"></i></span>
</button>
<div class="navbar-brand-mobile-wrapper d-inline-flex d-lg-none">
<a class="navbar-brand" href="/"><img src="images/acm_iitr.png" alt="ACM"></a>
</div>
<div class="navbar-collapse main-menu-item collapse justify-content-end" id="navbar-content">
</div>
<ul class="nav-icons navbar-nav flex-row ml-auto d-flex pl-md-2">
<li class="nav-item">
<a class="nav-link js-search" href="#" aria-label="Search"><i class="fas fa-search" aria-hidden="true"></i></a>
</li>
<li class="nav-item dropdown theme-dropdown">
<a href="#" class="nav-link" data-toggle="dropdown" aria-haspopup="true">
<i class="fas fa-moon" aria-hidden="true"></i>
</a>
<div class="dropdown-menu">
<a href="#" class="dropdown-item js-set-theme-light">
<span>Light</span>
</a>
<a href="#" class="dropdown-item js-set-theme-dark">
<span>Dark</span>
</a>
<a href="#" class="dropdown-item js-set-theme-auto">
<span>Automatic</span>
</a>
</div>
</li>
</ul>
</div>
</nav>
<article class="article">
<div class="article-metadata">
</div>
</div>
<div class="article-container">
<div class="article-style">
<ul>
<h1 id="project-1">Multi-Threaded Server</h1>
<hr>
<p>Multiple users(clients) may want to access some information from the server. All of them may simultaneously
request the resources from the server. For better user experience the server needs to be more responsive that is
it should be able to process as many requests as possible. With the normal client-server model we will be able
to process the request one by one which may not seem good to the user as the time delay for each request to be
processed will be large.
</p>
<blockquote>
<p>Full project description: <a href="https://hackmd.io/@node0/SyK5D0Dv9" target="_blank"
rel="noopener">Here</a></p>
</blockquote>
<!-- <div id="timeline">
<h2 id="timeline_title">Timeline</h2>
<hr>
<ul class="toc_list"></ul>
<h5>Week 1 (25 May - 31 May)</h5>
<ul>
<li>Brief Description of the need for threads in programming.</li>
<li>Introduction to pthreads.</li>
<li>How to pass and receive arguments using pthreads.</li>
<li>Use of mutex with threads.</li>
</ul>
<h5>Week 2 (1 June - 7 June)</h5>
<ul>
<li>Understand the working of a simple server.</li>
<li>Implement a simple server using the socket library. The server would read a file and display the number of bytes in the file.</li>
<li>Understand how the client makes a connection to the server and asks it to perform the job by passing required instructions.</li>
<li>Use of mutex with threads.</li>
</ul>
<h5>Week 3 (8 June - 14 June)</h5>
<ul>
<li>Understanding multithreaded servers and their advantages over simple servers.</li>
<li>Implementing threads in our servers to make it more efficient.</li>
<li>Discussing all the problems involved with implementing threads on the server.</li>
<li>Understanding the various solutions to the issues discussed.</li>
</ul>
</ul> -->
<!-- </div> -->
<div style="text-align:center">
</div>
</ul>
<ul>
<h1 id="project-2">ASCII Art Generator</h1>
<hr>
<p>ASCII is a common encoding format used for representing strings and text data in computers.
But…what if we use this for something other than text?
How about images!
</p>
<blockquote>
<p>Full project description: <a href="https://hackmd.io/@xenorivai/H12U8cwv5" target="_blank" rel="noopener">Here</a>
</p>
</blockquote>
<!-- <div id="timeline">
<h2 id="timeline_title">Timeline</h2>
<hr>
<ul class="toc_list"></ul>
<h5>Week 1 (28 May - 3 June)</h5>
<ul>
<li>Introduction to the problem at hand</li>
<li>Basics of image processing</li>
<li>Working with images and turning them into grayscale</li>
</ul>
<h5>Week 2 (4 June - 10 June)</h5>
<ul>
<li>Implementing the algorithm.</li>
<li>Get comfortable with the libraries/frameworks required for working with images.</li>
<li>Sampling, scaling and transforming images to map pixels to their desired characters.</li>
</ul>
<h5>Week 3 (11 June - 17 June)</h5>
<ul>
<li>Add additional features to your program, a few ideas:
<ul>
<li>Asciify videos!</li>
<li>Modify the generated image, … change it`s style etc.</li>
</ul>
</li>
</ul>
</ul>
</div> -->
</ul>
</div>
</li>
<footer class="site-footer">
<div class="share-box" aria-hidden="true">
<ul class="share">
<li>
<a href="https://discord.gg/p8xuXTDq" target="_blank" rel="noopener" class="share-btn-twitter">
<i class="fab fa-discord"></i>
</a>
</li>
<li>
<a href="https://mobile.twitter.com/acmiitr" target="_blank" rel="noopener" class="share-btn-twitter">
<i class="fab fa-twitter"></i>
</a>
</li>
<li>
<a href="https://m.facebook.com/acmiitr/" target="_blank" rel="noopener" class="share-btn-facebook">
<i class="fab fa-facebook"></i>
</a>
</li>
<li>
<a href="mailto:?subject=Open%20Projects&body=https://acmiitr.github.io/open_projects_2022/" target="_blank"
rel="noopener" class="share-btn-email">
<i class="fas fa-envelope"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/acmiitr/mycompany/" target="_blank" rel="noopener"
class="share-btn-linkedin">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
<p class="powered-by">
</p>
<p class="powered-by">
Published with
<a href="https://wowchemy.com" target="_blank" rel="noopener">Wowchemy</a> —
the free, <a href="https://github.com/wowchemy/wowchemy-hugo-modules" target="_blank" rel="noopener">
open source</a> website builder that empowers creators.
</p>
</footer>
</div>
<div id="modal" class="modal fade" role="dialog">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Cite</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<pre><code class="tex hljs"></code></pre>
</div>
<div class="modal-footer">
<a class="btn btn-outline-primary my-1 js-copy-cite" href="#" target="_blank">
<i class="fas fa-copy"></i> Copy
</a>
<a class="btn btn-outline-primary my-1 js-download-cite" href="#" target="_blank">
<i class="fas fa-download"></i> Download
</a>
<div id="modal-error"></div>
</div>
</div>
</div>
</div>
</body>
</html>
</article>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.imagesloaded/4.1.4/imagesloaded.pkgd.min.js"
integrity="sha256-lqvxZrPLtfffUl2G/e7szqSvPBILGbwmsGE1MKlOi0Q=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.min.js"
integrity="sha256-CBrpuqrMhXwcLLUd5tvQ4euBHCdh7wGlDfNz8vbu/iI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"
integrity="sha256-yt2kYMy0w8AbtF89WXb2P1rfjcP/HTHLT7097U8Y5b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/instant.page/5.1.0/instantpage.min.js"
integrity="sha512-1+qUtKoh9XZW7j+6LhRMAyOrgSQKenQ4mluTR+cvxXjP1Z54RxZuzstR/H9kgPXQsVB8IW7DMDFUJpzLjvhGSQ=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/highlight.min.js"
integrity="sha512-TDKKr+IvoqZnPzc3l35hdjpHD0m+b2EC2SrLEgKDRWpxf2rFCxemkgvJ5kfU48ip+Y+m2XVKyOCD85ybtlZDmw=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.2.0/languages/r.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.min.js"
integrity="sha512-SeiQaaDh73yrb56sTW/RgVdi/mMqNeM2oBwubFHagc5BkixSpP1fvqF47mKzPGWYSSy4RwbBunrJBQ4Co8fRWA=="
crossorigin="anonymous"></script>
<script>const code_highlighting = true;</script>
<script>
const search_config = { "indexURI": "/index.json", "minLength": 1, "threshold": 0.3 };
const i18n = { "no_results": "No results found", "placeholder": "Search...", "results": "results found" };
const content_type = {
'post': "Posts",
'project': "Projects",
'publication': "Publications",
'talk': "Talks",
'slides': "Slides"
};
</script>
<script id="search-hit-fuse-template" type="text/x-template">
<div class="search-hit" id="summary-{{key}}">
<div class="search-hit-content">
<div class="search-hit-name">
<a href="{{relpermalink}}">{{title}}</a>
<div class="article-metadata search-hit-type">{{type}}</div>
<p class="search-hit-description">{{snippet}}</p>
</div>
</div>
</div>
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fuse.js/3.2.1/fuse.min.js"
integrity="sha256-VzgmKYmhsGNNN4Ph1kMW+BjoYJM2jV5i4IlFoeZA9XI=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mark.js/8.11.1/jquery.mark.min.js"
integrity="sha256-4HLtjeVgH0eIB3aZ9mLYF6E8oU5chNdjU6p6rrXpl9U=" crossorigin="anonymous"></script>
<script src="js/wowchemy.min.4c2bca31150ce93c5a5e43b8a50f22fd.js"></script>