-
Notifications
You must be signed in to change notification settings - Fork 0
/
notes code.txt
470 lines (365 loc) · 14.9 KB
/
notes code.txt
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
<html>
<head>
<meta charset="utf-8">
<title>NOTES</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style2.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
<div class="all">
<img src="https://bestlovesms.in/wp-content/uploads/2017/04/success-picture-for-all-the-best.jpg" style="margin-top: 180px; height: 400px; align-items: center; ">
</div>
<div class="card-container">
<div class="upper-container">
<div class="image-container">
<img
src=" https://nareshit.com/wp-content/uploads/2018/08/C-Programming-online-training-nareshit.jpg" />
</div>
</div>
<div class="lower-container">
<div>
<h1> C Language </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn "> view </a>
</div>
</div>
</div>
<div class="card-container1">
<div class="upper-container1">
<div class="image-container1">
<img
src=" https://image.shutterstock.com/image-vector/c-plus-coding-language-sign-260nw-1390839050.jpg" />
</div>
</div>
<div class="lower-container1">
<div>
<h1> C++ </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn1 "> view </a>
</div>
</div>
</div>
<div class="card-container2">
<div class="upper-container2">
<div class="image-container2">
<img src=" https://www.datasciencecentral.com/wp-content/uploads/2021/10/8667507462.jpeg" />
</div>
</div>
<div class="lower-container2">
<div>
<h1> JAVA </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn2 "> view </a>
</div>
</div>
</div>
<div class="card-container3">
<div class="upper-container3">
<div class="image-container3">
<img
src=" https://image.shutterstock.com/image-photo/html-inscription-against-laptop-code-260nw-1851522412.jpg" />
</div>
</div>
<div class="lower-container3">
<div>
<h1> HTML </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn3 "> view </a>
</div>
</div>
</div>
<div class="card-container4">
<div class="upper-container4">
<div class="image-container4">
<img src=" https://cdn.pixabay.com/photo/2017/03/30/17/42/css-2189148__340.png" />
</div>
</div>
<div class="lower-container4">
<div>
<h1> CSS </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn4 "> view </a>
</div>
</div>
</div>
<div class="card-container5">
<div class="upper-container5">
<div class="image-container5">
<img
src=" https://upload.wikimedia.org/wikipedia/commons/thumb/0/0d/C_Sharp_wordmark.svg/1200px-C_Sharp_wordmark.svg.png" />
</div>
</div>
<div class="lower-container5">
<div>
<h1> C# </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn5 "> view </a>
</div>
</div>
</div>
<div class="card-container6">
<div class="upper-container6">
<div class="image-container6">
<img
src=" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRmNWzNuO5vBYcAmdZBrBlNn79jFOKMBcPI5g&usqp=CAU " />
</div>
</div>
<div class="lower-container6">
<div>
<h1> PYTHON </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn6 "> view </a>
</div>
</div>
</div>
<div class="card-container7">
<div class="upper-container7">
<div class="image-container7">
<img
src=" https://sblcorp.com/blog/wp-content/uploads/2021/06/Learn-About-the-Power-of-JavaScript.jpg" />
</div>
</div>
<div class="lower-container7">
<div>
<h1> java script </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn7 "> view </a>
</div>
</div>
</div>
<div class="card-container8">
<div class="upper-container8">
<div class="image-container8">
<img src=" https://cse.iitkgp.ac.in/~dsamanta/java/jdbc1.jpg" />
</div>
</div>
<div class="lower-container8">
<div>
<h1> SQL </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn8 "> view </a>
</div>
</div>
</div>
<div class="card-container9">
<div class="upper-container9">
<div class="image-container9">
<img
src=" https://upload.wikimedia.org/wikipedia/commons/thumb/2/27/PHP-logo.svg/1200px-PHP-logo.svg.png" />
</div>
</div>
<div class="lower-container9">
<div>
<h1> PHP </h1>
</div>
<div>
<p> It is very inportant topic of programming language and very useful in write the code.</p>
</div>
<div>
<a href="#" class=" btn9 "> view </a>
</div>
</div>
</div>
<div class="background">
</div>
<!------------>
<header>
<div class=" hi">
<img src="https://cdn.pixabay.com/photo/2018/02/27/09/14/clouds-3185006_960_720.jpg" width="1550"
height="520">
<h1> <a href="index.html" class="logo">TECH
<i class="fab fa-staylinked"></i>ERA
</a> </h1>
<p>WELCOME TO TECH ERA NOTES</p>
<table>
<tr>
<th width="1%"><a href="index.html">Home</a></th>
<th width="1%"> <a href="courses.html">Course</a></th>
<th width="1%"> <a href="contact.html">Contact</a></th>
<th width="1%"> <a href="about.html">About</a></th>
<th width="1%"> <a href="pari.html">Carrier</a></th>
</tr>
</table>
</div> -->
</header>
<!--------------->
<!--------------->
<section class="footer">
<h4>Welcome To a New Era</h4>
<h5><a href="pr.html">privacy policy</a></h5>
<h5><a href="termsandcondition.html">terms & conditon</a></h5>
<h5><a href="#">faq</a></h5>
<div class="icons">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-linkedin"></i>
</div>
<p>Copyright © <a href="index.html">TECH ERA</a>. All Rights Reserved</p>
</section>
<!-- Footer Section End -->
<!--------------->
<div class="wel">
<h1>
<p><b> WELCOME.... </b> </p>
</h1>
<h2> To our handwritten notes here, we provide all notes of programming language.this language is very inportant
and very useful to achieve your goal, which will help you a lot in making your career. </h2>
</div>
<div class="fu">
<h1> GET READY FOR A BRIGHT FUTURE WITH THE HELP OF OUR PROGRAMMING NOTES </h1>
</div>
<div class="searchbox">
<input id="textbox" type="text" placeholder="Enter to search">
<a fref="#">
<i class="fas fa-search"> </i>
</a>
</div>
<div class="ani">
<ul>
<li>
<h2> If you have any problem them you can tell us by writing in comment. </h2>
</li>
</ul>
</div>
<div class="co">
<h1>Coment Box </h1>
</div>
<div class="comment-box">
<form action="#">
<input type="text" name="full_name" placeholder="Full Name...">
<input type="text" name="email" placeholder="Email Assress...">
<textarea name="comment" placeholder="Type your comment....."> </textarea>
<button type="submit">Submit comment</button>
</form>
</div>
<div class="get">
<h1> GET READY TO LEARN PROGRAMMING KNOWLEDGE </h1>
<h2>
<p>A programming language is any set of rules that converts strings, or graphical program elements in the
case of visual programming languages, to various kinds of machine code output. Programming languages are
one kind of computer language, and are used in computer programming to implement algorithms.<br>
Most programming languages consist of instructions for computers. There are programmable machines that
use a set of specific instructions, rather than general programming languages. Since the early 1800s,
programs have been used to direct the behavior of machines such as Jacquard looms, music boxes and
player pianos.[1] The programs for these machines (such as a player piano's scrolls) did not produce
different behavior in response to different inputs or conditions.</p>
</h2>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/C_Hello_World_Program.png/603px-C_Hello_World_Program.png">
</div>
<div class="pra">
<img src="https://i.pinimg.com/originals/0a/4f/04/0a4f040a717d9557de0c25957b8ae809.jpg">
</div>
<div class="nk">
<div class="n">
<img src=" https://wallpapercave.com/wp/wp3695039.jpg">
<p>
<h3>
<center>The first few weeks of your coding journey are like bliss. As soon as you sit down to learn, the
world around you disappears, and only the screen gets your undivided attention. You blaze through
each lesson, and as soon as you’re done, you’re eager to go for another round.</center>
</h3>
</p>
</div>
<div class="n">
<img
src=" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS6ERDJdeVvyJXSOeHkfV0iF9O_2bzW2TpbtQ&usqp=CAU">
<p>
<h2>1. Know why you want to code : -</h2>
</p>
<p>
<h3>
<center>As with any journey, you need to know your why before taking a plunge into coding. Having some
fun, stimulating your mind, gaining an edge at work.</center>
</h3>
</p>
</div>
<div class="n">
<img src="https://spaces-wp.imgix.net/2016/06/coding-in-the-classroom.png?auto=compress,format&q=50 ">
<p>
<h2> 2. Define your coding goal and visualize it :</h2>
</p>
<p>
<h3>
<center> Just like knowing your why is the first step of any journey, defining your one big goal is the
first step towards achieving it. The key here is to make it as specific as you can.</center>
</h3>
</p>
</div>
<div class="n">
<img
src=" https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSxhRZsqWEalSxBT-UmpHgMEN55PIA-ZiEe9w&usqp=CAU">
<p>
<h2> 3. Have a clear plan : -</h2>
</p>
<p>
<h3>
<center>Your coding journey doesn’t differ from that of any other beginner. You need a clear plan if you
want to reach the destination. For instance, knowing which programming languages to learn isn’t
enough.</center>
</h3>
</p>
</div>
<div class="n">
<img src="https://gr8learnings.com/wp-content/uploads/2020/09/f14-9.jpg ">
<p>
<h2>All the best Quotes | Best Wishes | Good Luck Images : -</h2>
</p>
<p>
<h3>
<center>If you enjoyed this post, be sure to give your friends the gift of motivation by sharing it with
them ,As soon as you sit down to learn. </center>
</h3>
</p>
</div>
</div>
<div class="con">
<h1>Conclusion : -</h1>
<h2>The burst of motivation at the start of a project is short-lived. That’s why you need to put these seven
motivation tips into practice as soon as you can.
To help you do that, Mimo offers a clear path for your coding journey filled with bite-sized lessons to help
you learn with fun. As you make progress, Mimo also keeps you updated on where you’re at in your journey.
Every once in a while, you get to bring all your skills and knowledge together in the form of real-world
projects you’ll be proud to call your own. See the difference Mimo can make by downloading today.
</h2>
</div>
</body>
</html>