-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (207 loc) · 8.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap" rel="stylesheet">
<title>Split Screen</title>
</head>
<body>
<header class="first-header">
<div class="title">
<h1>Decode with Happy</h1>
</div>
<nav>
<ul class="menu">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">About Me</a>
</li>
<li>
<a href="#">Contact Me</a>
</li>
<li>
<a href="#">Login</a>
</li>
</ul>
</nav>
</header>
<main>
<div class="row">
<div class="column left">
<div class="column-left">
<article id="blog0" class="Split-left First-blog">
<h2>An Introduction to pointers in C</h2>
<figure>
<img src="Images/pointer-memory-representation.png" id="first-image" alt="diagram of a pointer">
</figure>
</article>
<!--<hr>-->
</div>
<div class="column-left">
<article id="blog1" class="Split-left Second-blog">
<h2>C is the mother of all Programming language</h2>
<figure>
<img src="Images/best-C-Programming-training-gtb-nagar-sparc-academy.jpg" id="second-image">
<!--<figcaption>Caption</figcaption> -->
</figure>
</article>
<!--<hr>-->
</div>
<div class="column-left">
<article id="blog2" class="Split-left Third-blog">
<h2>A General Overview Of Data Warehousing</h2>
<figure>
<img src="Images/data-warehouse-components.png" id="third-image">
<!--<figcaption>Caption</figcaption> -->
</figure>
</article>
<!--<hr>-->
</div>
<div class="column-left">
<article id="blog3" class="Split-left Fourth-blog">
<h2>Caching Overview</h2>
<figure>
<img src="Images/storage_cache_memory_mobile.png" id="fourth-image">
<!--<figcaption>Caption</figcaption> -->
</figure>
</article>
<!--<hr>-->
</div>
<div class="column-left">
<article id="blog4" class="Split-left Fifth-blog">
<h2>Usage of Python in Machine Learning</h2>
<figure>
<img src="Images/phython.jpg" id="fifth-image">
<!--<figcaption>Caption</figcaption> -->
</figure>
</article>
<!--<hr>-->
</div>
</div>
<div class="column right">
<h2 id="First-Right-H2">Click on the lefthandside to see something</h2>
<div class="column-right">
<div id="blog00" class="Split-right First-blog">
<p class="blog-text">
The <strong><em>pointer</strong></em> in C language is a variable which stores the
address of another variable.
This variable can be of type int, char, array, function, or any other pointer.
If you have a variable<strong> var</strong> in your program, <strong>&var</strong> will give you its address in the memory.
</p>
</div>
<!--<hr>-->
</div>
<div class="column-right">
<div id="blog11" class="Split-right Second-blog">
<p class="blog-text">
C is one of the most widely used programming languages,
and C compilers are available for the majority of available computer architectures and operating
systems.
The C language
has
formed the basis for many languages including <strong>C++, Java, JavaScript, Go, Rust, Limbo, LPC, C#,
PHP,
Python, Perl, Verilog, and C-shell.</strong>
</p>
</div>
<!--<hr>-->
</div>
<div class="column-right">
<div id="blog22" class="Split-right Third-blog">
<p class="blog-text">
In addition to a relational database, a data warehouse environment
includes an <strong> extraction, transportation, transformation, and loading (ETL) solution, an online
analytical processing (OLAP) engine, client analysis tools </strong>, and other applications that manage the
process of gathering data and delivering it to business users</p>
<h3>The characteristics of a data warehouse is :</h3>
<ul id="ul1">
<li>
<a href="https://docs.oracle.com/cd/B10500_01/server.920/a96520/concept.htm#49840" id="Subject-link">
<li>Subject-Oriented</a></li>
</li>
<li>
<a href="https://docs.oracle.com/cd/B10500_01/server.920/a96520/concept.htm#49840" id="Integrated-link">
<li> Integrated</a></li>
</li>
<li>
<a href="https://docs.oracle.com/cd/B10500_01/server.920/a96520/concept.htm#49840"
id="Nonvolatile-link">
<li>Nonvolatile</a></li>
</li>
<li>
<a href="https://docs.oracle.com/cd/B10500_01/server.920/a96520/concept.htm#49840"
id="TimeVariant-link">
<li>Time Variant</a></li>
</li>
</ul>
</p>
</div>
<!--<hr>-->
</div>
<div class="column-right">
<div id="blog33" class="Split-right Fourth-blog">
<h3>How does Caching work?</h3>
<p class="blog-text">
The data in a cache is generally stored in fast access hardware such
as RAM (Random-access memory) and may also be used in correlation with a software component. A
cache's primary purpose is to <strong>increase data retrieval</strong>performance by reducing the need to access
the underlying slower storage layer.
</p>
</div>
<!--<hr>-->
</div>
<div class="column-right">
<div id="blog44" class="Split-right Fifth-blog">
<h2>Usage of Python in Machine Learning</h2>
<h3>Simple and Consistent: </h3>
<p class="blog-text">
Python offers concise and readable code. While complex algorithms and
versatile workflows stand behind machine learning and AI, Python’s simplicity allows developers to
write reliable systems. Developers get to put all their effort into solving an ML problem instead of
focusing on the technical nuances of the language</p>
</div>
<!--<hr>-->
</div>
</div>
</div>
<div class="about-me">
<h2>
About Me
</h2>
<img class="last" src="Images/img_avatar.png" alt="My name is Sayan">
<h3>Sayan Poddar</h3>
<div class="last-links">
<a href="https://www.youtube.com/channel/UCbGa9_g1ErWF46LqhghWqZQ" target="_blank"
rel="noopener noreferrer">Youtube</a>|
<a href="https://auth.geeksforgeeks.org/user/poddarsayan22/practice/" target="_blank"
rel="noopener noreferrer">geeksforgeeks</a>|
<a href="https://www.hackerrank.com/poddarsayan22" target="_blank" rel="noopener noreferrer">hackerrank</a>|
<a href="mailto:[email protected]" rel="noopener noreferrer">E-mail</a>
<h3>Hello, My name is Sayan Poddar currently I am pursuing MSc in Computer Science from Pondicherry
University. My favourite topics are data structure, design analysis, web development, dbms, data
analytics </h3>
</div>
</div>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Me</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">© 2021 | Developer's Community</a>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="index.js" charset="UTF-8"></script>
</body>
</html>