Skip to content

Instantly share code, notes, and snippets.

View tou55aint's full-sized avatar

Derek Martin tou55aint

View GitHub Profile

Unit #1 - use basic phrases, greet people This is the course listing as of now Unit #3 - use the present tense, get around town Unit #4 - refer to family members Unit #5 - talk about things you do Unit #6 - form the plural Unit #7 - use the present tense Unit #8 - describe your family Unit #9 - order food and drink Unit #10 - use gender and number agreement

MZÿÿ¸@øº´ Í!¸LÍ!This program cannot be run in DOS mode.
$PØ^F1¶
F1¶
F1¶
OI%
L1¶
Y· D1¶
Y³ U1¶
Y² J1¶
PK �R�JI:����flag.enc¹��U�Z����L�H��L�~���`N@��8�1��$ͅ��V��Ӱc���,�bf{��CY;�ǁ�sT��yy[y+��ysp��Q���,�',��J56@{�Q����y��7n"kWK�w4���l*� �}�e���
\����PKI:����PK �S�Jĩ��t�key.pub�!-ʍ����u�Kf~��Α�Ô�0����Rp �E��z}'a�R�w�>�?.�8�nm��z9r� �*3�*����$�����Z#��f�� �1d��<h��G��Ψ�r=�>�a��T�Q�:����T�=��g�Ϋ�G^=�L�kz�N�#*��{��f�@q�aA���c ��
�� �/��0}#3��&gfC�e#�0 �A�����:�L��8�ID�� �ܖ�"�
���4\�H�G�w���� ��b��0�Խ��JV\$Y�2iFLUՌ�F+�����8�b�hؽ�V�:�4��}�cOZ��ڑ��ܨ��?�h/H5�B@ �G����SQ! ��7iPC��[�S$�&MD޿����{7���L�:�PKĩ��t�PK �R�JI:����$ flag.enc
l]�����*�����*�����PK �S�Jĩ��t�$ �key.pub
��>�L��G�I���G�I���PK�q
@tou55aint
tou55aint / index.html
Created June 26, 2022 02:13
SVG Video Mask Animation - ScrollMagic & Greensock
<span id="trigger"></span>
<div class="container">
<!-- SVG -->
<div class="svg-container">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" width="1920px" height="1080px" preserveAspectRatio="xMidYMid slice">
<defs>
<!-- Mask -->
<mask id="mask" x="0" y="0" width="1920" height="1080" >
<rect x="0" y="0" width="1920" height="1080"/>
<text x="960" y="1em">X</text>
@tou55aint
tou55aint / index.html
Created June 26, 2022 02:01
Linkedin loader
<!--just for centered element-->
<div class="wrapper">
<h1 class="brand">
<span>Linked</span>
<span>in</span>
</h1>
<div class="loading-bar"></div>
</div>
@tou55aint
tou55aint / index.html
Created June 26, 2022 02:00
Trash button animation
<button class="button">
<div class="trash">
<div class="top">
<div class="paper"></div>
</div>
<div class="box"></div>
<div class="check">
<svg viewBox="0 0 8 6">
<polyline points="1 3.4 2.71428571 5 7 1"></polyline>
</svg>
@tou55aint
tou55aint / index.html
Created June 25, 2022 20:12
PL intro animation w/ GSAP TimelineMax
<!-- Animation credits: https://www.youtube.com/watch?v=8RxtQGoCu30 -->
<!-- DixonBaxi — http://dixonbaxi.com/ -->
<div class="pl">
<i class="pl__bg js-bg" style="background-image: url('data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABRAAD/4QMvaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzEzOCA3OS4xNTk4MjQsIDIwMTYvMDkvMTQtMDE6MDk6MDEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE3IE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxQzdBRDIwMzQ5MkMxMUU4OTREOUY0M0U0N0VENzlEQiIgeG1wTU06RG9j