This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <vector> | |
#include <map> | |
#include <memory> | |
enum class Objects { | |
Acid, | |
Weed, | |
Speed, | |
Cocaine, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Trailer Playlist https://youtube.com/playlist?list=PLywwjkBV6ND9OOZ05UxphXtlcle4lEEI0 | |
Adams Family (1991) trailer: https://youtu.be/A6X4VAHdDVg | |
-10..2021.A Nightmare on Elm Street (1984) https://youtu.be/dCVh4lBfW-c | |
-10..2021.A Nightmare on Elm Street 2 - Freddy's Revenge (1985) https://youtu.be/9iqNVyjwLFA | |
-10..2021.A Nightmare on Elm Street 3 - Dream Warriors (1987) https://youtu.be/oy-hgBu1h0w | |
A Nightmare on Elm Street 4 - The Dream Master (1988) https://youtu.be/elbv_XyXmaI https://youtu.be/jc-9vF9F_eg | |
A Nightmare on Elm Street 5 - The Dream Child (1989) https://youtu.be/qa4lBfEWBBs https://youtu.be/LFm_jiI8RiA | |
-10.15.22.An American Werewolf in London (1981) trailer: https://youtu.be/ArJhUEAeiw0 moder: https://youtu.be/Tfz9AhPnM8c | |
An American Werewolf in Paris (1997) trailer: https://youtu.be/y5XD0CuP0gY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"compilerOptions": { | |
"target": "es6", | |
"allowJs": true | |
}, | |
"exclude": [ | |
"node_modules" | |
], | |
"include": [ | |
"**/*.js" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
usealert, useasync, useauth, useatom, useanimation, usebeforeunload, useboolean, usebreakpoint, useblocker, usecallback, usecontext | |
usedispatch, usedefferedvalue, usedebugvalue, useeffect, useform, usefield, usefetch, usefocus,usegesture, useglobalstate | |
usegooglelogin, usegltf, usehistory, useid, useimperitivehandle, useinterval, useimmer, useinview,usintl, usekeypress, | |
usekeycloak, usekeyboard, uselayouteffect, uselocation, uselocalstorage, useloaderdata,usememo, usemutation, usenavigate, | |
useoutletcontext, useobservable,useonclickoutside,useonclick, useparams, useprevious, useportal, usepromise | |
usequery,usequeries, usequeryparams,useref, usereducer, usestate, usetransistion, usetimeout, usetable, usetranslation | |
usetheme, usetoggle, usethrottle, usetimer, useuser, useupdate, useunmount, useupdateeffect, usevalue, usevirtual | |
useviewport, usewebsocket, usewatch, usewindowsize, useworker, usewindowdimensions, usecollection, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# sleepy flower girl | |
(◡ ‿ ◡ ✿) | |
# y u no | |
ლ(ಠ益ಠლ) | |
# smiling breasts | |
(^人^) | |
# flipping tables |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="container" x-data="{ rightSide: false, leftSide: false }"> | |
<div class="left-side" :class="{'active' : leftSide}"> | |
<div class="left-side-button" @click="leftSide = !leftSide"> | |
<svg viewBox="0 0 24 24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg> | |
<svg stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" viewBox="0 0 24 24"> | |
<path d="M19 12H5M12 19l-7-7 7-7"/> | |
</svg> | |
</div> | |
<div class="logo">Senior Singles</div> | |
<div class="side-wrapper"> |