gitextract_glnj03kl/ ├── .gitignore ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── RequestingChallengesFromAI.md ├── deprecated/ │ ├── README.md │ ├── android-native.md │ ├── cs-java-focus.md │ ├── cs-wd.md │ ├── data-science.md │ ├── faq.md │ ├── game-programming-2.0.md │ ├── game-programming.md │ ├── job-ready-javascript-edition-2.0.md │ ├── job-ready-javascript-edition-3.0.md │ ├── job-ready-python-edition.md │ ├── job-ready.md │ ├── projects/ │ │ └── android/ │ │ ├── Androidforbeginners.md │ │ ├── BookListing.md │ │ ├── BuildItBigger.md │ │ ├── CapstoneStage1-Design.md │ │ ├── CapstoneStage2-Build.md │ │ ├── CourtCounter.md │ │ ├── ForceGolf.md │ │ ├── GigaWars.md │ │ ├── GoUbiquitous.md │ │ ├── HabitTracker.md │ │ ├── Inventory.md │ │ ├── MakeYourAppMaterial.md │ │ ├── Makeyouownandroidapp.md │ │ ├── MusicalStructure.md │ │ ├── NewsApp.md │ │ ├── Outbreak.md │ │ ├── Pong.md │ │ ├── PopularMoviesStage1.md │ │ ├── PopularMoviesStage2.md │ │ ├── QuizApp.md │ │ ├── ReportCard.md │ │ ├── SpaceKerfuffle!.md │ │ ├── StockHawk.md │ │ ├── TourGuide.md │ │ └── YourFirstApp.md │ ├── speedrun-practice/ │ │ ├── README.md │ │ ├── algorithms.md │ │ ├── android.md │ │ ├── frontend-dev.md │ │ ├── fullstack-dev.md │ │ └── game-dev.md │ ├── topic-guides/ │ │ └── vue.md │ └── wd-cs.md └── v4/ ├── README.md ├── faq.md ├── project_ideas.md └── specializations/ ├── advanced-algorithms.md ├── algorithms.md ├── app_academy_open.md ├── backend.md ├── computer_science.md ├── data-science-i.md ├── data-science-ii.md ├── frontend.md ├── full_stack_open_2020.md ├── games.md ├── mobile.md ├── open_source.md ├── the_odin_project_javascript.md └── the_odin_project_ruby.md