-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
829 lines (814 loc) · 27.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="utf-8" http-equiv="encoding" />
<meta
name="description"
content="Sam Vidovich's personal website. Find code samples, look at bad JavaScript, and maybe even read a blog post, or something."
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="icon" href="media/favicon.png" />
<title>Samuel Vidovich</title>
</head>
<body style="min-width: fit-content">
<canvas id="backingCanvas" width="800" height="600"></canvas>
<div class="headers" align="center" id="name-header">
<canvas id="headerCanvas" width="600" height="100"
>Samuel Vidovich</canvas
>
</div>
<div class="headers" align="center" id="location-header">
<h3>
Massillon, OH<a
target="blank"
style="text-decoration: none"
href="https://maps.app.goo.gl/hEPBwRXkNEPXqnpb6"
><sup>?</sup></a
>
</h3>
<s
><h4>
Amoy, OH<a
target="blank"
style="text-decoration: none"
href="https://goo.gl/maps/JHofXdyLXQ1m3iQU8"
><sup>?</sup></a
>
</h4></s
>
<s>
<h5>
Upper Arlington, OH<a
target="blank"
style="text-decoration: none"
href="https://maps.app.goo.gl/rBauRzgxJgMt8JGD8"
><sup>?</sup></a
>
</h5>
</s>
</div>
<div class="headers" align="center" id="important-links-header">
<h3>
<a href="https://github.com/svidovich" target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/github_logo_square.png"
title="@svidovich"
/></a>
<a
href="https://mail.google.com/mail/?view=cm&fs=1&[email protected]"
target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/gmail_logo.png"
title="[email protected]"
/></a>
<a href="tel:3309496555"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/phone.png"
title="(330) 949-6555"
/></a>
<a href="https://samuel-vidovich.medium.com/" target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/medium_logo.png"
title="medium"
/></a>
<a href="https://www.instagram.com/integer_ring/" target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/instagram_logo.png"
title="@integer_ring"
/></a>
<a href="https://svidovich.bio.link/" target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/bio-link.png"
title="Bio Link"
/></a>
<a href="https://youtube.com/c/SamVidovich" target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/youtube_logo.png"
title="YouTube"
/></a>
<a
href="https://facebook.com/profile.php?id=100088065318204"
target="_blank"
><img
height="50px"
width="50px"
class="hoverable-image"
src="media/facebook.png"
title="I use FaceBook for genaeological research and family. Don't be sad if I don't add you."
/></a>
<a href="https://musescore.com/user/91550341" target="_blank">
<img
height="50px"
width="50px"
class="hoverable-image"
src="media/musescore_logo.png"
title="MuseScore"
/>
</a>
</h3>
</div>
<br />
<p align="center" style="width: 60%; align-self: center; margin: auto">
Howdy, I'm Sam Vidovich, a programmer. If you want to chat, feel free to
reach out. Here, I mostly keep blurbs about the different things I've
used, and some pet projects.
</p>
<div
class="headers"
align="center"
id="yugoslavian-culture-and-learning-center"
>
<h3>Yugoslavian Culture and Learning Center</h3>
<a href="assets/flashcards.html">BCMS Language Flash Cards</a>
<br />
<a href="assets/conjugationgame.html">Verb Conjugation Practice</a>
<br />
<a href="assets/aspectPairsGlossary.html">BCMS Aspect Pairs Table</a>
<br />
<a href="assets/books.html">Learn by Reading Books!</a>
<br />
<a href="assets/library.html">The Library</a>
<br />
<a href="assets/nosnja.html">Narodna Nošnja: National Costumes</a>
<br />
<a href="assets/yugoslavian_glossary.html">Yugoslavian Terms Glossary</a>
<br />
<a href="assets/yugoslavian_phrases.html">Yugoslavian Phrase Book</a>
<br />
<a href="assets/marko.html">The Ballads of Marko Kraljević</a>
<br />
<a href="assets/serbianreference.html"
>Reference Materials for Serbian, Croatian, Bosnian, etc.</a
>
<br />
<a href="assets/pronounce.html"
>Learn to Pronounce Bosnian, Croatian, Serbian Words</a
>
<br />
</div>
<div class="headers" align="center" id="work-experience-header">
<h3>Work Experience</h3>
</div>
<div class="containers" id="work-experience-container">
<figure>
<img
class="hoverable-image"
id="fs-hoverable"
src="media/fstate_logo.svg"
width="100"
title="click it!"
style="cursor: pointer"
/>
<figcaption>Finite State: 2018-2022</figcaption>
</figure>
<figure>
<img
class="hoverable-image"
id="reach-hoverable"
src="media/reach_logo.svg"
width="90"
title="click it!"
style="cursor: pointer"
/>
<figcaption>Reach Security: 2022-2025</figcaption>
</figure>
<figure>
<img
class="hoverable-image"
id="kudu-hoverable"
src="media/kudu_logo.png"
width="100"
title="More details to come ..."
/>
<figcaption>Kudu Dynamics: 2025-</figcaption>
</figure>
</div>
<div
class="descriptions"
id="fs-work-experience-description"
style="display: none"
>
<div align="center">
June 2018 to September 2022: Senior Platform Engineer for
<a href="https://finitestate.io/" target="_blank">Finite State</a>
</div>
<br />
<div align="center">
In the news
<br />
<a href="https://finitestate.io/finite-state-supply-chain-assessment/"
>Huawei Supply Chain Assessment</a
>
<br />
<a
href="https://techcrunch.com/2021/08/02/finite-state-lands-30m-series-b-to-help-uncover-security-flaws-in-device-firmware/"
>Finite State Lands $30M Series B</a
>
<br />
<a
href="https://info.finitestate.io/securing-connected-and-embedded-devices-ponemon-institute"
>Securing Connected and Embedded Devices in the Supply Chain</a
>
</div>
<br />
<div align="center">
Accolades
<br />
Above & Beyond: Involvement in Huawei Supply Chain Security Assessment,
Q2 2019
</div>
<br />
<div align="center">Works</div>
<div class="row">
<div class="column">
<div class="gridcontent">
<strong>Big Data</strong><br />Constructed unprecedented statistical
analysis pipeline for firmware vulnerability research
</div>
<div class="gridcontent">
<strong>Reverse Engineering</strong><br />Utilized Ghidra's
scripting capabilities for automated binary analysis of arbitrary
binaries
</div>
<div class="gridcontent">
<strong>Test-Driven Development</strong><br />Saved development
endpoint cost by developing a custom Spark unit testing framework
</div>
<div class="gridcontent">
<strong>Data Engineering</strong><br />Modeled & constructed object
storage based data lake; enabled APIs with queryable data
</div>
<div class="gridcontent">
<strong>SCA</strong><br />Designed and Implemented world-class
Software Component Analysis pipeline for automated generation of
Software Bill of Materials
</div>
</div>
<div class="column">
<div class="gridcontent">
<strong>Vulnerability Research</strong><br />Performed and automated
vulnerability assessment for linux based firmwares
</div>
<div class="gridcontent">
<strong>Vulnerability Disclosures</strong><br />Involved with
research behind 2019 Philips IntelliVue WLAN vulnerability
(ICSMA-19-255-01)
</div>
<div class="gridcontent">
<strong>Dynamic Analysis</strong><br />Emulated several IoT devices
from firmware for use in dynamic vulnerability research
</div>
<div class="gridcontent">
<strong>On-Premise Engineering</strong><br />Ported cloud-based
services to on-premise using kubernetes with novel methods for
shipping data
</div>
<div class="gridcontent">
<strong>Agile Leadership</strong><br />Lead agile meeting processes,
including sprint backlog groomings, sprint plannings, and team
retrospectives
</div>
</div>
</div>
</div>
<div
style="display: none"
class="descriptions"
id="reach-work-experience-description"
>
<div align="center">
September 2022 to February 2025: Senior Software Engineer for
<a href="https://reach.security/" target="_blank">Reach Security</a>
</div>
<br />
<div align="center">
In the news
<br />
<a
href="https://www.prnewswire.com/news-releases/reach-security-raises-20m-for-ai-that-transforms-how-companies-use-their-cybersecurity-products-302083084.html"
>Reach Security lands $20M Series A</a
>
<br />
<a href="https://reach.security/resources/blog/gartner_blog">
Reach Mentioned in 2024 Gartner® Innovation Insight
</a>
</div>
<br />
<div align="center">Works</div>
<div class="row">
<div class="column">
<div class="gridcontent">
<strong>Configuration Introspection</strong><br />Created first of
its kind automated engine for determining how well customers are
executing against Reach's custom-tailored recommendations
</div>
</div>
<div class="column">
<div class="gridcontent">
<strong>Compliance Mapping Automation</strong><br />Developed novel
technology for automatically mapping popular Security Compliance
framework entries like Mitre D3FEND and SOC 2 CC to customer
configurations
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="gridcontent">
<strong>Dynamic Documentation</strong><br />Added an automatic DOCX
deployment guide feature to help stakeholders understand how Reach
will impact their system, leading to much shorter time to launch for
customers
</div>
</div>
<div class="column">
<div class="gridcontent">
<strong>License Utilization Analysis</strong><br />Built a framework
for mapping licenses to configurations which helps customers
understand how well they are (or aren't!) utilizing the
cybersecurity product licenses they're paying for
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="gridcontent">
<strong>Ticketing Integration</strong><br />Added integrations with
Jira and ServiceNow to Reach's platform, streamlining customer
workflows with automated ticketing and issue creation
</div>
</div>
<div class="column">
<div class="gridcontent">
<strong>Testing Czar</strong><br />Created the foundations of unit
and integration tests for complex parts of the Reach platform that
are used by the entire engineering team
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="gridcontent">
<strong>SAML Authentication</strong><br />Implemented SAML
authentication for the Reach platform, a standard,
batteries-included feature for a security-first customer experience
</div>
</div>
<div class="column">
<div class="gridcontent">
<strong>Local-First</strong><br />Built local harnesses for several
production systems to allow development under heavy permissioning
and security constraints, from the API to the data layer
</div>
</div>
</div>
</div>
<div
style="display: none"
class="descriptions"
id="reach-work-experience-description"
>
<div align="center">
February 2025 to Present: Programmer for
<a href="https://www.kududyn.com/" target="_blank">Kudu Dynamics</a>
</div>
</div>
<div class="headers" align="center" id="programming-experience-header">
<h3>Technologies</h3>
</div>
<br />
<div style="width: 100%; display: flex; justify-content: center">
<div
style="
justify-content: center;
display: flex;
flex-wrap: wrap;
width: 75%;
"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Airflow-017CEE?style=for-the-badge&logo=Apache%20Airflow&logoColor=white"
alt="Airflow"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Amazon_AWS-232F3E?style=for-the-badge&logo=amazon-aws&logoColor=white"
alt="AWS / boto3"
/>
<a
href="https://gist.github.com/svidovich/a3a0f737c9e2d0d79cf0b38eea2aa01d"
>
<img
class="hoverable-image"
src="https://img.shields.io/static/v1?style=for-the-badge&message=Apache+Spark&color=E25A1C&logo=Apache+Spark&logoColor=FFFFFF&label="
alt="Spark"
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/badge/ArangoDB-DDE072?style=for-the-badge&logo=ArangoDB&logoColor=white"
alt="ArangoDB"
/>
<a href="https://github.com/svidovich/django-pipeline" target="blank">
<img
class="hoverable-image"
src="https://img.shields.io/badge/Django-092E20?style=for-the-badge&logo=django&logoColor=white"
alt="Django"
/>
</a>
<a
href="https://github.com/svidovich/python-experiments/blob/main/streaming_generators/docker-compose.yaml"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/static/v1?style=for-the-badge&message=Docker&color=2496ED&logo=Docker&logoColor=FFFFFF&label="
alt="Docker"
/>
</a>
<a
href="https://github.com/svidovich/python-experiments/tree/main/streaming_generators"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Elastic_Search-005571?style=for-the-badge&logo=elasticsearch&logoColor=white"
alt="ElasticSearch"
/>
</a>
<a href="https://github.com/svidovich/mediaconverter" target="blank">
<img
class="hoverable-image"
alt="Electron"
src="https://img.shields.io/static/v1?style=for-the-badge&message=Electron&color=47848F&logo=Electron&logoColor=FFFFFF&label="
/>
</a>
<img
class="hoverable-image"
alt="FastAPI"
src="https://img.shields.io/badge/FastAPI-005571?style=for-the-badge&logo=fastapi"
/>
<a
href="https://github.com/svidovich/python-experiments/tree/main/something_about_sockets"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Flask-000000?style=for-the-badge&logo=flask&logoColor=white"
alt="Flask"
/>
</a>
<a href="https://github.com/svidovich" target="blank">
<img
class="hoverable-image"
src="https://img.shields.io/badge/GIT-E44C30?style=for-the-badge&logo=git&logoColor=white"
alt="Git"
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/static/v1?style=for-the-badge&message=Gunicorn&color=499848&logo=Gunicorn&logoColor=FFFFFF&label="
alt="Gunicorn"
/>
<img
class="hoverable-image"
src="https://img.shields.io/static/v1?style=for-the-badge&message=Kubernetes&color=326CE5&logo=Kubernetes&logoColor=FFFFFF&label="
alt="Kubernetes"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Linux_Mint-87CF3E?style=for-the-badge&logo=linux-mint&logoColor=white"
alt="Linux Mint"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=apple&logoColor=white"
alt="MacOS ( oof )"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/MongoDB-4EA94B?style=for-the-badge&logo=mongodb&logoColor=white"
alt="Mongo"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white"
alt="NodeJS"
/>
<a href="https://github.com/svidovich/pdf-vision" target="_blank">
<img
class="hoverable-image"
src="https://img.shields.io/static/v1?style=for-the-badge&message=OpenCV&color=5C3EE8&logo=OpenCV&logoColor=FFFFFF&label="
alt="OpenCV"
/>
</a>
<a
href="https://github.com/svidovich/samples/tree/master/containerized-postgres"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white"
alt="PostgreSQL"
/>
</a>
<a
href="https://github.com/svidovich/python-experiments"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Python-3776AB?style=for-the-badge&logo=python&logoColor=white"
alt="Python"
/>
</a>
<a
href="https://github.com/svidovich/python-experiments/tree/main/streaming_generators"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/rabbitmq-%23FF6600.svg?&style=for-the-badge&logo=rabbitmq&logoColor=white"
alt="RabbitMQ"
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Raspberry%20Pi-A22846?style=for-the-badge&logo=Raspberry%20Pi&logoColor=white"
alt="Raspberry Pi"
/>
<img
class="hoverable-image"
src="https://img.shields.io/badge/redis-%23DD0031.svg?&style=for-the-badge&logo=redis&logoColor=white"
alt="Redis"
/>
<a
href="https://github.com/svidovich/dotfiles/blob/master/.bashrc"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/Shell-121011?style=for-the-badge&logo=gnu-bash&logoColor=white"
alt="Bash / Shell"
/>
</a>
<a href="https://github.com/svidovich/img2palette" target="_blank">
<img
class="hoverable-image"
alt="scikit-learn"
src="https://img.shields.io/static/v1?style=for-the-badge&message=scikit-learn&color=222222&logo=scikit-learn&logoColor=F7931E&label="
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white"
alt="SQLite"
/>
<a
href="https://github.com/svidovich/dotfiles/blob/master/.tmux.conf"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/tmux-1BB91F?style=for-the-badge&logo=tmux&logoColor=white"
alt="tmux"
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white"
alt="TypeScript"
/>
<a
href="https://github.com/svidovich/dotfiles/blob/master/.vimrc"
target="blank"
>
<img
class="hoverable-image"
src="https://img.shields.io/badge/VIM-%2311AB00.svg?&style=for-the-badge&logo=vim&logoColor=white"
alt="Vim"
/>
</a>
<img
class="hoverable-image"
src="https://img.shields.io/badge/VSCode-0078D4?style=for-the-badge&logo=visual%20studio%20code&logoColor=white"
alt="VSCode"
/>
<br />
</div>
</div>
<br />
<div
class="headers"
align="center"
id="sams-cool-links"
style="text-align: center"
>
<h3>Sam's Cool Links</h3>
Things you oughta go look at coz they're worth an eyeball!
<br />
<ul
style="
list-style-position: inside;
list-style-type: georgian;
text-align: left;
display: inline-block;
"
>
<li>
<a href="https://www.womenwritethebalkans.com/"
>Women* Write the Balkans</a
>: About womanly and balkanly stuff
<ul>
<li>
<a
href="https://www.womenwritethebalkans.com/essays/following-the-fear"
>
<i>Following the Fear</i></a
>: How do we heal? What has happened?
</li>
</ul>
</li>
<li>
Collection: Wiktionary Categories
<ul>
<li>
<a
href="https://en.wiktionary.org/wiki/Category:Serbo-Croatian_adverbs"
>
Category: Serbo-Croatian Adverbs
</a>
</li>
<li>
<a
href="https://en.wiktionary.org/wiki/Category:Serbo-Croatian_terms_derived_from_Proto-Slavic"
>
Category: Serbo-Croatian Terms Derived from Proto-Slavic
</a>
</li>
</ul>
</li>
<li>
<a href="https://svilenkonac.net/">Svilen Konac</a>: About Narodna
Nošnja
<ul>
<li>
<a
href="https://svilenkonac.net/2016/02/02/%D1%82%D0%B5%D1%80%D0%B7%D0%B8%D1%98%D0%B5-terzije/"
>
<i>Terzije</i></a
>: The lads who made the costumes
</li>
<li>
<a
href="https://svilenkonac.net/2018/03/23/%d0%b2%d1%80%d0%bb%d0%b8%d0%ba%d0%b0-vrlika/"
>
<i>Vrlika</i></a
>: The baddest costumes this side of Europe
</li>
</ul>
</li>
<li>
<a href="http://www.nikolaresanovic.com/Serbian-chant.index.html">
<i>Serbian Chant</i></a
>: Nikola Resanović's Home Page
<ul>
<li>
<a
href="http://www.nikolaresanovic.com/Serbian-Troparia.index.html"
>
<i>Troparia, Kontakia, Prokeimena</i></a
>: Stuff to sing at church
</li>
<li>
<a href="http://nikolaresanovic.com/Serbian-Hymns.index.html"
><i>Serbian Spiritual Hymns and Songs</i></a
>: Classics & custom arrangements
</li>
</ul>
</li>
</ul>
</div>
<br />
<div class="headers" align="center" id="experimental-header">
<h3>Experimental</h3>
<a href="games/index.html">"Fun" Web Games</a>
<br />
<a href="https://github.com/svidovich/img2palette" target="_blank"
>img2palette: Clustering and Image Processing</a
>
<br />
<a href="https://github.com/svidovich/pdf-vision" target="_blank"
>pdf-vision: Reading Foreign-Language PDF Files with Computer Vision</a
>
<br />
<a
href="https://github.com/svidovich/python-experiments/tree/main/streaming_generators"
target="_blank"
>streaming_generators: Simple Streaming Data Pipeline in Python</a
>
<br />
<br />
</div>
<br />
<div class="headers" align="center" id="etc">
<h3>etc.</h3>
<h4>
<a href="assets/pitch.html">Online Pitch Pipe</a>
</h4>
<h4>
<a href="reviews/index.html">Obscure Product Site Reviews</a>
</h4>
<h4>
<a href="assets/one_year.html">A Year</a>
</h4>
<br />
</div>
<br />
<div class="headers" align="center" id="foss-header">
<h3>Open Source Contribs</h3>
<a href="https://github.com/boto/botocore"
>botocore: The low-level, core functionality of boto 3.</a
>
<br />
<a href="https://github.com/PAGalaxyLab/vxhunter"
>VxHunter: Tools for VxWorks-based embedded devices.</a
>
<br />
<br /><br /><br />
<div align="center">
CLICK THE WEB RING, YOU KNOW YOU WANT TO
<br />
<map name="badge-geekring">
<area
shape="rect"
coords="4,3,13,28"
href="http://geekring.net/site/315/previous"
alt="Previous"
/>
<area
shape="rect"
coords="13,3,22,28"
href="http://geekring.net/site/315/random"
alt="Random"
/>
<area
shape="rect"
coords="76,3,84,28"
href="http://geekring.net/site/315/next"
alt="Next"
/>
<area
shape="rect"
coords="23,3,63,28"
href="https://geekring.net/"
alt="Geekring"
/>
</map>
<img
usemap="#badge-geekring"
src="media/geekring.gif"
alt="The Geekring"
/>
<p>
© 2022-2122, Samuel Vidovich. Some rights reserved. Other rights may
be reserved if they seem reasonable, or if I'm feeling bored.
</p>
<p>Right to reserve rights reserved.</p>
<br />
Machine-legible stuff: <a href="llms.txt">llms.txt</a>
</div>
</div>
<br />
<table id="changelog" class="changelogTable">
<tr>
<th class="reftable" colspan="3">Most Recent Updates</th>
</tr>
</table>
<br />
</body>
<script src="index.js"></script>
</html>