-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprogramming.html
More file actions
393 lines (331 loc) · 80.1 KB
/
programming.html
File metadata and controls
393 lines (331 loc) · 80.1 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
<!doctype html> <html lang="en-GB" prefix="og: https://ogp.me/ns#" > <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="profile" href="https://gmpg.org/xfn/11" /> <!-- All in One SEO 4.1.2.3 --> <meta name="description" content="This is a part of code from my game:"/> <link rel="canonical" href="https://dkwizard.com/programming.html" /> <meta property="og:site_name" content="DKWizard - Multifunctional Web Design" /> <meta property="og:type" content="article" /> <meta property="og:title" content="PROGRAMMING - DKWizard" /> <meta property="og:description" content="This is a part of code from my game:" /> <meta property="og:url" content="https://dkwizard.com/programming.html" /> <meta property="article:published_time" content="2021-06-28T10:40:39Z" /> <meta property="article:modified_time" content="2022-05-13T13:34:40Z" /> <meta property="article:publisher" content="https://www.facebook.com/danis.kadic.7906" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:domain" content="dkwizard.com" /> <meta name="twitter:title" content="PROGRAMMING - DKWizard" /> <meta name="twitter:description" content="This is a part of code from my game:" /> <script type="application/ld+json" class="aioseo-schema">
{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/dkwizard.com\/#website","url":"https:\/\/dkwizard.com\/","name":"DKWizard","description":"Multifunctional Web Design","publisher":{"@id":"https:\/\/dkwizard.com\/#person"}},{"@type":"Person","@id":"https:\/\/dkwizard.com\/#person","name":"dkwizard","image":{"@type":"ImageObject","@id":"https:\/\/dkwizard.com\/programming\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/5b29d90234f1b45bebf59eaf14333350?s=96&d=identicon&r=g","width":"96","height":"96","caption":"dkwizard"},"sameAs":["https:\/\/www.facebook.com\/danis.kadic.7906"]},{"@type":"BreadcrumbList","@id":"https:\/\/dkwizard.com\/programming\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/dkwizard.com\/#listItem","position":"1","item":{"@type":"WebPage","@id":"https:\/\/dkwizard.com\/","name":"Home","description":"Multifunctional Web Design","url":"https:\/\/dkwizard.com\/"},"nextItem":"https:\/\/dkwizard.com\/programming\/#listItem"},{"@type":"ListItem","@id":"https:\/\/dkwizard.com\/programming\/#listItem","position":"2","item":{"@type":"WebPage","@id":"https:\/\/dkwizard.com\/programming\/","name":"PROGRAMMING","description":"This is a part of code from my game:","url":"https:\/\/dkwizard.com\/programming\/"},"previousItem":"https:\/\/dkwizard.com\/#listItem"}]},{"@type":"WebPage","@id":"https:\/\/dkwizard.com\/programming.html\/#webpage","url":"https:\/\/dkwizard.com\/programming.html\/","name":"PROGRAMMING - DKWizard","description":"This is a part of code from my game:","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/dkwizard.com\/#website"},"breadcrumb":{"@id":"https:\/\/dkwizard.com\/programming\/#breadcrumblist"},"datePublished":"2021-06-28T10:40:39+01:00","dateModified":"2022-05-13T13:34:40+01:00"}]}
</script> <!-- All in One SEO --> <!-- This site is optimized with the Yoast SEO plugin v16.6.1 - https://yoast.com/wordpress/plugins/seo/ --> <title>PROGRAMMING - DKWizard</title> <link rel="canonical" href="https://dkwizard.com/programming.html" /> <meta property="og:locale" content="en_GB" /> <meta property="og:type" content="article" /> <meta property="og:title" content="PROGRAMMING - DKWizard" /> <meta property="og:description" content="This is a part of code from my game:" /> <meta property="og:url" content="https://dkwizard.com/programming.html" /> <meta property="og:site_name" content="DKWizard" /> <meta property="article:modified_time" content="2022-05-13T13:34:40+00:00" /> <meta property="og:image" content="./images/received_3212510862364027-1024x910.jpeg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:label1" content="Estimated reading time" /> <meta name="twitter:data1" content="1 minute" /> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://dkwizard.com/#website","url":"https://dkwizard.com/","name":"DKWizard","description":"Multifunctional Web Design","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://dkwizard.com/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"ImageObject","@id":"https://dkwizard.com/programming/#primaryimage","inLanguage":"en-GB","url":"https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=1745%2C1551&ssl=1","contentUrl":"https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=1745%2C1551&ssl=1","width":1745,"height":1551},{"@type":"WebPage","@id":"https://dkwizard.com/programming/#webpage","url":"https://dkwizard.com/programming.html","name":"PROGRAMMING - DKWizard","isPartOf":{"@id":"https://dkwizard.com/#website"},"primaryImageOfPage":{"@id":"https://dkwizard.com/programming/#primaryimage"},"datePublished":"2021-06-28T10:40:39+00:00","dateModified":"2022-05-13T13:34:40+00:00","breadcrumb":{"@id":"https://dkwizard.com/programming/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https://dkwizard.com/programming/"]}]},{"@type":"BreadcrumbList","@id":"https://dkwizard.com/programming/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://dkwizard.com/"},{"@type":"ListItem","position":2,"name":"PROGRAMMING"}]}]}</script> <!-- / Yoast SEO plugin. --> <link rel='dns-prefetch' href='//secure.gravatar.com' /> <link rel='dns-prefetch' href='//www.googletagmanager.com' /> <link rel='dns-prefetch' href='//fonts.googleapis.com' /> <link rel='dns-prefetch' href='//s.w.org' /> <link rel='dns-prefetch' href='//widgets.wp.com' /> <link rel='dns-prefetch' href='//jetpack.wordpress.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//public-api.wordpress.com' /> <link rel='dns-prefetch' href='//0.gravatar.com' /> <link rel='dns-prefetch' href='//1.gravatar.com' /> <link rel='dns-prefetch' href='//2.gravatar.com' /> <link rel='dns-prefetch' href='//i0.wp.com' /> <link rel='dns-prefetch' href='//c0.wp.com' /> <link rel='dns-prefetch' href='//s.pubmine.com' /> <link rel='dns-prefetch' href='//x.bidswitch.net' /> <link rel='dns-prefetch' href='//static.criteo.net' /> <link rel='dns-prefetch' href='//ib.adnxs.com' /> <link rel='dns-prefetch' href='//aax.amazon-adsystem.com' /> <link rel='dns-prefetch' href='//bidder.criteo.com' /> <link rel='dns-prefetch' href='//cas.criteo.com' /> <link rel='dns-prefetch' href='//gum.criteo.com' /> <link rel='dns-prefetch' href='//ads.pubmatic.com' /> <link rel='dns-prefetch' href='//gads.pubmatic.com' /> <link rel='dns-prefetch' href='//tpc.googlesyndication.com' /> <link rel='dns-prefetch' href='//ad.doubleclick.net' /> <link rel='dns-prefetch' href='//googleads.g.doubleclick.net' /> <link rel='dns-prefetch' href='//www.googletagservices.com' /> <link rel='dns-prefetch' href='//cdn.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.g.switchadhub.com' /> <link rel='dns-prefetch' href='//delivery.swid.switchadhub.com' /> <link rel='dns-prefetch' href='//pagead2.googlesyndication.com' /> <link href='https://fonts.gstatic.com' crossorigin rel='preconnect' /> <link rel="alternate" type="application/rss+xml" title="DKWizard » Feed" href="https://dkwizard.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="DKWizard » Comments Feed" href="https://dkwizard.com/comments/feed/" /> <!-- This site uses the Google Analytics by MonsterInsights plugin v7.17.0 - Using Analytics tracking - https://www.monsterinsights.com/ --> <!-- Note: MonsterInsights is not currently configured on this site. The site owner needs to authenticate with Google Analytics in the MonsterInsights settings panel. --> <!-- No UA code set --> <!-- / Google Analytics by MonsterInsights --> <script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/dkwizard.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.9.3"}};
/*! This file is auto-generated */
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</script> <!-- dkwizard.com is managing ads with Advanced Ads 1.33.2 --><script id="dkwiz-ready">
window.advanced_ads_ready=function(e,a){a=a||"complete";var d=function(e){return"interactive"===a?"loading"!==e:"complete"===e};d(document.readyState)?e():document.addEventListener("readystatechange",(function(a){d(a.target.readyState)&&e()}),{once:"interactive"===a})},window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[]; </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <!-- No Concat CSS global-styles => Maybe Not Static File --> <!-- No Concat CSS dashicons => Excluded option --> <!-- No Concat CSS alves-fonts => Maybe Not Static File https://fonts.googleapis.com/css?family=Lora%3A400%2C700%2C400italic%2C700italic%7CKarla%3A400%2C700%2C400italic%2C700italic&subset=latin%2Clatin-ext --> <!-- No Concat CSS jetpack-global-styles-frontend-style => Maybe Not Static File --> <link data-handles='wp-block-library,wp-block-library-theme,jetpack-layout-grid,mediaelement,wp-mediaelement,coblocks-frontend,wp-components,godaddy-styles,jetpack_likes,varia-style,varia-wpcom-style,wordads,alves-style,sharedaddy,social-logos,jetpack_css' rel='stylesheet' id='all-css-64c55462892695ac749eabc8bcefc20d' href='https://dkwizard.com/_static/??-eJydUtFuwyAM/KFRlE6r9jLtpdI+YB8wOWBRNw4gTBrl70eytEonpe325gPf+c7QR2WCz+izjtw58qJdV2CNyem6I7a65mAaxVQnSIOWPDBujMhT/1dqPmC7SmUYQpeVS2SvZ5A33FkUfRTdoiVALjKFuQSx0DEpRgdm2LTk77LL3RIvOb+tmTDlEG1J8o85dT5T1aO7MKGNwZcOub3Dy7SL9T1G9Ba9oQI+wh6sHfTnqCGzNkNGyWuKR8wRTKPbYLuRw9TgionpiUQDn+50nCARjBbnffSx5HvUQB+SBVuiyr9trEnLARLaaUNjSd7dY35NIYIhYMXBBbkCt/7FWWGMMddj63v7Vu1etttqVz2/fgOM9EqV' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify{text-align:justify;} </style> <link data-handles='varia-print-style' rel='stylesheet' id='print-css-38ab200c6ed34d3c6902144ae1eb4a72' href='./css/varia-print.css' type='text/css' media='print' /> <style id='global-styles-inline-css'> body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #c1cfd6;--wp--preset--color--secondary: #f4f4f5;--wp--preset--color--background: #235ab2;--wp--preset--color--foreground: #ffe500;--wp--preset--color--foreground-light: #ffe500;--wp--preset--color--foreground-dark: #ffe500;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');--wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');--wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');--wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');--wp--preset--duotone--midnight: url('#wp-duotone-midnight');--wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');--wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');--wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');--wp--preset--font-size--small: 16.6667px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 28.8px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 20px;--wp--preset--font-size--huge: 34.5667px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;} </style> <link rel='stylesheet' id='dashicons-css' href='./css/499-dashicons.min.css' media='all' /> <link crossorigin="anonymous" rel='stylesheet' id='alves-fonts-css' href='https://fonts.googleapis.com/css?family=Lora%3A400%2C700%2C400italic%2C700italic%7CKarla%3A400%2C700%2C400italic%2C700italic&subset=latin%2Clatin-ext' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <script>
/* <![CDATA[ */
var rcewpp = {
"ajax_url":"https://dkwizard.com/wp-admin/admin-ajax.php",
"nonce": "5a7cb5dd5c",
"home_url": "https://dkwizard.com/",
"settings_icon": 'https://dkwizard.com/wp-content/plugins/export-wp-page-to-static-html/admin/images/settings.png',
"settings_hover_icon": 'https://dkwizard.com/wp-content/plugins/export-wp-page-to-static-html/admin/images/settings_hover.png'
};
/* ]]\> */
</script> <!-- No Concat JS google_gtagjs => Maybe Not Static File https://www.googletagmanager.com/gtag/js?id=UA-199243317-1 --> <script id='media-video-jwt-bridge-js-extra'>
var videopressAjax = {"ajaxUrl":"https:\/\/dkwizard.com\/wp-admin\/admin-ajax.php","bridgeUrl":"https:\/\/dkwizard.com\/wp-content\/plugins\/jetpack\/modules\/videopress\/js\/videopress-token-bridge.js","post_id":"358"};
</script> <script data-handles='media-video-jwt-bridge' type='text/javascript' src='./js/jetpack-modules-videopress-js-videopress-token-bridge.js'></script> <!-- Google Analytics snippet added by Site Kit --> <script src='https://www.googletagmanager.com/gtag/js?id=UA-199243317-1' id='google_gtagjs-js' async></script> <script id='google_gtagjs-js-after'>
window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}
gtag('set', 'linker', {"domains":["dkwizard.com"]} );
gtag("js", new Date());
gtag("set", "developer_id.dZTNiMT", true);
gtag("config", "UA-199243317-1", {"anonymize_ip":true});
</script> <!-- End Google Analytics snippet added by Site Kit --> <link rel="https://api.w.org/" href="https://dkwizard.com/wp-json/" /><link rel="alternate" type="application/json" href="https://dkwizard.com/wp-json/wp/v2/pages/358" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://dkwizard.com/xmlrpc.php?rsd" /> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://dkwizard.com/wp-includes/wlwmanifest.xml" /> <link rel='shortlink' href='https://wp.me/Pd8dQp-5M' /> <link rel="alternate" type="application/json+oembed" href="https://dkwizard.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdkwizard.com%2Fprogramming%2F" /> <link rel="alternate" type="text/xml+oembed" href="https://dkwizard.com/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fdkwizard.com%2Fprogramming%2F&format=xml" /> <meta name="generator" content="Site Kit by Google 1.44.0" /><html> <vid src="https://dkwizard.com/wp-content/uploads/2021/06/AUDI-2-zavrsna-verzija.mp4"/> </html> <style> body { background-image: url('./images/K1-Pozadina-16.jpg'); } </style> }<style type='text/css'>img#wpstats{display:none}</style> <!-- Google AdSense snippet added by Site Kit --> <meta name="google-adsense-platform-account" content="ca-host-pub-2644536267352236"> <meta name="google-adsense-platform-domain" content="sitekit.withgoogle.com"> <!-- End Google AdSense snippet added by Site Kit --> <link rel="amphtml" href="https://dkwizard.com/programming/?amp=1"> <style type="text/css"> /* If html does not have either class, do not show lazy loaded images. */ html:not( .jetpack-lazy-images-js-enabled ):not( .js ) .jetpack-lazy-image { display: none; } </style> <script>
document.documentElement.classList.add(
'jetpack-lazy-images-js-enabled'
);
</script> <!-- Google AdSense snippet added by Site Kit --> <script src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1484093842652458" crossorigin="anonymous" type="text/javascript"></script> <!-- End Google AdSense snippet added by Site Kit --> <style type="text/css" id="custom-colors-css">@media screen and (min-width:560px){.main-navigation>div>ul>li>.sub-menu>li:first-child>a{border-top:1px solid}.main-navigation>div>ul>li>.sub-menu>li>a{border-left:1px solid;border-right:1px solid}.main-navigation>div>ul>li>.sub-menu>li:last-child>a{border-bottom:1px solid}.site-header .main-navigation>div>ul>li.current-menu-item>ul::before,.site-header .main-navigation>div>ul>li.focus>ul::before,.site-header .main-navigation>div>ul>li:hover>ul::before{border:0}}.screen-reader-text:focus,.site-header a:focus,.site-header a:hover,body,body .widget_eu_cookie_law_widget #eu-cookie-law,body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept,.main-navigation>div>ul>li>.sub-menu,.site-header .main-navigation>div>ul>li .sub-menu a,.main-navigation>div>ul>li.current-menu-item li.current-menu-item>a,.mobile-nav-side .site-header #site-navigation.main-navigation .woocommerce-menu-container,.mobile-nav-side .site-header #site-navigation.main-navigation>div{background-color:#235ab2}.a8c-posts-list-item__featured span,.a8c-posts-list__view-all,.a8c-posts-list__view-all:focus,.a8c-posts-list__view-all:hover,.has-focus.a8c-posts-list__view-all,.has-focus.button,.has-focus.wp-block-button__link,.has-focus.wp-block-file__button,.sticky-post,.button,.button:focus,.button:hover,button,button.has-focus,button:focus,button:hover,button[data-load-more-btn],.wp-block-button__link,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-file .wp-block-file__button,.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited,.wp-block-file__button,.wp-block-file__button:focus,.wp-block-file__button:hover,.wp-block-search .wp-block-search__button,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption,.wp-block-pullquote.is-style-solid-color,table.is-style-stripes tbody tr:nth-child(odd),.wp-block-table.is-style-stripes tbody tr:nth-child(odd),body .widget_eu_cookie_law_widget #eu-cookie-law input.accept,body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover,body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept,body .widget_eu_cookie_law_widget #eu-cookie-law.negative,input.has-focus[type="submit"],input:focus[type="submit"],input:hover[type="submit"],input[type="submit"]{color:#235ab2}.site-header .main-navigation>div>ul>li:hover>ul::before,.site-header .main-navigation>div>ul>li.focus>ul::before,.site-header .main-navigation>div>ul>li.current-menu-item>ul::before{border-bottom-color:#235ab2}.has-primary-background-color[class],.has-secondary-background-color[class],.has-foreground-background-color[class],.has-foreground-light-background-color[class],.has-foreground-dark-background-color[class],.has-background-color[class],.has-background-dark-color[class],.has-background-light-color[class]{color:#235ab2}.has-background-background-color[class],.has-background-background-color.has-background-dim[class]{background-color:#235ab2}.has-background-dark-background-color[class],.has-background-dark-background-color.has-background-dim[class]{background-color:#1a4488}.has-background-light-background-color[class],.has-background-light-background-color.has-background-dim[class]{background-color:#3271d6}.main-navigation>div>ul>li>.sub-menu>li>a,.main-navigation>div>ul>li>.sub-menu>li>a:first-child,.main-navigation>div>ul>li>.sub-menu>li>a:last-child{border-color:#1a4488}.a8c-posts-list-item__featured span,.a8c-posts-list__view-all,.button,.sticky-post,.wp-block-button__link,.wp-block-file .wp-block-file__button,.wp-block-file__button,.wp-block-pullquote.is-style-solid-color,body .widget_eu_cookie_law_widget #eu-cookie-law input.accept,button,button[data-load-more-btn],.wp-block-search .wp-block-search__button,.wp-block-search .wp-block-search__button:focus,.wp-block-search .wp-block-search__button:hover,input[type="submit"]{background-color:#c1cfd6}.site-footer #footer-info-wrapper a:focus,.site-footer #footer-info-wrapper a:hover,.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color):active,.wp-block-button.is-style-outline.wp-block-button__link:not(.has-text-color),.wp-block-button.is-style-outline.wp-block-button__link:active:not(.has-text-color),.wp-block-newspack-blocks-homepage-articles article .entry-title a,a,hr.wp-block-separator.is-style-dots:before{color:#c1cfd6}.wp-block-code,body .widget_eu_cookie_law_widget #eu-cookie-law,input[type="color"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="email"],input[type="month"],input[type="number"],input[type="password"],input[type="range"],input[type="search"],input[type="tel"],input[type="text"],input[type="time"],input[type="url"],input[type="week"],.wp-block-search .wp-block-search__input:focus,select,textarea{border-color:#c1cfd6}.comment-list .children>li,.comment-list>li,.wp-block-pullquote{border-top-color:#c1cfd6}.wp-block-quote[style*="text-align: right"],.wp-block-quote[style*="text-align:right"]{border-right-color:#c1cfd6}.comment-list,.wp-block-pullquote,hr,hr.wp-block-separator{border-bottom-color:#c1cfd6}.wp-block-quote{border-left-color:#c1cfd6}.has-primary-background-color[class],.has-primary-background-color.has-background-dim[class]{background-color:#c1cfd6}.has-primary-color[class]{color:#c1cfd6}.comment-meta .comment-metadata,.entry-footer,.entry-meta,.has-background-background-color[class],.has-background-dark-background-color[class],.has-background-light-background-color[class],.has-foreground-color[class],.main-navigation,.main-navigation a,.main-navigation a:link,.main-navigation a:visited,.screen-reader-text:focus,.site-footer #footer-info-wrapper a,.site-title,.social-navigation a,.wp-block-code,.wp-block-code pre,.wp-block-pullquote,body,body .widget_eu_cookie_law_widget #eu-cookie-law,body .widget_eu_cookie_law_widget #eu-cookie-law.negative input.accept,.site-header .main-navigation>div>ul>li .sub-menu a,.a8c-posts-list__item .a8c-posts-list-item__meta,.entry-footer,.entry-meta,.footer-navigation .footer-menu,.has-foreground-light-color[class],.site-branding,.site-info,.wp-block-image figcaption,.wp-block-latest-comments .wp-block-latest-comments__comment-date,.wp-block-latest-posts .wp-block-latest-posts__post-date,.wp-block-newspack-blocks-homepage-articles article .cat-links,.wp-block-newspack-blocks-homepage-articles article .entry-meta,.wp-block-pullquote .wp-block-pullquote__citation,.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-quote .wp-block-quote__citation,.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote.is-large .wp-block-quote__citation,.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large .wp-block-quote__citation,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer,.wp-block-video figcaption,figcaption{color:#ffe500}.wp-block-search .wp-block-search__input{border-color:#ffe500}.wp-block-search .wp-block-search__input{border-color:rgba(255,229,0,.8)}.wp-block-cover.has-background-dim,.wp-block-cover-image.has-background-dim,table.is-style-stripes tbody tr:nth-child(odd),.wp-block-table.is-style-stripes tbody tr:nth-child(odd),body .widget_eu_cookie_law_widget #eu-cookie-law.negative{background-color:#ffe500}.has-foreground-color[class]{color:#ffe500}.has-foreground-background-color[class],.has-foreground-background-color.has-background-dim[class]{background-color:#ffe500}.has-foreground-dark-color[class]{color:#ccb700}.has-foreground-dark-background-color[class],.has-foreground-dark-background-color.has-background-dim[class]{background-color:#ccb700}.has-foreground-light-color[class]{color:#ffef66}.has-foreground-light-background-color[class],.has-foreground-light-background-color.has-background-dim[class]{background-color:#ffef66}.a8c-posts-list__item .a8c-posts-list-item__meta a:active,.a8c-posts-list__item .a8c-posts-list-item__meta a:hover,.comment-meta .comment-metadata a:active,.comment-meta .comment-metadata a:hover,.entry-footer a:active,.entry-footer a:hover,.entry-meta a:active,.entry-meta a:hover,.footer-navigation .footer-menu a:hover,.main-navigation a:hover,.site-info a:hover,.site-title a:hover,.social-navigation a:hover,.wp-block-button.is-style-outline .wp-block-button__link.has-focus,.wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-button.is-style-outline.wp-block-button__link.has-focus,.wp-block-button.is-style-outline.wp-block-button__link:focus,.wp-block-button.is-style-outline.wp-block-button__link:hover,.wp-block-newspack-blocks-homepage-articles article .cat-links a:active,.wp-block-newspack-blocks-homepage-articles article .cat-links a:hover,.wp-block-newspack-blocks-homepage-articles article .entry-meta a:active,.wp-block-newspack-blocks-homepage-articles article .entry-meta a:hover,.wp-block-newspack-blocks-homepage-articles article .entry-title a:hover,a:hover{color:#f4f4f5}.a8c-posts-list__view-all:focus,.a8c-posts-list__view-all:hover,.button:focus,.button:hover,.has-focus.a8c-posts-list__view-all,.has-focus.button,.has-focus.wp-block-button__link,.has-focus.wp-block-file__button,.main-navigation #toggle:focus+#toggle-menu,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-file__button:focus,.wp-block-file__button:hover,body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:focus,body .widget_eu_cookie_law_widget #eu-cookie-law input.accept:hover,body .widget_eu_cookie_law_widget #eu-cookie-law input.has-focus.accept,button.has-focus,button:focus,button:hover,input.has-focus[type="submit"],input:focus[type="submit"],input:hover[type="submit"],.main-navigation .button:focus,.main-navigation .button:hover,.main-navigation #toggle:focus+#toggle-menu,.has-secondary-background-color{background-color:#f4f4f5}input[type="color"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="email"]:focus,input[type="month"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="range"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="time"]:focus,input[type="url"]:focus,input[type="week"]:focus,textarea:focus{border-color:#f4f4f5}.entry-content a,.main-navigation>div>ul>li>a,.wp-block-newspack-blocks-homepage-articles article .entry-title a,a{text-decoration-color:#f4f4f5}.has-secondary-color[class]{color:#f4f4f5}.has-secondary-background-color[class],.has-secondary-background-color.has-background-dim[class]{background-color:#f4f4f5}</style> <script type="text/javascript">
var __ATA_PP = { pt: 2, ht: 1, tn: 'alves', uloggedin: 0, amp: false, siteid: 194052213, consent: 0, ad: { label: { text: 'Advertisements' }, reportAd: { text: 'Report this ad' } } };
var __ATA = __ATA || {};
__ATA.cmd = __ATA.cmd || [];
__ATA.criteo = __ATA.criteo || {};
__ATA.criteo.cmd = __ATA.criteo.cmd || [];
</script> <script type="text/javascript">
(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
</script> <link rel="icon" href="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/cropped-cropped-dkwizard-ikona.png?fit=32%2C32&ssl=1" sizes="32x32" /> <link rel="icon" href="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/cropped-cropped-dkwizard-ikona.png?fit=192%2C192&ssl=1" sizes="192x192" /> <link rel="apple-touch-icon" href="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/cropped-cropped-dkwizard-ikona.png?fit=180%2C180&ssl=1" /> <meta name="msapplication-TileImage" content="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/cropped-cropped-dkwizard-ikona.png?fit=270%2C270&ssl=1" /> <style type="text/css" id="wp-custom-css">header h1.entry-title { text-align: center; font-weight: bold !important; } .site-title a { color: #ffe500 !important; } .site-description { color: #FFFFFF!important; } h1.entry-title, h1.archive-title { color:#ffe500 ; }; }</style><!-- Your Google Analytics Plugin is missing the tracking ID --> </head> <body class="page-template-default page page-id-358 wp-embed-responsive singular image-filters-enabled mobile-nav-side custom-colors aa-prefix-dkwiz-"> <style> body { background-image: url('./images/K1-Pozadina-16.jpg'); } </style> } <html> <head> <title>HTML Video embed</title> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MBGXZH7T8R"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MBGXZH7T8R');
</script></head> <body> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3964707531722146"
crossorigin="anonymous"></script>
<!-- Test -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-3964707531722146"
data-ad-slot="5076683075"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script> <p>INFO:<p> <p>INTER-AUTO doo BiH </p> <p> INTER AUTOMOBILE GmbH DEUTSCHLAND </p> <br /> <video width="560" height="350" autoplay loop muted> <source src="https://github.com/Dkwizard01/dkwizard01.github.io/blob/main/images5/AUDI%206.mp4?raw=true"> </video> </body> </html><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-dark-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0.49803921568627" /><fefuncg type="table" tablevalues="0 0.49803921568627" /><fefuncb type="table" tablevalues="0 0.49803921568627" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-grayscale"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.54901960784314 0.98823529411765" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.71764705882353 0.25490196078431" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-red"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 1" /><fefuncg type="table" tablevalues="0 0.27843137254902" /><fefuncb type="table" tablevalues="0.5921568627451 0.27843137254902" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-midnight"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0 0" /><fefuncg type="table" tablevalues="0 0.64705882352941" /><fefuncb type="table" tablevalues="0 1" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-magenta-yellow"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.78039215686275 1" /><fefuncg type="table" tablevalues="0 0.94901960784314" /><fefuncb type="table" tablevalues="0.35294117647059 0.47058823529412" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-purple-green"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.65098039215686 0.40392156862745" /><fefuncg type="table" tablevalues="0 1" /><fefuncb type="table" tablevalues="0.44705882352941 0.4" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 0 0" width="0" height="0" focusable="false" role="none" style="visibility: hidden; position: absolute; left: -9999px; overflow: hidden;" ><defs><filter id="wp-duotone-blue-orange"><fecolormatrix color-interpolation-filters="sRGB" type="matrix" values=" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 " /><fecomponenttransfer color-interpolation-filters="sRGB" ><fefuncr type="table" tablevalues="0.098039215686275 1" /><fefuncg type="table" tablevalues="0 0.66274509803922" /><fefuncb type="table" tablevalues="0.84705882352941 0.41960784313725" /><fefunca type="table" tablevalues="1 1" /></fecomponenttransfer><fecomposite in2="SourceGraphic" operator="in" /></filter></defs></svg> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <header id="masthead" class="site-header responsive-max-width has-title-and-tagline has-menu" role="banner"> <p class="site-title"><a href="index.html" rel="home">DKWizard</a></p> <p class="site-description"> Multifunctional Web Design </p> </header><!-- #masthead --> <div id="content" class="site-content"> <section id="primary" class="content-area"> <main id="main" class="site-main"> <article id="post-358" class="post-358 page type-page status-publish hentry entry"> <header class="entry-header responsive-max-width"> <h1 class="entry-title">PROGRAMMING</h1> </header> <div class="entry-content"> <nav class="wp-container-2 has-background has-background-background-color is-responsive wp-block-navigation" aria-label="Navigation 9"><button aria-haspopup="true" aria-label="Open menu" class="wp-block-navigation__responsive-container-open" data-micromodal-trigger="modal-1"><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button> <div class="wp-block-navigation__responsive-container" style="" id="modal-1"> <div class="wp-block-navigation__responsive-close" tabindex="-1" data-micromodal-close> <div class="wp-block-navigation__responsive-dialog" aria-label="Menu"> <button aria-label="Close menu" data-micromodal-close class="wp-block-navigation__responsive-container-close"><svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button> <div class="wp-block-navigation__responsive-container-content" id="modal-1-content"> <ul class="wp-block-navigation__container"><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="index.html"><span class="wp-block-navigation-item__label">DKWizard </span></a></li><li class="has-background has-background-background-color wp-block-navigation-item has-child open-on-hover-click current-menu-item wp-block-navigation-submenu"><a class="wp-block-navigation-item__content" href="./programming.html" aria-current="page">PROGRAMMING</a><button aria-label="PROGRAMMING submenu" class="wp-block-navigation__submenu-icon wp-block-navigation-submenu__toggle" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewbox="0 0 12 12" fill="none" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></button><ul class="wp-block-navigation__submenu-container"><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="soon.html"><span class="wp-block-navigation-item__label">COMING SOON…</span></a></li></ul></li><li class="has-background has-background-background-color wp-block-navigation-item has-child open-on-hover-click wp-block-navigation-submenu"><a class="wp-block-navigation-item__content" href="clients.html">MARKETING</a><button aria-label="MARKETING submenu" class="wp-block-navigation__submenu-icon wp-block-navigation-submenu__toggle" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewbox="0 0 12 12" fill="none" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></button><ul class="wp-block-navigation__submenu-container"><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="clients.html"><span class="wp-block-navigation-item__label">CLIENTS/KLIJENTI</span></a></li></ul></li><li class="has-background has-background-background-color wp-block-navigation-item has-child open-on-hover-click wp-block-navigation-submenu"><a class="wp-block-navigation-item__content" href="egg.html">FUN</a><button aria-label="FUN submenu" class="wp-block-navigation__submenu-icon wp-block-navigation-submenu__toggle" aria-expanded="false"><svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewbox="0 0 12 12" fill="none" aria-hidden="true" focusable="false"><path d="M1.50002 4L6.00002 8L10.5 4" stroke-width="1.5"></path></svg></button><ul class="wp-block-navigation__submenu-container"><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="egg.html"><span class="wp-block-navigation-item__label">EGG COLLECTOR</span></a></li><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="asteroid.html"><span class="wp-block-navigation-item__label">DKWIZARD ASTEROID CLASH</span></a></li></ul></li><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="about.html"><span class="wp-block-navigation-item__label">ABOUT ME</span></a></li><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="opinion.html"><span class="wp-block-navigation-item__label">SHARE YOUR OPINION</span></a></li><li class="has-background has-background-background-color wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="policy.html"><span class="wp-block-navigation-item__label">PRIVACY POLICY</span></a></li></ul> </div> </div> </div> </div></nav> <img src = "https://grabify.link/0D4XFK">
<h2>Implementation of singly linked list in C# using only one class.</h2>
<div style = "white-space:pre">
<p style = "color:MediumSeaGreen; background-color:black">
The following program is an attempt at implementing a simple, easy to-understand singly linked list in C#.
Many great programs implement a singly linked list in C#. But what all of them have in common is the fact that they
all use more than one class which is fine, but I wanted to challenge myself to make a singly linked list that uses only one
class and I also wanted to make it extremly simple so that everyone can understand it and learn from it.
<b>The code:</b>
using System;
public class singleLinked
{
public string data;
singleLinked next;
singleLinked head;
public static void Main()
{
singleLinked list = new singleLinked();
list.Add("Node 1");
list.Add("Node 2");
list.Add("Node 3");
list.Add("Node 4");
list.Print();
}
public void Add(string data)
{
singleLinked newNode = new singleLinked();
newNode.data = data;
newNode.next = head;
head = newNode;
}
public void Print()
{
singleLinked currentNode = head;
while (currentNode != null)
{
Console.WriteLine(currentNode.data);
currentNode = currentNode.next;
}
}
}
</p>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3964707531722146"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-3964707531722146"
data-ad-slot="7455434404"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<h2>Simple TCP server/client in C# </h2>
<div style = "white-space:pre">
<p style = "color:MediumSeaGreen; background-color:black"> This is a very basic TCP server/client written in C# using sockets.
The server and client use the localhost IP address. Alternatively, you can use something such as:
public static var DNS = Dns.GetHostEntry("example").AddressList[0];
to get the IP of a website (webserver). Keep in mind that servers can have multiple IP's so sometimes you may need to choose a different one from the address list.
<b>The server:</b>
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
namespace TCP_server_client_using_Sockets;
public static class Program
{
public static IPAddress address = IPAddress.Parse("127.0.0.1");
public static int port = 1235;
public static IPEndPoint endPoint = new(address, port);
public static void Main()
{
Server();
}
public static void Server()
{
Socket listener = new(address.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
listener.Bind(endPoint);
listener.Listen(10);
var serverByte = new byte[1024];
var handler = listener.Accept();
Console.WriteLine("Enter a message for the client.");
while (true)
{
var AbortKey = Console.ReadKey(true).Key;
if (AbortKey != ConsoleKey.Escape)
{
var serverReceive = handler.Receive(serverByte, SocketFlags.None);
var serverMessage = Encoding.UTF8.GetString(serverByte, 0, serverReceive);
Console.WriteLine(serverMessage);
var ackM = Console.ReadLine();
var echoAckm = Encoding.UTF8.GetBytes(ackM);
var sendAckm = handler.Send(echoAckm, 0);
}
else
{
return;
}
}
}
}
<b>The client:</b>
using System;
using System.Net;
using System.Net.Sockets;
using System.Text;
namespace TCP_server_client_using_Sockets;
public static class Program
{
public static IPAddress address = IPAddress.Parse("127.0.0.1");
public static int port = 1235;
public static IPEndPoint endPoint = new(address, port);
public static void Main()
{
Client();
}
public static void Client()
{
Console.WriteLine("Waiting for connection.");
Socket socket = new(address.AddressFamily, SocketType.Stream, ProtocolType.Tcp);
socket.Connect(endPoint);
if (socket.Connected)
{
Console.WriteLine("Connected");
}
else
{
Console.WriteLine("Not connected");
}
Console.WriteLine("Enter a message for the server.");
while (true)
{
var AbortKey = Console.ReadKey(true).Key;
if (AbortKey != ConsoleKey.Escape)
{
var sendMessage = Console.ReadLine();
var byteMessage = Encoding.UTF8.GetBytes(sendMessage);
var sMessage = socket.SendAsync(byteMessage, SocketFlags.None);
var buffer = new byte[1024];
var receiveMessage = socket.Receive(buffer);
var result = Encoding.UTF8.GetString(buffer, 0, receiveMessage);
Console.WriteLine(result);
}
else
{
return;
}
}
}
}
</div>
</p>
<figure class="wp-block-image size-large"><img data-attachment-id="360" data-permalink="https://dkwizard.com/programming/received_3212510862364027/" data-orig-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=1745%2C1551&ssl=1" data-orig-size="1745,1551" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="received_3212510862364027" data-image-description data-image-caption data-medium-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=300%2C267&ssl=1" data-large-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=750%2C667&ssl=1" width="750" height="667" src="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=750%2C667&ssl=1" alt class="wp-image-360 jetpack-lazy-image" data-recalc-dims="1" data-lazy-srcset="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1024%2C910&ssl=1 1024w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=300%2C267&ssl=1 300w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=768%2C683&ssl=1 768w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1536%2C1365&ssl=1 1536w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1200%2C1067&ssl=1 1200w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1568%2C1394&ssl=1 1568w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?w=1745&ssl=1 1745w" data-lazy-sizes="(max-width: 750px) 100vw, 750px" data-lazy-src="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=750%2C667&is-pending-load=1#038;ssl=1" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"><noscript><img data-attachment-id="360" data-permalink="https://dkwizard.com/programming/received_3212510862364027/" data-orig-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=1745%2C1551&ssl=1" data-orig-size="1745,1551" data-comments-opened="1" data-image-meta="{"aperture":"0","credit":"","camera":"","caption":"","created_timestamp":"0","copyright":"","focal_length":"0","iso":"0","shutter_speed":"0","title":"","orientation":"0"}" data-image-title="received_3212510862364027" data-image-description="" data-image-caption="" data-medium-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=300%2C267&ssl=1" data-large-file="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?fit=750%2C667&ssl=1" width="750" height="667" src="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=750%2C667&ssl=1" alt="" class="wp-image-360" srcset="https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1024%2C910&ssl=1 1024w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=300%2C267&ssl=1 300w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=768%2C683&ssl=1 768w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1536%2C1365&ssl=1 1536w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1200%2C1067&ssl=1 1200w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?resize=1568%2C1394&ssl=1 1568w, https://i0.wp.com/dkwizard.com/wp-content/uploads/2021/06/received_3212510862364027.jpeg?w=1745&ssl=1 1745w" sizes="(max-width: 750px) 100vw, 750px" data-recalc-dims="1" /></noscript></figure> <div id="atatags-1940522131-627e5ecf82cec"></div> <script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-1940522131-627e5ecf82cec',
location: 120,
formFactor: '001',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy settings',
}
}
});
});
</script><div class="sharedaddy sd-sharing-enabled"><div class="robots-nocontent sd-block sd-social sd-social-icon-text sd-sharing"><h3 class="sd-title">Share this:</h3><div class="sd-content"><ul><li class="share-twitter"><a rel="nofollow noopener noreferrer" data-shared="sharing-twitter-358" class="share-twitter sd-button share-icon" href="https://dkwizard.com/programming/?share=twitter" target="_blank" title="Click to share on Twitter"><span>Twitter</span></a></li><li class="share-facebook"><a rel="nofollow noopener noreferrer" data-shared="sharing-facebook-358" class="share-facebook sd-button share-icon" href="https://dkwizard.com/programming/?share=facebook" target="_blank" title="Click to share on Facebook"><span>Facebook</span></a></li><li class="share-end"></li></ul></div></div></div><div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-194052213-358-627e5ecf831f9' data-src='https://widgets.wp.com/likes/#blog_id=194052213&post_id=358&origin=dkwizard.com&obj_id=194052213-358-627e5ecf831f9' data-name='like-post-frame-194052213-358-627e5ecf831f9' data-title='Like or Reblog'><h3 class="sd-title">Like this:</h3><div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'><span class='button'><span>Like</span></span> <span class="loading">Loading...</span></div><span class='sd-text-color'></span><a class='sd-link-color'></a></div> </div><!-- .entry-content --> </article><!-- #post-358 --> </main><!-- #main --> </section><!-- #primary --> </div><!-- #content --> <footer id="colophon" class="site-footer"> <div id="footer-widgets"> <aside class="widget-area" role="complementary" aria-label="Footer 2"> <section id="block-2" class="widget widget_block"><div class="widget_text widget widget_custom_html"><h2 class="widgettitle">Adsense</h2><div class="textwidget custom-html-widget"><script data-ad-client="ca-pub-1484093842652458" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script></div></div></section> </aside><!-- .widget-area --> </div> <div id="footer-info-wrapper"> <div class="site-info"> <a class="site-name" href="https://dkwizard.com/" rel="home">DKWizard</a><span class="comma">,</span> <a href="https://wordpress.com/?ref=footer_custom_powered">Powered by WordPress.com</a>.</div> </div> </footer><!-- #colophon --> </div><!-- #page --> <!-- --> <script defer id='bilmur' data-provider='wordpress.com' data-service='atomic' src='https://s0.wp.com/wp-content/js/bilmur.min.js?m=202219'></script> <style>.wp-container-2 {display: flex;gap: 0.5em;flex-wrap: wrap;align-items: center;align-items: center;}.wp-container-2 > * { margin: 0; }</style> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading"> </span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskunits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskunits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskunits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner"> </span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" target="_blank" style="display: none;"> <svg width="25" height="24" viewbox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskunits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <script type="text/javascript">
window.WPCOM_sharing_counts = {"https:\/\/dkwizard.com\/programming\/":358};
</script> <link data-handles='jetpack-carousel-swiper-css,jetpack-carousel' rel='stylesheet' id='all-css-3f04fdb9e21c6d4d6f61bcb683f960ae' href='https://dkwizard.com/_static/??-eJyVjFsKgCAQAC+UbWYEfURnMV3C8oXr4vUjqAP0O8NMy8KkWDFWyJ4PFwlOrFmbC0Ky7JHA6JKY0AM1l7GInaP12Buirv2oXyE+8Ay2sMpZyWFcpJpuzec0Gg==' type='text/css' media='all' /> <!-- No Concat JS sharing-js => Has Inline Content --> <script id='coblocks-lightbox-js-extra'>
var coblocksLigthboxData = {"closeLabel":"Close Gallery","leftLabel":"Previous","rightLabel":"Next"};
</script> <script id='jetpack-lazy-images-js-extra'>
var jetpackLazyImagesL10n = {"loading_warning":"Images are still loading. Please cancel your print and try again."};
</script> <script id='jetpack-carousel-js-extra'>
var jetpackSwiperLibraryPath = {"url":"https:\/\/dkwizard.com\/wp-content\/plugins\/jetpack\/_inc\/build\/carousel\/swiper-bundle.min.js"};
var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/dkwizard.com\/wp-admin\/admin-ajax.php","nonce":"5f0899e668","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/dkwizard.com\/wp-login.php?redirect_to=https%3A%2F%2Fdkwizard.com%2Fprogramming%2F","blog_id":"1","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"]};
</script> <script data-handles='jetpack-photon,coblocks-animation,coblocks-lightbox,varia-primary-navigation-script,jetpack-lazy-images-polyfill-intersectionobserver,jetpack-lazy-images,jetpack_likes_queuehandler,wp-block-navigation-view,wp-block-navigation-view-modal,jetpack-carousel' type='text/javascript' src='https://dkwizard.com/_static/??-eJytkdtOwzAMhl+IzNoQ1W4QjzI5qZW6TeOSQ8t4erIpZROHIaRdWbHzf7Z/L5My4hP5BJPLln2EntKEZoADewM6s2th6iSJr2Ezst/08WH5LjWinZghQssxQX9JKPQ8YmL5v9Kx7ZKWty/C1NFIEWYMjKf/UygNwlF5nNne6rSuV+NhJt9KAMxJyoSJzVpRDt+PqlAt1bG4kEIkc6Ir0ZHCTOH+ba4Sf8CvTuR4KPrXTJk69K0rg/1+J5vLU1OwVXy2ujitQ7EQ6iUuTsLMtNwZp0Zp0d2A/rCjwSA5kvu0bk1UzMv4vG2ets1+99jsPgCPaheL'></script> <script id='sharing-js-js-extra'>
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
</script> <script src='./js/jetpack-_inc-build-sharedaddy-sharing.min.js' id='sharing-js-js'></script> <script id='sharing-js-js-after'>
var windowOpen;
( function () {
function matches( el, sel ) {
return !! (
el.matches && el.matches( sel ) ||
el.msMatchesSelector && el.msMatchesSelector( sel )
);
}
document.body.addEventListener( 'click', function ( event ) {
if ( ! event.target ) {
return;
}
var el;
if ( matches( event.target, 'a.share-twitter' ) ) {
el = event.target;
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-twitter' ) ) {
el = event.target.parentNode;
}
if ( el ) {
event.preventDefault();
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomtwitter', 'menubar=1,resizable=1,width=600,height=350' );
return false;
}
} );
} )();
var windowOpen;
( function () {
function matches( el, sel ) {
return !! (
el.matches && el.matches( sel ) ||
el.msMatchesSelector && el.msMatchesSelector( sel )
);
}
document.body.addEventListener( 'click', function ( event ) {
if ( ! event.target ) {
return;
}
var el;
if ( matches( event.target, 'a.share-facebook' ) ) {
el = event.target;
} else if ( event.target.parentNode && matches( event.target.parentNode, 'a.share-facebook' ) ) {
el = event.target.parentNode;
}
if ( el ) {
event.preventDefault();
// If there's another sharing window open, close it.
if ( typeof windowOpen !== 'undefined' ) {
windowOpen.close();
}
windowOpen = window.open( el.getAttribute( 'href' ), 'wpcomfacebook', 'menubar=1,resizable=1,width=600,height=400' );
return false;
}
} );
} )();
</script> <script>
/(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1);
</script> <iframe src='https://widgets.wp.com/likes/master.html?ver=202219#ver=202219&lang=en-gb' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe> <div id='likes-other-gravatars'><div class="likes-text"><span>%d</span> bloggers like this:</div><ul class="wpl-avatars sd-like-gravatars"></ul></div> <script>!function(){window.advanced_ads_ready_queue=window.advanced_ads_ready_queue||[],advanced_ads_ready_queue.push=window.advanced_ads_ready;for(var d=0,a=advanced_ads_ready_queue.length;d<a;d++)advanced_ads_ready(advanced_ads_ready_queue[d])}();</script> <div id="atatags-1940522132-627e5ecf84e0a"></div> <script type="text/javascript">
var adNode = document.getElementById( 'atatags-1940522132-627e5ecf84e0a' );
var selector = "body > :first-child";
var relocateNode = document.querySelector( selector );
relocateNode.parentNode.insertBefore( adNode, relocateNode );
</script> <script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-1940522132-627e5ecf84e0a',
location: 110,
formFactor: '002',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy settings',
}
}
});
});
</script><script src='https://stats.wp.com/e-202219.js' defer></script> <script>
_stq = window._stq || [];
_stq.push([ 'view', {v:'ext',j:'1:11.0-a.5',blog:'194052213',post:'358',tz:'1',srv:'dkwizard.com',hp:'atomic',ac:'2',amp:'0'} ]);
_stq.push([ 'clickTrackerInit', '194052213', '358' ]);
</script> </body> </html>