Skip to content

Latest commit

Β 

History

History
6018 lines (6017 loc) Β· 298 KB

PROJECT_STRUCTURE.md

File metadata and controls

6018 lines (6017 loc) Β· 298 KB

Project Structure ✨

β”œβ”€β”€ 404.html
β”œβ”€β”€ CONTRIBUTING.md
β”œβ”€β”€ Code_of_conduct.md
β”œβ”€β”€ Dockerfile
β”œβ”€β”€ Getting_Started.md
β”œβ”€β”€ LICENSE
β”œβ”€β”€ PROJECT_STRUCTURE.md
β”œβ”€β”€ Projects/
β”‚   β”œβ”€β”€ AI_Image _Generator/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ signin.html
β”‚   β”‚   β”œβ”€β”€ signup.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ API_IMAGES/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Age_Calculator/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ bgimg.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Amazon-Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ amazon-icon.png
β”‚   β”‚   β”œβ”€β”€ amazon-logo-transparent.png
β”‚   β”‚   β”œβ”€β”€ amazon_icon.png
β”‚   β”‚   β”œβ”€β”€ amazon_logo.png
β”‚   β”‚   β”œβ”€β”€ box1_image.jpg
β”‚   β”‚   β”œβ”€β”€ box2_image.jpg
β”‚   β”‚   β”œβ”€β”€ box3_image.jpg
β”‚   β”‚   β”œβ”€β”€ box4_image.jpg
β”‚   β”‚   β”œβ”€β”€ box5_image.jpg
β”‚   β”‚   β”œβ”€β”€ box6_image.jpg
β”‚   β”‚   β”œβ”€β”€ box7_image.jpg
β”‚   β”‚   β”œβ”€β”€ box8_image.jpg
β”‚   β”‚   β”œβ”€β”€ hero2.jpeg
β”‚   β”‚   β”œβ”€β”€ hero3.jpg
β”‚   β”‚   β”œβ”€β”€ hero_image.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ signin.css
β”‚   β”‚   β”œβ”€β”€ signin.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Analog_Clock/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ clock.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Astronomy/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ AudioExtract/
β”‚   β”‚   β”œβ”€β”€ Client/
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ popup.js
β”‚   β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   β”‚   └── src/
β”‚   β”‚   β”‚       β”œβ”€β”€ About.js
β”‚   β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Audiodetails.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Audioextract.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Audiofiles.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Audiolist.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Home.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Login.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Navbar.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Navbar.js
β”‚   β”‚   β”‚       β”œβ”€β”€ NotFound.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Signup.js
β”‚   β”‚   β”‚       β”œβ”€β”€ audify.css
β”‚   β”‚   β”‚       β”œβ”€β”€ home.css
β”‚   β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚   β”‚       β”œβ”€β”€ setupTests.js
β”‚   β”‚   β”‚       └── useFetch.js
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── server/
β”‚   β”‚       β”œβ”€β”€ Models/
β”‚   β”‚       β”‚   β”œβ”€β”€ audioModel.js
β”‚   β”‚       β”‚   └── userModel.js
β”‚   β”‚       β”œβ”€β”€ connection.js
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       β”œβ”€β”€ package.json
β”‚   β”‚       β”œβ”€β”€ routes.js
β”‚   β”‚       └── server.js
β”‚   β”œβ”€β”€ BMI_Calculator/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Bake_website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ about.html
β”‚   β”‚   β”œβ”€β”€ bakers.html
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ about-img-1.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ about-img-2.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ bakebg.png
β”‚   β”‚   β”‚   β”œβ”€β”€ baker-1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ baker-2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ baker-3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ baker-4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ bakers-delight-1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ bakers-delight-2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ hero-bg.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ screenshot.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ square-1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ square-2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ square-3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ square-4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ story-img.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ tasteful-recipes.jpg
β”‚   β”‚   β”‚   └── tasty.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   └── app.js
β”‚   β”‚   β”œβ”€β”€ menu.css
β”‚   β”‚   β”œβ”€β”€ menu.html
β”‚   β”‚   β”œβ”€β”€ profile.css
β”‚   β”‚   β”œβ”€β”€ profile.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Band_Name_Generator/
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   └── styles/
β”‚   β”‚   β”‚       └── main.css
β”‚   β”‚   └── views/
β”‚   β”‚       β”œβ”€β”€ index.ejs
β”‚   β”‚       └── partials/
β”‚   β”‚           β”œβ”€β”€ footer.ejs
β”‚   β”‚           └── header.ejs
β”‚   β”œβ”€β”€ Black_Jack/
β”‚   β”‚   β”œβ”€β”€ blackJ.css
β”‚   β”‚   β”œβ”€β”€ blackJ.html
β”‚   β”‚   β”œβ”€β”€ blackJ.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   └── static/
β”‚   β”‚       β”œβ”€β”€ 10C.png
β”‚   β”‚       β”œβ”€β”€ 10D.png
β”‚   β”‚       β”œβ”€β”€ 10H.png
β”‚   β”‚       β”œβ”€β”€ 10S.png
β”‚   β”‚       β”œβ”€β”€ 2C.png
β”‚   β”‚       β”œβ”€β”€ 2D.png
β”‚   β”‚       β”œβ”€β”€ 2H.png
β”‚   β”‚       β”œβ”€β”€ 2S.png
β”‚   β”‚       β”œβ”€β”€ 3C.png
β”‚   β”‚       β”œβ”€β”€ 3D.png
β”‚   β”‚       β”œβ”€β”€ 3H.png
β”‚   β”‚       β”œβ”€β”€ 3S.png
β”‚   β”‚       β”œβ”€β”€ 4C.png
β”‚   β”‚       β”œβ”€β”€ 4D.png
β”‚   β”‚       β”œβ”€β”€ 4H.png
β”‚   β”‚       β”œβ”€β”€ 4S.png
β”‚   β”‚       β”œβ”€β”€ 5C.png
β”‚   β”‚       β”œβ”€β”€ 5D.png
β”‚   β”‚       β”œβ”€β”€ 5H.png
β”‚   β”‚       β”œβ”€β”€ 5S.png
β”‚   β”‚       β”œβ”€β”€ 6C.png
β”‚   β”‚       β”œβ”€β”€ 6D.png
β”‚   β”‚       β”œβ”€β”€ 6H.png
β”‚   β”‚       β”œβ”€β”€ 6S.png
β”‚   β”‚       β”œβ”€β”€ 7C.png
β”‚   β”‚       β”œβ”€β”€ 7D.png
β”‚   β”‚       β”œβ”€β”€ 7H.png
β”‚   β”‚       β”œβ”€β”€ 7S.png
β”‚   β”‚       β”œβ”€β”€ 8C.png
β”‚   β”‚       β”œβ”€β”€ 8D.png
β”‚   β”‚       β”œβ”€β”€ 8H.png
β”‚   β”‚       β”œβ”€β”€ 8S.png
β”‚   β”‚       β”œβ”€β”€ 9C.png
β”‚   β”‚       β”œβ”€β”€ 9D.png
β”‚   β”‚       β”œβ”€β”€ 9H.png
β”‚   β”‚       β”œβ”€β”€ 9S.png
β”‚   β”‚       β”œβ”€β”€ AC.png
β”‚   β”‚       β”œβ”€β”€ AD.png
β”‚   β”‚       β”œβ”€β”€ AH.png
β”‚   β”‚       β”œβ”€β”€ AS.png
β”‚   β”‚       β”œβ”€β”€ JC.png
β”‚   β”‚       β”œβ”€β”€ JD.png
β”‚   β”‚       β”œβ”€β”€ JH.png
β”‚   β”‚       β”œβ”€β”€ JS.png
β”‚   β”‚       β”œβ”€β”€ KC.png
β”‚   β”‚       β”œβ”€β”€ KD.png
β”‚   β”‚       β”œβ”€β”€ KH.png
β”‚   β”‚       β”œβ”€β”€ KS.png
β”‚   β”‚       β”œβ”€β”€ QC.png
β”‚   β”‚       β”œβ”€β”€ QD.png
β”‚   β”‚       β”œβ”€β”€ QH.png
β”‚   β”‚       β”œβ”€β”€ QS.png
β”‚   β”‚       β”œβ”€β”€ gray_back.png
β”‚   β”‚       β”œβ”€β”€ sounds/
β”‚   β”‚       β”‚   β”œβ”€β”€ aww.mp3
β”‚   β”‚       β”‚   β”œβ”€β”€ cash.mp3
β”‚   β”‚       β”‚   β”œβ”€β”€ cheer.wav
β”‚   β”‚       β”‚   β”œβ”€β”€ ohh.mp3
β”‚   β”‚       β”‚   β”œβ”€β”€ swish.m4a
β”‚   β”‚       β”‚   └── tink.wav
β”‚   β”‚       └── table.jpg
β”‚   β”œβ”€β”€ Blog_Keeper/
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   └── styles/
β”‚   β”‚   β”‚       └── main.css
β”‚   β”‚   β”œβ”€β”€ server.js
β”‚   β”‚   └── views/
β”‚   β”‚       β”œβ”€β”€ index.ejs
β”‚   β”‚       └── modify.ejs
β”‚   β”œβ”€β”€ Blog_Website/
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ banner.png
β”‚   β”‚   β”‚   β”œβ”€β”€ card1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ card2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ card3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ hero.png
β”‚   β”‚   β”‚   └── long-card.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ post.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Book_review_website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ ScreenShots/
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-10-15 111827.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-10-15 111845.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-10-15 111912.png
β”‚   β”‚   β”‚   └── life-changing-books.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ config/
β”‚   β”‚   β”‚   β”‚   └── firebaseConfig.js
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ header.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ signin.css
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ book1.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ libimg2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ openbook1.webp
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rev1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rev2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rev3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ set1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ set2.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ set3.jpeg
β”‚   β”‚   β”‚   β”‚   └── set4.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ scripts/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ signin.js
β”‚   β”‚   β”‚   β”‚   └── signup.js
β”‚   β”‚   β”‚   β”œβ”€β”€ signin.html
β”‚   β”‚   β”‚   └── signup.html
β”‚   β”‚   └── server.js
β”‚   β”œβ”€β”€ Bootstrap_clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ AdobeTeams.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ android-chrome-192x192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ android-chrome-512x512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ apple-touch-icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 0.png
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 1.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 10.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 11.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 12.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 2.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 4.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 5.png
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 6.png
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 7.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 8.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ asset 9.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ coding.png
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon-16x16.png
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon-32x32.png
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ parcel.png
β”‚   β”‚   β”‚   β”œβ”€β”€ site.webmanifest
β”‚   β”‚   β”‚   β”œβ”€β”€ vite.svg
β”‚   β”‚   β”‚   └── webpack.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Brick_Breaker_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”œβ”€β”€ background2.jpg
β”‚   β”‚   β”œβ”€β”€ brick.png
β”‚   β”‚   β”œβ”€β”€ brick_breaker/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ brick.png
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”‚   └── styles.css
β”‚   β”‚   β”œβ”€β”€ icon-removebg-preview.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Bubble_Burst_Game/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ preview.png
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Bubble_Game/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Budgety_app/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Bunny_Catcher/
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ bunny.jpeg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Business_Service_Webapp/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”œβ”€β”€ App.css
β”‚   β”‚   β”‚   β”œβ”€β”€ App.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Components/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ About.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Card.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Common.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Comp.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Contact.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Data.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Home.jsx
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Navbar.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Navbar.jsx
β”‚   β”‚   β”‚   β”‚   └── Services.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ About.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c1.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c2.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c3.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c4.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c5.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ c6.svg
β”‚   β”‚   β”‚   β”‚   └── home.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”‚   └── main.jsx
β”‚   β”‚   └── vite.config.js
β”‚   β”œβ”€β”€ Calendar/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ screenshots/
β”‚   β”‚   β”‚   β”œβ”€β”€ desktop-light.png
β”‚   β”‚   β”‚   β”œβ”€β”€ desktop-night.png
β”‚   β”‚   β”‚   β”œβ”€β”€ mobile-light.png
β”‚   β”‚   β”‚   └── mobile-night.png
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Cannon-shooting/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Capcha_Gen/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Career-Crafters/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ bookmarks.html
β”‚   β”‚   β”‚   β”œβ”€β”€ contact.html
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bookmarks.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contact.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ notification.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ progress.css
β”‚   β”‚   β”‚   β”‚   └── sign.css
β”‚   β”‚   β”‚   β”œβ”€β”€ notification.html
β”‚   β”‚   β”‚   β”œβ”€β”€ progress.html
β”‚   β”‚   β”‚   └── sign.html
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Accenture.png
β”‚   β”‚   β”‚   β”œβ”€β”€ apple-logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ google.png
β”‚   β”‚   β”‚   β”œβ”€β”€ profile.png
β”‚   β”‚   β”‚   β”œβ”€β”€ tik-tok.png
β”‚   β”‚   β”‚   β”œβ”€β”€ uber-icon.png
β”‚   β”‚   β”‚   └── youtube.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Casette_Animation/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Cassette.png
β”‚   β”‚   β”‚   └── Cassette_Player.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Chat_App/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”œβ”€β”€ App.css
β”‚   β”‚   β”‚   β”œβ”€β”€ App.js
β”‚   β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”‚   └── anime.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Chat.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Chats.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Input.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Message.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Messages.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Search.js
β”‚   β”‚   β”‚   β”‚   └── SideBar.js
β”‚   β”‚   β”‚   β”œβ”€β”€ context/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ AuthContext.js
β”‚   β”‚   β”‚   β”‚   └── ChatContext.js
β”‚   β”‚   β”‚   β”œβ”€β”€ firebase.js
β”‚   β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”‚   β”œβ”€β”€ pages/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚   β”‚   └── Register.js
β”‚   β”‚   β”‚   └── styles/
β”‚   β”‚   β”‚       └── style.css
β”‚   β”‚   └── tailwind.config.js
β”‚   β”œβ”€β”€ Chess_Game/
β”‚   β”‚   β”œβ”€β”€ Assets/
β”‚   β”‚   β”‚   └── images/
β”‚   β”‚   β”‚       └── pieces/
β”‚   β”‚   β”‚           β”œβ”€β”€ black/
β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ bishop.png
β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ king.png
β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ knight.png
β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ pawn.png
β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ queen.png
β”‚   β”‚   β”‚           β”‚   └── rook.png
β”‚   β”‚   β”‚           └── white/
β”‚   β”‚   β”‚               β”œβ”€β”€ bishop.png
β”‚   β”‚   β”‚               β”œβ”€β”€ king.png
β”‚   β”‚   β”‚               β”œβ”€β”€ knight.png
β”‚   β”‚   β”‚               β”œβ”€β”€ pawn.png
β”‚   β”‚   β”‚               β”œβ”€β”€ queen.png
β”‚   β”‚   β”‚               └── rook.png
β”‚   β”‚   β”œβ”€β”€ Data/
β”‚   β”‚   β”‚   β”œβ”€β”€ data.js
β”‚   β”‚   β”‚   β”œβ”€β”€ data.json
β”‚   β”‚   β”‚   └── pieces.js
β”‚   β”‚   β”œβ”€β”€ Events/
β”‚   β”‚   β”‚   └── global.js
β”‚   β”‚   β”œβ”€β”€ Helper/
β”‚   β”‚   β”‚   β”œβ”€β”€ commonHelper.js
β”‚   β”‚   β”‚   └── constants.js
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Render/
β”‚   β”‚   β”‚   └── main.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   └── styles/
β”‚   β”‚       └── index.css
β”‚   β”œβ”€β”€ Code_Editor/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ node_modules/
β”‚   β”‚   β”‚   └── monaco-editor/
β”‚   β”‚   β”‚       β”œβ”€β”€ CHANGELOG.md
β”‚   β”‚   β”‚       β”œβ”€β”€ LICENSE
β”‚   β”‚   β”‚       β”œβ”€β”€ README.md
β”‚   β”‚   β”‚       β”œβ”€β”€ ThirdPartyNotices.txt
β”‚   β”‚   β”‚       β”œβ”€β”€ dev/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ bundleInfo.json
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ nls.metadata.json
β”‚   β”‚   β”‚       β”‚   └── vs/
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ base/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ui/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── codicons/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚           └── codicon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚               └── codicon.ttf
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.de.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.es.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.fr.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.it.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ja.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ko.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ru.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.zh-cn.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── simpleWorker.nls.zh-tw.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ workerMain.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── workerMain.js.map
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ basic-languages/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ abap/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── abap.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ apex/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── apex.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ azcli/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── azcli.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bat/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bat.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bicep/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bicep.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cameligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cameligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ clojure/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── clojure.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ coffee/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── coffee.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cpp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cpp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── css.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cypher/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cypher.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dart/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dockerfile/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dockerfile.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ecl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ecl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ elixir/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── elixir.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ flow9/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── flow9.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ freemarker2/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── freemarker2.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ fsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── fsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ go/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── go.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ graphql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── graphql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ handlebars/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── handlebars.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ hcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── hcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── html.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ini/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ini.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ java/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── java.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ javascript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── javascript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ julia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── julia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ kotlin/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── kotlin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ less/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── less.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lexon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lexon.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ liquid/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── liquid.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lua/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lua.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ m3/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── m3.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ markdown/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── markdown.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mdx/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mdx.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mips/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mips.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ msdax/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── msdax.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mysql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mysql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ objective-c/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── objective-c.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascal/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascal.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascaligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascaligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ perl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── perl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pgsql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pgsql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ php/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── php.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pla/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pla.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ postiats/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── postiats.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powerquery/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powerquery.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powershell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powershell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ protobuf/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── protobuf.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pug/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pug.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ python/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── python.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ qsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── qsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ r/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── r.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ razor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── razor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redis/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redis.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redshift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redshift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ restructuredtext/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── restructuredtext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ruby/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ruby.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ rust/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── rust.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scala/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scala.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scheme/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scheme.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scss/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scss.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ shell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── shell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ solidity/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── solidity.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sophia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sophia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sparql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sparql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ st/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── st.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ swift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── swift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ systemverilog/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── systemverilog.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ tcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── tcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ twig/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── twig.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ typescript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── typescript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ vb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── vb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ wgsl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── wgsl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ xml/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── xml.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── yaml/
β”‚   β”‚   β”‚       β”‚       β”‚       └── yaml.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ editor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.de.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.es.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.fr.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.it.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ja.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ko.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ru.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.zh-cn.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── editor.main.nls.zh-tw.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ language/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cssMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cssWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ htmlMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── htmlWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ json/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ jsonMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── jsonWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── typescript/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ tsMode.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── tsWorker.js
β”‚   β”‚   β”‚       β”‚       └── loader.js
β”‚   β”‚   β”‚       β”œβ”€β”€ esm/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ metadata.d.ts
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ metadata.js
β”‚   β”‚   β”‚       β”‚   └── vs/
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ base/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ browser.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ canIUse.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ contextmenu.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ defaultWorkerFactory.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dnd.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dom.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dompurify/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── dompurify.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ event.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ fastDomNode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ formattedTextRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ globalPointerMoveMonitor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ history.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ iframe.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ keyboardEvent.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ markdownRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mouseEvent.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ performance.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ touch.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ trustedTypes.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ui/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ actionbar/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ actionViewItems.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ actionbar.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── actionbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ aria/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ aria.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── aria.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ breadcrumbs/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ breadcrumbsWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── breadcrumbsWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ button/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ button.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── button.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ codicons/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ codicon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ codicon-modifiers.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ codicon.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”‚   └── codicon.ttf
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── codiconStyles.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ contextview/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ contextview.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── contextview.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ countBadge/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ countBadge.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── countBadge.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ dialog/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ dialog.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── dialog.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ dropdown/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ dropdown.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ dropdown.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── dropdownActionViewItem.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ findinput/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ findInput.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ findInput.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ findInputToggles.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── replaceInput.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ highlightedlabel/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── highlightedLabel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ hover/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ hover.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── hoverWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ iconLabel/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ iconHoverDelegate.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ iconLabel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ iconLabelHover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ iconLabels.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── iconlabel.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ inputbox/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ inputBox.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── inputBox.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ keybindingLabel/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ keybindingLabel.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── keybindingLabel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ list/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ list.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ list.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ listPaging.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ listView.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ listWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ rangeMap.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ rowCache.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── splice.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ menu/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── menu.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ mouseCursor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ mouseCursor.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── mouseCursor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ progressbar/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ progressbar.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── progressbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ resizable/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── resizable.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ sash/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ sash.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── sash.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ scrollbar/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ abstractScrollbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ horizontalScrollbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”‚   └── scrollbars.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ scrollableElement.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ scrollableElementOptions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ scrollbarArrow.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ scrollbarState.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ scrollbarVisibilityController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── verticalScrollbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ selectBox/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ selectBox.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ selectBox.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ selectBoxCustom.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ selectBoxCustom.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── selectBoxNative.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ splitview/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ splitview.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── splitview.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ table/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ table.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ table.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── tableWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ toggle/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ toggle.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── toggle.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ toolbar/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ toolbar.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── toolbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ tree/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ abstractTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ asyncDataTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ compressedObjectTreeModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ dataTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ indexTreeModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”‚   └── tree.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ objectTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ objectTreeModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── tree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── widget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ actions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ arrays.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ arraysFind.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ assert.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ async.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ buffer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cache.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cancellation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ charCode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ codicons.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ collections.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ color.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ comparers.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dataTransfer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ decorators.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ diff/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ diff.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── diffChange.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ errorMessage.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ errors.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ event.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ extpath.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ filters.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ functional.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ fuzzyScorer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ glob.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ hash.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ history.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ hotReload.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ htmlContent.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ iconLabels.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ idGenerator.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ime.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ iterator.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ jsonSchema.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ keyCodes.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ keybindingLabels.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ keybindings.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ labels.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lazy.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lifecycle.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ linkedList.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ linkedText.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ map.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ marked/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── marked.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ marshalling.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ marshallingIds.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mime.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ navigator.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ network.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ numbers.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ objects.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ observable.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ observableInternal/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ autorun.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ base.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ derived.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ logging.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── utils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ observableValue.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ paging.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ path.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ platform.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ process.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ range.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ resources.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scrollable.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ search.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sequence.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ severity.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ stopwatch.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ strings.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ symbols.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ternarySearchTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tfIdf.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ themables.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ types.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ uint.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ uri.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ uuid.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── simpleWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── parts/
β”‚   β”‚   β”‚       β”‚       β”‚       └── storage/
β”‚   β”‚   β”‚       β”‚       β”‚           └── common/
β”‚   β”‚   β”‚       β”‚       β”‚               └── storage.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ basic-languages/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ _.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ abap/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ abap.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ abap.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── abap.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ apex/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ apex.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ apex.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── apex.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ azcli/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ azcli.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ azcli.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── azcli.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bat/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ bat.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ bat.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bat.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bicep/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ bicep.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ bicep.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bicep.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cameligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cameligo.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cameligo.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cameligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ clojure/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ clojure.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ clojure.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── clojure.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ coffee/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ coffee.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ coffee.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── coffee.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cpp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cpp.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cpp.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cpp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ csharp.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ csharp.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ csp.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ csp.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ css.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ css.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── css.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cypher/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cypher.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cypher.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cypher.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dart/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dart.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dart.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dockerfile/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dockerfile.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dockerfile.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dockerfile.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ecl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ecl.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ecl.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ecl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ elixir/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ elixir.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ elixir.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── elixir.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ flow9/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ flow9.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ flow9.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── flow9.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ freemarker2/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ freemarker2.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ freemarker2.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── freemarker2.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ fsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ fsharp.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ fsharp.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── fsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ go/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ go.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ go.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── go.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ graphql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ graphql.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ graphql.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── graphql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ handlebars/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ handlebars.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ handlebars.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── handlebars.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ hcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ hcl.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ hcl.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── hcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ html.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ html.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── html.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ini/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ini.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ini.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ini.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ java/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ java.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ java.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── java.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ javascript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ javascript.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ javascript.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── javascript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ julia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ julia.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ julia.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── julia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ kotlin/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ kotlin.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ kotlin.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── kotlin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ less/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ less.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ less.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── less.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lexon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lexon.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lexon.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lexon.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ liquid/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ liquid.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ liquid.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── liquid.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lua/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lua.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lua.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lua.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ m3/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ m3.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ m3.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── m3.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ markdown/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ markdown.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ markdown.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── markdown.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mdx/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mdx.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mdx.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mdx.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mips/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mips.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mips.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mips.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ monaco.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ msdax/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ msdax.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ msdax.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── msdax.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mysql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mysql.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ mysql.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mysql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ objective-c/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ objective-c.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ objective-c.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── objective-c.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascal/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pascal.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pascal.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascal.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascaligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pascaligo.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pascaligo.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascaligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ perl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ perl.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ perl.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── perl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pgsql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pgsql.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pgsql.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pgsql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ php/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ php.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ php.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── php.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pla/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pla.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pla.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pla.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ postiats/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ postiats.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ postiats.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── postiats.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powerquery/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ powerquery.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ powerquery.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powerquery.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powershell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ powershell.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ powershell.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powershell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ protobuf/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ protobuf.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ protobuf.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── protobuf.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pug/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pug.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ pug.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pug.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ python/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ python.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ python.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── python.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ qsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ qsharp.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ qsharp.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── qsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ r/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ r.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ r.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── r.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ razor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ razor.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ razor.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── razor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redis/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ redis.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ redis.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redis.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redshift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ redshift.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ redshift.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redshift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ restructuredtext/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ restructuredtext.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ restructuredtext.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── restructuredtext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ruby/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ruby.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ ruby.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ruby.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ rust/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ rust.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ rust.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── rust.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sb.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sb.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scala/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scala.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scala.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scala.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scheme/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scheme.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scheme.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scheme.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scss/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scss.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ scss.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scss.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ shell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ shell.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ shell.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── shell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ solidity/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ solidity.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ solidity.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── solidity.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sophia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sophia.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sophia.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sophia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sparql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sparql.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sparql.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sparql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sql.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ sql.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ st/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ st.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ st.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── st.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ swift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ swift.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ swift.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── swift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ systemverilog/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ systemverilog.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ systemverilog.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── systemverilog.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ tcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tcl.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tcl.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── tcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ twig/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ twig.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ twig.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── twig.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ typescript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ typescript.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ typescript.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── typescript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ vb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ vb.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ vb.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── vb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ wgsl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ wgsl.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ wgsl.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── wgsl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ xml/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ xml.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ xml.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── xml.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── yaml/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ yaml.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ yaml.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── yaml.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ editor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ config/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ charWidthReader.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ domFontInfo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorConfiguration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ elementSizeObserver.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ fontMeasurements.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ migrateOptions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── tabFocus.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ controller/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ mouseHandler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ mouseTarget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ pointerHandler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textAreaHandler.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textAreaHandler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textAreaInput.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── textAreaState.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ coreCommands.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ coreCommands.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dnd.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorBrowser.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorDom.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorExtensions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ services/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ abstractCodeEditorService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ bulkEditService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ codeEditorService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorWorkerService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ markerDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ openerService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── webWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ stableEditorScroll.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ view/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ domLineBreaksComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ dynamicViewOverlay.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ renderingContext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewLayer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewOverlays.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── viewUserInputEvents.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ view.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewParts/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ blockDecorations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blockDecorations.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── blockDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ contentWidgets/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── contentWidgets.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ currentLineHighlight/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ currentLineHighlight.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── currentLineHighlight.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ decorations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ decorations.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── decorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorScrollbar/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── editorScrollbar.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ glyphMargin/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ glyphMargin.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── glyphMargin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ indentGuides/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ indentGuides.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── indentGuides.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ lineNumbers/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ lineNumbers.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── lineNumbers.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ lines/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ domReadingContext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rangeUtil.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ viewLine.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ viewLines.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── viewLines.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linesDecorations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ linesDecorations.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── linesDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ margin/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ margin.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── margin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ marginDecorations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ marginDecorations.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── marginDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ minimap/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ minimap.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ minimap.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ minimapCharRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ minimapCharRendererFactory.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ minimapCharSheet.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── minimapPreBaked.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ overlayWidgets/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ overlayWidgets.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── overlayWidgets.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ overviewRuler/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ decorationsOverviewRuler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── overviewRuler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ rulers/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ rulers.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── rulers.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ scrollDecoration/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ scrollDecoration.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── scrollDecoration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ selections/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ selections.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── selections.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewCursors/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ viewCursor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ viewCursors.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── viewCursors.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewZones/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── viewZones.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── whitespace/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ whitespace.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── whitespace.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── widget/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ codeEditorContributions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ codeEditorWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ diffEditor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ accessibleDiffViewer.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ accessibleDiffViewer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ colors.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ decorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ delegatingEditorImpl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditor.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditor.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorEditors.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorOptions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorSash.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorViewModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffEditorWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ diffProviderFactoryService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ hideUnchangedRegionsFeature.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ inlineDiffDeletedCodeMargin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ lineAlignment.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ movedBlocksLines.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ outlineModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ overviewRulerPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ renderLines.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   β”œβ”€β”€ utils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”‚   └── workerBasedDocumentDiffProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ embeddedCodeEditorWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚           └── editor.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ commands/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ replaceCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ shiftCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ surroundSelectionCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── trimTrailingWhitespaceCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ config/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ diffEditor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorConfiguration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorConfigurationSchema.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorOptions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorZoom.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── fontInfo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ core/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ characterClassifier.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorColumns.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ dimension.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editOperation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorColorRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ eolCounter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ indentation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ lineRange.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ offsetRange.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ position.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ range.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ rgba.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ selection.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ stringBuilder.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textChange.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textModelDefaults.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ wordCharacterClassifier.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── wordHelper.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cursor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorAtomicMoveOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorCollection.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorColumnSelection.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorContext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorDeleteOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorMoveCommands.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorMoveOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorTypeOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ cursorWordOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── oneCursor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cursorCommon.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cursorEvents.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ diff/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ defaultLinesDiffComputer/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ algorithms/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ diffAlgorithm.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dynamicProgrammingDiffing.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   └── myersDiffAlgorithm.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ computeMovedLines.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ defaultLinesDiffComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ heuristicSequenceOptimizations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ lineSequence.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ linesSliceCharSequence.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── utils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ documentDiffProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ legacyLinesDiffComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linesDiffComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linesDiffComputers.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── rangeMapping.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorAction.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorCommon.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorContextKeys.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorFeatures.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorTheme.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ encodedTokenAttributes.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ languageFeatureRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ languageSelector.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ languages/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ autoIndent.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ defaultDocumentColorsComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ enterAction.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ language.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageConfiguration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageConfigurationRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linkComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ modesRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ nullTokenize.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ supports/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ characterPair.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ electricCharacter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ indentRules.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ inplaceReplaceSupport.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ languageBracketsConfiguration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ onEnter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ richEditBrackets.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── tokenization.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ supports.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── textToHtmlTokenizer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ languages.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ model/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ bracketPairsTextModelPart/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bracketPairsImpl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bracketPairsTree/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ast.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ beforeEditPositionMapper.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bracketPairsTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brackets.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ combineTextEditInfos.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ concat23Trees.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ length.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ nodeReader.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ parser.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ smallImmutableSet.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”‚   └── tokenizer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ colorizedBracketPairsDecorationProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── fixBrackets.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ decorationProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editStack.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ fixedArray.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ guidesTextModelPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ indentationGuesser.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ intervalTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ mirrorTextModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ pieceTreeTextBuffer/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pieceTreeBase.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pieceTreeTextBuffer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pieceTreeTextBufferBuilder.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── rbTreeBase.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ prefixSumComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textModelPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textModelSearch.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textModelTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ tokenizationTextModelPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── utils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ model.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ modelLineProjectionData.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ services/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorBaseApi.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorSimpleWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ editorWorkerHost.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ getIconClasses.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageFeatureDebounce.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageFeatures.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageFeaturesService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languageService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languagesAssociations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ languagesRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ markerDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ markerDecorationsService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ model.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ modelService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ resolverService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ semanticTokensDto.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ semanticTokensProviderStyling.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ semanticTokensStyling.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ semanticTokensStylingService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ textResourceConfiguration.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ treeViewsDnd.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ treeViewsDndService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── unicodeTextModelHighlighter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standalone/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── standaloneEnums.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneStrings.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ textModelBracketPairs.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ textModelEvents.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ textModelGuides.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tokenizationRegistry.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tokenizationTextModelPart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tokens/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ contiguousMultilineTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ contiguousMultilineTokensBuilder.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ contiguousTokensEditing.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ contiguousTokensStore.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ lineTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ sparseMultilineTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── sparseTokensStore.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewEventHandler.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewEvents.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewLayout/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ lineDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linePart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ linesLayout.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewLayout.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewLineRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── viewLinesViewportData.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewModel/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ minimapTokensColorTracker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ modelLineProjection.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ monospaceLineBreaksComputer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ overviewZoneManager.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewContext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewModelDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ viewModelImpl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── viewModelLines.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ viewModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── viewModelEventDispatcher.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ contrib/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ anchorSelect/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ anchorSelect.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ anchorSelect.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── anchorSelect.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ bracketMatching/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ bracketMatching.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ bracketMatching.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── bracketMatching.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ caretOperations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ caretOperations.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ caretOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ moveCaretCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ transpose.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── transpose.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ clipboard/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ clipboard.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── clipboard.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ codeAction/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeAction.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionCommands.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionContributions.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionContributions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionKeybindingResolver.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionMenu.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ codeActionModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ lightBulbWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── lightBulbWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── types.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ codelens/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ codeLensCache.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ codelens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ codelensController.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ codelensController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ codelensWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── codelensWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ colorPicker/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ color.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorContributions.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorContributions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorDetector.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorHoverParticipant.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorPicker.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorPickerModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ colorPickerWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ defaultDocumentColorProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ standaloneColorPickerActions.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ standaloneColorPickerActions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── standaloneColorPickerWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ comment/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ blockCommentCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ comment.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ comment.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── lineCommentCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ contextmenu/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ contextmenu.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── contextmenu.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cursorUndo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ cursorUndo.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── cursorUndo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dnd/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dnd.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dnd.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dnd.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── dragAndDropCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ documentSymbols/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ documentSymbols.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ documentSymbols.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── outlineModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ dropOrPasteInto/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ copyPasteContribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ copyPasteContribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ copyPasteController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ defaultProviders.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dropIntoEditorContribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dropIntoEditorContribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ dropIntoEditorController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ edit.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ postEditWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── postEditWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ editorState/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ editorState.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── keybindingCancellation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ find/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findController.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findOptionsWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findOptionsWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findState.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ findWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ replaceAllCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── replacePattern.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ folding/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ folding.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ folding.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ folding.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ foldingDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ foldingModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ foldingRanges.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hiddenRangeModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ indentRangeProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── syntaxRangeProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ fontZoom/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ fontZoom.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── fontZoom.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ format/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ format.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ formatActions.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ formatActions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── formattingEdit.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ gotoError/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ gotoError.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ gotoError.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ gotoErrorWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ markerNavigationService.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚           └── gotoErrorWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ gotoSymbol/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ goToCommands.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ goToCommands.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ goToSymbol.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ link/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ clickLinkGesture.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ goToDefinitionAtPosition.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ goToDefinitionAtPosition.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   └── goToDefinitionAtPosition.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ peek/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ referencesController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ referencesTree.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ referencesWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   └── referencesWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ referencesModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── symbolNavigation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ hover/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ contentHover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ getHover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hover.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hover.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hoverOperation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hoverTypes.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ marginHover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ markdownHoverParticipant.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ markerHoverParticipant.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── resizableContentWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inPlaceReplace/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inPlaceReplace.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inPlaceReplace.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inPlaceReplace.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── inPlaceReplaceCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ indentation/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ indentUtils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ indentation.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── indentation.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inlayHints/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlayHints.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlayHintsContribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlayHintsContribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlayHintsController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlayHintsHover.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── inlayHintsLocations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inlineCompletions/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ commandIds.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ commands.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ ghostText.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ ghostText.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ ghostTextWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ hoverParticipant.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionContextKeys.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletions.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletions.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionsController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionsHintsWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionsHintsWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionsModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineCompletionsSource.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ provideInlineCompletions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ singleTextEdit.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestWidgetInlineCompletionProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── utils.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inlineProgress/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineProgress.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ inlineProgress.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── inlineProgressWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ lineSelection/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ lineSelection.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── lineSelection.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ linesOperations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ copyLinesCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ linesOperations.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ linesOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ moveLinesCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── sortLinesCommand.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ linkedEditing/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ linkedEditing.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ linkedEditing.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── linkedEditing.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ links/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ getLinks.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ links.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ links.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── links.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ longLinesHelper/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ longLinesHelper.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── longLinesHelper.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ markdownRenderer/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ markdownRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── renderedMarkdown.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ message/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ messageController.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── messageController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ multicursor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ multicursor.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── multicursor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ parameterHints/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ parameterHints.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ parameterHints.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ parameterHints.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ parameterHintsModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ parameterHintsWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── provideSignatureHelp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ peekView/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   └── peekViewWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── peekView.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ quickAccess/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ commandsQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ editorNavigationQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ gotoLineQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── gotoSymbolQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ readOnlyMessage/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ rename/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ rename.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ rename.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ renameInputField.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── renameInputField.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ semanticTokens/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ documentSemanticTokens.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ documentSemanticTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ viewportSemanticTokens.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   β”‚   └── viewportSemanticTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ getSemanticTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── semanticTokensConfig.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ smartSelect/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ bracketSelections.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ smartSelect.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ smartSelect.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── wordSelections.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ snippet/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ snippetController2.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ snippetController2.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ snippetParser.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ snippetSession.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ snippetSession.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── snippetVariables.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ stickyScroll/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScroll.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollActions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollContribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollContribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollElement.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollModelProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ stickyScrollProvider.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── stickyScrollWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ suggest/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ completionModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”‚   └── suggest.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggest.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestAlternatives.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestCommitCharacters.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestController.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestInlineCompletions.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestInlineCompletions.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestMemory.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestModel.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestOvertypingCapturer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestWidgetDetails.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestWidgetRenderer.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ suggestWidgetStatus.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ wordContextKey.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── wordDistance.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ symbolIcons/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ symbolIcons.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── symbolIcons.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ toggleTabFocusMode/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ toggleTabFocusMode.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── toggleTabFocusMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ tokenization/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ tokenization.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── tokenization.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ unicodeHighlighter/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ bannerController.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ bannerController.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ unicodeHighlighter.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ unicodeHighlighter.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── unicodeHighlighter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ unusualLineTerminators/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ unusualLineTerminators.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── unusualLineTerminators.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ wordHighlighter/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ highlightDecorations.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ highlightDecorations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ wordHighlighter.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── wordHighlighter.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ wordOperations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ wordOperations.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── wordOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ wordPartOperations/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       β”œβ”€β”€ wordPartOperations.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”‚       └── wordPartOperations.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── zoneWidget/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚           β”œβ”€β”€ zoneWidget.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚           └── zoneWidget.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ edcore.main.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.all.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.api.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.api.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.worker.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── standalone/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ colorizer.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ iPadShowKeyboard/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ iPadShowKeyboard.css
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ iPadShowKeyboard.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   └── iPadShowKeyboard.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ inspectTokens/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inspectTokens.css
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ inspectTokens.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   └── inspectTokens.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ quickAccess/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneCommandsQuickAccess.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneCommandsQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneGotoLineQuickAccess.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneGotoLineQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneGotoSymbolQuickAccess.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneGotoSymbolQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneHelpQuickAccess.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   └── standaloneHelpQuickAccess.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ quickInput/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneQuickInput.css
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   └── standaloneQuickInputService.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ referenceSearch/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ standaloneReferenceSearch.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”‚   └── standaloneReferenceSearch.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standalone-tokens.css
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneCodeEditor.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneCodeEditorService.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneEditor.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneLanguages.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneLayoutService.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneServices.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   β”œβ”€β”€ standaloneThemeService.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚   └── toggleHighContrast/
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚       β”œβ”€β”€ toggleHighContrast.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”‚       └── toggleHighContrast.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── common/
β”‚   β”‚   β”‚       β”‚       β”‚           β”œβ”€β”€ monarch/
β”‚   β”‚   β”‚       β”‚       β”‚           β”‚   β”œβ”€β”€ monarchCommon.js
β”‚   β”‚   β”‚       β”‚       β”‚           β”‚   β”œβ”€β”€ monarchCompile.js
β”‚   β”‚   β”‚       β”‚       β”‚           β”‚   β”œβ”€β”€ monarchLexer.js
β”‚   β”‚   β”‚       β”‚       β”‚           β”‚   └── monarchTypes.js
β”‚   β”‚   β”‚       β”‚       β”‚           β”œβ”€β”€ standaloneTheme.js
β”‚   β”‚   β”‚       β”‚       β”‚           └── themes.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ language/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ css.worker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cssMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ monaco.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── monaco.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ html.worker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ htmlMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ monaco.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── monaco.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ json/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ json.worker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ jsonMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ monaco.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── monaco.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── typescript/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ monaco.contribution.d.ts
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ monaco.contribution.js
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ ts.worker.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── tsMode.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ nls.js
β”‚   β”‚   β”‚       β”‚       └── platform/
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ accessibility/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── accessibilityService.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── accessibility.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ action/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ action.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── actionCommonCategories.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ actionWidget/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ actionList.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ actionWidget.css
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── actionWidget.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── actionWidget.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ actions/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ menuEntryActionViewItem.css
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ menuEntryActionViewItem.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── toolbar.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ actions.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── menuService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ audioCues/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       └── audioCueService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ clipboard/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── clipboardService.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── clipboardService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ commands/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── commands.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ configuration/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ configuration.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ configurationModels.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ configurationRegistry.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── configurations.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ contextkey/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── contextKeyService.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextkey.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextkeys.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── scanner.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ contextview/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextMenuHandler.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextMenuService.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextView.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── contextViewService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ dialogs/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── dialogs.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ dnd/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       └── dnd.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ editor/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── editor.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ environment/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── environment.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ extensions/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── extensions.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ files/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── files.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ history/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ contextScopedHistoryWidget.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── historyWidgetKeybindingHint.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ instantiation/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ descriptors.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ extensions.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ graph.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ instantiation.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ instantiationService.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── serviceCollection.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ jsonschemas/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── jsonContributionRegistry.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ keybinding/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ abstractKeybindingService.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ baseResolvedKeybinding.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ keybinding.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ keybindingResolver.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ keybindingsRegistry.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ resolvedKeybindingItem.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── usLayoutResolvedKeybinding.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ label/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── label.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ layout/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       └── layoutService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ list/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       └── listService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ log/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ log.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── logService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ markers/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ markerService.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── markers.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ notification/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── notification.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ opener/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ link.css
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── link.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── opener.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ policy/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── policy.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ progress/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── progress.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ quickinput/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ commandsQuickAccess.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ helpQuickAccess.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”‚   └── quickInput.css
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ pickerQuickAccess.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickAccess.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickInput.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickInputBox.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickInputController.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickInputList.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ quickInputService.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── quickInputUtils.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ quickAccess.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── quickInput.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ registry/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── platform.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ severityIcon/
β”‚   β”‚   β”‚       β”‚           β”‚   └── browser/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ media/
β”‚   β”‚   β”‚       β”‚           β”‚       β”‚   └── severityIcon.css
β”‚   β”‚   β”‚       β”‚           β”‚       └── severityIcon.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ storage/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       └── storage.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ telemetry/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ gdprTypings.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── telemetry.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ theme/
β”‚   β”‚   β”‚       β”‚           β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   β”œβ”€β”€ defaultStyles.js
β”‚   β”‚   β”‚       β”‚           β”‚   β”‚   └── iconsStyleSheet.js
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ colorRegistry.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ iconRegistry.js
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ theme.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── themeService.js
β”‚   β”‚   β”‚       β”‚           β”œβ”€β”€ undoRedo/
β”‚   β”‚   β”‚       β”‚           β”‚   └── common/
β”‚   β”‚   β”‚       β”‚           β”‚       β”œβ”€β”€ undoRedo.js
β”‚   β”‚   β”‚       β”‚           β”‚       └── undoRedoService.js
β”‚   β”‚   β”‚       β”‚           └── workspace/
β”‚   β”‚   β”‚       β”‚               └── common/
β”‚   β”‚   β”‚       β”‚                   β”œβ”€β”€ workspace.js
β”‚   β”‚   β”‚       β”‚                   └── workspaceTrust.js
β”‚   β”‚   β”‚       β”œβ”€β”€ min/
β”‚   β”‚   β”‚       β”‚   └── vs/
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ base/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ browser/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ui/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── codicons/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚           └── codicon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚               └── codicon.ttf
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.de.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.es.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.fr.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.it.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ja.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ko.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ru.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.zh-cn.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── simpleWorker.nls.zh-tw.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚       └── workerMain.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ basic-languages/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ abap/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── abap.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ apex/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── apex.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ azcli/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── azcli.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bat/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bat.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ bicep/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── bicep.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cameligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cameligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ clojure/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── clojure.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ coffee/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── coffee.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cpp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cpp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ csp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── csp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── css.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ cypher/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cypher.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dart/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dart.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ dockerfile/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── dockerfile.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ecl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ecl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ elixir/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── elixir.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ flow9/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── flow9.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ freemarker2/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── freemarker2.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ fsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── fsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ go/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── go.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ graphql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── graphql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ handlebars/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── handlebars.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ hcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── hcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── html.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ini/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ini.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ java/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── java.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ javascript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── javascript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ julia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── julia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ kotlin/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── kotlin.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ less/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── less.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lexon/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lexon.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ liquid/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── liquid.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ lua/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── lua.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ m3/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── m3.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ markdown/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── markdown.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mdx/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mdx.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mips/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mips.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ msdax/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── msdax.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ mysql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── mysql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ objective-c/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── objective-c.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascal/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascal.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pascaligo/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pascaligo.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ perl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── perl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pgsql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pgsql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ php/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── php.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pla/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pla.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ postiats/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── postiats.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powerquery/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powerquery.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ powershell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── powershell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ protobuf/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── protobuf.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ pug/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── pug.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ python/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── python.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ qsharp/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── qsharp.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ r/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── r.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ razor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── razor.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redis/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redis.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ redshift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── redshift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ restructuredtext/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── restructuredtext.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ ruby/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── ruby.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ rust/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── rust.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scala/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scala.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scheme/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scheme.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ scss/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── scss.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ shell/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── shell.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ solidity/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── solidity.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sophia/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sophia.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sparql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sparql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ sql/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── sql.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ st/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── st.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ swift/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── swift.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ systemverilog/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── systemverilog.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ tcl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── tcl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ twig/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── twig.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ typescript/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── typescript.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ vb/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── vb.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ wgsl/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── wgsl.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ xml/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── xml.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── yaml/
β”‚   β”‚   β”‚       β”‚       β”‚       └── yaml.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ editor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.css
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.de.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.es.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.fr.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.it.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ja.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ko.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ru.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.zh-cn.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── editor.main.nls.zh-tw.js
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ language/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ cssMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── cssWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ html/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ htmlMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── htmlWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ json/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   β”œβ”€β”€ jsonMode.js
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── jsonWorker.js
β”‚   β”‚   β”‚       β”‚       β”‚   └── typescript/
β”‚   β”‚   β”‚       β”‚       β”‚       β”œβ”€β”€ tsMode.js
β”‚   β”‚   β”‚       β”‚       β”‚       └── tsWorker.js
β”‚   β”‚   β”‚       β”‚       └── loader.js
β”‚   β”‚   β”‚       β”œβ”€β”€ min-maps/
β”‚   β”‚   β”‚       β”‚   └── vs/
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ base/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.de.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.es.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.fr.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.it.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ja.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ko.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.ru.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       β”œβ”€β”€ simpleWorker.nls.zh-cn.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”‚       └── simpleWorker.nls.zh-tw.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   └── worker/
β”‚   β”‚   β”‚       β”‚       β”‚       └── workerMain.js.map
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ editor/
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.de.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.es.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.fr.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.it.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ja.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ko.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.ru.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   β”œβ”€β”€ editor.main.nls.zh-cn.js.map
β”‚   β”‚   β”‚       β”‚       β”‚   └── editor.main.nls.zh-tw.js.map
β”‚   β”‚   β”‚       β”‚       └── loader.js.map
β”‚   β”‚   β”‚       β”œβ”€β”€ monaco.d.ts
β”‚   β”‚   β”‚       └── package.json
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Codeforces/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── readme.md
β”‚   β”œβ”€β”€ Color_Blast/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Country_Guide/
β”‚   β”‚   β”œβ”€β”€ Main/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ card.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cardDetails.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ loader.js
β”‚   β”‚   β”‚   β”‚   └── navigation.js
β”‚   β”‚   β”‚   β”œβ”€β”€ country-guide.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”‚   β”‚   └── style.css.map
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   β”‚   β”œβ”€β”€ modules/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ api.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ functions.js
β”‚   β”‚   β”‚   β”‚   └── switchMode.js
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”‚   └── country-guide.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ sass/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _custom.scss
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ design/
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _cardDisplay.scss
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _cards.scss
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _functions.scss
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _loader.scss
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _mixin.scss
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _navigation.scss
β”‚   β”‚   β”‚   β”‚   β”‚   └── _variables.scss
β”‚   β”‚   β”‚   β”‚   └── style.scss
β”‚   β”‚   β”‚   └── style-guide.md
β”‚   β”‚   β”œβ”€β”€ country.png
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Creative_agency/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ CrowdFunding/
β”‚   β”‚   β”œβ”€β”€ CrowdFunding .sol
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ artifacts/
β”‚   β”‚   β”‚   β”œβ”€β”€ CrowdFunding.json
β”‚   β”‚   β”‚   β”œβ”€β”€ CrowdFunding_metadata.json
β”‚   β”‚   β”‚   └── build-info/
β”‚   β”‚   β”‚       └── 461a9e78c9cead4ae179ea1ef4fb02db.json
β”‚   β”‚   β”œβ”€β”€ contracts/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1_Storage.sol
β”‚   β”‚   β”‚   β”œβ”€β”€ 2_Owner.sol
β”‚   β”‚   β”‚   └── 3_Ballot.sol
β”‚   β”‚   β”œβ”€β”€ scripts/
β”‚   β”‚   β”‚   β”œβ”€β”€ deploy_with_ethers.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ deploy_with_web3.ts
β”‚   β”‚   β”‚   β”œβ”€β”€ ethers-lib.ts
β”‚   β”‚   β”‚   └── web3-lib.ts
β”‚   β”‚   └── tests/
β”‚   β”‚       β”œβ”€β”€ Ballot_test.sol
β”‚   β”‚       └── storage.test.js
β”‚   β”œβ”€β”€ Crunchyroll-Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ assets/
β”‚   β”‚       β”‚   β”œβ”€β”€ css/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ main.css
β”‚   β”‚       β”‚   β”‚   └── main.css.map
β”‚   β”‚       β”‚   β”œβ”€β”€ images/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ MAL.png
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ anime-list-detail.png
β”‚   β”‚       β”‚   β”‚   └── anime-list.png
β”‚   β”‚       β”‚   β”œβ”€β”€ logo-github.svg
β”‚   β”‚       β”‚   β”œβ”€β”€ logo-linkedin.svg
β”‚   β”‚       β”‚   └── scss/
β”‚   β”‚       β”‚       └── main.scss
β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”œβ”€β”€ AnimeCard.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ AnimeDetail/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ AnimeDetail.css
β”‚   β”‚       β”‚   β”‚   └── AnimeDetail.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Filter/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Filter.css
β”‚   β”‚       β”‚   β”‚   └── Filter.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Header.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Home.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ MainContent.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Sidebar/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Sidebar.css
β”‚   β”‚       β”‚   β”‚   └── Sidebar.jsx
β”‚   β”‚       β”‚   └── SocialMedia/
β”‚   β”‚       β”‚       └── SocialMedia.jsx
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ logo.svg
β”‚   β”‚       β”œβ”€β”€ reportWebVitals.js
β”‚   β”‚       └── setupTests.js
β”‚   β”œβ”€β”€ CurrencyConverter/
β”‚   β”‚   β”œβ”€β”€ CNAME
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ images.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ scss/
β”‚   β”‚   β”‚   β”‚   └── index.scss
β”‚   β”‚   β”‚   └── stylesheets/
β”‚   β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚   β”‚       └── index.css.map
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   └── script.js
β”‚   β”œβ”€β”€ DVOTE/
β”‚   β”‚   β”œβ”€β”€ contracts/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ foundry.toml
β”‚   β”‚   β”‚   β”œβ”€β”€ lib/
β”‚   β”‚   β”‚   β”‚   └── forge-std/
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ LICENSE-APACHE
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ LICENSE-MIT
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ foundry.toml
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ scripts/
β”‚   β”‚   β”‚   β”‚       β”‚   └── vm.py
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Base.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Script.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdAssertions.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdChains.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdCheats.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdError.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdInvariant.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdJson.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdMath.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdStorage.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdStyle.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdToml.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ StdUtils.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Test.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Vm.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ console.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ console2.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ interfaces/
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ IERC1155.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ IERC165.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ IERC20.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ IERC4626.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ IERC721.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └── IMulticall3.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ mocks/
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ MockERC20.sol
β”‚   β”‚   β”‚   β”‚       β”‚   β”‚   └── MockERC721.sol
β”‚   β”‚   β”‚   β”‚       β”‚   └── safeconsole.sol
β”‚   β”‚   β”‚   β”‚       └── test/
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdAssertions.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdChains.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdCheats.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdError.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdJson.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdMath.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdStorage.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdStyle.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdToml.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ StdUtils.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ Vm.t.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ compilation/
β”‚   β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ CompilationScript.sol
β”‚   β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ CompilationScriptBase.sol
β”‚   β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ CompilationTest.sol
β”‚   β”‚   β”‚   β”‚           β”‚   └── CompilationTestBase.sol
β”‚   β”‚   β”‚   β”‚           β”œβ”€β”€ fixtures/
β”‚   β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ broadcast.log.json
β”‚   β”‚   β”‚   β”‚           β”‚   β”œβ”€β”€ test.json
β”‚   β”‚   β”‚   β”‚           β”‚   └── test.toml
β”‚   β”‚   β”‚   β”‚           └── mocks/
β”‚   β”‚   β”‚   β”‚               β”œβ”€β”€ MockERC20.t.sol
β”‚   β”‚   β”‚   β”‚               └── MockERC721.t.sol
β”‚   β”‚   β”‚   β”œβ”€β”€ script/
β”‚   β”‚   β”‚   β”‚   └── Deploy.s.sol
β”‚   β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”‚   └── Voting.sol
β”‚   β”‚   β”‚   └── test/
β”‚   β”‚   β”‚       └── VotingTest.sol
β”‚   β”‚   β”œβ”€β”€ frontend/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ next.config.mjs
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ postcss.config.mjs
β”‚   β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”‚   └── app/
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ Header.tsx
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ Results/
β”‚   β”‚   β”‚   β”‚       β”‚   └── page.tsx
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ globals.css
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ layout.tsx
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ page.tsx
β”‚   β”‚   β”‚   β”‚       └── voting.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tailwind.config.ts
β”‚   β”‚   β”‚   └── tsconfig.json
β”‚   β”‚   └── readme.md
β”‚   β”œβ”€β”€ Daily_Diary_Entry_Website/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ avatar img.png
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ logs.json
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   └── public/
β”‚   β”‚       β”œβ”€β”€ index.html
β”‚   β”‚       └── style.css
β”‚   β”œβ”€β”€ Dentelo/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ appointment.html
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ appointment.css
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ doctor-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ doctor-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ doctor-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ doctor-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ image.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-5.png
β”‚   β”‚   β”‚   β”‚   └── service-icon-6.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Detect Device Battery/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-12-15 203835.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-12-15 203902.png
β”‚   β”‚   β”‚   └── detectdevicebattery.png.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Dice_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ dice1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ dice2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ dice3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ dice4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ dice5.png
β”‚   β”‚   β”‚   └── dice6.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Dictionary/
β”‚   β”‚   β”œβ”€β”€ background.jpeg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Digital_Clock/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Doclab/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Thumbs.db
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-card.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon-7.png
β”‚   β”‚   β”‚   β”‚   └── logo.svg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Drawing-pad/
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   └── drawing-pad.png
β”‚   β”‚   β”œβ”€β”€ font/
β”‚   β”‚   β”‚   └── sans.ttf
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Drum_Kit/
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ crash.png
β”‚   β”‚   β”‚   β”œβ”€β”€ kick.png
β”‚   β”‚   β”‚   β”œβ”€β”€ snare.png
β”‚   β”‚   β”‚   β”œβ”€β”€ tom1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ tom2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ tom3.png
β”‚   β”‚   β”‚   └── tom4.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ sounds/
β”‚   β”‚   β”‚   β”œβ”€β”€ crash.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ kick-bass.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ snare.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ tom-1.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ tom-2.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ tom-3.mp3
β”‚   β”‚   β”‚   └── tom-4.mp3
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ EAT_FOOD_GAME/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ preview.jpg
β”‚   β”‚   β”œβ”€β”€ preview.png
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ E_Commerce/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   └── index.html
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”œβ”€β”€ App.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Carousel.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ ClientView.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Contact.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Createproduct.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Footer.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Howitwork.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Loading.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Navbar.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Prod.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Products.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Update.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ VIVEKIITDCODES.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Whatourclient.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Whatwedo.jsx
β”‚   β”‚       β”‚   └── images/
β”‚   β”‚       β”‚       β”œβ”€β”€ Location.png
β”‚   β”‚       β”‚       β”œβ”€β”€ dog-img.jpg
β”‚   β”‚       β”‚       β”œβ”€β”€ ecommerce.png
β”‚   β”‚       β”‚       β”œβ”€β”€ feet-1840619_1280.jpg
β”‚   β”‚       β”‚       β”œβ”€β”€ gshock-1557384_1280.jpg
β”‚   β”‚       β”‚       β”œβ”€β”€ homepage.png
β”‚   β”‚       β”‚       β”œβ”€β”€ lady-img.jpg
β”‚   β”‚       β”‚       β”œβ”€β”€ order-confirmation-email.jpg
β”‚   β”‚       β”‚       β”œβ”€β”€ sunaina.png
β”‚   β”‚       β”‚       └── white-background-photo.jpg
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ main/
β”‚   β”‚       β”‚   └── style.css
β”‚   β”‚       β”œβ”€β”€ product_list.js
β”‚   β”‚       β”œβ”€β”€ stars.js
β”‚   β”‚       └── views.js
β”‚   β”œβ”€β”€ Email_Subscription/
β”‚   β”‚   β”œβ”€β”€ imgaes/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ background.png
β”‚   β”‚   β”‚   └── send-icon.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Event_Organizer/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”œβ”€β”€ App.css
β”‚   β”‚   β”‚   β”œβ”€β”€ App.js
β”‚   β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ anime.jpg
β”‚   β”‚   β”‚   β”‚   └── homeimg.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ About.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ChooseUs.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ EventIdea.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Footer.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Nav.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ PastInfo.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Pricing.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Protfolio.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ Services.js
β”‚   β”‚   β”‚   β”‚   └── Testmonial.js
β”‚   β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”‚   └── styles/
β”‚   β”‚   β”‚       └── style.css
β”‚   β”‚   └── tailwind.config.js
β”‚   β”œβ”€β”€ Excercise_Guide/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.css
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ assets/
β”‚   β”‚       β”‚   β”œβ”€β”€ icons/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ body-part.png
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ equipment.png
β”‚   β”‚       β”‚   β”‚   └── target.png
β”‚   β”‚       β”‚   └── images/
β”‚   β”‚       β”‚       β”œβ”€β”€ Logo-1.png
β”‚   β”‚       β”‚       β”œβ”€β”€ Logo.png
β”‚   β”‚       β”‚       └── banner.png
β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”œβ”€β”€ Detail.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ ExerciseCard.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ ExerciseVideo.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Exercises.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Footer.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ HeroBanner.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Navbar.jsx
β”‚   β”‚       β”‚   └── SearchExercise.jsx
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ pages/
β”‚   β”‚       β”‚   β”œβ”€β”€ ExerciseDetail.jsx
β”‚   β”‚       β”‚   └── Home.jsx
β”‚   β”‚       └── utils/
β”‚   β”‚           └── fetchExcerciseData.js
β”‚   β”œβ”€β”€ Family_Travel_Tracker/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   └── styles/
β”‚   β”‚   β”‚       β”œβ”€β”€ main.css
β”‚   β”‚   β”‚       └── new.css
β”‚   β”‚   β”œβ”€β”€ queries.sql
β”‚   β”‚   └── views/
β”‚   β”‚       β”œβ”€β”€ index.ejs
β”‚   β”‚       └── new.ejs
β”‚   β”œβ”€β”€ Farmers-WebApp/
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ fonts/
β”‚   β”‚   β”‚   β”œβ”€β”€ KARNIVOL-webfont.eot
β”‚   β”‚   β”‚   β”œβ”€β”€ KARNIVOL-webfont.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ KARNIVOL-webfont.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ KARNIVOL-webfont.woff
β”‚   β”‚   β”‚   β”œβ”€β”€ LICENSE.txt
β”‚   β”‚   β”‚   β”œβ”€β”€ League_Gothic-webfont.eot
β”‚   β”‚   β”‚   β”œβ”€β”€ League_Gothic-webfont.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ League_Gothic-webfont.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ League_Gothic-webfont.woff
β”‚   β”‚   β”‚   β”œβ”€β”€ README.txt
β”‚   β”‚   β”‚   β”œβ”€β”€ RobotoMono-Italic-VariableFont_wght.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ RobotoMono-Medium.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ RobotoMono-Regular.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ RobotoMono-VariableFont_wght.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ Roboto_Mono.zip
β”‚   β”‚   β”‚   β”œβ”€β”€ SIL OFL Font License - Source Sans Pro.txt
β”‚   β”‚   β”‚   β”œβ”€β”€ SIL Open Font License 1.1.txt
β”‚   β”‚   β”‚   β”œβ”€β”€ SourceSansPro-Light-webfont.eot
β”‚   β”‚   β”‚   β”œβ”€β”€ SourceSansPro-Light-webfont.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ SourceSansPro-Light-webfont.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ SourceSansPro-Light-webfont.woff
β”‚   β”‚   β”‚   β”œβ”€β”€ dodgv2i-webfont.eot
β”‚   β”‚   β”‚   β”œβ”€β”€ dodgv2i-webfont.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ dodgv2i-webfont.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ dodgv2i-webfont.woff
β”‚   β”‚   β”‚   β”œβ”€β”€ ethnocentric_rg-webfont.eot
β”‚   β”‚   β”‚   β”œβ”€β”€ ethnocentric_rg-webfont.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ ethnocentric_rg-webfont.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ ethnocentric_rg-webfont.woff
β”‚   β”‚   β”‚   └── static/
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Bold.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-BoldItalic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-ExtraLight.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-ExtraLightItalic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Italic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Light.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-LightItalic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Medium.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-MediumItalic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Regular.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-SemiBold.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-SemiBoldItalic.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ RobotoMono-Thin.ttf
β”‚   β”‚   β”‚       └── RobotoMono-ThinItalic.ttf
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ PMFBY.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ back.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ bajra.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ ban1.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ ban2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ ban3.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ ban4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ ban5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ banana.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ banner1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ banner2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ banner3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ bg.png
β”‚   β”‚   β”‚   β”œβ”€β”€ bgdline.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ bgdline.png
β”‚   β”‚   β”‚   β”œβ”€β”€ blackgram.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ cashew.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ chilli.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ corn.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ corn2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ cotton.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ download.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ download.png
β”‚   β”‚   β”‚   β”œβ”€β”€ f10.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ famer_long.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gov-S1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gov-S2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gov-S2.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ gov-S3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ grapes.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ groundnut.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ groundnut.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ groundnut2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ jowar.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ jowar2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mango.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ news2.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ news33.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ news5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ news6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ news7.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ newsc3.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ onion.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pomegranate.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ rice.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ rice2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ send-soil.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ soil-result.png
β”‚   β”‚   β”‚   β”œβ”€β”€ soil-result2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ soil-testing.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ soyabean.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ soyabean2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ sugarcane.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ sugarcane2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ tomato.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ topic1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ topic2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ topic3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ topic4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ topic5.png
β”‚   β”‚   β”‚   β”œβ”€β”€ topic6.png
β”‚   β”‚   β”‚   β”œβ”€β”€ turmeric.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ turmeric2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ vegetable.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ wheat.jpeg
β”‚   β”‚   β”‚   └── wheat.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ static/
β”‚   β”‚   β”‚   β”œβ”€β”€ DALLΒ·E 2023-02-23 08.40.02 - A farmer from india in the style of vaporwave.png
β”‚   β”‚   β”‚   β”œβ”€β”€ calciBanner1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ calciBanner2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ calciBanner3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ calciValidate.js
β”‚   β”‚   β”‚   β”œβ”€β”€ crops-Info.js
β”‚   β”‚   β”‚   β”œβ”€β”€ default/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ arrows.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bullets.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ default.css
β”‚   β”‚   β”‚   β”‚   └── loading.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ f.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f10.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f11.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f15.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f16.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ f17.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f18.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ f19.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f20.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ f21.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f22.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f23.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f7.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ f7.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f8.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f9.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ fs.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ home1.css
β”‚   β”‚   β”‚   β”œβ”€β”€ image1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ info2.css
β”‚   β”‚   β”‚   β”œβ”€β”€ jquery.nivo.slider.pack.js
β”‚   β”‚   β”‚   β”œβ”€β”€ logo_styles.css
β”‚   β”‚   β”‚   β”œβ”€β”€ main1.css
β”‚   β”‚   β”‚   β”œβ”€β”€ map1.css
β”‚   β”‚   β”‚   β”œβ”€β”€ mapLogic.js
β”‚   β”‚   β”‚   β”œβ”€β”€ modules.js
β”‚   β”‚   β”‚   β”œβ”€β”€ nivo-slider.css
β”‚   β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ style1.css
β”‚   β”‚   β”‚   β”œβ”€β”€ style2.css
β”‚   β”‚   β”‚   β”œβ”€β”€ translate.css
β”‚   β”‚   β”‚   └── translate.js
β”‚   β”‚   └── views/
β”‚   β”‚       β”œβ”€β”€ calci.pug
β”‚   β”‚       β”œβ”€β”€ home.pug
β”‚   β”‚       β”œβ”€β”€ index.html
β”‚   β”‚       β”œβ”€β”€ info.pug
β”‚   β”‚       β”œβ”€β”€ map.pug
β”‚   β”‚       β”œβ”€β”€ news.pug
β”‚   β”‚       β”œβ”€β”€ script.js
β”‚   β”‚       └── temp.pug
β”‚   β”œβ”€β”€ Feedback Rating/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ assests/
β”‚   β”‚   β”‚   β”œβ”€β”€ emoji1.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ emoji2.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ emoji3.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ emoji4.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ emoji5.gif
β”‚   β”‚   β”‚   └── images.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Finance_Tracker/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ build/
β”‚   β”‚   β”‚   β”œβ”€β”€ _redirects
β”‚   β”‚   β”‚   β”œβ”€β”€ asset-manifest.json
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   └── static/
β”‚   β”‚   β”‚       β”œβ”€β”€ css/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ main.abe1953c.css
β”‚   β”‚   β”‚       β”‚   └── main.abe1953c.css.map
β”‚   β”‚   β”‚       └── js/
β”‚   β”‚   β”‚           β”œβ”€β”€ main.6491dd17.js
β”‚   β”‚   β”‚           β”œβ”€β”€ main.6491dd17.js.LICENSE.txt
β”‚   β”‚   β”‚           └── main.6491dd17.js.map
β”‚   β”‚   β”œβ”€β”€ img1.png
β”‚   β”‚   β”œβ”€β”€ img2.png
β”‚   β”‚   β”œβ”€β”€ img3.png
β”‚   β”‚   β”œβ”€β”€ img4.png
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ _redirects
β”‚   β”‚   β”‚   └── index.html
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ Before-edit
β”‚   β”‚       β”œβ”€β”€ FirebaseConfig.js
β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”œβ”€β”€ Filters.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Header.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ ProtectedRoute.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ PublicRoute.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Spinner.js
β”‚   β”‚       β”‚   β”œβ”€β”€ TransactionForm.jsx
β”‚   β”‚       β”‚   └── TransactionTable.jsx
β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ pages/
β”‚   β”‚       β”‚   β”œβ”€β”€ Home.jsx
β”‚   β”‚       β”‚   β”œβ”€β”€ Login.jsx
β”‚   β”‚       β”‚   └── Register.jsx
β”‚   β”‚       └── redux/
β”‚   β”‚           β”œβ”€β”€ alertsSlice.js
β”‚   β”‚           └── store.js
β”‚   β”œβ”€β”€ Flappybird_game/
β”‚   β”‚   β”œβ”€β”€ FB1.png
β”‚   β”‚   β”œβ”€β”€ FB2.png
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ bottompipe.png
β”‚   β”‚   β”œβ”€β”€ flappybird.css
β”‚   β”‚   β”œβ”€β”€ flappybird.js
β”‚   β”‚   β”œβ”€β”€ flappybird.png
β”‚   β”‚   β”œβ”€β”€ flappybirdbg.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ title.png
β”‚   β”‚   └── toppipe.png
β”‚   β”œβ”€β”€ Flip_a_coin/
β”‚   β”‚   β”œβ”€β”€ heads.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── tails.svg
β”‚   β”œβ”€β”€ Food_Ordering_Website/
β”‚   β”‚   β”œβ”€β”€ Spanchi.jpg
β”‚   β”‚   β”œβ”€β”€ WhatsApp Image 2024-07-20 at 15.27.19.jpeg
β”‚   β”‚   β”œβ”€β”€ WhatsApp Image 2024-07-20 at 15.32.48.jpeg
β”‚   β”‚   β”œβ”€β”€ WhatsApp Image 2024-07-20 at 15.34.19 (1).jpeg
β”‚   β”‚   β”œβ”€β”€ buger.jpg
β”‚   β”‚   β”œβ”€β”€ burger.png
β”‚   β”‚   β”œβ”€β”€ cake.jpg
β”‚   β”‚   β”œβ”€β”€ cart.html
β”‚   β”‚   β”œβ”€β”€ chocolate.jpg
β”‚   β”‚   β”œβ”€β”€ chocolate_Drink.jpg
β”‚   β”‚   β”œβ”€β”€ detailed-chef-logo-template_23-2148986823.avif
β”‚   β”‚   β”œβ”€β”€ gallary_4.jpg
β”‚   β”‚   β”œβ”€β”€ gallary_5.jpg
β”‚   β”‚   β”œβ”€β”€ gallary_6.jpg
β”‚   β”‚   β”œβ”€β”€ ice_cream.jpg
β”‚   β”‚   β”œβ”€β”€ img000.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ juse.jpg
β”‚   β”‚   β”œβ”€β”€ lasagna.webp
β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”œβ”€β”€ main_img.png
β”‚   β”‚   β”œβ”€β”€ pasta.jpg
β”‚   β”‚   β”œβ”€β”€ pizza.jpg
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   β”œβ”€β”€ review_1.png
β”‚   β”‚   β”œβ”€β”€ review_2.png
β”‚   β”‚   β”œβ”€β”€ review_3.png
β”‚   β”‚   β”œβ”€β”€ review_4.png
β”‚   β”‚   β”œβ”€β”€ sandwich.jpg
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Food_Website/
β”‚   β”‚   β”œβ”€β”€ Images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Butter Masala Dosa.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Butter Masala.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Cappuccino.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ Chicken Curry.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Chicken Manchurian.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Chicken Masala.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Chicken Roast.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Chilli Chicken.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Chowmein.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Do pyaga.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Egg Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Fried Rice.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Goan Fish Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Handi Chicken.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Hyderabadi Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Hyderabadi Paneer.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Idli.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Kamrupi Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Kashmiri Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Kolkata Biriyani .png
β”‚   β”‚   β”‚   β”œβ”€β”€ Logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Masala Dosa.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Matar Paneer.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Memoni Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Momo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Mughlai Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Murgh Mussalam.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Mutton Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Mysore Bonda.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Navaratna Korma.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Onion Uttapam.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Palak Paneer.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Paneer Do pyaga.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Paneer Labaddar.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Phirni.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Plain dosa.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Rava Uttapam.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Reshmi Kabab.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Sambar Bara.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Shahi Paneer.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Spring Roll.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Szceahn Chicken.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Biriyani.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Curry.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Jalfrezzi.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Kolahpur.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Masala.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Veg Pakoda.png
β”‚   β”‚   β”‚   β”œβ”€β”€ apple-pie.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ baklava.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ cheesecake.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ chocolate.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ espresso.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ greentea.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ gulabjamun.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ icedcoffee.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ latte.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ lava.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ lemonade.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ lemonade.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ logo food.png
β”‚   β”‚   β”‚   β”œβ”€β”€ mocha.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ pannacotta.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ signin3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ smoothie.jpeg
β”‚   β”‚   β”‚   └── tiramisu.jpeg
β”‚   β”‚   β”œβ”€β”€ fooditem.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ profile.css
β”‚   β”‚   β”œβ”€β”€ profile.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Furniture-website/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ main.css
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-bcg.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-1.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-2.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-3.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-4.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-5.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-6.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-7.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-8.jpeg
β”‚   β”‚   β”‚   β”‚   └── srm_logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   β”‚   └── app.js
β”‚   β”‚   β”‚   └── json/
β”‚   β”‚   β”‚       └── products.json
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Gamex/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ fonts/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ REFAULT.ttf
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ REFAULT.woff
β”‚   β”‚   β”‚   β”‚   └── REFAULT.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-img-shadow.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ character-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ character-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ character-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bottom-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-img-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-img-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-img-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-img-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gears-card-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gears-img-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gears-img-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gears-img-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ newsletter-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ newsletter-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ prize-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ section-wrapper-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ section_line.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-10.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-11.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-12.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-13.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-14.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-7.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-8.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ team-member-9.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ winner-img-1.png
β”‚   β”‚   β”‚   β”‚   └── winner-img-2.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Gamics/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ featured-game-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ featured-game-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ featured-game-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ featured-game-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ featured-game-icon.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bottom-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ header-top-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ latest-game-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ latest-game-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ latest-game-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ live-match-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ live-match-player-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ live-match-player-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ section-wrapper-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shop-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shop-img-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shop-img-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shop-img-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shop-img-4.jpg
β”‚   β”‚   β”‚   β”‚   └── title-underline.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ GamifiedDashboard/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ media/
β”‚   β”‚   β”‚   β”œβ”€β”€ avatar.png
β”‚   β”‚   β”‚   └── badges/
β”‚   β”‚   β”‚       β”œβ”€β”€ active.png
β”‚   β”‚   β”‚       β”œβ”€β”€ contributor.png
β”‚   β”‚   β”‚       β”œβ”€β”€ l1.png
β”‚   β”‚   β”‚       β”œβ”€β”€ l2.png
β”‚   β”‚   β”‚       β”œβ”€β”€ l3.png
β”‚   β”‚   β”‚       β”œβ”€β”€ l4.png
β”‚   β”‚   β”‚       └── wizard.png
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ GitHub_API/
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ desktop-1440x900.png
β”‚   β”‚   β”‚   └── github.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Github_Profile_Viewer/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Google_Drive_clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ profile.pic.jpg
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Guess_the_Number/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ guessthenum.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Gym_Website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ animate.css
β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ about1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ about2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ about3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ class1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ class2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ gallery1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gallery2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gallery3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gallery4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gym-icon.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ home.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ price1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ price2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ price3.jpg
β”‚   β”‚   β”‚   └── schedule1.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── js/
β”‚   β”‚       └── wow.min.js
β”‚   β”œβ”€β”€ HOSTEL_MANAGEMENT/
β”‚   β”‚   β”œβ”€β”€ 1132778_OQCI8X0.jpg
β”‚   β”‚   β”œβ”€β”€ 1202.jpg
β”‚   β”‚   β”œβ”€β”€ 13295064_5172658.jpg
β”‚   β”‚   β”œβ”€β”€ 17545.jpg
β”‚   β”‚   β”œβ”€β”€ 4944411.jpg
β”‚   β”‚   β”œβ”€β”€ 4949813.jpg
β”‚   β”‚   β”œβ”€β”€ 6843497.jpg
β”‚   β”‚   β”œβ”€β”€ LOGO-removebg-preview-safeimagekit.png
β”‚   β”‚   β”œβ”€β”€ LOGO-removebg-preview.png
β”‚   β”‚   β”œβ”€β”€ forms-concept-illustration.zip
β”‚   β”‚   β”œβ”€β”€ gradient-blue-background/
β”‚   β”‚   β”‚   β”œβ”€β”€ 6843497.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 6843498.eps
β”‚   β”‚   β”‚   └── 6843499.ai
β”‚   β”‚   β”œβ”€β”€ gradient-blue-background.zip
β”‚   β”‚   β”œβ”€β”€ icon-2.png
β”‚   β”‚   β”œβ”€β”€ imgonline-com-ua-ReplaceColor-y61lCLddwacxF.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ login.css
β”‚   β”‚   β”œβ”€β”€ login.html
β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”œβ”€β”€ pc4.jpg
β”‚   β”‚   β”œβ”€β”€ pic1.jpg
β”‚   β”‚   β”œβ”€β”€ pic2.jpg
β”‚   β”‚   β”œβ”€β”€ pic3.jpg
β”‚   β”‚   β”œβ”€β”€ pic4.jpg
β”‚   β”‚   β”œβ”€β”€ pic5.jpg
β”‚   β”‚   β”œβ”€β”€ register.css
β”‚   β”‚   β”œβ”€β”€ register.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ signup.css
β”‚   β”‚   β”œβ”€β”€ signup.html
β”‚   β”‚   β”œβ”€β”€ structural-geometrical-app-cover-template.zip
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Hackathons/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ about.html
β”‚   β”‚   β”œβ”€β”€ contact.html
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ responsive.css
β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   └── Hackathon_Finder.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── js/
β”‚   β”‚       └── index.js
β”‚   β”œβ”€β”€ Hangman_game/
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-0.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-1.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-2.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-3.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-4.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-5.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ hangman-6.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ lost.gif
β”‚   β”‚   β”‚   └── victory.gif
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ scripts/
β”‚   β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”‚   └── word-list.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── word-list.js
β”‚   β”œβ”€β”€ Health Dashboard/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── index.js
β”‚   β”œβ”€β”€ Hotsar_Clone/
β”‚   β”‚   β”œβ”€β”€ D+H_favicon.ico
β”‚   β”‚   β”œβ”€β”€ Images/
β”‚   β”‚   β”‚   β”œβ”€β”€ add.png
β”‚   β”‚   β”‚   β”œβ”€β”€ disney.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ geographic.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ marvel.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ nxt.png
β”‚   β”‚   β”‚   β”œβ”€β”€ pixar.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ play.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 10.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 11.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 12.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 5.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 6.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 7.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 8.png
β”‚   β”‚   β”‚   β”œβ”€β”€ poster 9.png
β”‚   β”‚   β”‚   β”œβ”€β”€ pre.png
β”‚   β”‚   β”‚   β”œβ”€β”€ slider 1.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ slider 2.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ slider 3.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ slider 4.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ slider 5.PNG
β”‚   β”‚   β”‚   └── star-wars.PNG
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Videos/
β”‚   β”‚   β”‚   β”œβ”€β”€ disney.mp4
β”‚   β”‚   β”‚   β”œβ”€β”€ geographic.mp4
β”‚   β”‚   β”‚   β”œβ”€β”€ marvel.mp4
β”‚   β”‚   β”‚   β”œβ”€β”€ pixar.mp4
β”‚   β”‚   β”‚   └── star-war.mp4
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ login.css
β”‚   β”‚   β”œβ”€β”€ login.html
β”‚   β”‚   β”œβ”€β”€ signup.css
β”‚   β”‚   β”œβ”€β”€ signup.html
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Hulu_clone/
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ IT_Solution/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ features-icon-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ features-icon-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ features-icon-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ features-icon-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ newsletter.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shape1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shape2.png
β”‚   β”‚   β”‚   β”‚   └── shape3.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Insta_Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”œβ”€β”€ insta-icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ post1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ post2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ post3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile10.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile7.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile8.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile9.jpg
β”‚   β”‚   β”‚   └── verify.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Javascript_roulette/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── app.js
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ JokesApp/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── yourjoke.html
β”‚   β”œβ”€β”€ LinkedinClone/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ ad.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ caret-down-solid.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post-reactions_1.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post-reactions_2.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post-reactions_3.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_1_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_1_logo.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_2_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_2_logo.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_3_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_3_logo.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_4_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_4_logo.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_5_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_5_logo.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_6_img.jpeg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ post_6_logo.jpeg
β”‚   β”‚   β”‚   β”‚   └── profile.jpg
β”‚   β”‚   β”‚   └── stylesheets/
β”‚   β”‚   β”‚       └── main.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── profile.html
β”‚   β”œβ”€β”€ LogIn_Page/
β”‚   β”‚   β”œβ”€β”€ 1.jpg
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Screenshot (299).png
β”‚   β”‚   β”œβ”€β”€ font-6/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ all.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ all.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brands.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brands.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ fontawesome.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ fontawesome.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ regular.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ regular.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ solid.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ solid.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ svg-with-js.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ svg-with-js.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ v4-font-face.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ v4-font-face.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ v4-shims.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ v4-shims.min.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ v5-font-face.css
β”‚   β”‚   β”‚   β”‚   └── v5-font-face.min.css
β”‚   β”‚   β”‚   └── webfonts/
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.woff2
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.woff2
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.woff2
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-v4compatibility.ttf
β”‚   β”‚   β”‚       └── fa-v4compatibility.woff2
β”‚   β”‚   β”œβ”€β”€ forgot.html
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”œβ”€β”€ signup.html
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Lyric_Finder/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ MATH_SPRINT_APP/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ shuffle.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Marketing_agency/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ project-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ project-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ project-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ project-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ project-5.jpg
β”‚   β”‚   β”‚   β”‚   └── project-6.jpg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.txt
β”‚   β”‚   β”œβ”€β”€ readme-images/
β”‚   β”‚   β”‚   └── desktop.png
β”‚   β”‚   └── style-guide.md
β”‚   β”œβ”€β”€ Mastermind/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mastermind.css
β”‚   β”‚   └── readme.md
β”‚   β”œβ”€β”€ Meme_Generator/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Menja/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Mind_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Minesweeper/
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Movie-seat/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Music_Player/
β”‚   β”‚   β”œβ”€β”€ Images/
β”‚   β”‚   β”‚   β”œβ”€β”€ 6xi9ine.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ Adele.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ Background-1.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ Background-2.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ Billie.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Bruno Mars.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Camila.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Drake.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ Ed-Sheeran.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ Eminem.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ IMG-ARPAN.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Katty.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-11-10 055228.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Travel.webp
β”‚   β”‚   β”‚   β”œβ”€β”€ explore.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ party.jpg
β”‚   β”‚   β”‚   └── post.jpeg
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ Secondary page responsive.css
β”‚   β”‚   β”œβ”€β”€ Single_Playlist_Screen.html
β”‚   β”‚   β”œβ”€β”€ Single_Playlist_Screen_Styles.css
β”‚   β”‚   β”œβ”€β”€ Stylesheet_main.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ primary page responsive.css
β”‚   β”‚   └── sandbox.config.json
β”‚   β”œβ”€β”€ Myntra_Clone_Website/
β”‚   β”‚   β”œβ”€β”€ Contact.html
β”‚   β”‚   β”œβ”€β”€ Images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Ecommerce0.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Ecommerce1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Ecommerce2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Ecommerce3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Ecommerce4.png
β”‚   β”‚   β”‚   └── Ecommerce5.png
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ about/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.mp4
β”‚   β”‚   β”‚   β”œβ”€β”€ a1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ a2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ a3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ a4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ a5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ a6.jpg
β”‚   β”‚   β”‚   └── a7.jpg
β”‚   β”‚   β”œβ”€β”€ about.html
β”‚   β”‚   β”œβ”€β”€ banner/
β”‚   β”‚   β”‚   β”œβ”€β”€ b1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b10.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b14.png
β”‚   β”‚   β”‚   β”œβ”€β”€ b16.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b17.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b18.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b19.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b20.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b6.jpg
β”‚   β”‚   β”‚   └── b7.jpg
β”‚   β”‚   β”œβ”€β”€ banner.png
β”‚   β”‚   β”œβ”€β”€ blog/
β”‚   β”‚   β”‚   β”œβ”€β”€ b1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ b6.jpg
β”‚   β”‚   β”‚   └── b7.jpg
β”‚   β”‚   β”œβ”€β”€ blog.html
β”‚   β”‚   β”œβ”€β”€ button.png
β”‚   β”‚   β”œβ”€β”€ cart.html
β”‚   β”‚   β”œβ”€β”€ feature/
β”‚   β”‚   β”‚   β”œβ”€β”€ f1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ f2.png
β”‚   β”‚   β”‚   └── f4.png
β”‚   β”‚   β”œβ”€β”€ hero4.png
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ login.css
β”‚   β”‚   β”œβ”€β”€ login.html
β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ pay/
β”‚   β”‚   β”‚   β”œβ”€β”€ app.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pay.png
β”‚   β”‚   β”‚   └── play.jpg
β”‚   β”‚   β”œβ”€β”€ people/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 2.png
β”‚   β”‚   β”‚   └── 3.png
β”‚   β”‚   β”œβ”€β”€ products/
β”‚   β”‚   β”‚   β”œβ”€β”€ f1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f7.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ f8.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ n7.jpg
β”‚   β”‚   β”‚   └── n8.jpg
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ server.js
β”‚   β”‚   β”œβ”€β”€ shop.html
β”‚   β”‚   β”œβ”€β”€ signup.html
β”‚   β”‚   β”œβ”€β”€ sproduct.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ NFT_Website_Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ pic1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ pic2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ pic3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pic4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pic5.jpg
β”‚   β”‚   β”‚   └── pic6.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   β”œβ”€β”€ pic1.jpg
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Netflix_clone_Project/
β”‚   β”‚   β”œβ”€β”€ Netflix-logo.png
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ image-1.png
β”‚   β”‚   β”œβ”€β”€ image-bg.png
β”‚   β”‚   β”œβ”€β”€ image.png
β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ sigin.html
β”‚   β”‚   β”œβ”€β”€ signin.css
β”‚   β”‚   β”œβ”€β”€ signup.css
β”‚   β”‚   └── signup.html
β”‚   β”œβ”€β”€ News app/
β”‚   β”‚   └── client/
β”‚   β”‚       β”œβ”€β”€ README.md
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       β”œβ”€β”€ package.json
β”‚   β”‚       β”œβ”€β”€ public/
β”‚   β”‚       β”‚   β”œβ”€β”€ bg.jpg
β”‚   β”‚       β”‚   β”œβ”€β”€ index.html
β”‚   β”‚       β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚       β”‚   └── robots.txt
β”‚   β”‚       └── src/
β”‚   β”‚           β”œβ”€β”€ App.css
β”‚   β”‚           β”œβ”€β”€ App.js
β”‚   β”‚           β”œβ”€β”€ Components/
β”‚   β”‚           β”‚   β”œβ”€β”€ Auth.js
β”‚   β”‚           β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚           β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚           β”‚   β”œβ”€β”€ News.js
β”‚   β”‚           β”‚   └── NewsCard.js
β”‚   β”‚           └── index.js
β”‚   β”œβ”€β”€ NewsApp/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ api-key.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ newspaper.jpg
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Notes_App/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ delete.png
β”‚   β”‚   β”‚   β”œβ”€β”€ edit.png
β”‚   β”‚   β”‚   └── notes.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ PARALLAX_WEBSITE/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mntn.jpg
β”‚   β”‚   β”œβ”€β”€ mntn2.jpeg
β”‚   β”‚   β”œβ”€β”€ mntn3.jpg
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Password-Strength/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Pet_Website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ brand-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ category-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ category-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ category-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ category-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ category-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-icon.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-banner-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ payment.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-1_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-2_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-3_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-4_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-5_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-6.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-6_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-7.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-7_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-8.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-8_0.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-4.png
β”‚   β”‚   β”‚   β”‚   └── service-image.png
β”‚   β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   β”‚   └── script.js
β”‚   β”‚   β”‚   β”œβ”€β”€ pet1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile.css
β”‚   β”‚   β”‚   └── profile.html
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Ping_Pong_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ bg.jpg
β”‚   β”‚   β”œβ”€β”€ comScore.mp3
β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── userScore.mp3
β”‚   β”œβ”€β”€ Pixel_Art/
β”‚   β”‚   β”œβ”€β”€ Presentation/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 2.PNG
β”‚   β”‚   β”‚   └── 3.png
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Plant_Tracker/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ backend/
β”‚   β”‚   β”‚   β”œβ”€β”€ controllers/
β”‚   β”‚   β”‚   β”‚   └── plantController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”‚   β”‚   └── Plant.js
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   └── routes/
β”‚   β”‚   β”‚       └── plantRoute.js
β”‚   β”‚   └── frontend/
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       β”œβ”€β”€ package.json
β”‚   β”‚       β”œβ”€β”€ public/
β”‚   β”‚       β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚       β”‚   β”œβ”€β”€ index.html
β”‚   β”‚       β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚       β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚       β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚       β”‚   └── robots.txt
β”‚   β”‚       β”œβ”€β”€ src/
β”‚   β”‚       β”‚   β”œβ”€β”€ App.css
β”‚   β”‚       β”‚   β”œβ”€β”€ App.js
β”‚   β”‚       β”‚   β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ AddPlant.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Footer.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ PlantCard.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ PlantDetails.js
β”‚   β”‚       β”‚   β”‚   └── Services.js
β”‚   β”‚       β”‚   β”œβ”€β”€ index.css
β”‚   β”‚       β”‚   └── index.js
β”‚   β”‚       └── tailwind.config.js
β”‚   β”œβ”€β”€ Platformer_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Pomodoro_Timer/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ pomodoro.png
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Pop-Up_Window/
β”‚   β”‚   β”œβ”€β”€ 404-tick.png
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Productive_Webapp/
β”‚   β”‚   β”œβ”€β”€ Asset/
β”‚   β”‚   β”‚   β”œβ”€β”€ Ringtones.mp3
β”‚   β”‚   β”‚   └── nuture.jpg
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ QR_ID_Card_Generator/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”œβ”€β”€ demo.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Quiz_App/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Quote_Generator/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Racecar_Game/
β”‚   β”‚   β”œβ”€β”€ 1icon.png
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ car04.png
β”‚   β”‚   β”‚   β”œβ”€β”€ cloud.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ finish.png
β”‚   β”‚   β”‚   β”œβ”€β”€ hero.png
β”‚   β”‚   β”‚   └── tree.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ javascript/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.js
β”‚   β”‚   β”‚   └── null.js
β”‚   β”‚   └── readme.md
β”‚   β”œβ”€β”€ Random_Password_Generator/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Recipe-App/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Rental_ride/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ car-6.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.jpg
β”‚   β”‚   β”‚   β”‚   └── logo.svg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.txt
β”‚   β”‚   β”œβ”€β”€ readme-images/
β”‚   β”‚   β”‚   β”œβ”€β”€ desktop.png
β”‚   β”‚   β”‚   └── project-logo.png
β”‚   β”‚   └── style-guide.md
β”‚   β”œβ”€β”€ Restaurant_Website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ contact.html
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Group.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ Hero Image.png
β”‚   β”‚   β”‚   β”œβ”€β”€ akar-icons_twitter-fill.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ akar-icons_youtube-fill.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ brandico_facebook.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ codicon_three-bars.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-delivery-64 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-fruits-and-vegetables-64 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-summer-sales-48 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ noto_pot-of-food.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_2YVTkdlfKfA.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_FFqNATH27EM.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_JCbsOIhr5BY.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_POFG828-GQc.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_qeWlYA2G_n4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_sC57SGxkysU.png
β”‚   β”‚   β”‚   β”œβ”€β”€ unsplash_tG9eGRhaSXE.png
β”‚   β”‚   β”‚   └── unsplash_yCIcDyKm440.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ menu/
β”‚   β”‚   β”‚   β”œβ”€β”€ Lamb_Vindaloo.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ aloo_gobbi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ badam_milk.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ baigan.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ bhindi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ butter_chicken.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ chai.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ channa.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ chicken_curry.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ chicken_tikka_masala.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ cold_coffee.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ dal_makh.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ fish_curry.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gobbi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gulab_jamun.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ jalebi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ kadai_paneer.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ kheer.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ korma.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ lassi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ malai_kofta.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mango_kulfi.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mango_shake.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mata_paneer.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mix_veg.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ palak paneer.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ paneer_tikks.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ panner_butter_masala.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ prawn_masala.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ rasgulla.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ rasmalai.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ rogan.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ sweet_lassi.jpg
β”‚   β”‚   β”‚   └── vegetable_biryani.jpg
β”‚   β”‚   β”œβ”€β”€ menu.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Rock-Paper-Scissors/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Rock-Paper-Scissors-2/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ Styles/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ nav.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ problems.css
β”‚   β”‚   β”‚   β”‚   └── user_info.css
β”‚   β”‚   β”‚   └── images/
β”‚   β”‚   β”‚       β”œβ”€β”€ codeforces.png
β”‚   β”‚   β”‚       └── icon.png
β”‚   β”‚   β”œβ”€β”€ rock-paper-scissor-photos/
β”‚   β”‚   β”‚   β”œβ”€β”€ paper-emoji.png
β”‚   β”‚   β”‚   β”œβ”€β”€ rock-emoji.png
β”‚   β”‚   β”‚   └── scissor-emoji.png
β”‚   β”‚   β”œβ”€β”€ rps-script.js
β”‚   β”‚   β”œβ”€β”€ rps.css
β”‚   β”‚   └── views/
β”‚   β”‚       β”œβ”€β”€ index.ejs
β”‚   β”‚       β”œβ”€β”€ partials/
β”‚   β”‚       β”‚   β”œβ”€β”€ footer.ejs
β”‚   β”‚       β”‚   └── navbar.ejs
β”‚   β”‚       β”œβ”€β”€ problem_result.ejs
β”‚   β”‚       β”œβ”€β”€ problems.ejs
β”‚   β”‚       └── user_info.ejs
β”‚   β”œβ”€β”€ Rock_Band_Touring/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ instagram-favicon.png
β”‚   β”‚   β”œβ”€β”€ logo 2.png
β”‚   β”‚   β”œβ”€β”€ twitter-favicon.png
β”‚   β”‚   └── youtube.ico
β”‚   β”œβ”€β”€ SEO_WEBSITE/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ globe.gif
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ graph.gif
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ layer.gif
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ location.gif
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   └── pricing-banner.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.txt
β”‚   β”‚   β”œβ”€β”€ readme-images/
β”‚   β”‚   β”‚   β”œβ”€β”€ desktop.png
β”‚   β”‚   β”‚   β”œβ”€β”€ mobile.png
β”‚   β”‚   β”‚   └── project-logo.png
β”‚   β”‚   └── style-guide.md
β”‚   β”œβ”€β”€ Saloon-booking-website/
β”‚   β”‚   β”œβ”€β”€ backend/
β”‚   β”‚   β”‚   β”œβ”€β”€ Routes/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ CreateUser.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ OrderData.js
β”‚   β”‚   β”‚   β”‚   └── shopdata.js
β”‚   β”‚   β”‚   β”œβ”€β”€ db.js
β”‚   β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ order.js
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ shopdata.js
β”‚   β”‚   β”‚   β”‚   └── user.js
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   └── shop_data.json
β”‚   β”‚   β”œβ”€β”€ frontend/
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ _redirects
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ robots.txt
β”‚   β”‚   β”‚   β”‚   └── shopdata.json
β”‚   β”‚   β”‚   └── src/
β”‚   β”‚   β”‚       β”œβ”€β”€ App.css
β”‚   β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚   β”‚       β”œβ”€β”€ App.test.js
β”‚   β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Cart.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Contextreducer.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Footer.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Navebar.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Orderlost.js
β”‚   β”‚   β”‚       β”‚   └── Shopcard.js
β”‚   β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚   β”‚       β”œβ”€β”€ pages/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ HouseWorkers.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Login2.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Model.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Myorders.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Salon.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Saloonregister.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Shopesmens/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Shop1.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Shop2.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Shop3.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Shop4.js
β”‚   β”‚   β”‚       β”‚   β”‚   └── Shop5.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Signup.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Womesaloon.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ firebase.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ man-getting-his-beard-shaved-with-razor.jpg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ pexels-cottonbro-studio-3993294.jpg
β”‚   β”‚   β”‚       β”‚   └── smiling-young-cleaning-guy-wearing-uniform-cap-holding-bucket-cleaning-tools-with-mop.jpg
β”‚   β”‚   β”‚       β”œβ”€β”€ reportWebVitals.js
β”‚   β”‚   β”‚       └── setupTests.js
β”‚   β”‚   └── readme.md
β”‚   β”œβ”€β”€ Scientific_Calculator/
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Score_Keeper/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Sentence_Sweetener_AI/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Simon_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ game.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ sounds/
β”‚   β”‚   β”‚   β”œβ”€β”€ blue.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ green.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ red.mp3
β”‚   β”‚   β”‚   β”œβ”€β”€ wrong.mp3
β”‚   β”‚   β”‚   └── yellow.mp3
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Snakes_Game/
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ head_down.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ head_left.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ head_right.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ head_up.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ side.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ snake.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tail_down.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tail_left.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tail_right.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ tail_up.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ try.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ turn_leftdown.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ turn_leftup.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ turn_rightdown.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ turn_rightup.png
β”‚   β”‚   β”‚   β”‚   └── upward.png
β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── js/
β”‚   β”‚       └── main.js
β”‚   β”œβ”€β”€ Space-invaders/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ core.css
β”‚   β”‚   β”‚   └── typeography.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   β”œβ”€β”€ spaceinvaders.js
β”‚   β”‚   β”‚   └── starfield.js
β”‚   β”‚   β”œβ”€β”€ makefile
β”‚   β”‚   β”œβ”€β”€ screenshot.jpg
β”‚   β”‚   └── sounds/
β”‚   β”‚       β”œβ”€β”€ bang.wav
β”‚   β”‚       β”œβ”€β”€ explosion.wav
β”‚   β”‚       β”œβ”€β”€ invaderkilled.wav
β”‚   β”‚       └── shoot.wav
β”‚   β”œβ”€β”€ Space_Exploration/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ backend/
β”‚   β”‚   β”‚   β”œβ”€β”€ controller/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ satelliteController.js
β”‚   β”‚   β”‚   β”‚   └── userController.js
β”‚   β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”‚   β”œβ”€β”€ middleware/
β”‚   β”‚   β”‚   β”‚   └── auth.js
β”‚   β”‚   β”‚   β”œβ”€β”€ models/
β”‚   β”‚   β”‚   β”‚   └── User.js
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ routes/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ satellite.js
β”‚   β”‚   β”‚   β”‚   └── users.js
β”‚   β”‚   β”‚   └── utils/
β”‚   β”‚   β”‚       └── jwtTokens.js
β”‚   β”‚   └── frontend/
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       β”œβ”€β”€ package.json
β”‚   β”‚       β”œβ”€β”€ public/
β”‚   β”‚       β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚       β”‚   β”œβ”€β”€ index.html
β”‚   β”‚       β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚       β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚       β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚       β”‚   └── robots.txt
β”‚   β”‚       β”œβ”€β”€ src/
β”‚   β”‚       β”‚   β”œβ”€β”€ App.css
β”‚   β”‚       β”‚   β”œβ”€β”€ App.js
β”‚   β”‚       β”‚   β”œβ”€β”€ actions/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ authActions.js
β”‚   β”‚       β”‚   β”‚   └── userAction.js
β”‚   β”‚       β”‚   β”œβ”€β”€ assets/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ earth-img.jpg
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ home-astronaut.jpg
β”‚   β”‚       β”‚   β”‚   └── home-earth.jpg
β”‚   β”‚       β”‚   β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ EarthHome.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Events.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ EventsCard.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Footer.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ SendEmail.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ UserLogin.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ UserProfile.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ UserRegister.js
β”‚   β”‚       β”‚   β”‚   └── planets/
β”‚   β”‚       β”‚   β”‚       β”œβ”€β”€ JupiterHome.js
β”‚   β”‚       β”‚   β”‚       β”œβ”€β”€ MarsHome.js
β”‚   β”‚       β”‚   β”‚       β”œβ”€β”€ MercuryHome.js
β”‚   β”‚       β”‚   β”‚       β”œβ”€β”€ SatrunHome.js
β”‚   β”‚       β”‚   β”‚       └── VenusHome.js
β”‚   β”‚       β”‚   β”œβ”€β”€ constants/
β”‚   β”‚       β”‚   β”‚   └── userConstants.js
β”‚   β”‚       β”‚   β”œβ”€β”€ elements/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ HomeEle.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ LandingImg.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Loading.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ NavLink.js
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ SatelliteCard.js
β”‚   β”‚       β”‚   β”‚   └── ScrollDown.js
β”‚   β”‚       β”‚   β”œβ”€β”€ index.css
β”‚   β”‚       β”‚   β”œβ”€β”€ index.js
β”‚   β”‚       β”‚   β”œβ”€β”€ reducers/
β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ authReducer.js
β”‚   β”‚       β”‚   β”‚   └── userReducers.js
β”‚   β”‚       β”‚   β”œβ”€β”€ store.js
β”‚   β”‚       β”‚   └── styles/
β”‚   β”‚       β”‚       └── style.css
β”‚   β”‚       └── tailwind.config.js
β”‚   β”œβ”€β”€ Speakify/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-12-12 143051.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-12-12 143119.png
β”‚   β”‚   β”‚   └── Speakify.png
β”‚   β”‚   β”œβ”€β”€ countries.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Sports_Shoes_Website/
β”‚   β”‚   β”œβ”€β”€ image/
β”‚   β”‚   β”‚   β”œβ”€β”€ bg1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ facebook.png
β”‚   β”‚   β”‚   β”œβ”€β”€ gir_dp2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gir_dp3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ girl_dp1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ google.png
β”‚   β”‚   β”‚   β”œβ”€β”€ loging_bg.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logshoes.png
β”‚   β”‚   β”‚   β”œβ”€β”€ man_dp1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ man_dp2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ man_dp3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ nike.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red_shoes1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red_shoes2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red_shoes3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red_shoes4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes5.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes6.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes7.png
β”‚   β”‚   β”‚   β”œβ”€β”€ shoes8.png
β”‚   β”‚   β”‚   └── twitter.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Spotify_Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ Spotify.PNG
β”‚   β”‚   β”‚   β”œβ”€β”€ backward_icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ card1img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ card2img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ card3img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ card4img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ card5img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ card6img.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ forward_icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ library_icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ play_musicbar.png
β”‚   β”‚   β”‚   β”œβ”€β”€ player_icon1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ player_icon2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ player_icon3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ player_icon4.png
β”‚   β”‚   β”‚   └── player_icon5.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Stack_Block/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”œβ”€β”€ falling.wav
β”‚   β”‚   β”‚   β”œβ”€β”€ font.woff
β”‚   β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ img.hdr
β”‚   β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   β”‚   └── thud.wav
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”œβ”€β”€ App.css
β”‚   β”‚   β”‚   β”œβ”€β”€ App.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Cube.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Floor.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Game.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ Intro.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ LoseScreen.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ StartBtn.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ TextBlock.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ UI.jsx
β”‚   β”‚   β”‚   β”œβ”€β”€ index.css
β”‚   β”‚   β”‚   └── main.jsx
β”‚   β”‚   └── vite.config.js
β”‚   β”œβ”€β”€ Stopwatch/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Sudoku/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Survey_Form/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Screenshot (301).png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ TIC_TAC_TOE/
β”‚   β”‚   β”œβ”€β”€ excited.gif
β”‚   β”‚   β”œβ”€β”€ gameover.mp3
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ music.mp3
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── ting.mp3
β”‚   β”œβ”€β”€ TasteHeaven_Restaurant/
β”‚   β”‚   β”œβ”€β”€ Client/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ dish.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   β”‚   └── src/
β”‚   β”‚   β”‚       β”œβ”€β”€ About.css
β”‚   β”‚   β”‚       β”œβ”€β”€ About.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Address.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Address.js
β”‚   β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Cart.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Confirmation.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Confirmation.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Footer.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Footer.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Homepage.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Homepage.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Images/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Blog-10-1030x538.jpg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Cart/
β”‚   β”‚   β”‚       β”‚   β”‚   └── Cart.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Confirmation/
β”‚   β”‚   β”‚       β”‚   β”‚   └── deliverytruck.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ DSC03698.webp
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Delivery.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Dining.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Footer/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ fotor_2023-5-26_5_50_43.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-address-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-contact-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-email-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-github.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-instagram.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-linked-in.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-twitter.svg
β”‚   β”‚   β”‚       β”‚   β”‚   └── profile.png
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Menu/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ ButterChicken.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ ChickenBiryani.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ ChickenTikkaMasala.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ CholeBhature.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ HakkaNoodles.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Manchurian.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ MangoLassi.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ MasalaChai.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ NutellaMilkshake.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Pakode.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ TandooriChicken.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ VadaPav.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ fish-and-chips-mushy-peas.webp
β”‚   β”‚   β”‚       β”‚   β”‚   └── icons8-cart-48.png
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Onlineorder.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Testimonials/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ David.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Emily.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Jason.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Jessica.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Michael.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Sarah.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ back.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ icons8-left-64.png
β”‚   β”‚   β”‚       β”‚   β”‚   └── next.png
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ edit.png
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ undraw_chef_cu-0-r (1).svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ undraw_chef_cu-0-r.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ undraw_special_event_-4-aj8.svg
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ user.png
β”‚   β”‚   β”‚       β”‚   └── yangskitchen_02.png
β”‚   β”‚   β”‚       β”œβ”€β”€ Landingpage.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Listrow.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Listrow.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Login.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Menu.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Menu.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Navbar.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Navbar.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Orderplaced.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Orderplaced.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Ordersummary.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Services.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Services.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Signup.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Signup.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Spinner.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Testimonial.css
β”‚   β”‚   β”‚       β”œβ”€β”€ Testimonial.js
β”‚   β”‚   β”‚       β”œβ”€β”€ cart.js
β”‚   β”‚   β”‚       β”œβ”€β”€ data.js
β”‚   β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚   β”‚       β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ menuCard.css
β”‚   β”‚   β”‚       β”œβ”€β”€ menuCard.js
β”‚   β”‚   β”‚       β”œβ”€β”€ routes.js
β”‚   β”‚   β”‚       β”œβ”€β”€ searchIcon.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ spinner.gif
β”‚   β”‚   β”‚       β”œβ”€β”€ typed.js
β”‚   β”‚   β”‚       β”œβ”€β”€ userProfile.css
β”‚   β”‚   β”‚       └── userProfile.js
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── Server/
β”‚   β”‚       β”œβ”€β”€ app.js
β”‚   β”‚       β”œβ”€β”€ models/
β”‚   β”‚       β”‚   β”œβ”€β”€ addressModel.js
β”‚   β”‚       β”‚   β”œβ”€β”€ cartModel.js
β”‚   β”‚       β”‚   β”œβ”€β”€ orderModel.js
β”‚   β”‚       β”‚   └── user.js
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       └── package.json
β”‚   β”œβ”€β”€ Temperature_Converter/
β”‚   β”‚   β”œβ”€β”€ Temperature Converter.png
β”‚   β”‚   β”œβ”€β”€ bgimg.jpg
β”‚   β”‚   β”œβ”€β”€ contributing.md
β”‚   β”‚   β”œβ”€β”€ contributors.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ main.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Tetris_Game/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ Oswald-Bold.otf
β”‚   β”‚   β”‚   β”œβ”€β”€ Oswald-Light.ttf
β”‚   β”‚   β”‚   └── tetris.css
β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”œβ”€β”€ bg.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ github.png
β”‚   β”‚   β”‚   β”œβ”€β”€ move-down.png
β”‚   β”‚   β”‚   β”œβ”€β”€ move-left.png
β”‚   β”‚   β”‚   β”œβ”€β”€ move-right.png
β”‚   β”‚   β”‚   β”œβ”€β”€ next-not.png
β”‚   β”‚   β”‚   β”œβ”€β”€ next.png
β”‚   β”‚   β”‚   β”œβ”€β”€ pause.png
β”‚   β”‚   β”‚   β”œβ”€β”€ play.png
β”‚   β”‚   β”‚   β”œβ”€β”€ preview.png
β”‚   β”‚   β”‚   β”œβ”€β”€ rotate.png
β”‚   β”‚   β”‚   β”œβ”€β”€ sound-off.png
β”‚   β”‚   β”‚   └── sound-on.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   β”œβ”€β”€ jquery-buzz.js
β”‚   β”‚   β”‚   β”œβ”€β”€ jquery-mobile.js
β”‚   β”‚   β”‚   β”œβ”€β”€ jquery.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tetris-lines.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tetris-pieces.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tetris-score.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tetris-sound.js
β”‚   β”‚   β”‚   β”œβ”€β”€ tetris-tools.js
β”‚   β”‚   β”‚   └── tetris-vars.js
β”‚   β”‚   └── sound/
β”‚   β”‚       β”œβ”€β”€ drop.mp3
β”‚   β”‚       β”œβ”€β”€ gameover.mp3
β”‚   β”‚       β”œβ”€β”€ line.mp3
β”‚   β”‚       β”œβ”€β”€ move.mp3
β”‚   β”‚       β”œβ”€β”€ rotate.mp3
β”‚   β”‚       β”œβ”€β”€ tetris.mp3
β”‚   β”‚       └── theme.mp3
β”‚   β”œβ”€β”€ Text-Reader/
β”‚   β”‚   β”œβ”€β”€ BG.webp
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ image.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ readme.md
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Text_Editor/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   └── index.html
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.css
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚       β”‚   β”œβ”€β”€ About.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Alert.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚       β”‚   └── TextForm.js
β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚       └── index.js
β”‚   β”œβ”€β”€ Text_Encryptor/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Text_to_Voice_Converter_Project/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ dropdown.png
β”‚   β”‚   β”‚   └── play.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ ThalaProject/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.css
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ App.test.js
β”‚   β”‚       β”œβ”€β”€ audio.mp3
β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ inputcard.js
β”‚   β”‚       β”œβ”€β”€ reportWebVitals.js
β”‚   β”‚       └── setupTests.js
β”‚   β”œβ”€β”€ Tiktok_Clone/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── tiktok readme.md
β”‚   β”œβ”€β”€ Tindog_website/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ bizinsider.png
β”‚   β”‚   β”œβ”€β”€ dog-img.jpg
β”‚   β”‚   β”œβ”€β”€ image.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ iphone.png
β”‚   β”‚   β”œβ”€β”€ lady-img.jpg
β”‚   β”‚   β”œβ”€β”€ mashable.png
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”œβ”€β”€ techcrunch.png
β”‚   β”‚   └── tnw.png
β”‚   β”œβ”€β”€ To-Do_List_Project/
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ check.png
β”‚   β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ list.png
β”‚   β”‚   β”‚   β”œβ”€β”€ list1.png
β”‚   β”‚   β”‚   └── todolist.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Trading_Widget/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Transit-Masters_Logistics/
β”‚   β”‚   β”œβ”€β”€ Client/
β”‚   β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ delivery-truck.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo192.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo512.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ manifest.json
β”‚   β”‚   β”‚   β”‚   └── robots.txt
β”‚   β”‚   β”‚   └── src/
β”‚   β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Pages/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Admin.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Landingpage.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Login.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ LogisticProfile.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Menu.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Signup.js
β”‚   β”‚   β”‚       β”‚   └── Success.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Routes/
β”‚   β”‚   β”‚       β”‚   └── routes.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Spinner.js
β”‚   β”‚   β”‚       β”œβ”€β”€ Styles/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Admin.css
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Login.css
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ LogisticProfile.css
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Menu.css
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Signup.css
β”‚   β”‚   β”‚       β”‚   └── Success.css
β”‚   β”‚   β”‚       β”œβ”€β”€ components/
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Admin/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ AdminModal.js
β”‚   β”‚   β”‚       β”‚   β”‚   └── Admincard.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Images/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Footer/
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-address-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-contact-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-email-48.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-facebook.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-instagram.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ icons8-twitter.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   └── icons8-youtube.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Gif/
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Cost Effecient.gif
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Transport.gif
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Warehouse.gif
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ money.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   └── store.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Logistic/
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Log1.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Log2.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Log3.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   β”œβ”€β”€ Log4.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”‚   └── Log5.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ cross.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ delivery-truck.png
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ logistic.avif
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ man.svg
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ store.webp
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ truck.jpg
β”‚   β”‚   β”‚       β”‚   β”‚   └── user.png
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Landing/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ About.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ About.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Footer.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Footer.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Homepage.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Homepage.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Navbar.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Navbar.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Services.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Services.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ TrackModal.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ TrackModal.js
β”‚   β”‚   β”‚       β”‚   β”‚   └── typed.js
β”‚   β”‚   β”‚       β”‚   β”œβ”€β”€ Logistic/
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Buycard.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Buycard.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ LogisticCard.css
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ LogisticCard.js
β”‚   β”‚   β”‚       β”‚   β”‚   β”œβ”€β”€ Modal.css
β”‚   β”‚   β”‚       β”‚   β”‚   └── Modal.js
β”‚   β”‚   β”‚       β”‚   └── Progress/
β”‚   β”‚   β”‚       β”‚       β”œβ”€β”€ Progress.css
β”‚   β”‚   β”‚       β”‚       └── Progress.js
β”‚   β”‚   β”‚       β”œβ”€β”€ data.js
β”‚   β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚   β”‚       β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ searchIcon.svg
β”‚   β”‚   β”‚       └── spinner.gif
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── Server/
β”‚   β”‚       β”œβ”€β”€ app.js
β”‚   β”‚       β”œβ”€β”€ models/
β”‚   β”‚       β”‚   β”œβ”€β”€ BookModel.js
β”‚   β”‚       β”‚   └── user.js
β”‚   β”‚       β”œβ”€β”€ package-lock.json
β”‚   β”‚       └── package.json
β”‚   β”œβ”€β”€ Translator/
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ countries.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Travel_Website/
β”‚   β”‚   β”œβ”€β”€ Travel Website.png
β”‚   β”‚   β”œβ”€β”€ contributing.md
β”‚   β”‚   β”œβ”€β”€ contributors.md
β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”œβ”€β”€ Abhisek Tamang.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-07-14 173347.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-07-14 173807.png
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-07-14 174151.png
β”‚   β”‚   β”‚   β”œβ”€β”€ flat-design-illustration-customer-support_23-2148887720.avif
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-ajay-donga-2174656.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-alex-azabache-3214958.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-andrei-tanase-1271619.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-josh-hild-2422259.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-paulo-marcelo-martins-2412606.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-quang-nguyen-vinh-2132126.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-sam-kolder-2387871.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-spencer-davis-4356144.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-stijn-dijkstra-2499699.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pexels-zakaria-boumliha-2827374.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ testimonial1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ testimonial2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ traveller.png
β”‚   β”‚   β”‚   └── video (1080p).mp4
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ Twitter_Clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ gif/
β”‚   β”‚   β”‚   β”‚   └── twitter-project.gif
β”‚   β”‚   β”‚   β”œβ”€β”€ icons/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ common/
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ arrow-bottom.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ options.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ res-tweet.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ search.svg
β”‚   β”‚   β”‚   β”‚   β”‚   └── timeline-prop.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ editor/
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ emoji.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gif.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ media.svg
β”‚   β”‚   β”‚   β”‚   β”‚   └── question.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ menu/
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bookmark-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bookmark.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ explore-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ explore.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ home-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ home.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ lists-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ lists.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ messages-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ messages.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ more-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ more.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ notification-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ notification.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ profile-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ profile.svg
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ search-fill.svg
β”‚   β”‚   β”‚   β”‚   β”‚   └── search.svg
β”‚   β”‚   β”‚   β”‚   └── tweet/
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ like.svg
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ reply.svg
β”‚   β”‚   β”‚   β”‚       β”œβ”€β”€ retweet.svg
β”‚   β”‚   β”‚   β”‚       └── share.svg
β”‚   β”‚   β”‚   └── images/
β”‚   β”‚   β”‚       β”œβ”€β”€ UnMe.PNG
β”‚   β”‚   β”‚       β”œβ”€β”€ tw-harsh.png
β”‚   β”‚   β”‚       β”œβ”€β”€ tw-pic-1.png
β”‚   β”‚   β”‚       β”œβ”€β”€ tw-pic-2.png
β”‚   β”‚   β”‚       β”œβ”€β”€ tw-yash.png
β”‚   β”‚   β”‚       └── user-profil.png
β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”œβ”€β”€ input.css
β”‚   β”‚   β”‚   └── output.css
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”‚   β”œβ”€β”€ data.js
β”‚   β”‚   β”‚   └── navbar.js
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ postcss.config.js
β”‚   β”‚   β”œβ”€β”€ prettier.config.js
β”‚   β”‚   └── tailwind.config.js
β”‚   β”œβ”€β”€ URL_SHORTENER/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Unit_Converter/
β”‚   β”‚   β”œβ”€β”€ Contributing.md
β”‚   β”‚   β”œβ”€β”€ Contributors.md
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ image-1.png
β”‚   β”‚   β”œβ”€β”€ image.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ new1.jpg
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Video-player/
β”‚   β”‚   β”œβ”€β”€ asset/
β”‚   β”‚   β”‚   └── pexels.mp4
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”œβ”€β”€ style.css.map
β”‚   β”‚   └── style.scss
β”‚   β”œβ”€β”€ View_Channel_Chart/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ WakemeUp/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ SS.png
β”‚   β”‚   β”œβ”€β”€ ala1.wav
β”‚   β”‚   β”œβ”€β”€ ala2.wav
β”‚   β”‚   β”œβ”€β”€ ala3.mp3
β”‚   β”‚   β”œβ”€β”€ ala4.mp3
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Weather_application/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   └── unknown.pct
β”‚   β”œβ”€β”€ Website_Count_Down_Page/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ Screenshot 2023-11-10 053004.png
β”‚   β”‚   β”‚   β”œβ”€β”€ background.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”œβ”€β”€ rocket.png
β”‚   β”‚   β”‚   └── triangle.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Whack-a-mole/
β”‚   β”‚   β”œβ”€β”€ dirt.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mole.svg
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Wikipedia-clone/
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ Wildvine/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ deco-img.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ donate-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ donate-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ donate-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ donate-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ insta-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ insta-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ insta-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ insta-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ insta-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-1-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-2-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-3-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-4-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-5-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-map.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ subtitle-img-green.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ subtitle-img-white.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ testi-avatar.png
β”‚   β”‚   β”‚   β”‚   └── testi-banner.jpg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ Youtube_Interface/
β”‚   β”‚   β”œβ”€β”€ channelimage/
β”‚   β”‚   β”‚   β”œβ”€β”€ bonappetite.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ dancingbacon.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ insider news.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ kanishk.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ masterchefworld.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ mr bean.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ munchies.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ ng.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ shinchanv.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ unnamed.jpg
β”‚   β”‚   β”‚   └── wonder.jpg
β”‚   β”‚   β”œβ”€β”€ headerphotos/
β”‚   β”‚   β”‚   β”œβ”€β”€ hamburger-menu.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ notifications.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ profile.jpeg
β”‚   β”‚   β”‚   β”œβ”€β”€ search.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ unnamed (1).jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ upload.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ voice-search-icon.svg
β”‚   β”‚   β”‚   └── youtube-logo.svg
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ icons/
β”‚   β”‚   β”‚   β”œβ”€β”€ bars.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ bell.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ compass.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ dot-grid.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ dots.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ home.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ mic.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ note.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ sear.png
β”‚   β”‚   β”‚   β”œβ”€β”€ search.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ shorts.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ tick.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ video-add.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ video-gallary.svg
β”‚   β”‚   β”‚   └── video-library.svg
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 3.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 4.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 5.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 5min.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 5minThum.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 6.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 7.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 8.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ anshT.png
β”‚   β”‚   β”‚   β”œβ”€β”€ anshu.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ avatar.png
β”‚   β”‚   β”‚   β”œβ”€β”€ challa.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ gm.png
β”‚   β”‚   β”‚   β”œβ”€β”€ gmthum.png
β”‚   β”‚   β”‚   β”œβ”€β”€ harrysir.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ harrysirThum.png
β”‚   β”‚   β”‚   β”œβ”€β”€ nesso.png
β”‚   β”‚   β”‚   β”œβ”€β”€ nessoThumb.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ pc.png
β”‚   β”‚   β”‚   β”œβ”€β”€ power.png
β”‚   β”‚   β”‚   β”œβ”€β”€ thumb.png
β”‚   β”‚   β”‚   β”œβ”€β”€ yrf.png
β”‚   β”‚   β”‚   └── yt.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ sidebarphotos/
β”‚   β”‚   β”‚   β”œβ”€β”€ SNIPSHORTS.png
β”‚   β”‚   β”‚   β”œβ”€β”€ YOU.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ home.svg
β”‚   β”‚   β”‚   β”œβ”€β”€ shorts.png
β”‚   β”‚   β”‚   β”œβ”€β”€ subscriptions.svg
β”‚   β”‚   β”‚   └── youtube-shorts-logo-15252.png
β”‚   β”‚   β”œβ”€β”€ style/
β”‚   β”‚   β”‚   β”œβ”€β”€ general.css
β”‚   β”‚   β”‚   β”œβ”€β”€ header.css
β”‚   β”‚   β”‚   β”œβ”€β”€ sidebar.css
β”‚   β”‚   β”‚   └── video.css
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”œβ”€β”€ thumbnail/
β”‚   β”‚   β”‚   β”œβ”€β”€ channel2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720 (1).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720 (6).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(10).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(11).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(2).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(3).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(4).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(5).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(7).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(8).webp
β”‚   β”‚   β”‚   β”œβ”€β”€ hq720(9).webp
β”‚   β”‚   β”‚   └── hq720.webp
β”‚   β”‚   └── youtube-logo-png-46031.png
β”‚   β”œβ”€β”€ Zoom_Clone/
β”‚   β”‚   β”œβ”€β”€ Readme.md
β”‚   β”‚   β”œβ”€β”€ Screenshot (290).png
β”‚   β”‚   β”œβ”€β”€ home.html
β”‚   β”‚   └── home.png
β”‚   β”œβ”€β”€ apple_clone/
β”‚   β”‚   β”œβ”€β”€ Assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ 1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 4-1-1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 4-2-1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ 4-2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 4.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 5.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ 6.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ Fonts/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_bold.ttf
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_regular.ttf
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_semibold.ttf
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-icons_bold.ttf
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-icons_regular.ttf
β”‚   β”‚   β”‚   β”‚   └── sf-pro-text_regular.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ Introducing Apple Watch Series 9 _ Apple.mp4
β”‚   β”‚   β”‚   β”œβ”€β”€ hero_iphone15_announce__uuemlcwczn6u_largetall.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ hero_iphone15pro__i70z9oz3hj2i_largetall.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ hero_logo_apple_watch_series_9__eg5xcrxghuaa_large.png
β”‚   β”‚   β”‚   β”œβ”€β”€ image3-1.png
β”‚   β”‚   β”‚   β”œβ”€β”€ image3.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero_logo_apple_watch_series_9__eg5xcrxghuaa_large.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ holiday_2023_promo__dirvdl6a3r2a_large.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ iphone_tradein_promo__d5au3rkw5kuq_large.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ promo_airpods_pro_order__d8xv36p4uwae_large.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ promo_apple_watch_ultra2_order__dyxqj5ia98om_large.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ promo_ipad__fioegapg12qi_large.jpg
β”‚   β”‚   β”‚   β”‚   └── promo_mbp__ek7p477bkp6q_large.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ logo_tradein__d1fpktgipvki_large.png
β”‚   β”‚   β”‚   β”œβ”€β”€ logo_tradein__d1fpktgipvki_medium.png
β”‚   β”‚   β”‚   β”œβ”€β”€ promo_bts2023_startframe__exvt2t1iuxme_medium.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ promo_logo_apple_watch_se__b85vr9ri02gi_medium.png
β”‚   β”‚   β”‚   β”œβ”€β”€ resp1.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ resp2.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_bold,sf-pro-display_regular,sf-pro-display_semibold.zip
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_bold.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_regular.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-display_semibold.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-icons_bold.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-icons_regular.woff2
β”‚   β”‚   β”‚   β”œβ”€β”€ sf-pro-text_regular.woff2
β”‚   β”‚   β”‚   └── sf-pro-text_semibold.woff2
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ barber/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ flaticon.min.css
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ fonts/
β”‚   β”‚   β”‚   β”‚   └── flaticon.ttf
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ appoin-banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ appoin-banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ footer-blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gallery-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-4.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-5.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-6.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-7.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pricing-8.jpg
β”‚   β”‚   β”‚   β”‚   └── pricing-bg.jpg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ candy_crush/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ board.js
β”‚   β”‚   β”œβ”€β”€ candy-crush-background-2.png
β”‚   β”‚   β”œβ”€β”€ candy.js
β”‚   β”‚   β”œβ”€β”€ graphics/
β”‚   β”‚   β”‚   β”œβ”€β”€ Thumbs.db
β”‚   β”‚   β”‚   β”œβ”€β”€ blue-candy.png
β”‚   β”‚   β”‚   β”œβ”€β”€ blue-special.png
β”‚   β”‚   β”‚   β”œβ”€β”€ color-bomb.png
β”‚   β”‚   β”‚   β”œβ”€β”€ green-candy.png
β”‚   β”‚   β”‚   β”œβ”€β”€ green-special.png
β”‚   β”‚   β”‚   β”œβ”€β”€ orange-candy.png
β”‚   β”‚   β”‚   β”œβ”€β”€ orange-special.png
β”‚   β”‚   β”‚   β”œβ”€β”€ purple-candy.png
β”‚   β”‚   β”‚   β”œβ”€β”€ purple-special.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red-candy.png
β”‚   β”‚   β”‚   β”œβ”€β”€ red-special.png
β”‚   β”‚   β”‚   └── yellow-candy.png
β”‚   β”‚   β”œβ”€β”€ handler.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mainLayout.css
β”‚   β”‚   └── rules.js
β”‚   β”œβ”€β”€ catch_insect/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ cyberWise/
β”‚   β”‚   β”œβ”€β”€ Navber.css
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ about.html
β”‚   β”‚   β”œβ”€β”€ background.jpg
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mayankimg3.jpeg
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ eduland/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ about-vector.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-vector.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ departmets-vector.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ depertment-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ depertment-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ depertment-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instructor-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instructor-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instructor-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instructor-vactor-1.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instructor-vactor-2.svg
β”‚   β”‚   β”‚   β”‚   └── logo.svg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ glowing/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ bg-mega-menu.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cart-01.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cart-02.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cart-03.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ collection-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ collection-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ collection-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ feature-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ feature-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ feature-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-banner-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-banner-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ pay.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-01.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-02.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-03.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-04.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-05.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-06.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-07.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-08.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-09.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-10.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-11.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-15.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-16.jpg
β”‚   β”‚   β”‚   β”‚   └── product-17.jpg
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ mealfinder/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ medicationSchedule/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ mainStyle.css
β”‚   β”‚   β”œβ”€β”€ media/
β”‚   β”‚   β”‚   β”œβ”€β”€ avatar.png
β”‚   β”‚   β”‚   β”œβ”€β”€ background.png
β”‚   β”‚   β”‚   β”œβ”€β”€ background2.png
β”‚   β”‚   β”‚   β”œβ”€β”€ chatbot.png
β”‚   β”‚   β”‚   └── heroImage.png
β”‚   β”‚   β”œβ”€β”€ pages/
β”‚   β”‚   β”‚   β”œβ”€β”€ caregivers/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ caregivers.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ caregivers.html
β”‚   β”‚   β”‚   β”‚   └── caregivers.js
β”‚   β”‚   β”‚   β”œβ”€β”€ chatbot/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ chatbot.css
β”‚   β”‚   β”‚   β”‚   └── chatbot.html
β”‚   β”‚   β”‚   β”œβ”€β”€ contacts/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contacts.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ contacts.html
β”‚   β”‚   β”‚   β”‚   └── contacts.js
β”‚   β”‚   β”‚   β”œβ”€β”€ schedule/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ schedule.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ schedule.html
β”‚   β”‚   β”‚   β”‚   └── schedule.js
β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   └── script.js
β”‚   β”œβ”€β”€ micro_podcast/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-title.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ logo.svg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ newsletter-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ podcast-7.png
β”‚   β”‚   β”‚   β”‚   └── podcast-8.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   └── index.html
β”‚   β”œβ”€β”€ moto_racer/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Recording 2023-12-11 025537.mp4
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ audio/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ gameOver_theme.mp3
β”‚   β”‚   β”‚   β”‚   └── game_theme.mp3
β”‚   β”‚   β”‚   └── images/
β”‚   β”‚   β”‚       β”œβ”€β”€ bg.jpg
β”‚   β”‚   β”‚       β”œβ”€β”€ car.png
β”‚   β”‚   β”‚       └── car1.png
β”‚   β”‚   β”œβ”€β”€ gameHandler.js
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ organica/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ assets/
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ home.css
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ main.css
β”‚   β”‚   β”‚   β”‚   └── product-details.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ blog-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ breadcumb-bg.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ cta-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-1-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-2-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-3-active.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ filter-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-banner.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-left-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ hero-right-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ offer-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-left-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ partner-right-bg.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-7.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-8.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-details-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-details-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-details-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-small-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-small-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ product-small-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ quote-left.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ quote-right.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ service-icon-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ testimonial-1.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ testimonial-2.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ testimonial-3.jpg
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-1.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-2.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-3.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-4.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-5.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-6.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-7.png
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ top-product-8.png
β”‚   β”‚   β”‚   β”‚   └── top-product-9.png
β”‚   β”‚   β”‚   └── js/
β”‚   β”‚   β”‚       └── script.js
β”‚   β”‚   β”œβ”€β”€ favicon.svg
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── product-details.html
β”‚   β”œβ”€β”€ othello_game/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ scripts/
β”‚   β”‚   β”‚   β”œβ”€β”€ board.js
β”‚   β”‚   β”‚   β”œβ”€β”€ cell.js
β”‚   β”‚   β”‚   └── index.js
β”‚   β”‚   └── static/
β”‚   β”‚       └── othello-board-game-ss.jpg
β”‚   β”œβ”€β”€ packman/
β”‚   β”‚   β”œβ”€β”€ PacmanImage.png
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ app.js
β”‚   β”‚   β”œβ”€β”€ fonts/
β”‚   β”‚   β”‚   └── PressStart2.ttf
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   └── styles.css
β”‚   β”œβ”€β”€ pokedex/
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ secret/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ To-Do-List-WebApp-main/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ github.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ instagram.png
β”‚   β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ linkedin.png
β”‚   β”‚   β”‚   β”‚   β”‚   └── linktree.webp
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ github.png
β”‚   β”‚   β”‚   β”œβ”€β”€ icon.png
β”‚   β”‚   β”‚   β”œβ”€β”€ instagram.png
β”‚   β”‚   β”‚   β”œβ”€β”€ linkedin.png
β”‚   β”‚   β”‚   └── linktree.webp
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ stack/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ Screenshot (302).png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   └── style.css
β”‚   β”œβ”€β”€ tinder-clone/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”œβ”€β”€ down-arrow.png
β”‚   β”‚   β”‚   β”œβ”€β”€ favicon.ico
β”‚   β”‚   β”‚   └── logo.png
β”‚   β”‚   β”œβ”€β”€ index.html
β”‚   β”‚   β”œβ”€β”€ learn.html
β”‚   β”‚   β”œβ”€β”€ readme-images/
β”‚   β”‚   β”‚   └── Tinder-Landing-Page.png
β”‚   β”‚   β”œβ”€β”€ safety.html
β”‚   β”‚   β”œβ”€β”€ starting/
β”‚   β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ all.min.css
β”‚   β”‚   β”‚   β”‚   └── style.css
β”‚   β”‚   β”‚   β”œβ”€β”€ images/
β”‚   β”‚   β”‚   β”‚   β”œβ”€β”€ icon.ico
β”‚   β”‚   β”‚   β”‚   └── profile.jpg
β”‚   β”‚   β”‚   β”œβ”€β”€ start.html
β”‚   β”‚   β”‚   └── webfonts/
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.eot
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.woff
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-brands-400.woff2
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.eot
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.woff
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-regular-400.woff2
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.eot
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.svg
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.ttf
β”‚   β”‚   β”‚       β”œβ”€β”€ fa-solid-900.woff
β”‚   β”‚   β”‚       └── fa-solid-900.woff2
β”‚   β”‚   β”œβ”€β”€ styles.css
β”‚   β”‚   β”œβ”€β”€ support.html
β”‚   β”‚   └── videos/
β”‚   β”‚       └── background.mp4
β”‚   β”œβ”€β”€ transaction-management/
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ public/
β”‚   β”‚   β”‚   └── index.html
β”‚   β”‚   └── src/
β”‚   β”‚       β”œβ”€β”€ App.css
β”‚   β”‚       β”œβ”€β”€ App.js
β”‚   β”‚       β”œβ”€β”€ CRUD.js
β”‚   β”‚       β”œβ”€β”€ Components/
β”‚   β”‚       β”‚   β”œβ”€β”€ Customers.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Customers.js
β”‚   β”‚       β”‚   β”œβ”€β”€ CustomersSetting.css
β”‚   β”‚       β”‚   β”œβ”€β”€ CustomersSetting.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Home.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Home.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Login.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Login.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Rates.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Rates.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Settings.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Settings.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Suppliers.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Suppliers.js
β”‚   β”‚       β”‚   β”œβ”€β”€ SuppliersSetting.js
β”‚   β”‚       β”‚   β”œβ”€β”€ Transactions.css
β”‚   β”‚       β”‚   β”œβ”€β”€ Transactions.js
β”‚   β”‚       β”‚   └── TransactionsSetting.js
β”‚   β”‚       β”œβ”€β”€ firebase.js
β”‚   β”‚       β”œβ”€β”€ image/
β”‚   β”‚       β”‚   β”œβ”€β”€ close.png
β”‚   β”‚       β”‚   β”œβ”€β”€ id size.jpeg
β”‚   β”‚       β”‚   └── menu.png
β”‚   β”‚       β”œβ”€β”€ index.css
β”‚   β”‚       └── index.js
β”‚   └── typing_speed/
β”‚       β”œβ”€β”€ README.md
β”‚       β”œβ”€β”€ index.html
β”‚       β”œβ”€β”€ script.js
β”‚       └── styles.css
β”œβ”€β”€ README.md
β”œβ”€β”€ RateUs.html
β”œβ”€β”€ about old.html
β”œβ”€β”€ about.html
β”œβ”€β”€ arpan.jpeg
β”œβ”€β”€ assets/
β”‚   β”œβ”€β”€ css/
β”‚   β”‚   β”œβ”€β”€ about.css
β”‚   β”‚   β”œβ”€β”€ contributors.css
β”‚   β”‚   β”œβ”€β”€ scroll.css
β”‚   β”‚   β”œβ”€β”€ style.css
β”‚   β”‚   β”œβ”€β”€ themeToggle.css
β”‚   β”‚   └── toastify.css
β”‚   β”œβ”€β”€ img/
β”‚   β”‚   β”œβ”€β”€ 64px-X_logo.jpg
β”‚   β”‚   β”œβ”€β”€ AI_Image _Generator.png
β”‚   β”‚   β”œβ”€β”€ API_IMAGES.png
β”‚   β”‚   β”œβ”€β”€ Age_Calc.png
β”‚   β”‚   β”œβ”€β”€ Amazon-clone1.png
β”‚   β”‚   β”œβ”€β”€ Analog_Clock.png
β”‚   β”‚   β”œβ”€β”€ Astronomy.png
β”‚   β”‚   β”œβ”€β”€ AudioExtract.png
β”‚   β”‚   β”œβ”€β”€ BARBER.png
β”‚   β”‚   β”œβ”€β”€ BOOTSTRAP.png
β”‚   β”‚   β”œβ”€β”€ Band_Name_Generator.png
β”‚   β”‚   β”œβ”€β”€ Black_Jack.png
β”‚   β”‚   β”œβ”€β”€ Blog_Keeper.png
β”‚   β”‚   β”œβ”€β”€ Blog_Website.png
β”‚   β”‚   β”œβ”€β”€ Book_review_website.png
β”‚   β”‚   β”œβ”€β”€ Brick_game.png
β”‚   β”‚   β”œβ”€β”€ Bubble_Burst_Game.png
β”‚   β”‚   β”œβ”€β”€ Bubble_Game.png
β”‚   β”‚   β”œβ”€β”€ Budgety_app.png
β”‚   β”‚   β”œβ”€β”€ Bunny_Catcher.png
β”‚   β”‚   β”œβ”€β”€ Business_Webapp.png
β”‚   β”‚   β”œβ”€β”€ CARGAMEE.png
β”‚   β”‚   β”œβ”€β”€ COLORBLAST.png
β”‚   β”‚   β”œβ”€β”€ Calendar.png
β”‚   β”‚   β”œβ”€β”€ CandyCrush2.png
β”‚   β”‚   β”œβ”€β”€ Cannon-shooting.png
β”‚   β”‚   β”œβ”€β”€ Career-Crafters.png
β”‚   β”‚   β”œβ”€β”€ Cassette_Player.png
β”‚   β”‚   β”œβ”€β”€ Chat_App.png
β”‚   β”‚   β”œβ”€β”€ Code_editor.png
β”‚   β”‚   β”œβ”€β”€ Country_Guide.png
β”‚   β”‚   β”œβ”€β”€ Creative_agency.png
β”‚   β”‚   β”œβ”€β”€ CrowdFunding.png
β”‚   β”‚   β”œβ”€β”€ Crunchchyroll.png
β”‚   β”‚   β”œβ”€β”€ Crypto.png
β”‚   β”‚   β”œβ”€β”€ DENTISTWEB.png
β”‚   β”‚   β”œβ”€β”€ DOCLAB.png
β”‚   β”‚   β”œβ”€β”€ DVOTE.png
β”‚   β”‚   β”œβ”€β”€ Daily_Diary_Entry_Website.png
β”‚   β”‚   β”œβ”€β”€ Detect_device_battery.png
β”‚   β”‚   β”œβ”€β”€ Dice_Game.png
β”‚   β”‚   β”œβ”€β”€ Dictionary.png
β”‚   β”‚   β”œβ”€β”€ Digital_clock.png
β”‚   β”‚   β”œβ”€β”€ Drawing-pad.jpeg
β”‚   β”‚   β”œβ”€β”€ Drum_Kit.png
β”‚   β”‚   β”œβ”€β”€ E-commerce_website.png
β”‚   β”‚   β”œβ”€β”€ EAT_THE_FOOD.png
β”‚   β”‚   β”œβ”€β”€ E_Commerce.png
β”‚   β”‚   β”œβ”€β”€ Email_Subscription.png
β”‚   β”‚   β”œβ”€β”€ Event_organizer.png
β”‚   β”‚   β”œβ”€β”€ Excercise_Guide.PNG
β”‚   β”‚   β”œβ”€β”€ Family_Travel_Tracker.png
β”‚   β”‚   β”œβ”€β”€ Feedback.png
β”‚   β”‚   β”œβ”€β”€ Finanace_Tracker.png
β”‚   β”‚   β”œβ”€β”€ Flappybird_game.png
β”‚   β”‚   β”œβ”€β”€ Flip_a_coin.png
β”‚   β”‚   β”œβ”€β”€ Food_Website.png
β”‚   β”‚   β”œβ”€β”€ Food_ordering_website.png
β”‚   β”‚   β”œβ”€β”€ Furniture-website.png
β”‚   β”‚   β”œβ”€β”€ GAMING.png
β”‚   β”‚   β”œβ”€β”€ GamifiedDashboard.png
β”‚   β”‚   β”œβ”€β”€ GitHub_API.png
β”‚   β”‚   β”œβ”€β”€ GithubProfile.png
β”‚   β”‚   β”œβ”€β”€ Google_drive_clone.png
β”‚   β”‚   β”œβ”€β”€ HOSTEL_MANAGEMENT.png
β”‚   β”‚   β”œβ”€β”€ Hackathons.png
β”‚   β”‚   β”œβ”€β”€ Hangman_game.png
β”‚   β”‚   β”œβ”€β”€ HealthDashboard.png
β”‚   β”‚   β”œβ”€β”€ Hotstar_clone.png
β”‚   β”‚   β”œβ”€β”€ Hulu_clone.png
β”‚   β”‚   β”œβ”€β”€ Insta_clone.png
β”‚   β”‚   β”œβ”€β”€ Javascript_roulette.png
β”‚   β”‚   β”œβ”€β”€ Jokes.png
β”‚   β”‚   β”œβ”€β”€ Lauching_page.png
β”‚   β”‚   β”œβ”€β”€ Linkedin.png
β”‚   β”‚   β”œβ”€β”€ Login_Page.png
β”‚   β”‚   β”œβ”€β”€ MATH_SPRINT_APP.png
β”‚   β”‚   β”œβ”€β”€ Marketing_agency.png
β”‚   β”‚   β”œβ”€β”€ Mastermind.jpeg
β”‚   β”‚   β”œβ”€β”€ Meme_generator.png
β”‚   β”‚   β”œβ”€β”€ Minesweeper.png
β”‚   β”‚   β”œβ”€β”€ Movie-seat.jpeg
β”‚   β”‚   β”œβ”€β”€ Music_player.png
β”‚   β”‚   β”œβ”€β”€ NFT_Website_Clone.jpg
β”‚   β”‚   β”œβ”€β”€ Netflix_clone_Project.png
β”‚   β”‚   β”œβ”€β”€ No_Text_Found.png
β”‚   β”‚   β”œβ”€β”€ Notes_App.png
β”‚   β”‚   β”œβ”€β”€ ORGANIC.png
β”‚   β”‚   β”œβ”€β”€ PARALLAX_WEBSITE.png
β”‚   β”‚   β”œβ”€β”€ PacmanImage.png
β”‚   β”‚   β”œβ”€β”€ Pixel_Art.png
β”‚   β”‚   β”œβ”€β”€ Plant_Tracker.png
β”‚   β”‚   β”œβ”€β”€ Platformer_Game.png
β”‚   β”‚   β”œβ”€β”€ Pop_up_modal_box.png
β”‚   β”‚   β”œβ”€β”€ Productive_Webapp.jpg
β”‚   β”‚   β”œβ”€β”€ QR_ID_CARD_generator.png
β”‚   β”‚   β”œβ”€β”€ Quiz_app.png
β”‚   β”‚   β”œβ”€β”€ Quote_generator.png
β”‚   β”‚   β”œβ”€β”€ Rental_ride.png
β”‚   β”‚   β”œβ”€β”€ Restraunt_web.png
β”‚   β”‚   β”œβ”€β”€ Rock-Paper-Scissors-2.png
β”‚   β”‚   β”œβ”€β”€ Rock_paper_Scissors_game.png
β”‚   β”‚   β”œβ”€β”€ SEO_WEBSITE.png
β”‚   β”‚   β”œβ”€β”€ SaloonBooking.png
β”‚   β”‚   β”œβ”€β”€ Scientific_Calculator.png
β”‚   β”‚   β”œβ”€β”€ Score_keeper.png
β”‚   β”‚   β”œβ”€β”€ Sentence_Sweetener_AI.png
β”‚   β”‚   β”œβ”€β”€ Simon_Game.png
β”‚   β”‚   β”œβ”€β”€ Snake_Game.jpg
β”‚   β”‚   β”œβ”€β”€ Space-invaders.jpeg
β”‚   β”‚   β”œβ”€β”€ Space_Exploration.png
β”‚   β”‚   β”œβ”€β”€ Speakify.png
β”‚   β”‚   β”œβ”€β”€ Sports_Shoes_Website.png
β”‚   β”‚   β”œβ”€β”€ Spotify_Clone.png
β”‚   β”‚   β”œβ”€β”€ Stack.png
β”‚   β”‚   β”œβ”€β”€ Stopwatch.png
β”‚   β”‚   β”œβ”€β”€ Survey_form.png
β”‚   β”‚   β”œβ”€β”€ TIC_TAC_TOE.png
β”‚   β”‚   β”œβ”€β”€ TasteHeaven_Restaurant.png
β”‚   β”‚   β”œβ”€β”€ Temperature_Converter.png
β”‚   β”‚   β”œβ”€β”€ Text-Reader.png
β”‚   β”‚   β”œβ”€β”€ Text_Editor.png
β”‚   β”‚   β”œβ”€β”€ Text_Encryptor.png
β”‚   β”‚   β”œβ”€β”€ Text_to_voice.png
β”‚   β”‚   β”œβ”€β”€ ThalaProject.png
β”‚   β”‚   β”œβ”€β”€ Tinder.png
β”‚   β”‚   β”œβ”€β”€ Tindog_Website.png
β”‚   β”‚   β”œβ”€β”€ To_do_list.png
β”‚   β”‚   β”œβ”€β”€ Trading_Widget.png
β”‚   β”‚   β”œβ”€β”€ Transit-Masters_Logistics.png
β”‚   β”‚   β”œβ”€β”€ Travel_Website.png
β”‚   β”‚   β”œβ”€β”€ URL_shortner.png
β”‚   β”‚   β”œβ”€β”€ Unit_Converter.png
β”‚   β”‚   β”œβ”€β”€ Video-player.png
β”‚   β”‚   β”œβ”€β”€ View_Channel_Chart.png
β”‚   β”‚   β”œβ”€β”€ Wake_me_up.png
β”‚   β”‚   β”œβ”€β”€ Weather_App.png
β”‚   β”‚   β”œβ”€β”€ Whack-a-mole.png
β”‚   β”‚   β”œβ”€β”€ Wikipedia-clone.png
β”‚   β”‚   β”œβ”€β”€ Youtube_Clone.png
β”‚   β”‚   β”œβ”€β”€ Zoom Clone.png
β”‚   β”‚   β”œβ”€β”€ apple_clone.png
β”‚   β”‚   β”œβ”€β”€ bakeit.png
β”‚   β”‚   β”œβ”€β”€ beautypic.png
β”‚   β”‚   β”œβ”€β”€ bmi.jpg
β”‚   β”‚   β”œβ”€β”€ capchagen.png
β”‚   β”‚   β”œβ”€β”€ catch_insect.png
β”‚   β”‚   β”œβ”€β”€ charity.png
β”‚   β”‚   β”œβ”€β”€ chess_2023.png
β”‚   β”‚   β”œβ”€β”€ codeforces.png
β”‚   β”‚   β”œβ”€β”€ currency.png
β”‚   β”‚   β”œβ”€β”€ cyberwiseee.png
β”‚   β”‚   β”œβ”€β”€ educationweb.png
β”‚   β”‚   β”œβ”€β”€ esportpi2.jpg
β”‚   β”‚   β”œβ”€β”€ farmers.png
β”‚   β”‚   β”œβ”€β”€ guessthenum.png
β”‚   β”‚   β”œβ”€β”€ gym_website.png
β”‚   β”‚   β”œβ”€β”€ itsoln.png
β”‚   β”‚   β”œβ”€β”€ kitter.png
β”‚   β”‚   β”œβ”€β”€ lyricfinder.png
β”‚   β”‚   β”œβ”€β”€ matrix.png
β”‚   β”‚   β”œβ”€β”€ mealfinder.png
β”‚   β”‚   β”œβ”€β”€ medicationSchedule.png
β”‚   β”‚   β”œβ”€β”€ menja.png
β”‚   β”‚   β”œβ”€β”€ mindgame.png
β”‚   β”‚   β”œβ”€β”€ moon.icon.png
β”‚   β”‚   β”œβ”€β”€ moto_racer.png
β”‚   β”‚   β”œβ”€β”€ newsApp.png
β”‚   β”‚   β”œβ”€β”€ noresultimg.png
β”‚   β”‚   β”œβ”€β”€ othello_game.png
β”‚   β”‚   β”œβ”€β”€ password.png
β”‚   β”‚   β”œβ”€β”€ ping_pong.png
β”‚   β”‚   β”œβ”€β”€ podcastpic.png
β”‚   β”‚   β”œβ”€β”€ pokedex.png
β”‚   β”‚   β”œβ”€β”€ pomodoro.png
β”‚   β”‚   β”œβ”€β”€ random_password_generator.png
β”‚   β”‚   β”œβ”€β”€ recipe_app.jpeg
β”‚   β”‚   β”œβ”€β”€ rockband.png
β”‚   β”‚   β”œβ”€β”€ secret.png
β”‚   β”‚   β”œβ”€β”€ social-media.png
β”‚   β”‚   β”œβ”€β”€ solver.png
β”‚   β”‚   β”œβ”€β”€ sun.icon.png
β”‚   β”‚   β”œβ”€β”€ tetris_Game_pic.png
β”‚   β”‚   β”œβ”€β”€ tiktok.png
β”‚   β”‚   β”œβ”€β”€ towerblock.png
β”‚   β”‚   β”œβ”€β”€ transaction_management-customer.png
β”‚   β”‚   β”œβ”€β”€ transaction_management-home.png
β”‚   β”‚   β”œβ”€β”€ transaction_management-login.png
β”‚   β”‚   β”œβ”€β”€ twitter.png
β”‚   β”‚   β”œβ”€β”€ typingmaster.png
β”‚   β”‚   └── x-logo.jpg
β”‚   β”œβ”€β”€ js/
β”‚   β”‚   β”œβ”€β”€ contact.js
β”‚   β”‚   β”œβ”€β”€ contactus.js
β”‚   β”‚   β”œβ”€β”€ contributors.js
β”‚   β”‚   β”œβ”€β”€ index.js
β”‚   β”‚   β”œβ”€β”€ script.js
β”‚   β”‚   β”œβ”€β”€ scroll.js
β”‚   β”‚   β”œβ”€β”€ subscribe.js
β”‚   β”‚   └── toggletheme.js
β”‚   β”œβ”€β”€ main.mp4
β”‚   β”œβ”€β”€ main.webm
β”‚   └── svgs/
β”‚       └── pageNotFound.svg
β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ controllers/
β”‚   β”‚   β”œβ”€β”€ contactus.js
β”‚   β”‚   β”œβ”€β”€ contributors.js
β”‚   β”‚   β”œβ”€β”€ feedback.js
β”‚   β”‚   └── subscribe.js
β”‚   β”œβ”€β”€ model/
β”‚   β”‚   └── feedback.model.js
β”‚   β”œβ”€β”€ package-lock.json
β”‚   β”œβ”€β”€ package.json
β”‚   β”œβ”€β”€ server.js
β”‚   └── services/
β”‚       └── emailService.js
β”œβ”€β”€ contact.html
β”œβ”€β”€ contributor.html
β”œβ”€β”€ copyright.html
β”œβ”€β”€ deployment-app.yml
β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ Ankita.jpg
β”‚   β”œβ”€β”€ Anurag.jfif
β”‚   β”œβ”€β”€ Code collab carnival.png
β”‚   β”œβ”€β”€ Codepeak Pic.png
β”‚   β”œβ”€β”€ Disha.png
β”‚   β”œβ”€β”€ KWOC pic.png
β”‚   β”œβ”€β”€ Kunal.jpg
β”‚   β”œβ”€β”€ Metaverse_poster.gif
β”‚   β”œβ”€β”€ Shruti.jpg
β”‚   β”œβ”€β”€ apu.jpeg
β”‚   β”œβ”€β”€ hack.jpeg
β”‚   β”œβ”€β”€ metaverse.png
β”‚   β”œβ”€β”€ sagnik.jfif
β”‚   └── shuv.jpg
β”œβ”€β”€ index.html
β”œβ”€β”€ package-lock.json
β”œβ”€β”€ package.json
β”œβ”€β”€ privacynotice.html
β”œβ”€β”€ projectData.json
β”œβ”€β”€ repo_structure.txt
β”œβ”€β”€ scrolldownprogressbar.js
β”œβ”€β”€ seo_optimization/
β”‚   β”œβ”€β”€ index.html
β”‚   └── styles/
β”‚       └── styles.css
β”œβ”€β”€ service-app.yml
└── style.css