Skip to content

Latest commit

 

History

History
4864 lines (4863 loc) · 308 KB

File metadata and controls

4864 lines (4863 loc) · 308 KB

�[01;34m.) ├──[✅]--(0-notes) │   └──[✅]--(medium-articles) ├──[✅]--(1-projects) │   ├──[✅]--(A_arrays_solution) │   ├──[✅]--(A_conditionals_solution) │   ├──[✅]--(A_executing_code_solution) │   ├──[✅]--(A_functions_solution) │   ├──[✅]--(A_loops_solution) │   ├──[✅]--(A_nested_loops_solution) │   ├──[✅]--(Atomic-Design-Solution-master) │   │   └──[✅]--(dogs) │   │ ├──[✅]--(public) │   │ └──[✅]--(src) │   │ ├──[✅]--(atoms) │   │ ├──[✅]--(molecules) │   │ ├──[✅]--(organisms) │   │ ├──[✅]--(pages) │   │ └──[✅]--(templates) │   ├──[✅]--(B_arrays_solution) │   ├──[✅]--(B_expressions_solution) │   ├──[✅]--(B_functions_solution) │   ├──[✅]--(B_loops_solution) │   ├──[✅]--(B_two_dimensional_arrays_solution) │   ├──[✅]--(Basic-JavaScript-master) │   │   ├──[✅]--(src) │   │   └──[✅]--(tests) │   ├──[✅]--(C_arrays_solution) │   ├──[✅]--(C_functions_solution) │   ├──[✅]--(C_loops_solution) │   ├──[✅]--(C_more_problems_solution) │   ├──[✅]--(C_variables_solution) │   ├──[✅]--(Client-Auth-Solution-master) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   │ ├──[✅]--(actions) │   │ ├──[✅]--(components) │   │ │   └──[✅]--(HOC) │   │ └──[✅]--(reducers) │   ├──[✅]--(Closures-Callbacks-ArrayMethods) │   │   └──[✅]--(JS-Exercise-Closures-Callbacks-ArrayMethods-master) │   │ ├──[✅]--(data) │   │ └──[✅]--(test) │   ├──[✅]--(Components-BEM-Solution-master) │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(Box) │   │   │   ├──[✅]--(Dropdown) │   │   │   └──[✅]--(Section) │   │   └──[✅]--(markups) │   ├──[✅]--(Components-Constructors-Solution-master) │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(Box) │   │   │   ├──[✅]--(Dropdown) │   │   │   ├──[✅]--(Section) │   │   │   └──[✅]--(Tabs) │   │   └──[✅]--(markups) │   ├──[✅]--(DOM-JavaScript-mini-Solution-master) │   │   └──[✅]--(components) │   │ ├──[✅]--(Box) │   │ ├──[✅]--(Header) │   │ ├──[✅]--(List) │   │ ├──[✅]--(Nav) │   │ ├──[✅]--(Section) │   │ └──[✅]--(Tabs) │   ├──[✅]--(D_string_indexing_and_methods_solution) │   ├──[✅]--(Data-Structures-master) │   │   ├──[✅]--(avl_tree) │   │   ├──[✅]--(binary_search_tree) │   │   ├──[✅]--(doubly_linked_list) │   │   ├──[✅]--(heap) │   │   ├──[✅]--(lru_cache) │   │   ├──[✅]--(queue) │   │   ├──[✅]--(singly_linked_list) │   │   └──[✅]--(stack) │   ├──[✅]--(HTML-CSS-mini-Solution-master) │   │   └──[✅]--(components) │   │ ├──[✅]--(Box) │   │ ├──[✅]--(Header) │   │ └──[✅]--(Section) │   ├──[✅]--(Intro-Python-I-master) │   │   └──[✅]--(src) │   ├──[✅]--(Intro-Python-II-master) │   │   ├──[✅]--(examples) │   │   └──[✅]--(src) │   ├──[✅]--(Intro-to-C-master) │   │   ├──[✅]--(fizzbuzz) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(hangman) │   │   ├──[✅]--(malloc) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(pointers) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(queue) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(quicksort) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(strings) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(structs) │   │   │   └──[✅]--(tests) │   │   └──[✅]--(utils) │   ├──[✅]--(JS-Exercise-Classes) │   │   └──[✅]--(test) │   ├──[✅]--(JavaScript-III-master) │   │   └──[✅]--(assignments) │   ├──[✅]--(LS-Data-Structures-I-Solution-master) │   │   ├──[✅]--(src) │   │   └──[✅]--(tests) │   ├──[✅]--(LS-Data-Structures-II-Solution-master) │   │   ├──[✅]--(src) │   │   └──[✅]--(tests) │   ├──[✅]--(Mongo-Mini-II-Solution-master) │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-I-master) │   │   └──[✅]--(src) │   │ ├──[✅]--(controllers)✅ │   │ └──[✅]--(models) │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-II-master) │   │   └──[✅]--(src) │   │ ├──[✅]--(controllers) │   │ └──[✅]--(models) │   ├──[✅]--(Python-OOP-Toy-master) │   │   └──[✅]--(src) │   ├──[✅]--(React-Todo-Solution-master) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   │ └──[✅]--(tests) │   ├──[✅]--(Relational-Databases-master) │   ├──[✅]--(Sprint-Challenge--Intro-Python-master) │   │   └──[✅]--(src) │   │ ├──[✅]--(cityreader) │   │ ├──[✅]--(comp) │   │ └──[✅]--(oop) │   ├──[✅]--(_Pet-Projects) │   │   └──[✅]--(whack-a-mole) │   ├──[✅]--(_Pet-prac-projects) │   │   ├──[✅]--(01 - JavaScript Drum Kit) │   │   │   └──[✅]--(sounds) │   │   ├──[✅]--(02 - JS and CSS Clock) │   │   ├──[✅]--(03 - CSS Variables) │   │   ├──[✅]--(04 - Array Cardio Day 1) │   │   ├──[✅]--(05 - Flex Panel Gallery) │   │   ├──[✅]--(06 - Type Ahead) │   │   ├──[✅]--(07 - Array Cardio Day 2) │   │   ├──[✅]--(08 - Fun with HTML5 Canvas) │   │   ├──[✅]--(09 - Dev Tools Domination) │   │   ├──[✅]--(10 - Hold S✅ft and Check Checkboxes) │   │   ├──[✅]--(11 - Custom Video Player) │   │   ├──[✅]--(12 - Key Sequence Detection) │   │   ├──[✅]--(13 - Slide in on Scroll) │   │   ├──[✅]--(14 - JavaScript References VS Copying) │   │   ├──[✅]--(15 - LocalStorage) │   │   ├──[✅]--(16 - Mouse Move Shadow) │   │   ├──[✅]--(17 - Sort Without Articles) │   │   ├──[✅]--(18 - Adding Up Times with Reduce) │   │   ├──[✅]--(19 - Webcam Fun) │   │   ├──[✅]--(20 - Speech Detection) │   │   ├──[✅]--(21 - Geolocation) │   │   ├──[✅]--(22 - Follow Along Link ✅ghlighter) │   │   ├──[✅]--(23 - Speech Synthesis) │   │   ├──[✅]--(24 - Sticky Nav) │   │   ├──[✅]--(25 - Event Capture, Propagation, Bubbling and Once) │   │   ├──[✅]--(26 - Stripe Follow Along Nav) │   │   ├──[✅]--(27 - Click and Drag) │   │   ├──[✅]--(28 - Video Speed Controller) │   │   ├──[✅]--(29 - Countdown Timer) │   │   └──[✅]--(30 - Whack A Mole) │   ├──[✅]--(master) │   ├──[✅]--(nested-data-exercises-master) │   │   ├──[✅]--(data) │   │   └──[✅]--(test) │   ├──[✅]--(solutions) │   ├──[✅]--(web-guided-project-testing-web-apps-solution-main) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   │ └──[✅]--(components) │   └──[✅]--(webapi-ii-challenge-master) │ └──[✅]--(data) │ ├──[✅]--(migrations) │ └──[✅]--(seeds) ├──[✅]--(10-miscellaneous) │   └──[✅]--(scrap) ├──[✅]--(11-Site-Documentation) ├──[✅]--(2-resources) │   ├──[✅]--(Atomic-Design-Solution-master) │   │   └──[✅]--(dogs) │   │ ├──[✅]--(public) │   │ └──[✅]--(src) │   │ ├──[✅]--(atoms) │   │ ├──[✅]--(molecules) │   │ ├──[✅]--(organisms) │   │ ├──[✅]--(pages) │   │ └──[✅]--(templates) │   ├──[✅]--(Client-Auth-Solution-master) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   │ ├──[✅]--(actions) │   │ ├──[✅]--(components) │   │ │   └──[✅]--(HOC) │   │ └──[✅]--(reducers) │   ├──[✅]--(Components-BEM-Solution-master) │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(Box) │   │   │   ├──[✅]--(Dropdown) │   │   │   └──[✅]--(Section) │   │   └──[✅]--(markups) │   ├──[✅]--(Components-Constructors-Solution-master) │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(Box) │   │   │   ├──[✅]--(Dropdown) │   │   │   ├──[✅]--(Section) │   │   │   └──[✅]--(Tabs) │   │   └──[✅]--(markups) │   ├──[✅]--(DOM-JavaScript-mini-Solution-master) │   │   └──[✅]--(components) │   │ ├──[✅]--(Box) │   │ ├──[✅]--(Header) │   │ ├──[✅]--(List) │   │ ├──[✅]--(Nav) │   │ ├──[✅]--(Section) │   │ └──[✅]--(Tabs) │   ├──[✅]--(HTML-CSS-mini-Solution-master) │   │   └──[✅]--(components) │   │ ├──[✅]--(Box) │   │ ├──[✅]--(Header) │   │ └──[✅]--(Section) │   ├──[✅]--(JavaScript-I-master) │   │   └──[✅]--(assignments) │   ├──[✅]--(LS-Data-Structures-I-Solution-master) │   │   ├──[✅]--(src) │   │   └──[✅]--(tests) │   ├──[✅]--(LS-Data-Structures-II-Solution-master) │   │   ├──[✅]--(src) │   │   └──[✅]--(tests) │   ├──[✅]--(LambdaSQL-master) │   │   └──[✅]--(LambdaSQL-master) │   │ ├──[✅]--(module1) │   │ ├──[✅]--(module2) │   │ ├──[✅]--(module3) │   │ └──[✅]--(module4) │   ├──[✅]--(MDB5-STANDARD-UI-KIT-Free-3.4.0) │   │   ├──[✅]--(css) │   │   ├──[✅]--(img) │   │   ├──[✅]--(js) │   │   └──[✅]--(src) │   │ ├──[✅]--(js) │   │ │   ├──[✅]--(bootstrap) │   │ │   ├──[✅]--(free) │   │ │   └──[✅]--(mdb) │   │ └──[✅]--(scss) │   │ ├──[✅]--(bootstrap) │   │ ├──[✅]--(bootstrap-rtl-fix) │   │ ├──[✅]--(custom) │   │ └──[✅]--(free) │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-I-master) │   │   └──[✅]--(src) │   │ ├──[✅]--(controllers) │   │ └──[✅]--(models) │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-II-master) │   │   └──[✅]--(src) │   │ ├──[✅]--(controllers) │   │ └──[✅]--(models) │   ├──[✅]--(React-Todo-Solution-master) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   │ └──[✅]--(tests) │   ├──[✅]--(WEB-DEV-Checklist) │   │   └──[✅]--(WebDeveloperChecklist_files) │   ├──[✅]--(_External-learning-resources) │   │   ├──[✅]--(00-Javascript) │   │   │   ├──[✅]--(-Serverless-JavaScript-by-Example) │   │   │   │   ├──[✅]--(Section 1) │   │   │   │   ├──[✅]--(Section 2) │   │   │   │   ├──[✅]--(Section 3) │   │   │   │   ├──[✅]--(Section 4) │   │   │   │   └──[✅]--(Section 5) │   │   │   ├──[✅]--(JavaScript-Essentials) │   │   │   │   ├──[✅]--(Section 1) │   │   │   │   └──[✅]--(Section 2) │   │   │   ├──[✅]--(JavaScript-and-jQuery) │   │   │   │   ├──[✅]--(Day_1) │   │   │   │   ├──[✅]--(Day_2) │   │   │   │   ├──[✅]--(Day_3) │   │   │   │   ├──[✅]--(Day_4) │   │   │   │   ├──[✅]--(Day_5) │   │   │   │   ├──[✅]--(Day_6) │   │   │   │   └──[✅]--(Day_7) │   │   │   ├──[✅]--(JavaScript-useful-methods) │   │   │   │   └──[✅]--(JS) │   │   │   ├──[✅]--(Node.js_Design_Patterns) │   │   │   │   ├──[✅]--(Chapter01) │   │   │   │   ├──[✅]--(Chapter02) │   │   │   │   ├──[✅]--(Chapter03) │   │   │   │   ├──[✅]--(Chapter04) │   │   │   │   ├──[✅]--(Chapter05) │   │   │   │   ├──[✅]--(Chapter06) │   │   │   │   ├──[✅]--(Chapter07) │   │   │   │   ├──[✅]--(Chapter08) │   │   │   │   ├──[✅]--(Chapter09) │   │   │   │   ├──[✅]--(Chapter10) │   │   │   │   └──[✅]--(Chapter11) │   │   │   └──[✅]--(Object-oriented-programming-for-JavaScript) │   │   │ ├──[✅]--(Module 1) │   │   │ └──[✅]--(Module 2) │   │   └──[✅]--(01-Typescript) │   │ ├──[✅]--(Learning-Typescript-2) │   │ │   ├──[✅]--(Chapter02) │   │ │   ├──[✅]--(Chapter03) │   │ │   ├──[✅]--(Chapter07) │   │ │   ├──[✅]--(Chapter09) │   │ │   └──[✅]--(Chapter10) │   │ ├──[✅]--(LearningTypeScript) │   │ │   ├──[✅]--(chapters) │   │ │   ├──[✅]--(media) │   │ │   └──[✅]--(test) │   │ └──[✅]--(learn-typescript-3) │   │ ├──[✅]--(01-getting-started) │   │ ├──[✅]--(02-type-system-introduction) │   │ ├──[✅]--(03-javascript-features) │   │ ├──[✅]--(04-project) │   │ ├──[✅]--(05-diving-deeper) │   │ ├──[✅]--(06-integration) │   │ ├──[✅]--(lib) │   │ └──[✅]--(solutions) │   ├──[✅]--(_GENERAL-RESOURCES) │   │   ├──[✅]--(code-camp) │   │   │   ├──[✅]--(01-responsive-web-design) │   │   │   │   ├──[✅]--(applied-accessibility) │   │   │   │   ├──[✅]--(applied-visual-design) │   │   │   │   ├──[✅]--(basic-css) │   │   │   │   ├──[✅]--(basic-css-cafe-menu) │   │   │   │   ├──[✅]--(basic-html-and-html5) │   │   │   │   ├──[✅]--(basic-html-cat-photo-app) │   │   │   │   ├──[✅]--(css-flexbox) │   │   │   │   ├──[✅]--(css-grid) │   │   │   │   ├──[✅]--(css-variables-skyline) │   │   │   │   ├──[✅]--(responsive-web-design-principles) │   │   │   │   └──[✅]--(responsive-web-design-projects) │   │   │   ├──[✅]--(02-javascript-algorithms-and-data-structures) │   │   │   │   ├──[✅]--(basic-algorithm-scripting) │   │   │   │   ├──[✅]--(basic-data-structures) │   │   │   │   ├──[✅]--(basic-javascript) │   │   │   │   ├──[✅]--(basic-javascript-rpg-game) │   │   │   │   ├──[✅]--(debugging) │   │   │   │   ├──[✅]--(es6) │   │   │   │   ├──[✅]--(functional-programming) │   │   │   │   ├──[✅]--(functional-programming-spreadsheet) │   │   │   │   ├──[✅]--(intermediate-algorithm-scripting) │   │   │   │   ├──[✅]--(intermediate-javascript-calorie-counter) │   │   │   │   ├──[✅]--(javascript-algorithms-and-data-structures-projects) │   │   │   │   ├──[✅]--(object-oriented-programming) │   │   │   │   └──[✅]--(regular-expressions) │   │   │   ├──[✅]--(03-front-end-libraries) │   │   │   │   ├──[✅]--(bootstrap) │   │   │   │   ├──[✅]--(front-end-libraries-projects) │   │   │   │   ├──[✅]--(jquery) │   │   │   │   ├──[✅]--(react) │   │   │   │   ├──[✅]--(react-and-redux) │   │   │   │   ├──[✅]--(redux) │   │   │   │   └──[✅]--(sass) │   │   │   ├──[✅]--(04-data-visualization) │   │   │   │   ├──[✅]--(d3-dashboard) │   │   │   │   ├──[✅]--(data-visualization-projects) │   │   │   │   ├──[✅]--(data-visualization-with-d3) │   │   │   │   └──[✅]--(json-apis-and-ajax) │   │   │   ├──[✅]--(05-apis-and-microservices) │   │   │   │   ├──[✅]--(apis-and-microservices-projects) │   │   │   │   ├──[✅]--(basic-node-and-express) │   │   │   │   ├──[✅]--(managing-packages-with-npm) │   │   │   │   └──[✅]--(mongodb-and-mongoose) │   │   │   ├──[✅]--(06-quality-assurance) │   │   │   │   ├──[✅]--(advanced-node-and-express) │   │   │   │   ├──[✅]--(quality-assurance-and-testing-with-chai) │   │   │   │   └──[✅]--(quality-assurance-projects) │   │   │   ├──[✅]--(07-scientific-computing-with-python) │   │   │   │   ├──[✅]--(python-for-everybody) │   │   │   │   └──[✅]--(scientific-computing-with-python-projects) │   │   │   ├──[✅]--(08-data-analysis-with-python) │   │   │   │   ├──[✅]--(data-analysis-with-python-course) │   │   │   │   ├──[✅]--(data-analysis-with-python-projects) │   │   │   │   └──[✅]--(numpy) │   │   │   ├──[✅]--(09-information-security) │   │   │   │   ├──[✅]--(information-security-projects) │   │   │   │   ├──[✅]--(information-security-with-helmetjs) │   │   │   │   └──[✅]--(python-for-penetration-testing) │   │   │   ├──[✅]--(10-coding-interview-prep) │   │   │   │   ├──[✅]--(algorithms) │   │   │   │   ├──[✅]--(data-structures) │   │   │   │   ├──[✅]--(project-euler) │   │   │   │   ├──[✅]--(rosetta-code) │   │   │   │   └──[✅]--(take-home-projects) │   │   │   ├──[✅]--(11-mac✅ne-learning-with-python) │   │   │   │   ├──[✅]--(how-neural-networks-work) │   │   │   │   ├──[✅]--(mac✅ne-learning-with-python-projects) │   │   │   │   └──[✅]--(tensorflow) │   │   │   └──[✅]--(12-certificates) │   │   │ ├──[✅]--(apis-and-microservices-certificate) │   │   │ ├──[✅]--(data-analysis-with-python-certificate) │   │   │ ├──[✅]--(data-visualization-certificate) │   │   │ ├──[✅]--(front-end-libraries-certificate) │   │   │ ├──[✅]--(information-security-certificate) │   │   │ ├──[✅]--(javascript-algorithms-and-data-structures-certificate) │   │   │ ├──[✅]--(legacy-back-end-certificate) │   │   │ ├──[✅]--(legacy-data-visualization-certificate) │   │   │ ├──[✅]--(legacy-front-end-certificate) │   │   │ ├──[✅]--(legacy-full-stack-certificate) │   │   │ ├──[✅]--(legacy-information-security-and-quality-assurance-certificate) │   │   │ ├──[✅]--(mac✅ne-learning-with-python-certificate) │   │   │ ├──[✅]--(quality-assurance-certificate) │   │   │ ├──[✅]--(responsive-web-design-certificate) │   │   │ └──[✅]--(scientific-computing-with-python-certificate) │   │   └──[✅]--(w3c-standard-forHTML) │   │ ├──[✅]--(html5appsproject.files.wordpress.com) │   │ │   └──[✅]--(2014) │   │ ├──[✅]--(open-stand.org) │   │ │   └──[✅]--(wp-content) │   │ ├──[✅]--(pixel.wp.com) │   │ ├──[✅]--(www.developereconomics.com) │   │ │   └──[✅]--(wp-content) │   │ └──[✅]--(www.w3.org) │   │ ├──[✅]--(2015) │   │ ├──[✅]--(WAI) │   │ └──[✅]--(standards) │   ├──[✅]--(_OFFICIAL-resource-documentations) │   │   ├──[✅]--(docs.github.com) │   │   │   ├──[✅]--(assets) │   │   │   │   ├──[✅]--(fonts) │   │   │   │   └──[✅]--(images) │   │   │   ├──[✅]--(dist) │   │   │   │   └──[✅]--(fonts) │   │   │   ├──[✅]--(en) │   │   │   │   ├──[✅]--(actions) │   │   │   │   ├──[✅]--(code-security) │   │   │   │   ├──[✅]--(developers) │   │   │   │   ├──[✅]--(enterprise-server@2.21) │   │   │   │   ├──[✅]--(enterprise-server@2.22) │   │   │   │   ├──[✅]--(enterprise-server@3.0) │   │   │   │   ├──[✅]--(github) │   │   │   │   ├──[✅]--(github-ae@latest) │   │   │   │   ├──[✅]--(graphql) │   │   │   │   ├──[✅]--(organizations) │   │   │   │   ├──[✅]--(packages) │   │   │   │   └──[✅]--(rest) │   │   │   └──[✅]--(images) │   │   │ ├──[✅]--(modules) │   │   │ └──[✅]--(spinners) │   │   └──[✅]--(npm-docs) │   │ ├──[✅]--(commands) │   │ ├──[✅]--(configuring-npm) │   │ └──[✅]--(using-npm) │   ├──[✅]--(_Orginization-and-lambda-procedure) │   ├──[✅]--(_PYTHON) │   │   └──[✅]--(code-examples-master) │   │ ├──[✅]--(aws) │   │ │   ├──[✅]--(aws-policies) │   │ │   ├──[✅]--(bash) │   │ │   └──[✅]--(python) │   │ ├──[✅]--(concourse) │   │ ├──[✅]--(elasticsearch) │   │ │   └──[✅]--(python) │   │ ├──[✅]--(golang) │   │ │   ├──[✅]--(basics) │   │ │   └──[✅]--(robotgo) │   │ ├──[✅]--(mongodb) │   │ │   ├──[✅]--(golang) │   │ │   └──[✅]--(python) │   │ ├──[✅]--(mysql) │   │ │   └──[✅]--(python) │   │ ├──[✅]--(python-flask) │   │ │   └──[✅]--(api) │   │ ├──[✅]--(ruby) │   │ │   └──[✅]--(basics) │   │ └──[✅]--(sqlite) │   │ └──[✅]--(python) │   ├──[✅]--(_Past-Projects) │   │   ├──[✅]--(Atomic-Design-Solution-master) │   │   │   └──[✅]--(dogs) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(Client-Auth-Solution-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(actions) │   │   │ ├──[✅]--(components) │   │   │ └──[✅]--(reducers) │   │   ├──[✅]--(Components-BEM-Solution-master) │   │   │   ├──[✅]--(components) │   │   │   │   ├──[✅]--(Box) │   │   │   │   ├──[✅]--(Dropdown) │   │   │   │   └──[✅]--(Section) │   │   │   └──[✅]--(markups) │   │   ├──[✅]--(Components-Constructors-Solution-master) │   │   │   ├──[✅]--(components) │   │   │   │   ├──[✅]--(Box) │   │   │   │   ├──[✅]--(Dropdown) │   │   │   │   ├──[✅]--(Section) │   │   │   │   └──[✅]--(Tabs) │   │   │   └──[✅]--(markups) │   │   ├──[✅]--(DOM-II-master) │   │   ├──[✅]--(DOM-JavaScript-mini-Solution-master) │   │   │   └──[✅]--(components) │   │   │ ├──[✅]--(Box) │   │   │ ├──[✅]--(Header) │   │   │ ├──[✅]--(List) │   │   │ ├──[✅]--(Nav) │   │   │ ├──[✅]--(Section) │   │   │ └──[✅]--(Tabs) │   │   ├──[✅]--(Data-Structures-Notes-master) │   │   │   ├──[✅]--(BST_and_Heaps) │   │   │   ├──[✅]--(Doubly_Linked_List) │   │   │   ├──[✅]--(Interview_Problems) │   │   │   └──[✅]--(Linked_Lists) │   │   ├──[✅]--(Data-Structures-and-Algorithms-master) │   │   │   ├──[✅]--(assets) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(algorithms) │   │   │ ├──[✅]--(analysis-of-algorithms) │   │   │ └──[✅]--(data-structures) │   │   ├──[✅]--(Data-Structures-master) │   │   │   ├──[✅]--(avl_tree) │   │   │   ├──[✅]--(binary_search_tree) │   │   │   ├──[✅]--(doubly_linked_list) │   │   │   ├──[✅]--(heap) │   │   │   ├──[✅]--(javascript) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(lru_cache) │   │   │   ├──[✅]--(python) │   │   │   │   ├──[✅]--(binary_search_tree) │   │   │   │   ├──[✅]--(doubly_linked_list) │   │   │   │   ├──[✅]--(heap) │   │   │   │   ├──[✅]--(linked_list) │   │   │   │   └──[✅]--(queue) │   │   │   └──[✅]--(queue) │   │   ├──[✅]--(Graphs-Notes-master) │   │   │   ├──[✅]--(img) │   │   │   ├──[✅]--(lecture1) │   │   │   ├──[✅]--(lecture2) │   │   │   ├──[✅]--(lecture3) │   │   │   └──[✅]--(lecture4) │   │   ├──[✅]--(Graphs-master) │   │   │   ├──[✅]--(javascript) │   │   │   │   ├──[✅]--(guided-demo) │   │   │   │   ├──[✅]--(objectives) │   │   │   │   └──[✅]--(projects) │   │   │   ├──[✅]--(objectives) │   │   │   │   ├──[✅]--(breadth-first-search) │   │   │   │   ├──[✅]--(connected-components) │   │   │   │   ├──[✅]--(depth-first-search) │   │   │   │   ├──[✅]--(graph-intro) │   │   │   │   ├──[✅]--(graph-representations) │   │   │   │   └──[✅]--(randomness) │   │   │   ├──[✅]--(projects) │   │   │   │   ├──[✅]--(adventure) │   │   │   │   ├──[✅]--(ancestor) │   │   │   │   ├──[✅]--(graph) │   │   │   │   └──[✅]--(social) │   │   │   └──[✅]--(python) │   │   │ ├──[✅]--(guided-demo) │   │   │ └──[✅]--(projects) │   │   ├──[✅]--(HTML-CSS-mini-Solution-master) │   │   │   └──[✅]--(components) │   │   │ ├──[✅]--(Box) │   │   │ ├──[✅]--(Header) │   │   │ └──[✅]--(Section) │   │   ├──[✅]--(HTTP-AJAX-II-master) │   │   │   ├──[✅]--(app) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(server) │   │   ├──[✅]--(HTTP-AJAX-master) │   │   │   └──[✅]--(friends) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(Hash-Tables-Notes-master) │   │   ├──[✅]--(Intro-Python-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(day-1-toy) │   │   │ ├──[✅]--(days-2-4-adv) │   │   │ ├──[✅]--(mini-challenge) │   │   │ └──[✅]--(python-example) │   │   ├──[✅]--(Intro-to-C-master) │   │   │   ├──[✅]--(first) │   │   │   ├──[✅]--(fizzbuzz) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(hangman) │   │   │   ├──[✅]--(malloc) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(pointers) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(queue) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(quicksort) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(strings) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(structs) │   │   │   │   └──[✅]--(tests) │   │   │   └──[✅]--(utils) │   │   ├──[✅]--(JavaScript-I-Guided-master) │   │   ├──[✅]--(LS-Data-Structures-I-Solution-master) │   │   │   ├──[✅]--(src) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(LS-Data-Structures-II-Solution-master) │   │   │   ├──[✅]--(src) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(Lambda-School-Instruction-Notes-master) │   │   │   ├──[✅]--(10. Data Persistence in Web APIs) │   │   │   │   └──[✅]--(assets) │   │   │   ├──[✅]--(11. Authentication) │   │   │   └──[✅]--(12. Testing) │   │   ├──[✅]--(Lambda-School-master) │   │   │   ├──[✅]--(Week 1) │   │   │   │   ├──[✅]--(Sprint-Challenge User-Interface) │   │   │   │   ├──[✅]--(User Interface I Project 2 - Sweet Eats Bakery) │   │   │   │   ├──[✅]--(User Interface I HTML Markup) │   │   │   │   ├──[✅]--(User Interface III Services Page) │   │   │   │   └──[✅]--(User-Interface II Innovation) │   │   │   ├──[✅]--(Week 10) │   │   │   │   ├──[✅]--(Car-Sales) │   │   │   │   ├──[✅]--(React-Redux-App) │   │   │   │   ├──[✅]--(Sprint-Challenge-State-Management-Smurfs) │   │   │   │   ├──[✅]--(react-shopping-cart) │   │   │   │   └──[✅]--(reducer-todo) │   │   │   ├──[✅]--(Week 11) │   │   │   │   ├──[✅]--(Auth-Friends) │   │   │   │   ├──[✅]--(HTTP-Movies-Assignment) │   │   │   │   ├──[✅]--(react-bubbles) │   │   │   │   └──[✅]--(webtesting-iii-challenge) │   │   │   ├──[✅]--(Week 12 - FoodieFun) │   │   │   ├──[✅]--(Week 13) │   │   │   │   ├──[✅]--(node-api1-project) │   │   │   │   ├──[✅]--(webapi-challenge-sprint) │   │   │   │   ├──[✅]--(webapi-ii-challenge) │   │   │   │   └──[✅]--(webapi-iii-challenge) │   │   │   ├──[✅]--(Week 14) │   │   │   │   ├──[✅]--(node-db-challenge-sprint) │   │   │   │   ├──[✅]--(node-db3-challenge) │   │   │   │   ├──[✅]--(node-db4) │   │   │   │   ├──[✅]--(webdb-i-challenge) │   │   │   │   └──[✅]--(webdb-ii-challenge) │   │   │   ├──[✅]--(Week 15) │   │   │   │   ├──[✅]--(Sprint-Challenge-Authentication) │   │   │   │   ├──[✅]--(node-server-testing-challenge) │   │   │   │   ├──[✅]--(webauth-i-challenge) │   │   │   │   └──[✅]--(webauth-iii-challenge) │   │   │   ├──[✅]--(Week 16 - Mentor Me) │   │   │   ├──[✅]--(Week 17 - 25 Future Hope) │   │   │   ├──[✅]--(Week 2) │   │   │   │   ├──[✅]--(Digital Resume) │   │   │   │   ├──[✅]--(Fun Bus) │   │   │   │   ├──[✅]--(Portfolio) │   │   │   │   ├──[✅]--(Resposnive-Web-Design) │   │   │   │   └──[✅]--(Sprint Challenge) │   │   │   ├──[✅]--(Week 3) │   │   │   │   ├──[✅]--(JavaScript-I) │   │   │   │   ├──[✅]--(JavaScript-II) │   │   │   │   ├──[✅]--(JavaScript-III) │   │   │   │   ├──[✅]--(JavaScript-IV) │   │   │   │   └──[✅]--(Sprint-Challenge) │   │   │   ├──[✅]--(Week 4 - Local Voter Guide) │   │   │   │   ├──[✅]--(css) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(less) │   │   │   ├──[✅]--(Week 5) │   │   │   │   ├──[✅]--(DOM-I) │   │   │   │   ├──[✅]--(DOM-II) │   │   │   │   ├──[✅]--(Newsfeed-Components) │   │   │   │   ├──[✅]--(Sprint-Challenge-Applied-Javascript) │   │   │   │   └──[✅]--(github-usercard) │   │   │   ├──[✅]--(Week 6) │   │   │   │   ├──[✅]--(Sprint-Challenge-React-Wars) │   │   │   │   ├──[✅]--(lambda-calculator) │   │   │   │   ├──[✅]--(nasa-photo-of-the-day) │   │   │   │   └──[✅]--(react-american-football-scoreboard) │   │   │   ├──[✅]--(Week 7) │   │   │   │   ├──[✅]--(React-Router-Basic-Nav) │   │   │   │   ├──[✅]--(React-Router-Movies) │   │   │   │   ├──[✅]--(Sprint-Challenge-Single-Page-Apps) │   │   │   │   ├──[✅]--(User-Onboarding) │   │   │   │   └──[✅]--(team-builder) │   │   │   ├──[✅]--(Week 8 - Water My Plants) │   │   │   └──[✅]--(Week 9) │   │   │ ├──[✅]--(Github-User-Card) │   │   │ ├──[✅]--(React-Todo) │   │   │ ├──[✅]--(Sprint-Challenge-Advanced-React) │   │   │ └──[✅]--(dark-mode) │   │   ├──[✅]--(LambdaSchool-master) │   │   │   ├──[✅]--(31d1) │   │   │   ├──[✅]--(Administration) │   │   │   │   ├──[✅]--(Tech Skills Day badges) │   │   │   │   ├──[✅]--(__MACOSX) │   │   │   │   ├──[✅]--(certs) │   │   │   │   ├──[✅]--(marketing) │   │   │   │   ├──[✅]--(studying) │   │   │   │   └──[✅]--(zoom) │   │   │   ├──[✅]--(Front-End-master) │   │   │   │   ├──[✅]--(Front-End-master) │   │   │   │   └──[✅]--(client) │   │   │   ├──[✅]--(JavaScript30) │   │   │   │   ├──[✅]--(01) │   │   │   │   ├──[✅]--(02) │   │   │   │   ├──[✅]--(03) │   │   │   │   ├──[✅]--(04) │   │   │   │   ├──[✅]--(05) │   │   │   │   ├──[✅]--(06) │   │   │   │   ├──[✅]--(07) │   │   │   │   ├──[✅]--(08) │   │   │   │   ├──[✅]--(09) │   │   │   │   ├──[✅]--(10) │   │   │   │   ├──[✅]--(11) │   │   │   │   ├──[✅]--(12) │   │   │   │   ├──[✅]--(13) │   │   │   │   ├──[✅]--(14) │   │   │   │   ├──[✅]--(15) │   │   │   │   ├──[✅]--(16) │   │   │   │   ├──[✅]--(17) │   │   │   │   ├──[✅]--(18) │   │   │   │   ├──[✅]--(19) │   │   │   │   ├──[✅]--(20) │   │   │   │   ├──[✅]--(21) │   │   │   │   ├──[✅]--(22) │   │   │   │   ├──[✅]--(23) │   │   │   │   ├──[✅]--(24) │   │   │   │   ├──[✅]--(25) │   │   │   │   ├──[✅]--(26) │   │   │   │   ├──[✅]--(27) │   │   │   │   ├──[✅]--(28) │   │   │   │   ├──[✅]--(29) │   │   │   │   ├──[✅]--(30) │   │   │   │   └──[✅]--(JavaScript30-master) │   │   │   ├──[✅]--(aa-score) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(bw1-tl) │   │   │   │   ├──[✅]--(BackEnd-master) │   │   │   │   ├──[✅]--(admin) │   │   │   │   ├──[✅]--(api) │   │   │   │   ├──[✅]--(auth) │   │   │   │   ├──[✅]--(database) │   │   │   │   ├──[✅]--(middleware) │   │   │   │   ├──[✅]--(todos) │   │   │   │   └──[✅]--(volunteer) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(evoingram.github.io) │   │   │   ├──[✅]--(labs) │   │   │   │   ├──[✅]--(backend) │   │   │   │   ├──[✅]--(frontend) │   │   │   │   ├──[✅]--(last journal entry) │   │   │   │   └──[✅]--(video-to-next-group) │   │   │   ├──[✅]--(m1) │   │   │   │   ├──[✅]--(11b1) │   │   │   │   ├──[✅]--(11c1) │   │   │   │   ├──[✅]--(11d1) │   │   │   │   ├──[✅]--(12a1) │   │   │   │   ├──[✅]--(12b1) │   │   │   │   ├──[✅]--(12c1) │   │   │   │   ├──[✅]--(12d1) │   │   │   │   ├──[✅]--(13a1) │   │   │   │   ├──[✅]--(13b1) │   │   │   │   ├──[✅]--(13c1) │   │   │   │   ├──[✅]--(13d1) │   │   │   │   ├──[✅]--(13e1) │   │   │   │   ├──[✅]--(14a1) │   │   │   │   ├──[✅]--(SC-ACSS) │   │   │   │   └──[✅]--(Sprint-Challenge--Advanced-CSS) │   │   │   ├──[✅]--(m2) │   │   │   │   ├──[✅]--(21a1) │   │   │   │   ├──[✅]--(21b1) │   │   │   │   ├──[✅]--(21c1) │   │   │   │   ├──[✅]--(21d1) │   │   │   │   ├──[✅]--(21e1) │   │   │   │   ├──[✅]--(22a1) │   │   │   │   ├──[✅]--(22b1) │   │   │   │   ├──[✅]--(22c1) │   │   │   │   ├──[✅]--(22e1) │   │   │   │   ├──[✅]--(23a1) │   │   │   │   ├──[✅]--(23a2) │   │   │   │   ├──[✅]--(23b1) │   │   │   │   ├──[✅]--(23c1) │   │   │   │   ├──[✅]--(23d1) │   │   │   │   ├──[✅]--(23d2) │   │   │   │   ├──[✅]--(23e1) │   │   │   │   └──[✅]--(24a1) │   │   │   ├──[✅]--(m3) │   │   │   │   ├──[✅]--(31a1) │   │   │   │   ├──[✅]--(31a2) │   │   │   │   ├──[✅]--(31b1) │   │   │   │   ├──[✅]--(31c1) │   │   │   │   ├──[✅]--(31d1) │   │   │   │   ├──[✅]--(31e1) │   │   │   │   ├──[✅]--(32a1) │   │   │   │   ├──[✅]--(32b1) │   │   │   │   ├──[✅]--(32c1) │   │   │   │   ├──[✅]--(32d1) │   │   │   │   ├──[✅]--(32e1) │   │   │   │   ├──[✅]--(33a1) │   │   │   │   ├──[✅]--(33b1) │   │   │   │   ├──[✅]--(33d1) │   │   │   │   └──[✅]--(33e1) │   │   │   ├──[✅]--(m4) │   │   │   │   ├──[✅]--(41a1) │   │   │   │   ├──[✅]--(41a2) │   │   │   │   ├──[✅]--(41b1) │   │   │   │   ├──[✅]--(41b2) │   │   │   │   ├──[✅]--(41c1) │   │   │   │   ├──[✅]--(41c2) │   │   │   │   ├──[✅]--(41d1) │   │   │   │   ├──[✅]--(41e1) │   │   │   │   ├──[✅]--(41e1app) │   │   │   │   ├──[✅]--(42a1) │   │   │   │   ├──[✅]--(42a2) │   │   │   │   ├──[✅]--(42b1) │   │   │   │   ├──[✅]--(42b2) │   │   │   │   ├──[✅]--(42c1) │   │   │   │   ├──[✅]--(42c2) │   │   │   │   ├──[✅]--(42d1) │   │   │   │   ├──[✅]--(42d2) │   │   │   │   ├──[✅]--(42e1) │   │   │   │   ├──[✅]--(43a1) │   │   │   │   ├──[✅]--(43a2) │   │   │   │   ├──[✅]--(43b1) │   │   │   │   ├──[✅]--(43b2) │   │   │   │   ├──[✅]--(43c1) │   │   │   │   ├──[✅]--(43c2) │   │   │   │   ├──[✅]--(43d1) │   │   │   │   ├──[✅]--(43d1a) │   │   │   │   ├──[✅]--(43d2) │   │   │   │   └──[✅]--(43e1) │   │   │   ├──[✅]--(m5) │   │   │   │   ├──[✅]--(51a1) │   │   │   │   ├──[✅]--(51b1) │   │   │   │   ├──[✅]--(51c1) │   │   │   │   ├──[✅]--(51d1) │   │   │   │   ├──[✅]--(51d2) │   │   │   │   ├──[✅]--(51e1) │   │   │   │   ├──[✅]--(52b1) │   │   │   │   ├──[✅]--(52c1) │   │   │   │   ├──[✅]--(52c2) │   │   │   │   ├──[✅]--(52d1) │   │   │   │   ├──[✅]--(53a1) │   │   │   │   ├──[✅]--(53b1) │   │   │   │   ├──[✅]--(53c1) │   │   │   │   └──[✅]--(53d1) │   │   │   ├──[✅]--(m6) │   │   │   │   ├──[✅]--(61a1) │   │   │   │   ├──[✅]--(61b1) │   │   │   │   ├──[✅]--(61c1) │   │   │   │   ├──[✅]--(62a1) │   │   │   │   ├──[✅]--(62b1) │   │   │   │   ├──[✅]--(63a1) │   │   │   │   ├──[✅]--(63b1) │   │   │   │   ├──[✅]--(63c1) │   │   │   │   └──[✅]--(63d1) │   │   │   ├──[✅]--(m7) │   │   │   │   ├──[✅]--(71a1) │   │   │   │   ├──[✅]--(71e1) │   │   │   │   ├──[✅]--(72a1) │   │   │   │   ├──[✅]--(73a1) │   │   │   │   └──[✅]--(74a1) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(iterative_sorting) │   │   │   │   └──[✅]--(searc✅ng) │   │   │   ├──[✅]--(summary) │   │   │   │   ├──[✅]--(Node Express Knex) │   │   │   │   ├──[✅]--(certifications) │   │   │   │   ├──[✅]--(cobol) │   │   │   │   ├──[✅]--(complete) │   │   │   │   ├──[✅]--(general) │   │   │   │   ├──[✅]--(interviewing) │   │   │   │   ├──[✅]--(testing) │   │   │   │   └──[✅]--(typescript) │   │   │   └──[✅]--(tlbw) │   │   │ └──[✅]--(client) │   │   ├──[✅]--(Mongo-I-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(controllers) │   │   │ ├──[✅]--(models) │   │   │ └──[✅]--(routes) │   │   ├──[✅]--(Node-Blog-master) │   │   │   ├──[✅]--(api) │   │   │   │   ├──[✅]--(post) │   │   │   │   ├──[✅]--(tag) │   │   │   │   └──[✅]--(user) │   │   │   ├──[✅]--(config) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(helpers) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(routers) │   │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-I-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(controllers) │   │   │ └──[✅]--(models) │   │   ├──[✅]--(Node-Express-Gmaps-Solution-Day-II-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(controllers) │   │   │ └──[✅]--(models) │   │   ├──[✅]--(Precourse-master) │   │   │   ├──[✅]--(Lesson1-Git) │   │   │   ├──[✅]--(Lesson10-JS-VII) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson11-JS-VIII) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson12-DOM) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson2-HTML-CSS) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson3-CSS-Positioning) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson4-JS-I) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson5-JS-II) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson6-JS-III) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson7-JS-IV) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson8-JS-V) │   │   │   │   └──[✅]--(homework) │   │   │   └──[✅]--(Lesson9-JS-VI) │   │   │ └──[✅]--(homework) │   │   ├──[✅]--(Python-II-Notes-master) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(pycache) │   │   ├──[✅]--(Python-master) │   │   │   ├──[✅]--(arithmetic_analysis) │   │   │   │   └──[✅]--(image_data) │   │   │   ├──[✅]--(backtracking) │   │   │   ├──[✅]--(bit_manipulation) │   │   │   ├──[✅]--(blockchain) │   │   │   ├──[✅]--(boolean_algebra) │   │   │   ├──[✅]--(cellular_automata) │   │   │   ├──[✅]--(ciphers) │   │   │   ├──[✅]--(compression) │   │   │   │   └──[✅]--(image_data) │   │   │   ├──[✅]--(computer_vision) │   │   │   ├──[✅]--(conversions) │   │   │   ├──[✅]--(data_structures) │   │   │   │   ├──[✅]--(binary_tree) │   │   │   │   ├──[✅]--(disjoint_set) │   │   │   │   ├──[✅]--(has✅ng) │   │   │   │   ├──[✅]--(heap) │   │   │   │   ├──[✅]--(linked_list) │   │   │   │   ├──[✅]--(queue) │   │   │   │   ├──[✅]--(stacks) │   │   │   │   └──[✅]--(trie) │   │   │   ├──[✅]--(digital_image_processing) │   │   │   │   ├──[✅]--(dithering) │   │   │   │   ├──[✅]--(edge_detection) │   │   │   │   ├──[✅]--(filters) │   │   │   │   ├──[✅]--(✅stogram_equalization) │   │   │   │   ├──[✅]--(image_data) │   │   │   │   ├──[✅]--(resize) │   │   │   │   └──[✅]--(rotation) │   │   │   ├──[✅]--(divide_and_conquer) │   │   │   ├──[✅]--(dynamic_programming) │   │   │   ├──[✅]--(electronics) │   │   │   ├──[✅]--(file_transfer) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(fuzzy_logic) │   │   │   ├──[✅]--(genetic_algorithm) │   │   │   ├──[✅]--(geodesy) │   │   │   ├──[✅]--(grap✅cs) │   │   │   ├──[✅]--(graphs) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(hashes) │   │   │   ├──[✅]--(knapsack) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(linear_algebra) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(mac✅ne_learning) │   │   │   │   ├──[✅]--(forecasting) │   │   │   │   └──[✅]--(lstm) │   │   │   ├──[✅]--(maths) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(series) │   │   │   ├──[✅]--(matrix) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(networking_flow) │   │   │   ├──[✅]--(neural_network) │   │   │   ├──[✅]--(other) │   │   │   ├──[✅]--(project_euler) │   │   │   │   ├──[✅]--(problem_001) │   │   │   │   ├──[✅]--(problem_002) │   │   │   │   ├──[✅]--(problem_003) │   │   │   │   ├──[✅]--(problem_004) │   │   │   │   ├──[✅]--(problem_005) │   │   │   │   ├──[✅]--(problem_006) │   │   │   │   ├──[✅]--(problem_007) │   │   │   │   ├──[✅]--(problem_008) │   │   │   │   ├──[✅]--(problem_009) │   │   │   │   ├──[✅]--(problem_010) │   │   │   │   ├──[✅]--(problem_011) │   │   │   │   ├──[✅]--(problem_012) │   │   │   │   ├──[✅]--(problem_013) │   │   │   │   ├──[✅]--(problem_014) │   │   │   │   ├──[✅]--(problem_015) │   │   │   │   ├──[✅]--(problem_016) │   │   │   │   ├──[✅]--(problem_017) │   │   │   │   ├──[✅]--(problem_018) │   │   │   │   ├──[✅]--(problem_019) │   │   │   │   ├──[✅]--(problem_020) │   │   │   │   ├──[✅]--(problem_021) │   │   │   │   ├──[✅]--(problem_022) │   │   │   │   ├──[✅]--(problem_023) │   │   │   │   ├──[✅]--(problem_024) │   │   │   │   ├──[✅]--(problem_025) │   │   │   │   ├──[✅]--(problem_026) │   │   │   │   ├──[✅]--(problem_027) │   │   │   │   ├──[✅]--(problem_028) │   │   │   │   ├──[✅]--(problem_029) │   │   │   │   ├──[✅]--(problem_030) │   │   │   │   ├──[✅]--(problem_031) │   │   │   │   ├──[✅]--(problem_032) │   │   │   │   ├──[✅]--(problem_033) │   │   │   │   ├──[✅]--(problem_034) │   │   │   │   ├──[✅]--(problem_035) │   │   │   │   ├──[✅]--(problem_036) │   │   │   │   ├──[✅]--(problem_037) │   │   │   │   ├──[✅]--(problem_038) │   │   │   │   ├──[✅]--(problem_039) │   │   │   │   ├──[✅]--(problem_040) │   │   │   │   ├──[✅]--(problem_041) │   │   │   │   ├──[✅]--(problem_042) │   │   │   │   ├──[✅]--(problem_043) │   │   │   │   ├──[✅]--(problem_044) │   │   │   │   ├──[✅]--(problem_045) │   │   │   │   ├──[✅]--(problem_046) │   │   │   │   ├──[✅]--(problem_047) │   │   │   │   ├──[✅]--(problem_048) │   │   │   │   ├──[✅]--(problem_049) │   │   │   │   ├──[✅]--(problem_050) │   │   │   │   ├──[✅]--(problem_051) │   │   │   │   ├──[✅]--(problem_052) │   │   │   │   ├──[✅]--(problem_053) │   │   │   │   ├──[✅]--(problem_054) │   │   │   │   ├──[✅]--(problem_055) │   │   │   │   ├──[✅]--(problem_056) │   │   │   │   ├──[✅]--(problem_057) │   │   │   │   ├──[✅]--(problem_058) │   │   │   │   ├──[✅]--(problem_059) │   │   │   │   ├──[✅]--(problem_062) │   │   │   │   ├──[✅]--(problem_063) │   │   │   │   ├──[✅]--(problem_064) │   │   │   │   ├──[✅]--(problem_065) │   │   │   │   ├──[✅]--(problem_067) │   │   │   │   ├──[✅]--(problem_069) │   │   │   │   ├──[✅]--(problem_070) │   │   │   │   ├──[✅]--(problem_071) │   │   │   │   ├──[✅]--(problem_072) │   │   │   │   ├──[✅]--(problem_074) │   │   │   │   ├──[✅]--(problem_075) │   │   │   │   ├──[✅]--(problem_076) │   │   │   │   ├──[✅]--(problem_077) │   │   │   │   ├──[✅]--(problem_080) │   │   │   │   ├──[✅]--(problem_081) │   │   │   │   ├──[✅]--(problem_085) │   │   │   │   ├──[✅]--(problem_086) │   │   │   │   ├──[✅]--(problem_087) │   │   │   │   ├──[✅]--(problem_089) │   │   │   │   ├──[✅]--(problem_091) │   │   │   │   ├──[✅]--(problem_097) │   │   │   │   ├──[✅]--(problem_099) │   │   │   │   ├──[✅]--(problem_101) │   │   │   │   ├──[✅]--(problem_102) │   │   │   │   ├──[✅]--(problem_107) │   │   │   │   ├──[✅]--(problem_112) │   │   │   │   ├──[✅]--(problem_113) │   │   │   │   ├──[✅]--(problem_119) │   │   │   │   ├──[✅]--(problem_120) │   │   │   │   ├──[✅]--(problem_123) │   │   │   │   ├──[✅]--(problem_125) │   │   │   │   ├──[✅]--(problem_129) │   │   │   │   ├──[✅]--(problem_135) │   │   │   │   ├──[✅]--(problem_173) │   │   │   │   ├──[✅]--(problem_174) │   │   │   │   ├──[✅]--(problem_180) │   │   │   │   ├──[✅]--(problem_188) │   │   │   │   ├──[✅]--(problem_191) │   │   │   │   ├──[✅]--(problem_203) │   │   │   │   ├──[✅]--(problem_206) │   │   │   │   ├──[✅]--(problem_207) │   │   │   │   ├──[✅]--(problem_234) │   │   │   │   ├──[✅]--(problem_301) │   │   │   │   └──[✅]--(problem_551) │   │   │   ├──[✅]--(quantum) │   │   │   ├──[✅]--(scheduling) │   │   │   ├──[✅]--(scripts) │   │   │   ├──[✅]--(searches) │   │   │   ├──[✅]--(sorts) │   │   │   ├──[✅]--(strings) │   │   │   ├──[✅]--(traversals) │   │   │   └──[✅]--(web_programming) │   │   ├──[✅]--(React-Todo-Solution-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(tests) │   │   ├──[✅]--(React-Todo-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(Relational-Databases-master) │   │   │   └──[✅]--(solutions) │   │   ├──[✅]--(Server-Testing-master) │   │   ├──[✅]--(Sorting-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(iterative_sorting) │   │   │ ├──[✅]--(recursive_sorting) │   │   │ └──[✅]--(searc✅ng) │   │   ├──[✅]--(Static-Pages-master) │   │   ├──[✅]--(W✅teboard-Pairing-master) │   │   │   ├──[✅]--(BSTFromArray) │   │   │   ├──[✅]--(BalancedBinaryTree) │   │   │   ├──[✅]--(BalancedBrackets) │   │   │   ├──[✅]--(BitcoinTrading) │   │   │   ├──[✅]--(ClimbingStairs) │   │   │   ├──[✅]--(CountingVotes) │   │   │   ├──[✅]--(DepthFirstSearch) │   │   │   ├──[✅]--(FindRotationPoint) │   │   │   ├──[✅]--(IntegerPairs) │   │   │   ├──[✅]--(KthToLastNode) │   │   │   ├──[✅]--(LargestContiguousSum) │   │   │   ├──[✅]--(LargestStack) │   │   │   ├──[✅]--(LinkedListPalindrome) │   │   │   ├──[✅]--(MatrixSpiralCopy) │   │   │   ├──[✅]--(MergingTwoPackages) │   │   │   ├──[✅]--(MinHeap) │   │   │   ├──[✅]--(MinJumps) │   │   │   ├──[✅]--(NthFibonacci) │   │   │   ├──[✅]--(OneWayFlight) │   │   │   ├──[✅]--(ProductOfAllOtherNumbers) │   │   │   ├──[✅]--(QueueWithTwoStacks) │   │   │   ├──[✅]--(ReverseLinkedList) │   │   │   ├──[✅]--(RingBuffer) │   │   │   ├──[✅]--(RobotPaths) │   │   │   ├──[✅]--(RockPaperScissors) │   │   │   ├──[✅]--(RotateImage) │   │   │   ├──[✅]--(SetOfStacks) │   │   │   ├──[✅]--(SortStack) │   │   │   ├──[✅]--(SortTopScores) │   │   │   ├──[✅]--(TemperatureTracker) │   │   │   ├──[✅]--(TimePlanner) │   │   │   └──[✅]--(ValidateBinaryTree) │   │   ├──[✅]--(_DS-Python) │   │   │   ├──[✅]--(Algorithms-I-Notes-master) │   │   │   │   └──[✅]--(practice_algs) │   │   │   └──[✅]--(Algorithms-master) │   │   │ ├──[✅]--(climbing_stairs) │   │   │ ├──[✅]--(knapsack) │   │   │ ├──[✅]--(making_change) │   │   │ ├──[✅]--(recipe_batches) │   │   │ ├──[✅]--(rock_paper_scissors) │   │   │ └──[✅]--(stock_prices) │   │   ├──[✅]--(_Individual-Projects) │   │   │   ├──[✅]--(Advanced-Form-Management-Guided-master) │   │   │   │   └──[✅]--(app) │   │   │   ├──[✅]--(Bootstrap-I-master) │   │   │   │   ├──[✅]--(_example-resume) │   │   │   │   ├──[✅]--(css) │   │   │   │   ├──[✅]--(img) │   │   │   │   ├──[✅]--(js) │   │   │   │   └──[✅]--(less) │   │   │   ├──[✅]--(Components-BEM-master) │   │   │   │   ├──[✅]--(components) │   │   │   │   └──[✅]--(markups) │   │   │   ├──[✅]--(Components-Constructors-master) │   │   │   │   ├──[✅]--(components) │   │   │   │   └──[✅]--(markups) │   │   │   ├──[✅]--(Computer-Arc✅tecture-Notes-master) │   │   │   │   ├──[✅]--(lectureI) │   │   │   │   ├──[✅]--(lectureII) │   │   │   │   ├──[✅]--(lectureIII) │   │   │   │   └──[✅]--(lectureIV) │   │   │   ├──[✅]--(Course_and_Book_Notes-master) │   │   │   │   ├──[✅]--(Algorithm Design Manual) │   │   │   │   ├──[✅]--(Computer Science Distilled) │   │   │   │   ├──[✅]--(Lambda_Notes) │   │   │   │   ├──[✅]--(Programming Foundations) │   │   │   │   ├──[✅]--(The_C_Programming_Language) │   │   │   │   ├──[✅]--(T✅nk Like a Programmer) │   │   │   │   └──[✅]--(YoutubeVideos) │   │   │   ├──[✅]--(JavaScript-I-master) │   │   │   │   └──[✅]--(assignments) │   │   │   ├──[✅]--(JavaScript-II-master) │   │   │   │   └──[✅]--(assignments) │   │   │   ├──[✅]--(JavaScript-III-master) │   │   │   │   └──[✅]--(assignments) │   │   │   └──[✅]--(JavaScript-IV-master) │   │   │ └──[✅]--(assignments) │   │   ├──[✅]--(_MOST-USEFUL) │   │   │   └──[✅]--(Boilerplate-master) │   │   │ ├──[✅]--(Apollo) │   │   │ ├──[✅]--(Express-MongoDB) │   │   │ ├──[✅]--(React-Redux) │   │   │ └──[✅]--(TypeGraphQL) │   │   ├──[✅]--(_misc) │   │   │   └──[✅]--(Blockchain-Notes-master) │   │   │ └──[✅]--(communication_gp) │   │   ├──[✅]--(data_struct_and_algo-master) │   │   │   └──[✅]--(logs) │   │   ├──[✅]--(dev-portfolio-master) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(components) │   │   │   │   ├──[✅]--(global-scss) │   │   │   │   └──[✅]--(views) │   │   │   └──[✅]--(tests_setup) │   │   │ └──[✅]--(mocks) │   │   ├──[✅]--(feelscollective-master) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(fonts) │   │   │   │   ├──[✅]--(icomoon) │   │   │   │   └──[✅]--(open-iconic) │   │   │   ├──[✅]--(images) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(scss) │   │   ├──[✅]--(five-master) │   │   │   └──[✅]--(FiveFeed) │   │   │ ├──[✅]--(lambda) │   │   │ ├──[✅]--(lambda-src) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(homepage-master) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(fonts) │   │   │   ├──[✅]--(images) │   │   │   └──[✅]--(js) │   │   │ ├──[✅]--(backstretch) │   │   │ ├──[✅]--(bootstrap) │   │   │ ├──[✅]--(easing) │   │   │ ├──[✅]--(magnific-popup) │   │   │ ├──[✅]--(owl-carousel) │   │   │ ├──[✅]--(uitotop) │   │   │ └──[✅]--(wow) │   │   ├──[✅]--(lambda-demo-project-master) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(lambda-lecture-notes-main) │   │   │   ├──[✅]--(3-1-advanced-react) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(pdf) │   │   │   ├──[✅]--(3-2-advanced-state-mangement) │   │   │   │   └──[✅]--(images) │   │   │   └──[✅]--(3-3-advanced-web-applications) │   │   │ └──[✅]--(images) │   │   ├──[✅]--(portfolio-main) │   │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(pages) │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(static) │   │   │   ├──[✅]--(scripts) │   │   │   ├──[✅]--(styles) │   │   │   └──[✅]--(utils) │   │   ├──[✅]--(react-carousel-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(assets) │   │   ├──[✅]--(react-design-patterns-and-best-practices-master) │   │   │   ├──[✅]--(chapter-03) │   │   │   │   └──[✅]--(reusable-components) │   │   │   ├──[✅]--(chapter-04) │   │   │   │   ├──[✅]--(container-presentational) │   │   │   │   └──[✅]--(✅gher-order-components) │   │   │   ├──[✅]--(chapter-05) │   │   │   │   ├──[✅]--(data-fetc✅ng) │   │   │   │   ├──[✅]--(data-flow) │   │   │   │   └──[✅]--(react-refetch) │   │   │   ├──[✅]--(chapter-06) │   │   │   │   ├──[✅]--(controlled-components) │   │   │   │   ├──[✅]--(css-transition-group) │   │   │   │   ├──[✅]--(event-switch) │   │   │   │   ├──[✅]--(json-schema) │   │   │   │   ├──[✅]--(react-motion) │   │   │   │   ├──[✅]--(refs-dom) │   │   │   │   ├──[✅]--(refs-instance) │   │   │   │   ├──[✅]--(svg) │   │   │   │   └──[✅]--(uncontrolled-components) │   │   │   ├──[✅]--(chapter-07) │   │   │   │   ├──[✅]--(css-modules) │   │   │   │   ├──[✅]--(inline-styles) │   │   │   │   ├──[✅]--(radium) │   │   │   │   └──[✅]--(styled-components) │   │   │   ├──[✅]--(chapter-08) │   │   │   │   ├──[✅]--(data-fetc✅ng) │   │   │   │   ├──[✅]--(next) │   │   │   │   └──[✅]--(server-side-rendering) │   │   │   ├──[✅]--(chapter-09) │   │   │   │   ├──[✅]--(constants-props) │   │   │   │   ├──[✅]--(creating-functions) │   │   │   │   ├──[✅]--(good-design) │   │   │   │   └──[✅]--(keys) │   │   │   ├──[✅]--(chapter-10) │   │   │   │   ├──[✅]--(enzyme) │   │   │   │   ├──[✅]--(✅gher-order-components) │   │   │   │   ├──[✅]--(jest) │   │   │   │   ├──[✅]--(mocha) │   │   │   │   ├──[✅]--(page-object) │   │   │   │   └──[✅]--(real-world) │   │   │   └──[✅]--(chapter-11) │   │   │ ├──[✅]--(index-as-key) │   │   │ ├──[✅]--(initializing-state) │   │   │ └──[✅]--(mutating-state) │   │   ├──[✅]--(sql-lab-master) │   │   │   └──[✅]--(img) │   │   ├──[✅]--(web-guided-project-HTTP-main) │   │   │   ├──[✅]--(client) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(server) │   │   └──[✅]--(web-guided-project-testing-web-apps-solution-main) │   │ ├──[✅]--(public) │   │ └──[✅]--(src) │   │ └──[✅]--(components) │   ├──[✅]--(_Sprint-Resources) │   │   └──[✅]--(Sprint Challenge Study Guide - Unit 1, Sprint 1) │   ├──[✅]--(_Templates-Frameworks-And-Official-Repos) │   │   ├──[✅]--(ant-design-master) │   │   │   ├──[✅]--(components) │   │   │   │   ├──[✅]--(tests) │   │   │   │   ├──[✅]--(_util) │   │   │   │   ├──[✅]--(affix) │   │   │   │   ├──[✅]--(alert) │   │   │   │   ├──[✅]--(anchor) │   │   │   │   ├──[✅]--(auto-complete) │   │   │   │   ├──[✅]--(avatar) │   │   │   │   ├──[✅]--(back-top) │   │   │   │   ├──[✅]--(badge) │   │   │   │   ├──[✅]--(breadcrumb) │   │   │   │   ├──[✅]--(button) │   │   │   │   ├──[✅]--(calendar) │   │   │   │   ├──[✅]--(card) │   │   │   │   ├──[✅]--(carousel) │   │   │   │   ├──[✅]--(cascader) │   │   │   │   ├──[✅]--(checkbox) │   │   │   │   ├──[✅]--(col) │   │   │   │   ├──[✅]--(collapse) │   │   │   │   ├──[✅]--(comment) │   │   │   │   ├──[✅]--(config-provider) │   │   │   │   ├──[✅]--(date-picker) │   │   │   │   ├──[✅]--(descriptions) │   │   │   │   ├──[✅]--(divider) │   │   │   │   ├──[✅]--(drawer) │   │   │   │   ├──[✅]--(dropdown) │   │   │   │   ├──[✅]--(empty) │   │   │   │   ├──[✅]--(form) │   │   │   │   ├──[✅]--(grid) │   │   │   │   ├──[✅]--(icon) │   │   │   │   ├──[✅]--(image) │   │   │   │   ├──[✅]--(input) │   │   │   │   ├──[✅]--(input-number) │   │   │   │   ├──[✅]--(layout) │   │   │   │   ├──[✅]--(list) │   │   │   │   ├──[✅]--(locale) │   │   │   │   ├──[✅]--(locale-provider) │   │   │   │   ├──[✅]--(mentions) │   │   │   │   ├──[✅]--(menu) │   │   │   │   ├──[✅]--(message) │   │   │   │   ├──[✅]--(modal) │   │   │   │   ├──[✅]--(notification) │   │   │   │   ├──[✅]--(overview) │   │   │   │   ├──[✅]--(page-header) │   │   │   │   ├──[✅]--(pagination) │   │   │   │   ├──[✅]--(popconfirm) │   │   │   │   ├──[✅]--(popover) │   │   │   │   ├──[✅]--(progress) │   │   │   │   ├──[✅]--(radio) │   │   │   │   ├──[✅]--(rate) │   │   │   │   ├──[✅]--(result) │   │   │   │   ├──[✅]--(row) │   │   │   │   ├──[✅]--(select) │   │   │   │   ├──[✅]--(skeleton) │   │   │   │   ├──[✅]--(slider) │   │   │   │   ├──[✅]--(space) │   │   │   │   ├──[✅]--(spin) │   │   │   │   ├──[✅]--(statistic) │   │   │   │   ├──[✅]--(steps) │   │   │   │   ├──[✅]--(style) │   │   │   │   ├──[✅]--(switch) │   │   │   │   ├──[✅]--(table) │   │   │   │   ├──[✅]--(tabs) │   │   │   │   ├──[✅]--(tag) │   │   │   │   ├──[✅]--(time-picker) │   │   │   │   ├──[✅]--(timeline) │   │   │   │   ├──[✅]--(tooltip) │   │   │   │   ├──[✅]--(transfer) │   │   │   │   ├──[✅]--(tree) │   │   │   │   ├──[✅]--(tree-select) │   │   │   │   ├──[✅]--(typography) │   │   │   │   ├──[✅]--(upload) │   │   │   │   └──[✅]--(version) │   │   │   ├──[✅]--(docs) │   │   │   │   ├──[✅]--(react) │   │   │   │   └──[✅]--(spec) │   │   │   ├──[✅]--(scripts) │   │   │   │   └──[✅]--(previewEditor) │   │   │   ├──[✅]--(site) │   │   │   │   └──[✅]--(theme) │   │   │   ├──[✅]--(tests) │   │   │   │   ├──[✅]--(mocks) │   │   │   │   ├──[✅]--(snapshots) │   │   │   │   ├──[✅]--(dekko) │   │   │   │   ├──[✅]--(matchers) │   │   │   │   └──[✅]--(shared) │   │   │   └──[✅]--(typings) │   │   └──[✅]--(material-components-web-master) │   │ ├──[✅]--(docs) │   │ │   ├──[✅]--(code) │   │ │   ├──[✅]--(codelabs) │   │ │   ├──[✅]--(contribute) │   │ │   └──[✅]--(open_source) │   │ ├──[✅]--(packages) │   │ │   ├──[✅]--(material-components-web) │   │ │   ├──[✅]--(mdc-animation) │   │ │   ├──[✅]--(mdc-auto-init) │   │ │   ├──[✅]--(mdc-banner) │   │ │   ├──[✅]--(mdc-base) │   │ │   ├──[✅]--(mdc-button) │   │ │   ├──[✅]--(mdc-card) │   │ │   ├──[✅]--(mdc-checkbox) │   │ │   ├──[✅]--(mdc-c✅ps) │   │ │   ├──[✅]--(mdc-circular-progress) │   │ │   ├──[✅]--(mdc-data-table) │   │ │   ├──[✅]--(mdc-density) │   │ │   ├──[✅]--(mdc-dialog) │   │ │   ├──[✅]--(mdc-dom) │   │ │   ├──[✅]--(mdc-drawer) │   │ │   ├──[✅]--(mdc-elevation) │   │ │   ├──[✅]--(mdc-fab) │   │ │   ├──[✅]--(mdc-feature-targeting) │   │ │   ├──[✅]--(mdc-floating-label) │   │ │   ├──[✅]--(mdc-form-field) │   │ │   ├──[✅]--(mdc-icon-button) │   │ │   ├──[✅]--(mdc-image-list) │   │ │   ├──[✅]--(mdc-layout-grid) │   │ │   ├──[✅]--(mdc-line-ripple) │   │ │   ├──[✅]--(mdc-linear-progress) │   │ │   ├──[✅]--(mdc-list) │   │ │   ├──[✅]--(mdc-menu) │   │ │   ├──[✅]--(mdc-menu-surface) │   │ │   ├──[✅]--(mdc-notched-outline) │   │ │   ├──[✅]--(mdc-progress-indicator) │   │ │   ├──[✅]--(mdc-radio) │   │ │   ├──[✅]--(mdc-ripple) │   │ │   ├──[✅]--(mdc-rtl) │   │ │   ├──[✅]--(mdc-segmented-button) │   │ │   ├──[✅]--(mdc-select) │   │ │   ├──[✅]--(mdc-shape) │   │ │   ├──[✅]--(mdc-slider) │   │ │   ├──[✅]--(mdc-snackbar) │   │ │   ├──[✅]--(mdc-switch) │   │ │   ├──[✅]--(mdc-tab) │   │ │   ├──[✅]--(mdc-tab-bar) │   │ │   ├──[✅]--(mdc-tab-indicator) │   │ │   ├──[✅]--(mdc-tab-scroller) │   │ │   ├──[✅]--(mdc-textfield) │   │ │   ├──[✅]--(mdc-theme) │   │ │   ├──[✅]--(mdc-tooltip) │   │ │   ├──[✅]--(mdc-top-app-bar) │   │ │   ├──[✅]--(mdc-touch-target) │   │ │   └──[✅]--(mdc-typography) │   │ ├──[✅]--(scripts) │   │ │   ├──[✅]--(build) │   │ │   ├──[✅]--(documentation) │   │ │   └──[✅]--(webpack) │   │ └──[✅]--(testing) │   │ ├──[✅]--(dom) │   │ ├──[✅]--(featuretargeting) │   │ └──[✅]--(helpers) │   ├──[✅]--(_Understanding-Git) │   ├──[✅]--(__CHEAT-SHEETS) │   │   ├──[✅]--(All) │   │   ├──[✅]--(cheatsheets-master) │   │   │   └──[✅]--(cheatsheets-master) │   │   │ ├──[✅]--(alertmanager) │   │   │ ├──[✅]--(ansible) │   │   │ ├──[✅]--(aws-cli) │   │   │ ├──[✅]--(aws-codebuild) │   │   │ ├──[✅]--(aws-ecr) │   │   │ ├──[✅]--(aws-iam) │   │   │ ├──[✅]--(aws-python) │   │   │ ├──[✅]--(bash) │   │   │ ├──[✅]--(benchmarking) │   │   │ ├──[✅]--(blackbox-exporter) │   │   │ ├──[✅]--(cadvisor) │   │   │ ├──[✅]--(ceph) │   │   │ ├──[✅]--(cloudwatch) │   │   │ ├──[✅]--(concourse) │   │   │ ├──[✅]--(docker) │   │   │ ├──[✅]--(drone-ci) │   │   │ ├──[✅]--(dynamodb) │   │   │ ├──[✅]--(ec2-metadata) │   │   │ ├──[✅]--(ecs) │   │   │ ├──[✅]--(elasticsearch) │   │   │ ├──[✅]--(fluent-bit) │   │   │ ├──[✅]--(font-awesome) │   │   │ ├──[✅]--(git) │   │   │ ├──[✅]--(github-actions) │   │   │ ├──[✅]--(golang) │   │   │ ├──[✅]--(grafana) │   │   │ ├──[✅]--(grok) │   │   │ ├──[✅]--(influxdb) │   │   │ ├──[✅]--(iterm) │   │   │ ├──[✅]--(javascript) │   │   │ ├──[✅]--(jq) │   │   │ ├──[✅]--(k3s) │   │   │ ├──[✅]--(kubernetes) │   │   │ ├──[✅]--(loki) │   │   │ ├──[✅]--(mongodb) │   │   │ ├──[✅]--(mysql) │   │   │ ├──[✅]--(neo4j-cypher) │   │   │ ├──[✅]--(nginx) │   │   │ ├──[✅]--(postgresql) │   │   │ ├──[✅]--(prometheus) │   │   │ ├──[✅]--(pushgateway) │   │   │ ├──[✅]--(python) │   │   │ ├──[✅]--(regex) │   │   │ ├──[✅]--(samba) │   │   │ ├──[✅]--(sftp) │   │   │ ├──[✅]--(slack) │   │   │ ├──[✅]--(ssh) │   │   │ ├──[✅]--(ssh-keygen) │   │   │ ├──[✅]--(sudo) │   │   │ ├──[✅]--(sysadmin) │   │   │ ├──[✅]--(systemd) │   │   │ ├──[✅]--(terraform) │   │   │ ├──[✅]--(vim) │   │   │ └──[✅]--(zipkin) │   │   ├──[✅]--(guided-cheatsheets) │   │   │   ├──[✅]--(auto-generate-boilerplate) │   │   │   │   └──[✅]--(test2) │   │   │   └──[✅]--(test.html) │   │   └──[✅]--(pdf) │   │ ├──[✅]--(css) │   │ ├──[✅]--(data-structures) │   │ ├──[✅]--(database) │   │ ├──[✅]--(engineering) │   │ ├──[✅]--(general-comp-sci) │   │ ├──[✅]--(git) │   │ ├──[✅]--(git.html) │   │ ├──[✅]--(html) │   │ ├──[✅]--(java) │   │ ├──[✅]--(javascript) │   │ ├──[✅]--(linux) │   │ ├──[✅]--(math) │   │ ├──[✅]--(misc) │   │ ├──[✅]--(python) │   │ ├──[✅]--(python.html) │   │ ├──[✅]--(ruby) │   │ ├──[✅]--(ruby.html) │   │ ├──[✅]--(unsorted) │   │ └──[✅]--(web) │   ├──[✅]--(awesome-resources) │   │   ├──[✅]--(101.awesome.tools.for.web.designers.and.developers) │   │   ├──[✅]--(Awesome-Design-Tools-master) │   │   │   ├──[✅]--(Media) │   │   │   └──[✅]--(docs) │   │   │ ├──[✅]--(assets) │   │   │ ├──[✅]--(css) │   │   │ ├──[✅]--(js) │   │   │ └──[✅]--(modules) │   │   ├──[✅]--(Awesome-master) │   │   │   └──[✅]--(media) │   │   ├──[✅]--(Awesome.WSL.repo) │   │   ├──[✅]--(Awesome_APIs-master) │   │   ├──[✅]--(Cumulative-Resource-List-master) │   │   │   └──[✅]--(README-s) │   │   ├──[✅]--(Cumulative.Resource.List.repo) │   │   ├──[✅]--(Staging) │   │   │   └──[✅]--(A-to-Z-Resources-for-Students-master) │   │   │ ├──[✅]--(Android) │   │   │ ├──[✅]--(BlockChain) │   │   │ ├──[✅]--(CheatSheet) │   │   │ ├──[✅]--(GSOC) │   │   │ ├──[✅]--(ML) │   │   │ ├──[✅]--(Node.JS) │   │   │ ├──[✅]--(Projects) │   │   │ ├──[✅]--(Python) │   │   │ ├──[✅]--(res) │   │   │ └──[✅]--(translation) │   │   ├──[✅]--(awesome-cheatsheet-master) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(awesome-cheatsheets) │   │   │   ├──[✅]--(backend) │   │   │   ├──[✅]--(databases) │   │   │   ├──[✅]--(frontend) │   │   │   ├──[✅]--(languages) │   │   │   └──[✅]--(tools) │   │   ├──[✅]--(awesome-chrome-devtools-master) │   │   │   └──[✅]--(awesome-chrome-devtools-master) │   │   ├──[✅]--(awesome-cli-apps-master) │   │   │   └──[✅]--(media) │   │   ├──[✅]--(awesome-cpp-master) │   │   ├──[✅]--(awesome-creative-coding-master) │   │   │   └──[✅]--(website) │   │   ├──[✅]--(awesome-css-master) │   │   ├──[✅]--(awesome-dotfiles-master) │   │   ├──[✅]--(awesome-for-beginners-master) │   │   │   └──[✅]--(assets) │   │   ├──[✅]--(awesome-gists-master) │   │   │   └──[✅]--(awesome-gists-master) │   │   ├──[✅]--(awesome-heroku-master) │   │   │   └──[✅]--(awesome-heroku-master) │   │   │ └──[✅]--(images) │   │   ├──[✅]--(awesome-interview-questions-master) │   │   ├──[✅]--(awesome-javascript-master) │   │   │   └──[✅]--(awesome-javascript-master) │   │   ├──[✅]--(awesome-js-master) │   │   │   └──[✅]--(awesome-js-master) │   │   ├──[✅]--(awesome-list-master) │   │   │   └──[✅]--(cheatsheets) │   │   ├──[✅]--(awesome-main) │   │   │   └──[✅]--(media) │   │   ├──[✅]--(awesome-nodejs-master) │   │   │   ├──[✅]--(awesome-nodejs-master) │   │   │   │   └──[✅]--(media) │   │   │   └──[✅]--(media) │   │   ├──[✅]--(awesome-piracy-master) │   │   ├──[✅]--(awesome-python-applications-master) │   │   │   ├──[✅]--(notebooks) │   │   │   └──[✅]--(templates) │   │   ├──[✅]--(awesome-python-master) │   │   │   └──[✅]--(docs) │   │   │ └──[✅]--(css) │   │   ├──[✅]--(awesome-react-hooks-master) │   │   ├──[✅]--(awesome-react-render-props-master) │   │   │   └──[✅]--(awesome-react-render-props-master) │   │   ├──[✅]--(awesome-readme-master) │   │   ├──[✅]--(awesome-redux-master) │   │   │   └──[✅]--(examples) │   │   ├──[✅]--(awesome-selfhosted-master) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(awesome-shell-master) │   │   ├──[✅]--(awesome-vscode-master) │   │   │   ├──[✅]--(screenshots) │   │   │   └──[✅]--(themes) │   │   │ └──[✅]--(screenshots) │   │   ├──[✅]--(awesome.cpp.repo) │   │   ├──[✅]--(awesome.interview.questions) │   │   ├──[✅]--(awesome.js.snippets) │   │   ├──[✅]--(awesome.json.repo) │   │   ├──[✅]--(awesome.markdown) │   │   ├──[✅]--(awesome.postgres.repo) │   │   ├──[✅]--(awesome.react.components.repo) │   │   ├──[✅]--(awesome.regex.repo) │   │   ├──[✅]--(awesome.rest.repo) │   │   ├──[✅]--(awesome.web.dev.resources.repo) │   │   ├──[✅]--(awesomeopensource.com) │   │   │   ├──[✅]--(categories) │   │   │   ├──[✅]--(cdn-cgi) │   │   │   │   ├──[✅]--(bm) │   │   │   │   └──[✅]--(scripts) │   │   │   ├──[✅]--(packs) │   │   │   ├──[✅]--(project) │   │   │   │   ├──[✅]--(0k.html) │   │   │   │   ├──[✅]--(3F) │   │   │   │   ├──[✅]--(500tech) │   │   │   │   ├──[✅]--(864381832) │   │   │   │   ├──[✅]--(APIs-guru.html) │   │   │   │   ├──[✅]--(AdnanHodzic.html) │   │   │   │   ├──[✅]--(AliasIO) │   │   │   │   ├──[✅]--(AlisamTechnology) │   │   │   │   ├──[✅]--(AloneMonkey.html) │   │   │   │   ├──[✅]--(ApiGen) │   │   │   │   ├──[✅]--(ArchStrike) │   │   │   │   ├──[✅]--(Armin2208.html) │   │   │   │   ├──[✅]--(AryToNeX.html) │   │   │   │   ├──[✅]--(Ashung) │   │   │   │   ├──[✅]--(Azure) │   │   │   │   ├──[✅]--(BinaryAnalysisPlatform.html) │   │   │   │   ├──[✅]--(CTCaer) │   │   │   │   ├──[✅]--(CUTR-at-USF) │   │   │   │   ├──[✅]--(CVarisco.html) │   │   │   │   ├──[✅]--(CalebFenton.html) │   │   │   │   ├──[✅]--(CedricGuillemet.html) │   │   │   │   ├──[✅]--(CharlesPikachu) │   │   │   │   ├──[✅]--(Col-E.html) │   │   │   │   ├──[✅]--(Cosmo.html) │   │   │   │   ├──[✅]--(CrestApps) │   │   │   │   ├──[✅]--(DataBiosphere) │   │   │   │   ├──[✅]--(Dav1dde) │   │   │   │   ├──[✅]--(DavideViolante.html) │   │   │   │   ├──[✅]--(DeathKing.html) │   │   │   │   ├──[✅]--(DennisYurichev.html) │   │   │   │   ├──[✅]--(Depressurizer.html) │   │   │   │   ├──[✅]--(DevUtilsApp) │   │   │   │   ├──[✅]--(DextApp) │   │   │   │   ├──[✅]--(Dobiasd.html) │   │   │   │   ├──[✅]--(DreamCats) │   │   │   │   ├──[✅]--(EFPrefix) │   │   │   │   ├──[✅]--(EasyCorp) │   │   │   │   ├──[✅]--(EntilZha.html) │   │   │   │   ├──[✅]--(Gh0u1L5.html) │   │   │   │   ├──[✅]--(GoogleChrome) │   │   │   │   ├──[✅]--(GoogleChromeLabs) │   │   │   │   ├──[✅]--(GoogleCloudPlatform) │   │   │   │   ├──[✅]--(GoogleContainerTools) │   │   │   │   ├──[✅]--(GordyD.html) │   │   │   │   ├──[✅]--(HDB-Li.html) │   │   │   │   ├──[✅]--(Hack-with-Github.html) │   │   │   │   ├──[✅]--(✅tomis.html) │   │   │   │   ├──[✅]--(HosseinKarami) │   │   │   │   ├──[✅]--(ITI) │   │   │   │   ├──[✅]--(Ice-Hazymoon) │   │   │   │   ├──[✅]--(Impedimenta) │   │   │   │   ├──[✅]--(Ismaestro.html) │   │   │   │   ├──[✅]--(IvanMathy) │   │   │   │   ├──[✅]--(JamesIves) │   │   │   │   ├──[✅]--(JasonEtco) │   │   │   │   ├──[✅]--(JasonS✅n.html) │   │   │   │   ├──[✅]--(Jeroen-G.html) │   │   │   │   ├──[✅]--(Jimmey-Jiang.html) │   │   │   │   ├──[✅]--(Jocs) │   │   │   │   ├──[✅]--(JohnSundell) │   │   │   │   ├──[✅]--(JonathanSalwan.html) │   │   │   │   ├──[✅]--(Juude.html) │   │   │   │   ├──[✅]--(Karumi.html) │   │   │   │   ├──[✅]--(KidkArolis) │   │   │   │   ├──[✅]--(KuroLabs.html) │   │   │   │   ├──[✅]--(LANIF-UI.html) │   │   │   │   ├──[✅]--(Labelbox) │   │   │   │   ├──[✅]--(Leniolabs) │   │   │   │   ├──[✅]--(LockGit) │   │   │   │   ├──[✅]--(LorenzCK.html) │   │   │   │   ├──[✅]--(Louiszhai.html) │   │   │   │   ├──[✅]--(LuxLang.html) │   │   │   │   ├──[✅]--(M4cs) │   │   │   │   ├──[✅]--(MLton.html) │   │   │   │   ├──[✅]--(Maktm.html) │   │   │   │   ├──[✅]--(Mantle.html) │   │   │   │   ├──[✅]--(MarioAriasC.html) │   │   │   │   ├──[✅]--(Metnew.html) │   │   │   │   ├──[✅]--(MontFerret.html) │   │   │   │   ├──[✅]--(MostlyAdequate.html) │   │   │   │   ├──[✅]--(NYAN-x-CAT.html) │   │   │   │   ├──[✅]--(Naituw.html) │   │   │   │   ├──[✅]--(NationalSecurityAgency.html) │   │   │   │   ├──[✅]--(NixOS.html) │   │   │   │   ├──[✅]--(NoiseByNorthwest.html) │   │   │   │   ├──[✅]--(OJ.html) │   │   │   │   ├──[✅]--(OWASP.html) │   │   │   │   ├──[✅]--(OXOYO) │   │   │   │   ├──[✅]--(OpenAPITools) │   │   │   │   ├──[✅]--(Optixal) │   │   │   │   ├──[✅]--(PegasusCharles) │   │   │   │   ├──[✅]--(Perfare.html) │   │   │   │   ├──[✅]--(PipedreamHQ) │   │   │   │   ├──[✅]--(PowerJob) │   │   │   │   ├──[✅]--(Powerlevel9k) │   │   │   │   ├──[✅]--(PrefectHQ) │   │   │   │   ├──[✅]--(Protoqol) │   │   │   │   ├──[✅]--(QBDI.html) │   │   │   │   ├──[✅]--(Qftm) │   │   │   │   ├──[✅]--(REDasmOrg.html) │   │   │   │   ├──[✅]--(Raat✅gesh) │   │   │   │   ├──[✅]--(React-Proto) │   │   │   │   ├──[✅]--(React-Sight) │   │   │   │   ├──[✅]--(ReactJSResources.html) │   │   │   │   ├──[✅]--(ReactPrimer.html) │   │   │   │   ├──[✅]--(Rhymen.html) │   │   │   │   ├──[✅]--(Screetsec.html) │   │   │   │   ├──[✅]--(SeanDragon.html) │   │   │   │   ├──[✅]--(SecWiki.html) │   │   │   │   ├──[✅]--(SimulatedGREG.html) │   │   │   │   ├──[✅]--(Sly777.html) │   │   │   │   ├──[✅]--(SteamRE.html) │   │   │   │   ├──[✅]--(Stratio) │   │   │   │   ├──[✅]--(Suor.html) │   │   │   │   ├──[✅]--(SymbiFlow) │   │   │   │   ├──[✅]--(TalkingData) │   │   │   │   ├──[✅]--(Tamsiree) │   │   │   │   ├──[✅]--(Tencent) │   │   │   │   ├──[✅]--(TheLartians) │   │   │   │   ├──[✅]--(TheresAFewConors) │   │   │   │   ├──[✅]--(ThoughtWorksInc.html) │   │   │   │   ├──[✅]--(TwakeApp.html) │   │   │   │   ├──[✅]--(TypeStrong) │   │   │   │   ├──[✅]--(WeBankFinTech) │   │   │   │   ├──[✅]--(WerWolv.html) │   │   │   │   ├──[✅]--(XorTroll.html) │   │   │   │   ├──[✅]--(Xudong-Huang) │   │   │   │   ├──[✅]--(YetiForceCompany) │   │   │   │   ├──[✅]--(a0rtega.html) │   │   │   │   ├──[✅]--(aNNiMON.html) │   │   │   │   ├──[✅]--(ab✅jithvijayan.html) │   │   │   │   ├──[✅]--(abreheret.html) │   │   │   │   ├──[✅]--(actionsflow) │   │   │   │   ├──[✅]--(adamhalasz) │   │   │   │   ├──[✅]--(adelsz) │   │   │   │   ├──[✅]--(adnanh) │   │   │   │   ├──[✅]--(adomokos) │   │   │   │   ├──[✅]--(adtac) │   │   │   │   ├──[✅]--(aelassas) │   │   │   │   ├──[✅]--(agconti.html) │   │   │   │   ├──[✅]--(ahmadawais) │   │   │   │   ├──[✅]--(airbus-seclab.html) │   │   │   │   ├──[✅]--(al0ne) │   │   │   │   ├──[✅]--(albrow.html) │   │   │   │   ├──[✅]--(alecthomas.html) │   │   │   │   ├──[✅]--(alibaba) │   │   │   │   ├──[✅]--(alibaba.html) │   │   │   │   ├──[✅]--(aloisdeniel) │   │   │   │   ├──[✅]--(aloisdeniel.html) │   │   │   │   ├──[✅]--(alphaSeclab.html) │   │   │   │   ├──[✅]--(alyssaxuu.html) │   │   │   │   ├──[✅]--(androguard.html) │   │   │   │   ├──[✅]--(android-notes) │   │   │   │   ├──[✅]--(android10.html) │   │   │   │   ├──[✅]--(andydbc) │   │   │   │   ├──[✅]--(angular) │   │   │   │   ├──[✅]--(ankitrohatgi.html) │   │   │   │   ├──[✅]--(ansible-semaphore) │   │   │   │   ├──[✅]--(ansjdnakjdnajkd) │   │   │   │   ├──[✅]--(ant-design.html) │   │   │   │   ├──[✅]--(ant-move.html) │   │   │   │   ├──[✅]--(anti-ddos) │   │   │   │   ├──[✅]--(antonioribeiro) │   │   │   │   ├──[✅]--(aol.html) │   │   │   │   ├──[✅]--(apache) │   │   │   │   ├──[✅]--(apache.html) │   │   │   │   ├──[✅]--(api-platform) │   │   │   │   ├──[✅]--(appbaseio) │   │   │   │   ├──[✅]--(appwrite) │   │   │   │   ├──[✅]--(appzcoder) │   │   │   │   ├──[✅]--(aquynh.html) │   │   │   │   ├──[✅]--(argoproj) │   │   │   │   ├──[✅]--(armory3d.html) │   │   │   │   ├──[✅]--(arrow-kt.html) │   │   │   │   ├──[✅]--(arthurbergmz) │   │   │   │   ├──[✅]--(as✅shb) │   │   │   │   ├──[✅]--(as✅shpatel26) │   │   │   │   ├──[✅]--(assemble) │   │   │   │   ├──[✅]--(async-labs.html) │   │   │   │   ├──[✅]--(atomantic) │   │   │   │   ├──[✅]--(averagesecurityguy) │   │   │   │   ├──[✅]--(awalterschulze.html) │   │   │   │   ├──[✅]--(aws) │   │   │   │   ├──[✅]--(awslabs) │   │   │   │   ├──[✅]--(b-ryan) │   │   │   │   ├──[✅]--(b12io) │   │   │   │   ├──[✅]--(badgen) │   │   │   │   ├──[✅]--(balsikandar) │   │   │   │   ├──[✅]--(bamlab) │   │   │   │   ├──[✅]--(banago) │   │   │   │   ├──[✅]--(banq) │   │   │   │   ├──[✅]--(bchavez) │   │   │   │   ├──[✅]--(bcicen) │   │   │   │   ├──[✅]--(bestony) │   │   │   │   ├──[✅]--(bighuang624) │   │   │   │   ├──[✅]--(bitjson.html) │   │   │   │   ├──[✅]--(bitwes.html) │   │   │   │   ├──[✅]--(bjankord.html) │   │   │   │   ├──[✅]--(bkaradzic) │   │   │   │   ├──[✅]--(blackholll) │   │   │   │   ├──[✅]--(bnb) │   │   │   │   ├──[✅]--(boo1ean) │   │   │   │   ├──[✅]--(bootleg.html) │   │   │   │   ├──[✅]--(boyney123.html) │   │   │   │   ├──[✅]--(brazilian-utils) │   │   │   │   ├──[✅]--(brianvoe) │   │   │   │   ├──[✅]--(brikis98) │   │   │   │   ├──[✅]--(broadinstitute) │   │   │   │   ├──[✅]--(brunch) │   │   │   │   ├──[✅]--(bt3gl.html) │   │   │   │   ├──[✅]--(bufferapp.html) │   │   │   │   ├──[✅]--(buginux.html) │   │   │   │   ├──[✅]--(buildbot) │   │   │   │   ├──[✅]--(builderbook.html) │   │   │   │   ├──[✅]--(burghardt) │   │   │   │   ├──[✅]--(bxcodec) │   │   │   │   ├──[✅]--(caicloud) │   │   │   │   ├──[✅]--(caixw) │   │   │   │   ├──[✅]--(camunda) │   │   │   │   ├──[✅]--(carp-lang.html) │   │   │   │   ├──[✅]--(ccampbell) │   │   │   │   ├──[✅]--(cea-sec.html) │   │   │   │   ├──[✅]--(cesarferreira.html) │   │   │   │   ├──[✅]--(cferdinandi.html) │   │   │   │   ├──[✅]--(chaps-io) │   │   │   │   ├──[✅]--(checkly) │   │   │   │   ├──[✅]--(chengderen) │   │   │   │   ├──[✅]--(chenxiancai.html) │   │   │   │   ├──[✅]--(c✅nese-poetry) │   │   │   │   ├──[✅]--(chrissimpkins) │   │   │   │   ├──[✅]--(chrisvfritz.html) │   │   │   │   ├──[✅]--(ciaochaos) │   │   │   │   ├──[✅]--(cmu-sei.html) │   │   │   │   ├──[✅]--(code-✅ke.html) │   │   │   │   ├──[✅]--(codexu) │   │   │   │   ├──[✅]--(codilime.html) │   │   │   │   ├──[✅]--(common-workflow-language) │   │   │   │   ├──[✅]--(compodoc) │   │   │   │   ├──[✅]--(concourse) │   │   │   │   ├──[✅]--(cornflourblue.html) │   │   │   │   ├──[✅]--(cortesi) │   │   │   │   ├──[✅]--(coryhouse.html) │   │   │   │   ├──[✅]--(cosmtrek) │   │   │   │   ├──[✅]--(cristianoliveira) │   │   │   │   ├──[✅]--(csstree) │   │   │   │   ├──[✅]--(cteamx) │   │   │   │   ├──[✅]--(ctrlplusb.html) │   │   │   │   ├──[✅]--(cyclejs.html) │   │   │   │   ├──[✅]--(dagster-io) │   │   │   │   ├──[✅]--(dailydotdev) │   │   │   │   ├──[✅]--(damnever.html) │   │   │   │   ├──[✅]--(danger) │   │   │   │   ├──[✅]--(danielfsousa.html) │   │   │   │   ├──[✅]--(danielgerlag) │   │   │   │   ├──[✅]--(danielkrupinski.html) │   │   │   │   ├──[✅]--(danilowoz.html) │   │   │   │   ├──[✅]--(das-labor.html) │   │   │   │   ├──[✅]--(dashvlas) │   │   │   │   ├──[✅]--(datawrapper.html) │   │   │   │   ├──[✅]--(david942j) │   │   │   │   ├──[✅]--(davidkpiano) │   │   │   │   ├──[✅]--(davyxu.html) │   │   │   │   ├──[✅]--(ddwhan0123) │   │   │   │   ├──[✅]--(deanishe) │   │   │   │   ├──[✅]--(denji) │   │   │   │   ├──[✅]--(deployphp.html) │   │   │   │   ├──[✅]--(dev-labs-bg) │   │   │   │   ├──[✅]--(developit.html) │   │   │   │   ├──[✅]--(devspace-cloud) │   │   │   │   ├──[✅]--(dgageot.html) │   │   │   │   ├──[✅]--(didi) │   │   │   │   ├──[✅]--(diegohaz) │   │   │   │   ├──[✅]--(diegohaz.html) │   │   │   │   ├──[✅]--(djkaty.html) │   │   │   │   ├──[✅]--(djrobstep) │   │   │   │   ├──[✅]--(dkhamsing.html) │   │   │   │   ├──[✅]--(dnote) │   │   │   │   ├──[✅]--(dominikwilkowski) │   │   │   │   ├──[✅]--(donnemartin) │   │   │   │   ├──[✅]--(dotnet.html) │   │   │   │   ├──[✅]--(dpnishant.html) │   │   │   │   ├──[✅]--(dreddsa5dies) │   │   │   │   ├──[✅]--(drone) │   │   │   │   ├──[✅]--(dropbox) │   │   │   │   ├──[✅]--(dry-python.html) │   │   │   │   ├──[✅]--(dsasmblr.html) │   │   │   │   ├──[✅]--(efremidze) │   │   │   │   ├──[✅]--(egison.html) │   │   │   │   ├──[✅]--(electron-react-boilerplate.html) │   │   │   │   ├──[✅]--(eliukblau.html) │   │   │   │   ├──[✅]--(elixirs) │   │   │   │   ├──[✅]--(enkodellc.html) │   │   │   │   ├──[✅]--(ergonomica.html) │   │   │   │   ├──[✅]--(ericalli.html) │   │   │   │   ├──[✅]--(ericmdantas) │   │   │   │   ├──[✅]--(eteran.html) │   │   │   │   ├──[✅]--(evernote.html) │   │   │   │   ├──[✅]--(evhub.html) │   │   │   │   ├──[✅]--(evilmartians) │   │   │   │   ├──[✅]--(explosion.html) │   │   │   │   ├──[✅]--(expressjs) │   │   │   │   ├──[✅]--(fabric8io) │   │   │   │   ├──[✅]--(fahad19.html) │   │   │   │   ├──[✅]--(fantasyland.html) │   │   │   │   ├──[✅]--(fastai) │   │   │   │   ├──[✅]--(fatih.html) │   │   │   │   ├──[✅]--(faxad) │   │   │   │   ├──[✅]--(felix-lang.html) │   │   │   │   ├──[✅]--(fesh0r.html) │   │   │   │   ├──[✅]--(fireeye.html) │   │   │   │   ├──[✅]--(firmianay.html) │   │   │   │   ├──[✅]--(flatlogic.html) │   │   │   │   ├──[✅]--(flexdinesh.html) │   │   │   │   ├──[✅]--(flexsurfer) │   │   │   │   ├──[✅]--(flosell.html) │   │   │   │   ├──[✅]--(fluture-js.html) │   │   │   │   ├──[✅]--(francescomalatesta.html) │   │   │   │   ├──[✅]--(freeCodeCamp) │   │   │   │   ├──[✅]--(frees-io.html) │   │   │   │   ├──[✅]--(frostming.html) │   │   │   │   ├──[✅]--(fucongcong) │   │   │   │   ├──[✅]--(functionaljava.html) │   │   │   │   ├──[✅]--(fungos.html) │   │   │   │   ├──[✅]--(funkia.html) │   │   │   │   ├──[✅]--(furioussoul) │   │   │   │   ├──[✅]--(fuse-box) │   │   │   │   ├──[✅]--(gaasedelen.html) │   │   │   │   ├──[✅]--(galaxyproject) │   │   │   │   ├──[✅]--(garden-io) │   │   │   │   ├──[✅]--(gautamkrishnar) │   │   │   │   ├──[✅]--(gbdev) │   │   │   │   ├──[✅]--(gcanti.html) │   │   │   │   ├──[✅]--(gchaincl) │   │   │   │   ├──[✅]--(geekidea) │   │   │   │   ├──[✅]--(getify.html) │   │   │   │   ├──[✅]--(gfngfn.html) │   │   │   │   ├──[✅]--(ghosh) │   │   │   │   ├──[✅]--(gibbed.html) │   │   │   │   ├──[✅]--(gigobyte.html) │   │   │   │   ├──[✅]--(git-town) │   │   │   │   ├──[✅]--(github) │   │   │   │   ├──[✅]--(github-serendipity) │   │   │   │   ├──[✅]--(gitless-vcs) │   │   │   │   ├──[✅]--(glauth) │   │   │   │   ├──[✅]--(go-flutter-desktop.html) │   │   │   │   ├──[✅]--(gocd) │   │   │   │   ├──[✅]--(golangci) │   │   │   │   ├──[✅]--(goldbergyoni) │   │   │   │   ├──[✅]--(google) │   │   │   │   ├──[✅]--(google.html) │   │   │   │   ├──[✅]--(got✅nkster.html) │   │   │   │   ├──[✅]--(grain-lang.html) │   │   │   │   ├──[✅]--(grame-cncm.html) │   │   │   │   ├──[✅]--(graphql-editor) │   │   │   │   ├──[✅]--(gravitational) │   │   │   │   ├──[✅]--(grin-compiler.html) │   │   │   │   ├──[✅]--(gruntwork-io) │   │   │   │   ├──[✅]--(guozhaolong) │   │   │   │   ├──[✅]--(hack4impact.html) │   │   │   │   ├──[✅]--(hacklcx) │   │   │   │   ├──[✅]--(hacktoolspack) │   │   │   │   ├──[✅]--(hahwul) │   │   │   │   ├──[✅]--(halfzebra.html) │   │   │   │   ├──[✅]--(harryheman.html) │   │   │   │   ├──[✅]--(hasura) │   │   │   │   ├──[✅]--(headcrab-rs) │   │   │   │   ├──[✅]--(hemanth.html) │   │   │   │   ├──[✅]--(hmemcpy.html) │   │   │   │   ├──[✅]--(hoffstadt) │   │   │   │   ├──[✅]--(hoppscotch) │   │   │   │   ├──[✅]--(horsicq.html) │   │   │   │   ├──[✅]--(hteso.html) │   │   │   │   ├──[✅]--(htr-tech.html) │   │   │   │   ├──[✅]--(httpie) │   │   │   │   ├──[✅]--(htty) │   │   │   │   ├──[✅]--(hugsy.html) │   │   │   │   ├──[✅]--(huiyadanli.html) │   │   │   │   ├──[✅]--(hundredrabbits.html) │   │   │   │   ├──[✅]--(hybridsjs.html) │   │   │   │   ├──[✅]--(hyper0x.html) │   │   │   │   ├──[✅]--(iBotPeaches.html) │   │   │   │   ├──[✅]--(iGio90.html) │   │   │   │   ├──[✅]--(icebob.html) │   │   │   │   ├──[✅]--(iddoeldor.html) │   │   │   │   ├──[✅]--(imazen.html) │   │   │   │   ├──[✅]--(infinitered.html) │   │   │   │   ├──[✅]--(insidegui) │   │   │   │   ├──[✅]--(iridakos) │   │   │   │   ├──[✅]--(iterative) │   │   │   │   ├──[✅]--(ivRodriguezCA.html) │   │   │   │   ├──[✅]--(izdi.html) │   │   │   │   ├──[✅]--(jacktasia) │   │   │   │   ├──[✅]--(jagenjo) │   │   │   │   ├──[✅]--(janlelis) │   │   │   │   ├──[✅]--(japgolly.html) │   │   │   │   ├──[✅]--(java-diff-utils) │   │   │   │   ├──[✅]--(javierbyte.html) │   │   │   │   ├──[✅]--(javiereguiluz) │   │   │   │   ├──[✅]--(javrasya) │   │   │   │   ├──[✅]--(jayfk) │   │   │   │   ├──[✅]--(jaykali) │   │   │   │   ├──[✅]--(jdblischak) │   │   │   │   ├──[✅]--(jedireza.html) │   │   │   │   ├──[✅]--(j✅pster) │   │   │   │   ├──[✅]--(jhspetersson.html) │   │   │   │   ├──[✅]--(joealcorn) │   │   │   │   ├──[✅]--(johncarl81.html) │   │   │   │   ├──[✅]--(johnno1962.html) │   │   │   │   ├──[✅]--(johnpapa) │   │   │   │   ├──[✅]--(jondot) │   │   │   │   ├──[✅]--(joshburgess.html) │   │   │   │   ├──[✅]--(jrvansuita) │   │   │   │   ├──[✅]--(jsdoc2md) │   │   │   │   ├──[✅]--(jsynowiec.html) │   │   │   │   ├──[✅]--(juicycleff.html) │   │   │   │   ├──[✅]--(julien-lafont) │   │   │   │   ├──[✅]--(justjanne) │   │   │   │   ├──[✅]--(k8gege) │   │   │   │   ├──[✅]--(kaitai-io.html) │   │   │   │   ├──[✅]--(kbrsh.html) │   │   │   │   ├──[✅]--(kefirjs.html) │   │   │   │   ├──[✅]--(kefranabg) │   │   │   │   ├──[✅]--(kenvix.html) │   │   │   │   ├──[✅]--(keystone-engine.html) │   │   │   │   ├──[✅]--(kickstarter.html) │   │   │   │   ├──[✅]--(kiegroup) │   │   │   │   ├──[✅]--(kkoomen) │   │   │   │   ├──[✅]--(knipknap) │   │   │   │   ├──[✅]--(knownsec) │   │   │   │   ├──[✅]--(koalaman) │   │   │   │   ├──[✅]--(korcankaraokcu.html) │   │   │   │   ├──[✅]--(kostya.html) │   │   │   │   ├──[✅]--(kriasoft.html) │   │   │   │   ├──[✅]--(krzysztofzablocki.html) │   │   │   │   ├──[✅]--(kunalkapadia.html) │   │   │   │   ├──[✅]--(ladjs.html) │   │   │   │   ├──[✅]--(laravel-enso.html) │   │   │   │   ├──[✅]--(laravel-zero.html) │   │   │   │   ├──[✅]--(lastbackend) │   │   │   │   ├──[✅]--(lazy-luo) │   │   │   │   ├──[✅]--(leemengtaiwan) │   │   │   │   ├──[✅]--(lengjibo) │   │   │   │   ├──[✅]--(lennylxx.html) │   │   │   │   ├──[✅]--(lettier.html) │   │   │   │   ├──[✅]--(l✅e1) │   │   │   │   ├──[✅]--(lief-project.html) │   │   │   │   ├──[✅]--(lifepillar) │   │   │   │   ├──[✅]--(ligurio) │   │   │   │   ├──[✅]--(liriliri) │   │   │   │   ├──[✅]--(lk-geimfari) │   │   │   │   ├──[✅]--(llh911001.html) │   │   │   │   ├──[✅]--(looly.html) │   │   │   │   ├──[✅]--(loot.html) │   │   │   │   ├──[✅]--(louthy.html) │   │   │   │   ├──[✅]--(lsegal.html) │   │   │   │   ├──[✅]--(luafun.html) │   │   │   │   ├──[✅]--(luangjokaj.html) │   │   │   │   ├──[✅]--(luong-komorebi) │   │   │   │   ├──[✅]--(lvarayut.html) │   │   │   │   ├──[✅]--(lvwzhen.html) │   │   │   │   ├──[✅]--(lxerxa) │   │   │   │   ├──[✅]--(lyft) │   │   │   │   ├──[✅]--(m0bilesecurity.html) │   │   │   │   ├──[✅]--(m4ll0k.html) │   │   │   │   ├──[✅]--(macbre) │   │   │   │   ├──[✅]--(maciejczyzewski) │   │   │   │   ├──[✅]--(maciejtreder.html) │   │   │   │   ├──[✅]--(madhums.html) │   │   │   │   ├──[✅]--(maildev) │   │   │   │   ├──[✅]--(maldevel) │   │   │   │   ├──[✅]--(manoloide) │   │   │   │   ├──[✅]--(marblejs.html) │   │   │   │   ├──[✅]--(marin-m.html) │   │   │   │   ├──[✅]--(matcornic) │   │   │   │   ├──[✅]--(mattbrictson.html) │   │   │   │   ├──[✅]--(matteodem.html) │   │   │   │   ├──[✅]--(matttga) │   │   │   │   ├──[✅]--(mcginty) │   │   │   │   ├──[✅]--(mckeever02) │   │   │   │   ├──[✅]--(mcnamee.html) │   │   │   │   ├──[✅]--(mehulj94.html) │   │   │   │   ├──[✅]--(meitu.html) │   │   │   │   ├──[✅]--(mgechev.html) │   │   │   │   ├──[✅]--(mgeeky) │   │   │   │   ├──[✅]--(microsoft) │   │   │   │   ├──[✅]--(microsoft.html) │   │   │   │   ├──[✅]--(mikub) │   │   │   │   ├──[✅]--(milessabin.html) │   │   │   │   ├──[✅]--(milostosic.html) │   │   │   │   ├──[✅]--(minamarkham.html) │   │   │   │   ├──[✅]--(mingrammer) │   │   │   │   ├──[✅]--(minio) │   │   │   │   ├──[✅]--(miripiruni) │   │   │   │   ├──[✅]--(modm-io) │   │   │   │   ├──[✅]--(modularcode.html) │   │   │   │   ├──[✅]--(monix.html) │   │   │   │   ├──[✅]--(moonad.html) │   │   │   │   ├──[✅]--(morkt.html) │   │   │   │   ├──[✅]--(muesli) │   │   │   │   ├──[✅]--(multitheftauto.html) │   │   │   │   ├──[✅]--(myntra) │   │   │   │   ├──[✅]--(mytechnotalent.html) │   │   │   │   ├──[✅]--(n8n-io) │   │   │   │   ├──[✅]--(nabla-c0d3.html) │   │   │   │   ├──[✅]--(nanobox-io) │   │   │   │   ├──[✅]--(ncform) │   │   │   │   ├──[✅]--(nektos) │   │   │   │   ├──[✅]--(nerevu.html) │   │   │   │   ├──[✅]--(nette) │   │   │   │   ├──[✅]--(nezhar) │   │   │   │   ├──[✅]--(nginx-boilerplate.html) │   │   │   │   ├──[✅]--(ngx-rocket) │   │   │   │   ├──[✅]--(niieani.html) │   │   │   │   ├──[✅]--(nisrulz) │   │   │   │   ├──[✅]--(nixzhu) │   │   │   │   ├──[✅]--(njpatel) │   │   │   │   ├──[✅]--(nlkl.html) │   │   │   │   ├──[✅]--(nmikhailov.html) │   │   │   │   ├──[✅]--(nosarthur) │   │   │   │   ├──[✅]--(notrab.html) │   │   │   │   ├──[✅]--(npm) │   │   │   │   ├──[✅]--(nsacyber) │   │   │   │   ├──[✅]--(nsomar) │   │   │   │   ├──[✅]--(nunomaduro.html) │   │   │   │   ├──[✅]--(nvdv) │   │   │   │   ├──[✅]--(o-gs) │   │   │   │   ├──[✅]--(o2sh.html) │   │   │   │   ├──[✅]--(ocornut) │   │   │   │   ├──[✅]--(octodns) │   │   │   │   ├──[✅]--(okonet) │   │   │   │   ├──[✅]--(okteto) │   │   │   │   ├──[✅]--(oleg-py.html) │   │   │   │   ├──[✅]--(oliver-gomes.html) │   │   │   │   ├──[✅]--(onmyway133) │   │   │   │   ├──[✅]--(open-rpa) │   │   │   │   ├──[✅]--(opendevops-cn) │   │   │   │   ├──[✅]--(optics-dev.html) │   │   │   │   ├──[✅]--(ornicar.html) │   │   │   │   ├──[✅]--(ory) │   │   │   │   ├──[✅]--(paed01) │   │   │   │   ├──[✅]--(palatable.html) │   │   │   │   ├──[✅]--(panda-re.html) │   │   │   │   ├──[✅]--(pankod.html) │   │   │   │   ├──[✅]--(passcod) │   │   │   │   ├──[✅]--(paxtonhare.html) │   │   │   │   ├──[✅]--(pdcgomes) │   │   │   │   ├──[✅]--(pditommaso) │   │   │   │   ├──[✅]--(pdoc3) │   │   │   │   ├──[✅]--(pemistahl.html) │   │   │   │   ├──[✅]--(petervanderdoes) │   │   │   │   ├──[✅]--(petervmeijgaard.html) │   │   │   │   ├──[✅]--(phar-io) │   │   │   │   ├──[✅]--(pharo-project) │   │   │   │   ├──[✅]--(pheuter.html) │   │   │   │   ├──[✅]--(phodal) │   │   │   │   ├──[✅]--(phodal.html) │   │   │   │   ├──[✅]--(phpmentors-jp) │   │   │   │   ├──[✅]--(plasma-disassembler.html) │   │   │   │   ├──[✅]--(plopjs) │   │   │   │   ├──[✅]--(pocotan001) │   │   │   │   ├──[✅]--(pod4g.html) │   │   │   │   ├──[✅]--(pointfreeco.html) │   │   │   │   ├──[✅]--(polyaxon) │   │   │   │   ├──[✅]--(portable-cto) │   │   │   │   ├──[✅]--(postmanlabs) │   │   │   │   ├──[✅]--(pret.html) │   │   │   │   ├──[✅]--(prisma.html) │   │   │   │   ├──[✅]--(proYang.html) │   │   │   │   ├──[✅]--(programa-stic.html) │   │   │   │   ├──[✅]--(ps✅hn) │   │   │   │   ├──[✅]--(puckel) │   │   │   │   ├──[✅]--(puppeteer) │   │   │   │   ├──[✅]--(pwndbg.html) │   │   │   │   ├──[✅]--(python-attrs.html) │   │   │   │   ├──[✅]--(qiangxue.html) │   │   │   │   ├──[✅]--(qilingframework.html) │   │   │   │   ├──[✅]--(radareorg.html) │   │   │   │   ├──[✅]--(radicle-dev) │   │   │   │   ├──[✅]--(rahuldkjain) │   │   │   │   ├──[✅]--(raphaelhanneken) │   │   │   │   ├──[✅]--(rappasoft.html) │   │   │   │   ├──[✅]--(raysan5) │   │   │   │   ├──[✅]--(react-everywhere.html) │   │   │   │   ├──[✅]--(react-native-community.html) │   │   │   │   ├──[✅]--(react-ui-builder) │   │   │   │   ├──[✅]--(reactopt) │   │   │   │   ├──[✅]--(recoilphp) │   │   │   │   ├──[✅]--(reenhanced) │   │   │   │   ├──[✅]--(release-it.html) │   │   │   │   ├──[✅]--(responsively-org) │   │   │   │   ├──[✅]--(retroplasma.html) │   │   │   │   ├──[✅]--(reviewboard) │   │   │   │   ├──[✅]--(reviewdog) │   │   │   │   ├──[✅]--(rgleichman.html) │   │   │   │   ├──[✅]--(rialto-php) │   │   │   │   ├──[✅]--(ribice.html) │   │   │   │   ├──[✅]--(ring-lang.html) │   │   │   │   ├──[✅]--(rizinorg.html) │   │   │   │   ├──[✅]--(rmusser01.html) │   │   │   │   ├──[✅]--(rockbruno) │   │   │   │   ├──[✅]--(rokoroku.html) │   │   │   │   ├──[✅]--(ropensci) │   │   │   │   ├──[✅]--(rosuH) │   │   │   │   ├──[✅]--(rs) │   │   │   │   ├──[✅]--(rsapkf) │   │   │   │   ├──[✅]--(rubycdp) │   │   │   │   ├──[✅]--(ruyadorno) │   │   │   │   ├──[✅]--(rwieruch.html) │   │   │   │   ├──[✅]--(ryceg) │   │   │   │   ├──[✅]--(saadq) │   │   │   │   ├──[✅]--(sahat.html) │   │   │   │   ├──[✅]--(salesagility) │   │   │   │   ├──[✅]--(salgum1114) │   │   │   │   ├──[✅]--(samuelsimoes.html) │   │   │   │   ├──[✅]--(santiq.html) │   │   │   │   ├──[✅]--(saojs.html) │   │   │   │   ├──[✅]--(scala-exercises.html) │   │   │   │   ├──[✅]--(scala.html) │   │   │   │   ├──[✅]--(scalalandio.html) │   │   │   │   ├──[✅]--(scalaz.html) │   │   │   │   ├──[✅]--(scastiel) │   │   │   │   ├──[✅]--(scipipe) │   │   │   │   ├──[✅]--(sdiehl.html) │   │   │   │   ├──[✅]--(selfrefactor.html) │   │   │   │   ├──[✅]--(sfermigier.html) │   │   │   │   ├──[✅]--(sgr-ksmt.html) │   │   │   │   ├──[✅]--(sh4✅n.html) │   │   │   │   ├──[✅]--(sharkdp.html) │   │   │   │   ├──[✅]--(shenwei356.html) │   │   │   │   ├──[✅]--(sherlock-project) │   │   │   │   ├──[✅]--(s✅vammathur) │   │   │   │   ├──[✅]--(shroudedcode.html) │   │   │   │   ├──[✅]--(sigalor.html) │   │   │   │   ├──[✅]--(simeji.html) │   │   │   │   ├──[✅]--(sindresorhus) │   │   │   │   ├──[✅]--(sindresorhus.html) │   │   │   │   ├──[✅]--(sismics) │   │   │   │   ├──[✅]--(smallmuou) │   │   │   │   ├──[✅]--(smallnest) │   │   │   │   ├──[✅]--(softwaremill.html) │   │   │   │   ├──[✅]--(sogou) │   │   │   │   ├──[✅]--(source-foundry) │   │   │   │   ├──[✅]--(spatie) │   │   │   │   ├──[✅]--(spatie.html) │   │   │   │   ├──[✅]--(spencerdodd) │   │   │   │   ├──[✅]--(spikespaz) │   │   │   │   ├──[✅]--(spirit.html) │   │   │   │   ├──[✅]--(square) │   │   │   │   ├──[✅]--(steshaw.html) │   │   │   │   ├──[✅]--(storybook-eol) │   │   │   │   ├──[✅]--(strazzere.html) │   │   │   │   ├──[✅]--(streamlit) │   │   │   │   ├──[✅]--(subethaedit) │   │   │   │   ├──[✅]--(sunscrapers) │   │   │   │   ├──[✅]--(susam) │   │   │   │   ├──[✅]--(swimlane) │   │   │   │   ├──[✅]--(tallesl.html) │   │   │   │   ├──[✅]--(talyssonoc.html) │   │   │   │   ├──[✅]--(tanelpoder) │   │   │   │   ├──[✅]--(taniarascia.html) │   │   │   │   ├──[✅]--(tankywoo.html) │   │   │   │   ├──[✅]--(taviso.html) │   │   │   │   ├──[✅]--(team-gryff) │   │   │   │   ├──[✅]--(teambit) │   │   │   │   ├──[✅]--(teamclairvoyant) │   │   │   │   ├──[✅]--(techprimate) │   │   │   │   ├──[✅]--(terraform-docs) │   │   │   │   ├──[✅]--(tfsec) │   │   │   │   ├──[✅]--(the-road-to-graphql.html) │   │   │   │   ├──[✅]--(thoughtbot) │   │   │   │   ├──[✅]--(thunks) │   │   │   │   ├──[✅]--(tiangolo) │   │   │   │   ├──[✅]--(tidyverse.html) │   │   │   │   ├──[✅]--(tmrts.html) │   │   │   │   ├──[✅]--(tmspzz.html) │   │   │   │   ├──[✅]--(tpolecat.html) │   │   │   │   ├──[✅]--(tr1s.html) │   │   │   │   ├──[✅]--(txn2) │   │   │   │   ├──[✅]--(txt✅nking) │   │   │   │   ├──[✅]--(typelead.html) │   │   │   │   ├──[✅]--(typelevel.html) │   │   │   │   ├──[✅]--(typelift.html) │   │   │   │   ├──[✅]--(tzutalin) │   │   │   │   ├──[✅]--(unicodeveloper.html) │   │   │   │   ├──[✅]--(unicorn-engine.html) │   │   │   │   ├──[✅]--(universal-ctags) │   │   │   │   ├──[✅]--(uxmal.html) │   │   │   │   ├──[✅]--(vaib25vicky.html) │   │   │   │   ├──[✅]--(vaibhavpandeyvpz.html) │   │   │   │   ├──[✅]--(vavr-io.html) │   │   │   │   ├──[✅]--(veggiemonk) │   │   │   │   ├──[✅]--(vektra) │   │   │   │   ├──[✅]--(verbose) │   │   │   │   ├──[✅]--(vercel) │   │   │   │   ├──[✅]--(versionpress) │   │   │   │   ├──[✅]--(victorb) │   │   │   │   ├──[✅]--(viewflow) │   │   │   │   ├──[✅]--(vitalysim.html) │   │   │   │   ├──[✅]--(vivisect.html) │   │   │   │   ├──[✅]--(vkostyukov.html) │   │   │   │   ├──[✅]--(voidcosmos.html) │   │   │   │   ├──[✅]--(vue-generators) │   │   │   │   ├──[✅]--(vuegg) │   │   │   │   ├──[✅]--(w3tecch.html) │   │   │   │   ├──[✅]--(watchexec) │   │   │   │   ├──[✅]--(wbkd.html) │   │   │   │   ├──[✅]--(wclr) │   │   │   │   ├──[✅]--(webpro) │   │   │   │   ├──[✅]--(welldone-software.html) │   │   │   │   ├──[✅]--(wellyshen.html) │   │   │   │   ├──[✅]--(wisk.html) │   │   │   │   ├──[✅]--(wix) │   │   │   │   ├──[✅]--(wking-io) │   │   │   │   ├──[✅]--(wo52616111.html) │   │   │   │   ├──[✅]--(wordplate.html) │   │   │   │   ├──[✅]--(workco.html) │   │   │   │   ├──[✅]--(wx-chevalier.html) │   │   │   │   ├──[✅]--(x-motemen) │   │   │   │   ├──[✅]--(x64dbg.html) │   │   │   │   ├──[✅]--(xcpretty) │   │   │   │   ├──[✅]--(xjh22222228) │   │   │   │   ├──[✅]--(xoreos.html) │   │   │   │   ├──[✅]--(xsynaptic) │   │   │   │   ├──[✅]--(xudaolong) │   │   │   │   ├──[✅]--(xxjwxc) │   │   │   │   ├──[✅]--(yeoman) │   │   │   │   ├──[✅]--(yonaskolb) │   │   │   │   ├──[✅]--(yos✅mkd) │   │   │   │   ├──[✅]--(yulingtianxia) │   │   │   │   ├──[✅]--(yulingtianxia.html) │   │   │   │   ├──[✅]--(z-pattern-matc✅ng.html) │   │   │   │   ├──[✅]--(zagahr) │   │   │   │   ├──[✅]--(zealdocs) │   │   │   │   ├──[✅]--(zeebe-io) │   │   │   │   ├──[✅]--(zeffy.html) │   │   │   │   ├──[✅]--(zegl) │   │   │   │   ├──[✅]--(zerosoul) │   │   │   │   ├──[✅]--(zio.html) │   │   │   │   ├──[✅]--(zjw-swun.html) │   │   │   │   └──[✅]--(zubairehman.html) │   │   │   └──[✅]--(projects) │   │   ├──[✅]--(frontend-dev-bookmarks-master) │   │   │   └──[✅]--(frontend-dev-bookmarks-master) │   │   │ ├──[✅]--(animation) │   │   │ ├──[✅]--(appearance) │   │   │ ├──[✅]--(arc✅tecture) │   │   │ ├──[✅]--(compatibility) │   │   │ ├──[✅]--(ecosystem) │   │   │ ├──[✅]--(languages-protocols-browser-apis) │   │   │ ├──[✅]--(user-interface-components) │   │   │ └──[✅]--(workflow) │   │   └──[✅]--(fucking.awesome.python) │   ├──[✅]--(netlify-functions) │   │   └──[✅]--(src) │   │ ├──[✅]--(_data) │   │ ├──[✅]--(_includes) │   │ │   ├──[✅]--(layouts) │   │ │   └──[✅]--(partials) │   │ ├──[✅]--(admin) │   │ ├──[✅]--(assets) │   │ │   ├──[✅]--(css) │   │ │   ├──[✅]--(images) │   │ │   └──[✅]--(js) │   │ ├──[✅]--(examples) │   │ ├──[✅]--(functions) │   │ └──[✅]--(pages) │   ├──[✅]--(python-data-generation) │   ├──[✅]--(technology_books-master) │   │   ├──[✅]--(Android) │   │   ├──[✅]--(AngularJS) │   │   ├──[✅]--(Ansible) │   │   ├──[✅]--(Arduino) │   │   ├──[✅]--(CSS) │   │   ├──[✅]--(Delp✅) │   │   ├──[✅]--(DevOps) │   │   ├──[✅]--(Docker) │   │   ├──[✅]--(Docker-swarm) │   │   ├──[✅]--(Game Developement) │   │   ├──[✅]--(Github) │   │   ├──[✅]--(Golang) │   │   ├──[✅]--(Java) │   │   │   └──[✅]--(spring) │   │   ├──[✅]--(JavaScript) │   │   ├──[✅]--(Jenkins) │   │   ├──[✅]--(K8s) │   │   ├──[✅]--(Kafka) │   │   ├──[✅]--(Linux) │   │   ├──[✅]--(Mac✅ne-Learning) │   │   ├──[✅]--(Mesos) │   │   ├──[✅]--(MongoDB) │   │   ├──[✅]--(NodeJS) │   │   ├──[✅]--(OpenStack) │   │   ├──[✅]--(Python) │   │   ├──[✅]--(R) │   │   ├──[✅]--(Raspberry) │   │   ├──[✅]--(Redis) │   │   ├──[✅]--(Ruby) │   │   ├──[✅]--(Terraform) │   │   ├──[✅]--(Unity) │   │   └──[✅]--(Zookeeper) │   └──[✅]--(web-guided-project-testing-web-apps-solution-main) │ ├──[✅]--(public) │ └──[✅]--(src) │ └──[✅]--(components) ├──[✅]--(3-misc) │   ├──[✅]--(Beginner) │   │   ├──[✅]--(capSentence) │   │   ├──[✅]--(chunkArray) │   │   ├──[✅]--(factorial) │   │   ├──[✅]--(falsyBouncer) │   │   ├──[✅]--(fibonacci) │   │   ├──[✅]--(fizzBuzz) │   │   ├──[✅]--(hammingDistance) │   │   ├──[✅]--(isAnagram) │   │   ├──[✅]--(longestWord) │   │   ├──[✅]--(maxRecurringChar) │   │   ├──[✅]--(mergeArrays) │   │   ├──[✅]--(palindromeChecker) │   │   ├──[✅]--(reverseString) │   │   ├──[✅]--(searchReplace) │   │   ├──[✅]--(vowelsCounter) │   │   └──[✅]--(whereIBelong) │   ├──[✅]--(SandboxSQL-master) │   │   └──[✅]--(SandboxSQL-master) │   │ ├──[✅]--(SQLSandbox.xcodeproj) │   │ │   ├──[✅]--(project.xcworkspace) │   │ │   ├──[✅]--(xcshareddata) │   │ │   └──[✅]--(xcuserdata) │   │ ├──[✅]--(iOS) │   │ │   ├──[✅]--(Base.lproj) │   │ │   └──[✅]--(Images.xcassets) │   │ └──[✅]--(src) │   │ └──[✅]--(js) │   ├──[✅]--(articles-from-interwebs) │   │   └──[✅]--(Jquery-tips-n-tricks_files) │   └──[✅]--(node-web-scraper-master) │ └──[✅]--(node-web-scraper-master) ├──[✅]--(4-test-prep) │   └──[✅]--(Study-Guides) ├──[✅]--(5-websites) │   ├──[✅]--(lambda-prep) │   │   ├──[✅]--(_Resources) │   │   │   └──[✅]--(Precourse-master) │   │   │ ├──[✅]--(Lesson01-Git) │   │   │ ├──[✅]--(Lesson02-HTML-CSS) │   │   │ ├──[✅]--(Lesson03-CSS-Positioning) │   │   │ ├──[✅]--(Lesson04-JS-I) │   │   │ ├──[✅]--(Lesson05-JS-II) │   │   │ ├──[✅]--(Lesson06-JS-III) │   │   │ ├──[✅]--(Lesson07-JS-IV) │   │   │ ├──[✅]--(Lesson08-JS-V) │   │   │ ├──[✅]--(Lesson09-JS-VI) │   │   │ ├──[✅]--(Lesson10-JS-VII) │   │   │ ├──[✅]--(Lesson11-JS-VIII) │   │   │ ├──[✅]--(Lesson12-DOM) │   │   │ └──[✅]--(Precourse-master) │   │   ├──[✅]--(javascript-practice) │   │   │   ├──[✅]--(-ALL-JS-Files) │   │   │   ├──[✅]--(00_expressions_variables) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(01_conditionals) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(02_functions) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(03_loops) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(04_arrays) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(05_nesting) │   │   │   │   ├──[✅]--(exercises) │   │   │   │   └──[✅]--(solutions) │   │   │   ├──[✅]--(06_decomposition_pattern) │   │   │   │   ├──[✅]--(A_decomposing_problems_exercise) │   │   │   │   ├──[✅]--(B_decomposing_problems_exercise) │   │   │   │   └──[✅]--(C_decomposing_problems_exercise) │   │   │   ├──[✅]--(07_objects) │   │   │   │   ├──[✅]--(A_objects_exercise) │   │   │   │   ├──[✅]--(B_objects_exercise) │   │   │   │   └──[✅]--(C_objects_exercise) │   │   │   ├──[✅]--(08_✅gher_order_functions) │   │   │   │   ├──[✅]--(A_native_callback_methods_exercise) │   │   │   │   └──[✅]--(B_native_callback_methods_exercise) │   │   │   └──[✅]--(simple-side-bar) │   │   │ ├──[✅]--(css) │   │   │ └──[✅]--(vendor) │   │   ├──[✅]--(markdown) │   │   └──[✅]--(readme) │   │ └──[✅]--(README_files) │   └──[✅]--(templates) │ ├──[✅]--(css) │ ├──[✅]--(doc) │ ├──[✅]--(img) │ └──[✅]--(js) │ └──[✅]--(vendor) ├──[✅]--(6-about) │   ├──[✅]--(Using Canvas 27a0cf2408124ad19a3802565bd24de6) │   │   └──[✅]--(How are courses structured in Canvas How do I know 3dfccdd4ff5f462dacde3b358c627e60) │   └──[✅]--(brits-codepens) ├──[✅]--(7-assets) │   ├──[✅]--(AUDIO-VISUALIZER) │   │   ├──[✅]--(Box2D) │   │   │   ├──[✅]--(assets) │   │   │   └──[✅]--(libs) │   │   ├──[✅]--(Gary Ad) │   │   │   ├──[✅]--(Baked) │   │   │   │   └──[✅]--(sounds) │   │   │   └──[✅]--(Raw) │   │   ├──[✅]--(GaryPewPew) │   │   │   ├──[✅]--(Animate) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(sounds) │   │   ├──[✅]--(MusicViz) │   │   │   └──[✅]--(js) │   │   ├──[✅]--(MusicViz2) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(sounds) │   │   ├──[✅]--(Performance) │   │   │   ├──[✅]--(Context2DLog) │   │   │   ├──[✅]--(FauxCanvas) │   │   │   ├──[✅]--(Snowmark) │   │   │   │   ├──[✅]--(css) │   │   │   │   └──[✅]--(js) │   │   │   ├──[✅]--(Zombie) │   │   │   │   └──[✅]--(images) │   │   │   └──[✅]--(framerate) │   │   │ ├──[✅]--(assets) │   │   │ └──[✅]--(js) │   │   ├──[✅]--(Planetary Gary) │   │   │   ├──[✅]--(Animate) │   │   │   ├──[✅]--(assets) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(sounds) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(libs) │   │   ├──[✅]--(js) │   │   └──[✅]--(sounds) │   ├──[✅]--(_IMAGES) │   ├──[✅]--(fonts) │   ├──[✅]--(footer) │   ├──[✅]--(images) │   ├──[✅]--(jquery) │   │   ├──[✅]--(dist) │   │   ├──[✅]--(external) │   │   │   └──[✅]--(sizzle) │   │   │ └──[✅]--(dist) │   │   └──[✅]--(src) │   │ ├──[✅]--(ajax) │   │ │   └──[✅]--(var) │   │ ├──[✅]--(attributes) │   │ ├──[✅]--(core) │   │ │   └──[✅]--(var) │   │ ├──[✅]--(css) │   │ │   └──[✅]--(var) │   │ ├──[✅]--(data) │   │ │   └──[✅]--(var) │   │ ├──[✅]--(deferred) │   │ ├──[✅]--(deprecated) │   │ ├──[✅]--(effects) │   │ ├──[✅]--(event) │   │ ├──[✅]--(exports) │   │ ├──[✅]--(manipulation) │   │ │   └──[✅]--(var) │   │ ├──[✅]--(queue) │   │ ├──[✅]--(traversing) │   │ │   └──[✅]--(var) │   │ └──[✅]--(var) │   ├──[✅]--(loadashes6) │   │   └──[✅]--(lodash) │   │ └──[✅]--(fp) │   ├──[✅]--(might-delete) │   │   └──[✅]--(_MARKDOWN) │   ├──[✅]--(mout) │   │   ├──[✅]--(array) │   │   ├──[✅]--(collection) │   │   ├──[✅]--(date) │   │   │   └──[✅]--(i18n) │   │   ├──[✅]--(doc) │   │   ├──[✅]--(function) │   │   ├──[✅]--(lang) │   │   ├──[✅]--(math) │   │   ├──[✅]--(number) │   │   ├──[✅]--(object) │   │   ├──[✅]--(queryString) │   │   ├──[✅]--(random) │   │   ├──[✅]--(src) │   │   │   ├──[✅]--(array) │   │   │   ├──[✅]--(collection) │   │   │   ├──[✅]--(date) │   │   │   │   └──[✅]--(i18n) │   │   │   ├──[✅]--(function) │   │   │   ├──[✅]--(lang) │   │   │   ├──[✅]--(math) │   │   │   ├──[✅]--(number) │   │   │   ├──[✅]--(object) │   │   │   ├──[✅]--(queryString) │   │   │   ├──[✅]--(random) │   │   │   ├──[✅]--(string) │   │   │   └──[✅]--(time) │   │   ├──[✅]--(string) │   │   └──[✅]--(time) │   ├──[✅]--(past-student-repos) │   │   ├──[✅]--(DOM-II-master) │   │   ├──[✅]--(Data-Structures-Notes-master) │   │   │   ├──[✅]--(BST_and_Heaps) │   │   │   ├──[✅]--(Doubly_Linked_List) │   │   │   ├──[✅]--(Interview_Problems) │   │   │   └──[✅]--(Linked_Lists) │   │   ├──[✅]--(Data-Structures-and-Algorithms-master) │   │   │   ├──[✅]--(assets) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(algorithms) │   │   │ ├──[✅]--(analysis-of-algorithms) │   │   │ └──[✅]--(data-structures) │   │   ├──[✅]--(Data-Structures-master) │   │   │   ├──[✅]--(avl_tree) │   │   │   ├──[✅]--(binary_search_tree) │   │   │   ├──[✅]--(doubly_linked_list) │   │   │   ├──[✅]--(heap) │   │   │   ├──[✅]--(javascript) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(lru_cache) │   │   │   ├──[✅]--(python) │   │   │   │   ├──[✅]--(binary_search_tree) │   │   │   │   ├──[✅]--(doubly_linked_list) │   │   │   │   ├──[✅]--(heap) │   │   │   │   ├──[✅]--(linked_list) │   │   │   │   └──[✅]--(queue) │   │   │   └──[✅]--(queue) │   │   ├──[✅]--(Graphs-Notes-master) │   │   │   ├──[✅]--(img) │   │   │   ├──[✅]--(lecture1) │   │   │   ├──[✅]--(lecture2) │   │   │   ├──[✅]--(lecture3) │   │   │   └──[✅]--(lecture4) │   │   ├──[✅]--(Graphs-master) │   │   │   ├──[✅]--(javascript) │   │   │   │   ├──[✅]--(guided-demo) │   │   │   │   ├──[✅]--(objectives) │   │   │   │   └──[✅]--(projects) │   │   │   ├──[✅]--(objectives) │   │   │   │   ├──[✅]--(breadth-first-search) │   │   │   │   ├──[✅]--(connected-components) │   │   │   │   ├──[✅]--(depth-first-search) │   │   │   │   ├──[✅]--(graph-intro) │   │   │   │   ├──[✅]--(graph-representations) │   │   │   │   └──[✅]--(randomness) │   │   │   ├──[✅]--(projects) │   │   │   │   ├──[✅]--(adventure) │   │   │   │   ├──[✅]--(ancestor) │   │   │   │   ├──[✅]--(graph) │   │   │   │   └──[✅]--(social) │   │   │   └──[✅]--(python) │   │   │ ├──[✅]--(guided-demo) │   │   │ └──[✅]--(projects) │   │   ├──[✅]--(HTTP-AJAX-II-master) │   │   │   ├──[✅]--(app) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(server) │   │   ├──[✅]--(HTTP-AJAX-master) │   │   │   └──[✅]--(friends) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(Hash-Tables-Notes-master) │   │   ├──[✅]--(Intro-Python-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(day-1-toy) │   │   │ ├──[✅]--(days-2-4-adv) │   │   │ ├──[✅]--(mini-challenge) │   │   │ └──[✅]--(python-example) │   │   ├──[✅]--(Intro-to-C-master) │   │   │   ├──[✅]--(first) │   │   │   ├──[✅]--(fizzbuzz) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(hangman) │   │   │   ├──[✅]--(malloc) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(pointers) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(queue) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(quicksort) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(strings) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(structs) │   │   │   │   └──[✅]--(tests) │   │   │   └──[✅]--(utils) │   │   ├──[✅]--(JavaScript-I-Guided-master) │   │   ├──[✅]--(Lambda-School-Instruction-Notes-master) │   │   │   ├──[✅]--(10. Data Persistence in Web APIs) │   │   │   │   └──[✅]--(assets) │   │   │   ├──[✅]--(11. Authentication) │   │   │   └──[✅]--(12. Testing) │   │   ├──[✅]--(Lambda-School-master) │   │   │   ├──[✅]--(Week 1) │   │   │   │   ├──[✅]--(Sprint-Challenge User-Interface) │   │   │   │   ├──[✅]--(User Interface I Project 2 - Sweet Eats Bakery) │   │   │   │   ├──[✅]--(User Interface I HTML Markup) │   │   │   │   ├──[✅]--(User Interface III Services Page) │   │   │   │   └──[✅]--(User-Interface II Innovation) │   │   │   ├──[✅]--(Week 10) │   │   │   │   ├──[✅]--(Car-Sales) │   │   │   │   ├──[✅]--(React-Redux-App) │   │   │   │   ├──[✅]--(Sprint-Challenge-State-Management-Smurfs) │   │   │   │   ├──[✅]--(react-shopping-cart) │   │   │   │   └──[✅]--(reducer-todo) │   │   │   ├──[✅]--(Week 11) │   │   │   │   ├──[✅]--(Auth-Friends) │   │   │   │   ├──[✅]--(HTTP-Movies-Assignment) │   │   │   │   ├──[✅]--(react-bubbles) │   │   │   │   └──[✅]--(webtesting-iii-challenge) │   │   │   ├──[✅]--(Week 12 - FoodieFun) │   │   │   ├──[✅]--(Week 13) │   │   │   │   ├──[✅]--(node-api1-project) │   │   │   │   ├──[✅]--(webapi-challenge-sprint) │   │   │   │   ├──[✅]--(webapi-ii-challenge) │   │   │   │   └──[✅]--(webapi-iii-challenge) │   │   │   ├──[✅]--(Week 14) │   │   │   │   ├──[✅]--(node-db-challenge-sprint) │   │   │   │   ├──[✅]--(node-db3-challenge) │   │   │   │   ├──[✅]--(node-db4) │   │   │   │   ├──[✅]--(webdb-i-challenge) │   │   │   │   └──[✅]--(webdb-ii-challenge) │   │   │   ├──[✅]--(Week 15) │   │   │   │   ├──[✅]--(Sprint-Challenge-Authentication) │   │   │   │   ├──[✅]--(node-server-testing-challenge) │   │   │   │   ├──[✅]--(webauth-i-challenge) │   │   │   │   └──[✅]--(webauth-iii-challenge) │   │   │   ├──[✅]--(Week 16 - Mentor Me) │   │   │   ├──[✅]--(Week 17 - 25 Future Hope) │   │   │   ├──[✅]--(Week 2) │   │   │   │   ├──[✅]--(Digital Resume) │   │   │   │   ├──[✅]--(Fun Bus) │   │   │   │   ├──[✅]--(Portfolio) │   │   │   │   ├──[✅]--(Resposnive-Web-Design) │   │   │   │   └──[✅]--(Sprint Challenge) │   │   │   ├──[✅]--(Week 3) │   │   │   │   ├──[✅]--(JavaScript-I) │   │   │   │   ├──[✅]--(JavaScript-II) │   │   │   │   ├──[✅]--(JavaScript-III) │   │   │   │   ├──[✅]--(JavaScript-IV) │   │   │   │   └──[✅]--(Sprint-Challenge) │   │   │   ├──[✅]--(Week 4 - Local Voter Guide) │   │   │   │   ├──[✅]--(css) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(less) │   │   │   ├──[✅]--(Week 5) │   │   │   │   ├──[✅]--(DOM-I) │   │   │   │   ├──[✅]--(DOM-II) │   │   │   │   ├──[✅]--(Newsfeed-Components) │   │   │   │   ├──[✅]--(Sprint-Challenge-Applied-Javascript) │   │   │   │   └──[✅]--(github-usercard) │   │   │   ├──[✅]--(Week 6) │   │   │   │   ├──[✅]--(Sprint-Challenge-React-Wars) │   │   │   │   ├──[✅]--(lambda-calculator) │   │   │   │   ├──[✅]--(nasa-photo-of-the-day) │   │   │   │   └──[✅]--(react-american-football-scoreboard) │   │   │   ├──[✅]--(Week 7) │   │   │   │   ├──[✅]--(React-Router-Basic-Nav) │   │   │   │   ├──[✅]--(React-Router-Movies) │   │   │   │   ├──[✅]--(Sprint-Challenge-Single-Page-Apps) │   │   │   │   ├──[✅]--(User-Onboarding) │   │   │   │   └──[✅]--(team-builder) │   │   │   ├──[✅]--(Week 8 - Water My Plants) │   │   │   └──[✅]--(Week 9) │   │   │ ├──[✅]--(Github-User-Card) │   │   │ ├──[✅]--(React-Todo) │   │   │ ├──[✅]--(Sprint-Challenge-Advanced-React) │   │   │ └──[✅]--(dark-mode) │   │   ├──[✅]--(LambdaSchool-master) │   │   │   ├──[✅]--(31d1) │   │   │   ├──[✅]--(Administration) │   │   │   │   ├──[✅]--(certs) │   │   │   │   ├──[✅]--(marketing) │   │   │   │   ├──[✅]--(studying) │   │   │   │   └──[✅]--(zoom) │   │   │   ├──[✅]--(JavaScript30) │   │   │   │   ├──[✅]--(01) │   │   │   │   ├──[✅]--(02) │   │   │   │   ├──[✅]--(03) │   │   │   │   ├──[✅]--(04) │   │   │   │   ├──[✅]--(05) │   │   │   │   ├──[✅]--(06) │   │   │   │   ├──[✅]--(07) │   │   │   │   ├──[✅]--(08) │   │   │   │   ├──[✅]--(09) │   │   │   │   ├──[✅]--(10) │   │   │   │   ├──[✅]--(11) │   │   │   │   ├──[✅]--(12) │   │   │   │   ├──[✅]--(13) │   │   │   │   ├──[✅]--(14) │   │   │   │   ├──[✅]--(15) │   │   │   │   ├──[✅]--(16) │   │   │   │   ├──[✅]--(17) │   │   │   │   ├──[✅]--(18) │   │   │   │   ├──[✅]--(19) │   │   │   │   ├──[✅]--(20) │   │   │   │   ├──[✅]--(21) │   │   │   │   ├──[✅]--(22) │   │   │   │   ├──[✅]--(23) │   │   │   │   ├──[✅]--(24) │   │   │   │   ├──[✅]--(25) │   │   │   │   ├──[✅]--(26) │   │   │   │   ├──[✅]--(27) │   │   │   │   ├──[✅]--(28) │   │   │   │   ├──[✅]--(29) │   │   │   │   └──[✅]--(30) │   │   │   ├──[✅]--(aa-score) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(bw1-tl) │   │   │   │   ├──[✅]--(admin) │   │   │   │   ├──[✅]--(api) │   │   │   │   ├──[✅]--(auth) │   │   │   │   ├──[✅]--(database) │   │   │   │   ├──[✅]--(middleware) │   │   │   │   ├──[✅]--(todos) │   │   │   │   └──[✅]--(volunteer) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(labs) │   │   │   │   ├──[✅]--(last journal entry) │   │   │   │   └──[✅]--(video-to-next-group) │   │   │   ├──[✅]--(m1) │   │   │   │   ├──[✅]--(11b1) │   │   │   │   ├──[✅]--(11c1) │   │   │   │   ├──[✅]--(11d1) │   │   │   │   ├──[✅]--(12a1) │   │   │   │   ├──[✅]--(12b1) │   │   │   │   ├──[✅]--(12c1) │   │   │   │   ├──[✅]--(12d1) │   │   │   │   ├──[✅]--(13a1) │   │   │   │   ├──[✅]--(13b1) │   │   │   │   ├──[✅]--(13c1) │   │   │   │   ├──[✅]--(13d1) │   │   │   │   └──[✅]--(13e1) │   │   │   ├──[✅]--(m2) │   │   │   │   ├──[✅]--(21a1) │   │   │   │   ├──[✅]--(21b1) │   │   │   │   ├──[✅]--(21c1) │   │   │   │   ├──[✅]--(21d1) │   │   │   │   ├──[✅]--(21e1) │   │   │   │   ├──[✅]--(22a1) │   │   │   │   ├──[✅]--(22b1) │   │   │   │   ├──[✅]--(22c1) │   │   │   │   ├──[✅]--(22e1) │   │   │   │   ├──[✅]--(23a1) │   │   │   │   ├──[✅]--(23a2) │   │   │   │   ├──[✅]--(23b1) │   │   │   │   ├──[✅]--(23c1) │   │   │   │   ├──[✅]--(23d1) │   │   │   │   ├──[✅]--(23d2) │   │   │   │   ├──[✅]--(23e1) │   │   │   │   └──[✅]--(24a1) │   │   │   ├──[✅]--(m3) │   │   │   │   ├──[✅]--(31a1) │   │   │   │   ├──[✅]--(31a2) │   │   │   │   ├──[✅]--(31b1) │   │   │   │   ├──[✅]--(31c1) │   │   │   │   ├──[✅]--(31d1) │   │   │   │   ├──[✅]--(31e1) │   │   │   │   ├──[✅]--(32a1) │   │   │   │   ├──[✅]--(32b1) │   │   │   │   ├──[✅]--(32c1) │   │   │   │   ├──[✅]--(32d1) │   │   │   │   ├──[✅]--(32e1) │   │   │   │   ├──[✅]--(33a1) │   │   │   │   ├──[✅]--(33b1) │   │   │   │   ├──[✅]--(33d1) │   │   │   │   └──[✅]--(33e1) │   │   │   ├──[✅]--(m4) │   │   │   │   ├──[✅]--(41a1) │   │   │   │   ├──[✅]--(41a2) │   │   │   │   ├──[✅]--(41b1) │   │   │   │   ├──[✅]--(41b2) │   │   │   │   ├──[✅]--(41c1) │   │   │   │   ├──[✅]--(41c2) │   │   │   │   ├──[✅]--(41d1) │   │   │   │   ├──[✅]--(41e1) │   │   │   │   ├──[✅]--(41e1app) │   │   │   │   ├──[✅]--(42a1) │   │   │   │   ├──[✅]--(42a2) │   │   │   │   ├──[✅]--(42b1) │   │   │   │   ├──[✅]--(42b2) │   │   │   │   ├──[✅]--(42c1) │   │   │   │   ├──[✅]--(42c2) │   │   │   │   ├──[✅]--(42d1) │   │   │   │   ├──[✅]--(42d2) │   │   │   │   ├──[✅]--(42e1) │   │   │   │   ├──[✅]--(43a1) │   │   │   │   ├──[✅]--(43a2) │   │   │   │   ├──[✅]--(43b1) │   │   │   │   ├──[✅]--(43b2) │   │   │   │   ├──[✅]--(43c1) │   │   │   │   ├──[✅]--(43c2) │   │   │   │   ├──[✅]--(43d1) │   │   │   │   ├──[✅]--(43d2) │   │   │   │   └──[✅]--(43e1) │   │   │   ├──[✅]--(m5) │   │   │   │   ├──[✅]--(51a1) │   │   │   │   ├──[✅]--(51b1) │   │   │   │   ├──[✅]--(51c1) │   │   │   │   ├──[✅]--(51d1) │   │   │   │   ├──[✅]--(51d2) │   │   │   │   ├──[✅]--(51e1) │   │   │   │   ├──[✅]--(52b1) │   │   │   │   ├──[✅]--(52c1) │   │   │   │   ├──[✅]--(52c2) │   │   │   │   ├──[✅]--(52d1) │   │   │   │   ├──[✅]--(53a1) │   │   │   │   ├──[✅]--(53b1) │   │   │   │   ├──[✅]--(53c1) │   │   │   │   └──[✅]--(53d1) │   │   │   ├──[✅]--(m6) │   │   │   │   ├──[✅]--(61a1) │   │   │   │   ├──[✅]--(61b1) │   │   │   │   ├──[✅]--(61c1) │   │   │   │   ├──[✅]--(62a1) │   │   │   │   ├──[✅]--(62b1) │   │   │   │   ├──[✅]--(63a1) │   │   │   │   ├──[✅]--(63b1) │   │   │   │   ├──[✅]--(63c1) │   │   │   │   └──[✅]--(63d1) │   │   │   ├──[✅]--(m7) │   │   │   │   ├──[✅]--(71a1) │   │   │   │   ├──[✅]--(71e1) │   │   │   │   ├──[✅]--(72a1) │   │   │   │   ├──[✅]--(73a1) │   │   │   │   └──[✅]--(74a1) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(iterative_sorting) │   │   │   │   └──[✅]--(searc✅ng) │   │   │   ├──[✅]--(summary) │   │   │   │   ├──[✅]--(Node Express Knex) │   │   │   │   ├──[✅]--(certifications) │   │   │   │   ├──[✅]--(cobol) │   │   │   │   ├──[✅]--(complete) │   │   │   │   ├──[✅]--(general) │   │   │   │   ├──[✅]--(interviewing) │   │   │   │   ├──[✅]--(testing) │   │   │   │   └──[✅]--(typescript) │   │   │   └──[✅]--(tlbw) │   │   │ └──[✅]--(client) │   │   ├──[✅]--(Mongo-I-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(controllers) │   │   │ ├──[✅]--(models) │   │   │ └──[✅]--(routes) │   │   ├──[✅]--(Node-Blog-master) │   │   │   ├──[✅]--(api) │   │   │   │   ├──[✅]--(post) │   │   │   │   ├──[✅]--(tag) │   │   │   │   └──[✅]--(user) │   │   │   ├──[✅]--(config) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(helpers) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(routers) │   │   ├──[✅]--(Precourse-master) │   │   │   ├──[✅]--(Lesson1-Git) │   │   │   ├──[✅]--(Lesson10-JS-VII) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson11-JS-VIII) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson12-DOM) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson2-HTML-CSS) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson3-CSS-Positioning) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson4-JS-I) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson5-JS-II) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson6-JS-III) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson7-JS-IV) │   │   │   │   └──[✅]--(homework) │   │   │   ├──[✅]--(Lesson8-JS-V) │   │   │   │   └──[✅]--(homework) │   │   │   └──[✅]--(Lesson9-JS-VI) │   │   │ └──[✅]--(homework) │   │   ├──[✅]--(Python-II-Notes-master) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(Python-master) │   │   │   ├──[✅]--(arithmetic_analysis) │   │   │   │   └──[✅]--(image_data) │   │   │   ├──[✅]--(backtracking) │   │   │   ├──[✅]--(bit_manipulation) │   │   │   ├──[✅]--(blockchain) │   │   │   ├──[✅]--(boolean_algebra) │   │   │   ├──[✅]--(cellular_automata) │   │   │   ├──[✅]--(ciphers) │   │   │   ├──[✅]--(compression) │   │   │   │   └──[✅]--(image_data) │   │   │   ├──[✅]--(computer_vision) │   │   │   ├──[✅]--(conversions) │   │   │   ├──[✅]--(data_structures) │   │   │   │   ├──[✅]--(binary_tree) │   │   │   │   ├──[✅]--(disjoint_set) │   │   │   │   ├──[✅]--(has✅ng) │   │   │   │   ├──[✅]--(heap) │   │   │   │   ├──[✅]--(linked_list) │   │   │   │   ├──[✅]--(queue) │   │   │   │   ├──[✅]--(stacks) │   │   │   │   └──[✅]--(trie) │   │   │   ├──[✅]--(digital_image_processing) │   │   │   │   ├──[✅]--(dithering) │   │   │   │   ├──[✅]--(edge_detection) │   │   │   │   ├──[✅]--(filters) │   │   │   │   ├──[✅]--(✅stogram_equalization) │   │   │   │   ├──[✅]--(image_data) │   │   │   │   ├──[✅]--(resize) │   │   │   │   └──[✅]--(rotation) │   │   │   ├──[✅]--(divide_and_conquer) │   │   │   ├──[✅]--(dynamic_programming) │   │   │   ├──[✅]--(electronics) │   │   │   ├──[✅]--(file_transfer) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(fuzzy_logic) │   │   │   ├──[✅]--(genetic_algorithm) │   │   │   ├──[✅]--(geodesy) │   │   │   ├──[✅]--(grap✅cs) │   │   │   ├──[✅]--(graphs) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(hashes) │   │   │   ├──[✅]--(knapsack) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(linear_algebra) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(mac✅ne_learning) │   │   │   │   ├──[✅]--(forecasting) │   │   │   │   └──[✅]--(lstm) │   │   │   ├──[✅]--(maths) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(series) │   │   │   ├──[✅]--(matrix) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(networking_flow) │   │   │   ├──[✅]--(neural_network) │   │   │   ├──[✅]--(other) │   │   │   ├──[✅]--(project_euler) │   │   │   │   ├──[✅]--(problem_001) │   │   │   │   ├──[✅]--(problem_002) │   │   │   │   ├──[✅]--(problem_003) │   │   │   │   ├──[✅]--(problem_004) │   │   │   │   ├──[✅]--(problem_005) │   │   │   │   ├──[✅]--(problem_006) │   │   │   │   ├──[✅]--(problem_007) │   │   │   │   ├──[✅]--(problem_008) │   │   │   │   ├──[✅]--(problem_009) │   │   │   │   ├──[✅]--(problem_010) │   │   │   │   ├──[✅]--(problem_011) │   │   │   │   ├──[✅]--(problem_012) │   │   │   │   ├──[✅]--(problem_013) │   │   │   │   ├──[✅]--(problem_014) │   │   │   │   ├──[✅]--(problem_015) │   │   │   │   ├──[✅]--(problem_016) │   │   │   │   ├──[✅]--(problem_017) │   │   │   │   ├──[✅]--(problem_018) │   │   │   │   ├──[✅]--(problem_019) │   │   │   │   ├──[✅]--(problem_020) │   │   │   │   ├──[✅]--(problem_021) │   │   │   │   ├──[✅]--(problem_022) │   │   │   │   ├──[✅]--(problem_023) │   │   │   │   ├──[✅]--(problem_024) │   │   │   │   ├──[✅]--(problem_025) │   │   │   │   ├──[✅]--(problem_026) │   │   │   │   ├──[✅]--(problem_027) │   │   │   │   ├──[✅]--(problem_028) │   │   │   │   ├──[✅]--(problem_029) │   │   │   │   ├──[✅]--(problem_030) │   │   │   │   ├──[✅]--(problem_031) │   │   │   │   ├──[✅]--(problem_032) │   │   │   │   ├──[✅]--(problem_033) │   │   │   │   ├──[✅]--(problem_034) │   │   │   │   ├──[✅]--(problem_035) │   │   │   │   ├──[✅]--(problem_036) │   │   │   │   ├──[✅]--(problem_037) │   │   │   │   ├──[✅]--(problem_038) │   │   │   │   ├──[✅]--(problem_039) │   │   │   │   ├──[✅]--(problem_040) │   │   │   │   ├──[✅]--(problem_041) │   │   │   │   ├──[✅]--(problem_042) │   │   │   │   ├──[✅]--(problem_043) │   │   │   │   ├──[✅]--(problem_044) │   │   │   │   ├──[✅]--(problem_045) │   │   │   │   ├──[✅]--(problem_046) │   │   │   │   ├──[✅]--(problem_047) │   │   │   │   ├──[✅]--(problem_048) │   │   │   │   ├──[✅]--(problem_049) │   │   │   │   ├──[✅]--(problem_050) │   │   │   │   ├──[✅]--(problem_051) │   │   │   │   ├──[✅]--(problem_052) │   │   │   │   ├──[✅]--(problem_053) │   │   │   │   ├──[✅]--(problem_054) │   │   │   │   ├──[✅]--(problem_055) │   │   │   │   ├──[✅]--(problem_056) │   │   │   │   ├──[✅]--(problem_057) │   │   │   │   ├──[✅]--(problem_058) │   │   │   │   ├──[✅]--(problem_059) │   │   │   │   ├──[✅]--(problem_062) │   │   │   │   ├──[✅]--(problem_063) │   │   │   │   ├──[✅]--(problem_064) │   │   │   │   ├──[✅]--(problem_065) │   │   │   │   ├──[✅]--(problem_067) │   │   │   │   ├──[✅]--(problem_069) │   │   │   │   ├──[✅]--(problem_070) │   │   │   │   ├──[✅]--(problem_071) │   │   │   │   ├──[✅]--(problem_072) │   │   │   │   ├──[✅]--(problem_074) │   │   │   │   ├──[✅]--(problem_075) │   │   │   │   ├──[✅]--(problem_076) │   │   │   │   ├──[✅]--(problem_077) │   │   │   │   ├──[✅]--(problem_080) │   │   │   │   ├──[✅]--(problem_081) │   │   │   │   ├──[✅]--(problem_085) │   │   │   │   ├──[✅]--(problem_086) │   │   │   │   ├──[✅]--(problem_087) │   │   │   │   ├──[✅]--(problem_089) │   │   │   │   ├──[✅]--(problem_091) │   │   │   │   ├──[✅]--(problem_097) │   │   │   │   ├──[✅]--(problem_099) │   │   │   │   ├──[✅]--(problem_101) │   │   │   │   ├──[✅]--(problem_102) │   │   │   │   ├──[✅]--(problem_107) │   │   │   │   ├──[✅]--(problem_112) │   │   │   │   ├──[✅]--(problem_113) │   │   │   │   ├──[✅]--(problem_119) │   │   │   │   ├──[✅]--(problem_120) │   │   │   │   ├──[✅]--(problem_123) │   │   │   │   ├──[✅]--(problem_125) │   │   │   │   ├──[✅]--(problem_129) │   │   │   │   ├──[✅]--(problem_135) │   │   │   │   ├──[✅]--(problem_173) │   │   │   │   ├──[✅]--(problem_174) │   │   │   │   ├──[✅]--(problem_180) │   │   │   │   ├──[✅]--(problem_188) │   │   │   │   ├──[✅]--(problem_191) │   │   │   │   ├──[✅]--(problem_203) │   │   │   │   ├──[✅]--(problem_206) │   │   │   │   ├──[✅]--(problem_207) │   │   │   │   ├──[✅]--(problem_234) │   │   │   │   ├──[✅]--(problem_301) │   │   │   │   └──[✅]--(problem_551) │   │   │   ├──[✅]--(quantum) │   │   │   ├──[✅]--(scheduling) │   │   │   ├──[✅]--(scripts) │   │   │   ├──[✅]--(searches) │   │   │   ├──[✅]--(sorts) │   │   │   ├──[✅]--(strings) │   │   │   ├──[✅]--(traversals) │   │   │   └──[✅]--(web_programming) │   │   ├──[✅]--(React-Todo-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(Relational-Databases-master) │   │   │   └──[✅]--(solutions) │   │   ├──[✅]--(Server-Testing-master) │   │   ├──[✅]--(Sorting-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(iterative_sorting) │   │   │ ├──[✅]--(recursive_sorting) │   │   │ └──[✅]--(searc✅ng) │   │   ├──[✅]--(Sprint-Challenge--Graphs-master) │   │   │   ├──[✅]--(img) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(Sprint-Challenge--JavaScript-master) │   │   │   ├──[✅]--(challenges) │   │   │   ├──[✅]--(src) │   │   │   └──[✅]--(tests) │   │   ├──[✅]--(Sprint-Challenge-Node-Express-master) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(helpers) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(express) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(routes) │   │   ├──[✅]--(Sprint-Challenge-RDBMS-master) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(routes) │   │   ├──[✅]--(Static-Pages-master) │   │   ├──[✅]--(W✅teboard-Pairing-master) │   │   │   ├──[✅]--(BSTFromArray) │   │   │   ├──[✅]--(BalancedBinaryTree) │   │   │   ├──[✅]--(BalancedBrackets) │   │   │   ├──[✅]--(BitcoinTrading) │   │   │   ├──[✅]--(ClimbingStairs) │   │   │   ├──[✅]--(CountingVotes) │   │   │   ├──[✅]--(DepthFirstSearch) │   │   │   ├──[✅]--(FindRotationPoint) │   │   │   ├──[✅]--(IntegerPairs) │   │   │   ├──[✅]--(KthToLastNode) │   │   │   ├──[✅]--(LargestContiguousSum) │   │   │   ├──[✅]--(LargestStack) │   │   │   ├──[✅]--(LinkedListPalindrome) │   │   │   ├──[✅]--(MatrixSpiralCopy) │   │   │   ├──[✅]--(MergingTwoPackages) │   │   │   ├──[✅]--(MinHeap) │   │   │   ├──[✅]--(MinJumps) │   │   │   ├──[✅]--(NthFibonacci) │   │   │   ├──[✅]--(OneWayFlight) │   │   │   ├──[✅]--(ProductOfAllOtherNumbers) │   │   │   ├──[✅]--(QueueWithTwoStacks) │   │   │   ├──[✅]--(ReverseLinkedList) │   │   │   ├──[✅]--(RingBuffer) │   │   │   ├──[✅]--(RobotPaths) │   │   │   ├──[✅]--(RockPaperScissors) │   │   │   ├──[✅]--(RotateImage) │   │   │   ├──[✅]--(SetOfStacks) │   │   │   ├──[✅]--(SortStack) │   │   │   ├──[✅]--(SortTopScores) │   │   │   ├──[✅]--(TemperatureTracker) │   │   │   ├──[✅]--(TimePlanner) │   │   │   └──[✅]--(ValidateBinaryTree) │   │   ├──[✅]--(_DS-Python) │   │   │   ├──[✅]--(Algorithms-I-Notes-master) │   │   │   │   └──[✅]--(practice_algs) │   │   │   └──[✅]--(Algorithms-master) │   │   │ ├──[✅]--(climbing_stairs) │   │   │ ├──[✅]--(knapsack) │   │   │ ├──[✅]--(making_change) │   │   │ ├──[✅]--(recipe_batches) │   │   │ ├──[✅]--(rock_paper_scissors) │   │   │ └──[✅]--(stock_prices) │   │   ├──[✅]--(_Individual-Projects) │   │   │   ├──[✅]--(Advanced-Form-Management-Guided-master) │   │   │   │   └──[✅]--(app) │   │   │   ├──[✅]--(Bootstrap-I-master) │   │   │   │   ├──[✅]--(_example-resume) │   │   │   │   ├──[✅]--(css) │   │   │   │   ├──[✅]--(img) │   │   │   │   ├──[✅]--(js) │   │   │   │   └──[✅]--(less) │   │   │   ├──[✅]--(Components-BEM-master) │   │   │   │   ├──[✅]--(components) │   │   │   │   └──[✅]--(markups) │   │   │   ├──[✅]--(Components-Constructors-master) │   │   │   │   ├──[✅]--(components) │   │   │   │   └──[✅]--(markups) │   │   │   ├──[✅]--(Computer-Arc✅tecture-Notes-master) │   │   │   │   ├──[✅]--(lectureI) │   │   │   │   ├──[✅]--(lectureII) │   │   │   │   ├──[✅]--(lectureIII) │   │   │   │   └──[✅]--(lectureIV) │   │   │   ├──[✅]--(Course_and_Book_Notes-master) │   │   │   │   ├──[✅]--(Algorithm Design Manual) │   │   │   │   ├──[✅]--(Computer_Science_Distilled) │   │   │   │   ├──[✅]--(Lambda_Notes) │   │   │   │   ├──[✅]--(Programming_Foundations) │   │   │   │   ├──[✅]--(The_C_Programming_Language) │   │   │   │   ├──[✅]--(T✅nk Like a Programmer) │   │   │   │   └──[✅]--(YoutubeVideos) │   │   │   ├──[✅]--(JavaScript-I-master) │   │   │   │   └──[✅]--(assignments) │   │   │   ├──[✅]--(JavaScript-II-master) │   │   │   │   └──[✅]--(assignments) │   │   │   ├──[✅]--(JavaScript-III-master) │   │   │   │   └──[✅]--(assignments) │   │   │   └──[✅]--(JavaScript-IV-master) │   │   │ └──[✅]--(assignments) │   │   ├──[✅]--(_MOST-USEFUL) │   │   │   └──[✅]--(Boilerplate-master) │   │   │ ├──[✅]--(Apollo) │   │   │ ├──[✅]--(Express-MongoDB) │   │   │ ├──[✅]--(React-Redux) │   │   │ └──[✅]--(TypeGraphQL) │   │   ├──[✅]--(_misc) │   │   │   └──[✅]--(Blockchain-Notes-master) │   │   │ └──[✅]--(communication_gp) │   │   ├──[✅]--(data_struct_and_algo-master) │   │   │   └──[✅]--(logs) │   │   ├──[✅]--(dev-portfolio-master) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(components) │   │   │   │   ├──[✅]--(global-scss) │   │   │   │   └──[✅]--(views) │   │   │   └──[✅]--(tests_setup) │   │   │ └──[✅]--(mocks) │   │   ├──[✅]--(feelscollective-master) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(fonts) │   │   │   │   ├──[✅]--(icomoon) │   │   │   │   └──[✅]--(open-iconic) │   │   │   ├──[✅]--(images) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(scss) │   │   ├──[✅]--(five-master) │   │   │   └──[✅]--(FiveFeed) │   │   │ ├──[✅]--(lambda) │   │   │ ├──[✅]--(lambda-src) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(homepage-master) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(fonts) │   │   │   ├──[✅]--(images) │   │   │   └──[✅]--(js) │   │   │ ├──[✅]--(backstretch) │   │   │ ├──[✅]--(bootstrap) │   │   │ ├──[✅]--(easing) │   │   │ ├──[✅]--(magnific-popup) │   │   │ ├──[✅]--(owl-carousel) │   │   │ ├──[✅]--(uitotop) │   │   │ └──[✅]--(wow) │   │   ├──[✅]--(lambda-demo-project-master) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(lambda-lecture-notes-main) │   │   │   ├──[✅]--(3-1-advanced-react) │   │   │   │   ├──[✅]--(images) │   │   │   │   └──[✅]--(pdf) │   │   │   ├──[✅]--(3-2-advanced-state-mangement) │   │   │   │   └──[✅]--(images) │   │   │   └──[✅]--(3-3-advanced-web-applications) │   │   │ └──[✅]--(images) │   │   ├──[✅]--(portfolio-main) │   │   │   ├──[✅]--(components) │   │   │   ├──[✅]--(pages) │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(static) │   │   │   ├──[✅]--(scripts) │   │   │   ├──[✅]--(styles) │   │   │   └──[✅]--(utils) │   │   ├──[✅]--(react-carousel-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(assets) │   │   ├──[✅]--(react-design-patterns-and-best-practices-master) │   │   │   ├──[✅]--(chapter-03) │   │   │   │   └──[✅]--(reusable-components) │   │   │   ├──[✅]--(chapter-04) │   │   │   │   ├──[✅]--(container-presentational) │   │   │   │   └──[✅]--(✅gher-order-components) │   │   │   ├──[✅]--(chapter-05) │   │   │   │   ├──[✅]--(data-fetc✅ng) │   │   │   │   ├──[✅]--(data-flow) │   │   │   │   └──[✅]--(react-refetch) │   │   │   ├──[✅]--(chapter-06) │   │   │   │   ├──[✅]--(controlled-components) │   │   │   │   ├──[✅]--(css-transition-group) │   │   │   │   ├──[✅]--(event-switch) │   │   │   │   ├──[✅]--(json-schema) │   │   │   │   ├──[✅]--(react-motion) │   │   │   │   ├──[✅]--(refs-dom) │   │   │   │   ├──[✅]--(refs-instance) │   │   │   │   ├──[✅]--(svg) │   │   │   │   └──[✅]--(uncontrolled-components) │   │   │   ├──[✅]--(chapter-07) │   │   │   │   ├──[✅]--(css-modules) │   │   │   │   ├──[✅]--(inline-styles) │   │   │   │   ├──[✅]--(radium) │   │   │   │   └──[✅]--(styled-components) │   │   │   ├──[✅]--(chapter-08) │   │   │   │   ├──[✅]--(data-fetc✅ng) │   │   │   │   ├──[✅]--(next) │   │   │   │   └──[✅]--(server-side-rendering) │   │   │   ├──[✅]--(chapter-09) │   │   │   │   ├──[✅]--(constants-props) │   │   │   │   ├──[✅]--(creating-functions) │   │   │   │   ├──[✅]--(good-design) │   │   │   │   └──[✅]--(keys) │   │   │   ├──[✅]--(chapter-10) │   │   │   │   ├──[✅]--(enzyme) │   │   │   │   ├──[✅]--(✅gher-order-components) │   │   │   │   ├──[✅]--(jest) │   │   │   │   ├──[✅]--(mocha) │   │   │   │   ├──[✅]--(page-object) │   │   │   │   └──[✅]--(real-world) │   │   │   └──[✅]--(chapter-11) │   │   │ ├──[✅]--(index-as-key) │   │   │ ├──[✅]--(initializing-state) │   │   │ └──[✅]--(mutating-state) │   │   ├──[✅]--(sql-lab-master) │   │   │   └──[✅]--(img) │   │   └──[✅]--(web-guided-project-HTTP-main) │   │ ├──[✅]--(client) │   │ │   └──[✅]--(src) │   │ └──[✅]--(server) │   ├──[✅]--(screenshot-preview) │   │   ├──[✅]--(examples) │   │   └──[✅]--(src) │   ├──[✅]--(web-dev-utils) │   │   ├──[✅]--(GIT-HTML-PREVIEW-TOOL) │   │   │   └──[✅]--(GIT-HTML-PREVIEW-TOOL-master) │   │   ├──[✅]--(Markdown-Templates) │   │   │   └──[✅]--(Markdown-Templates-master) │   │   │ └──[✅]--(images) │   │   ├──[✅]--(TexTools) │   │   │   └──[✅]--(TexTools-master) │   │   │ ├──[✅]--(backup-stable-build) │   │   │ ├──[✅]--(css) │   │   │ ├──[✅]--(js) │   │   │ └──[✅]--(sandbox) │   │   ├──[✅]--(bootstrap-4.3.1-dist) │   │   │   ├──[✅]--(css) │   │   │   └──[✅]--(js) │   │   └──[✅]--(personal-utilities) │   │ ├──[✅]--(Auto-table-Of-Contents) │   │ ├──[✅]--(copy-2-clip) │   │ ├──[✅]--(css) │   │ ├──[✅]--(extract-css) │   │ │   ├──[✅]--(css) │   │ │   ├──[✅]--(img) │   │ │   └──[✅]--(js) │   │ ├──[✅]--(js) │   │ └──[✅]--(prism) │   └──[✅]--(world-clock) ├──[✅]--(8-site-documentation) ├──[✅]--(LambdaSchool) │   ├──[✅]--(31d1) │   ├──[✅]--(Administration) │   │   ├──[✅]--(Tech Skills Day badges) │   │   │   └──[✅]--(Tech Skills Day badges) │   │   ├──[✅]--(certs) │   │   ├──[✅]--(marketing) │   │   ├──[✅]--(studying) │   │   └──[✅]--(zoom) │   ├──[✅]--(Front-End-master) │   │   └──[✅]--(Front-End-master) │   │ └──[✅]--(client) │   │ ├──[✅]--(public) │   │ └──[✅]--(src) │   ├──[✅]--(JavaScript30) │   │   ├──[✅]--(01) │   │   │   └──[✅]--(sounds) │   │   ├──[✅]--(02) │   │   ├──[✅]--(03) │   │   ├──[✅]--(04) │   │   ├──[✅]--(05) │   │   ├──[✅]--(06) │   │   ├──[✅]--(07) │   │   ├──[✅]--(08) │   │   ├──[✅]--(09) │   │   ├──[✅]--(10) │   │   ├──[✅]--(11) │   │   ├──[✅]--(12) │   │   ├──[✅]--(13) │   │   ├──[✅]--(14) │   │   ├──[✅]--(15) │   │   ├──[✅]--(16) │   │   ├──[✅]--(17) │   │   ├──[✅]--(18) │   │   ├──[✅]--(19) │   │   ├──[✅]--(20) │   │   ├──[✅]--(21) │   │   ├──[✅]--(22) │   │   ├──[✅]--(23) │   │   ├──[✅]--(24) │   │   ├──[✅]--(25) │   │   ├──[✅]--(26) │   │   ├──[✅]--(27) │   │   ├──[✅]--(28) │   │   ├──[✅]--(29) │   │   ├──[✅]--(30) │   │   └──[✅]--(JavaScript30-master) │   │ └──[✅]--(JavaScript30-master) │   │ ├──[✅]--(01 - JavaScript Drum Kit) │   │ ├──[✅]--(02 - JS and CSS Clock) │   │ ├──[✅]--(03 - CSS Variables) │   │ ├──[✅]--(04 - Array Cardio Day 1) │   │ ├──[✅]--(05 - Flex Panel Gallery) │   │ ├──[✅]--(06 - Type Ahead) │   │ ├──[✅]--(07 - Array Cardio Day 2) │   │ ├──[✅]--(08 - Fun with HTML5 Canvas) │   │ ├──[✅]--(09 - Dev Tools Domination) │   │ ├──[✅]--(10 - Hold S✅ft and Check Checkboxes) │   │ ├──[✅]--(11 - Custom Video Player) │   │ ├──[✅]--(12 - Key Sequence Detection) │   │ ├──[✅]--(13 - Slide in on Scroll) │   │ ├──[✅]--(14 - JavaScript References VS Copying) │   │ ├──[✅]--(15 - LocalStorage) │   │ ├──[✅]--(16 - Mouse Move Shadow) │   │ ├──[✅]--(17 - Sort Without Articles) │   │ ├──[✅]--(18 - Adding Up Times with Reduce) │   │ ├──[✅]--(19 - Webcam Fun) │   │ ├──[✅]--(20 - Speech Detection) │   │ ├──[✅]--(21 - Geolocation) │   │ ├──[✅]--(22 - Follow Along Link ✅ghlighter) │   │ ├──[✅]--(23 - Speech Synthesis) │   │ ├──[✅]--(24 - Sticky Nav) │   │ ├──[✅]--(25 - Event Capture, Propagation, Bubbling and Once) │   │ ├──[✅]--(26 - Stripe Follow Along Nav) │   │ ├──[✅]--(27 - Click and Drag) │   │ ├──[✅]--(28 - Video Speed Controller) │   │ ├──[✅]--(29 - Countdown Timer) │   │ └──[✅]--(30 - Whack A Mole) │   ├──[✅]--(aa-score) │   │   ├──[✅]--(public) │   │   └──[✅]--(src) │   ├──[✅]--(bw1-tl) │   │   ├──[✅]--(BackEnd-master) │   │   │   └──[✅]--(BackEnd-master) │   │   │ ├──[✅]--(admin) │   │   │ ├──[✅]--(api) │   │   │ ├──[✅]--(auth) │   │   │ ├──[✅]--(database) │   │   │ ├──[✅]--(middleware) │   │   │ ├──[✅]--(todos) │   │   │ └──[✅]--(volunteer) │   │   ├──[✅]--(admin) │   │   ├──[✅]--(api) │   │   ├──[✅]--(auth) │   │   ├──[✅]--(database) │   │   │   ├──[✅]--(migrations) │   │   │   └──[✅]--(seeds) │   │   ├──[✅]--(middleware) │   │   ├──[✅]--(todos) │   │   └──[✅]--(volunteer) │   ├──[✅]--(css) │   ├──[✅]--(evoingram.github.io) │   ├──[✅]--(labs) │   │   ├──[✅]--(backend) │   │   ├──[✅]--(frontend) │   │   ├──[✅]--(last journal entry) │   │   └──[✅]--(video-to-next-group) │   ├──[✅]--(m1) │   │   ├──[✅]--(11b1) │   │   │   ├──[✅]--(Git-Flow-Practice) │   │   │   ├──[✅]--(Git-for-Web-Development-Project-master) │   │   │   │   └──[✅]--(Git-for-Web-Development-Project-master) │   │   │   ├──[✅]--(Web26Git) │   │   │   ├──[✅]--(design-files) │   │   │   ├──[✅]--(great-idea) │   │   │   │   ├──[✅]--(css) │   │   │   │   └──[✅]--(img) │   │   │   └──[✅]--(great-idea-website) │   │   │ ├──[✅]--(css) │   │   │ └──[✅]--(img) │   │   ├──[✅]--(11c1) │   │   │   ├──[✅]--(User-Interface) │   │   │   ├──[✅]--(User-Interface-master) │   │   │   │   └──[✅]--(User-Interface-master) │   │   │   ├──[✅]--(design-files) │   │   │   └──[✅]--(great-idea-website) │   │   │ ├──[✅]--(css) │   │   │ └──[✅]--(img) │   │   ├──[✅]--(11d1) │   │   │   ├──[✅]--(UI-III-Flexbox) │   │   │   ├──[✅]--(UI-III-Flexbox-master) │   │   │   │   └──[✅]--(UI-III-Flexbox-master) │   │   │   ├──[✅]--(design-files) │   │   │   └──[✅]--(great-idea) │   │   │ ├──[✅]--(css) │   │   │ └──[✅]--(img) │   │   ├──[✅]--(12a1) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(design-files) │   │   │   ├──[✅]--(img) │   │   │   ├──[✅]--(responsive-web-design-I) │   │   │   └──[✅]--(responsive-web-design-I-master) │   │   │ └──[✅]--(responsive-web-design-I-master) │   │   ├──[✅]--(12b1) │   │   │   ├──[✅]--(dimension) │   │   │   │   ├──[✅]--(assets) │   │   │   │   └──[✅]--(html5up-dimension) │   │   │   ├──[✅]--(portfolio-website-master) │   │   │   │   └──[✅]--(portfolio-website-master) │   │   │   └──[✅]--(solidstate) │   │   │ └──[✅]--(assets) │   │   ├──[✅]--(12c1) │   │   │   ├──[✅]--(Preprocessing-I-master) │   │   │   │   └──[✅]--(Preprocessing-I-master) │   │   │   ├──[✅]--(css) │   │   │   └──[✅]--(less) │   │   ├──[✅]--(12d1) │   │   │   ├──[✅]--(Preprocessing-II-master) │   │   │   │   └──[✅]--(Preprocessing-II-master) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(design-files) │   │   │   ├──[✅]--(img) │   │   │   └──[✅]--(less) │   │   ├──[✅]--(13a1) │   │   │   └──[✅]--(assignments) │   │   ├──[✅]--(13b1) │   │   │   └──[✅]--(assignments) │   │   ├──[✅]--(13c1) │   │   │   └──[✅]--(assignments) │   │   ├──[✅]--(13d1) │   │   │   ├──[✅]--(new) │   │   │   │   └──[✅]--(test) │   │   │   └──[✅]--(old) │   │   │ └──[✅]--(assignments) │   │   ├──[✅]--(13e1) │   │   │   ├──[✅]--(Sprint-Challenge--JavaScript-master) │   │   │   │   └──[✅]--(Sprint-Challenge--JavaScript-master) │   │   │   └──[✅]--(challenges) │   │   ├──[✅]--(14a1) │   │   │   └──[✅]--(Marketing-page) │   │   ├──[✅]--(SC-ACSS) │   │   └──[✅]--(Sprint-Challenge--Advanced-CSS) │   ├──[✅]--(m2) │   │   ├──[✅]--(21a1) │   │   │   ├──[✅]--(css) │   │   │   ├──[✅]--(design-files) │   │   │   ├──[✅]--(img) │   │   │   ├──[✅]--(js) │   │   │   └──[✅]--(stretch-assignment) │   │   │ └──[✅]--(digital_timer) │   │   ├──[✅]--(21b1) │   │   ├──[✅]--(21c1) │   │   │   ├──[✅]--(Article) │   │   │   ├──[✅]--(Header) │   │   │   ├──[✅]--(LESS) │   │   │   ├──[✅]--(Menu) │   │   │   ├──[✅]--(assets) │   │   │   └──[✅]--(css) │   │   ├──[✅]--(21d1) │   │   │   ├──[✅]--(GitHubCard) │   │   │   └──[✅]--(assets) │   │   ├──[✅]--(21e1) │   │   │   ├──[✅]--(CSS) │   │   │   ├──[✅]--(LESS) │   │   │   ├──[✅]--(assets) │   │   │   │   └──[✅]--(carousel) │   │   │   └──[✅]--(components) │   │   │ ├──[✅]--(Cards) │   │   │ ├──[✅]--(Carousel) │   │   │ ├──[✅]--(Header) │   │   │ ├──[✅]--(Tabs) │   │   │ └──[✅]--(TopBar) │   │   ├──[✅]--(22a1) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(react-american-football-scoreboard-master) │   │   │   │   └──[✅]--(react-american-football-scoreboard-master) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(22b1) │   │   │   ├──[✅]--(design-files) │   │   │   ├──[✅]--(lambda-calculator-master) │   │   │   │   └──[✅]--(lambda-calculator-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(Img) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(22c1) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(reactstrap-project) │   │   │   │   ├──[✅]--(public) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(22e1) │   │   │   └──[✅]--(starwars) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(23a1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(23a2) │   │   │   └──[✅]--(images) │   │   ├──[✅]--(23b1) │   │   │   └──[✅]--(client) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(23c1) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(src) │   │   │   │   └──[✅]--(CustomHooks) │   │   │   └──[✅]--(team-builder) │   │   ├──[✅]--(23d1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(CustomHooks) │   │   ├──[✅]--(23d2) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(23e1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   └──[✅]--(24a1) │   │ ├──[✅]--(public) │   │ │   └──[✅]--(img) │   │ └──[✅]--(src) │   │ └──[✅]--(components) │   ├──[✅]--(m3) │   │   ├──[✅]--(31a1) │   │   │   ├──[✅]--(React-Todo-master) │   │   │   │   └──[✅]--(React-Todo-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(31a2) │   │   │   ├──[✅]--(React-Sorting-Hat-master) │   │   │   │   └──[✅]--(React-Sorting-Hat-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(31b1) │   │   │   ├──[✅]--(React-Github-User-Card-master) │   │   │   │   └──[✅]--(React-Github-User-Card-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(31c1) │   │   │   ├──[✅]--(dark-mode-master) │   │   │   │   └──[✅]--(dark-mode-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(components) │   │   │ └──[✅]--(hooks) │   │   ├──[✅]--(31d1) │   │   │   ├──[✅]--(Web-Application-Testing-master) │   │   │   │   └──[✅]--(Web-Application-Testing-master) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(components) │   │   │ └──[✅]--(hooks) │   │   ├──[✅]--(31e1) │   │   │   ├──[✅]--(Sprint-Challenge-Advanced-React-master) │   │   │   │   └──[✅]--(Sprint-Challenge-Advanced-React-master) │   │   │   └──[✅]--(client) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(32a1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(components) │   │   │ ├──[✅]--(contexts) │   │   │ └──[✅]--(sass) │   │   ├──[✅]--(32b1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(components) │   │   │ └──[✅]--(reducers) │   │   ├──[✅]--(32c1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(actions) │   │   │ ├──[✅]--(components) │   │   │ └──[✅]--(reducers) │   │   ├──[✅]--(32d1) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(actions) │   │   │ ├──[✅]--(components) │   │   │ ├──[✅]--(fonts) │   │   │ ├──[✅]--(img) │   │   │ └──[✅]--(reducers) │   │   ├──[✅]--(32e1) │   │   │   ├──[✅]--(Sprint-Challenge-State-Management-Smurfs-master) │   │   │   │   └──[✅]--(Sprint-Challenge-State-Management-Smurfs-master) │   │   │   └──[✅]--(smurfs) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(33a1) │   │   │   ├──[✅]--(public) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(controls) │   │   │   │   ├──[✅]--(dashboard) │   │   │   │   └──[✅]--(display) │   │   │   └──[✅]--(webtesting-iii-challenge-master) │   │   │ └──[✅]--(webtesting-iii-challenge-master) │   │   ├──[✅]--(33b1) │   │   │   ├──[✅]--(Auth-Friends-master) │   │   │   │   └──[✅]--(Auth-Friends-master) │   │   │   └──[✅]--(friends) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(33d1) │   │   │   ├──[✅]--(HTTP-Movies-Assignment-master) │   │   │   │   └──[✅]--(HTTP-Movies-Assignment-master) │   │   │   └──[✅]--(client) │   │   │ ├──[✅]--(public) │   │   │ └──[✅]--(src) │   │   └──[✅]--(33e1) │   │ ├──[✅]--(client) │   │ │   ├──[✅]--(public) │   │ │   └──[✅]--(src) │   │ └──[✅]--(react-bubbles-master) │   │ └──[✅]--(react-bubbles-master) │   ├──[✅]--(m4) │   │   ├──[✅]--(41a1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(webapi-i-guided-master) │   │   │ └──[✅]--(webapi-i-guided-master) │   │   ├──[✅]--(41a2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(node-api1-project-master) │   │   │ └──[✅]--(node-api1-project-master) │   │   ├──[✅]--(41b1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(hubs) │   │   │   └──[✅]--(noderouting) │   │   │ └──[✅]--(noderouting) │   │   ├──[✅]--(41b2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(webapi-ii-challenge-master) │   │   │ └──[✅]--(webapi-ii-challenge-master) │   │   ├──[✅]--(41c1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(hubs) │   │   │   ├──[✅]--(messages) │   │   │   ├──[✅]--(middleware) │   │   │   │   └──[✅]--(middleware) │   │   │   └──[✅]--(webapi-iii-guided-master) │   │   │ └──[✅]--(webapi-iii-guided-master) │   │   ├──[✅]--(41c2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(posts) │   │   │   ├──[✅]--(users) │   │   │   └──[✅]--(webapi-iii-challenge-master) │   │   │ └──[✅]--(webapi-iii-challenge-master) │   │   ├──[✅]--(41d1) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(data) │   │   │   │   └──[✅]--(migrations) │   │   │   └──[✅]--(webapi-iv-guided-master) │   │   │ └──[✅]--(webapi-iv-guided-master) │   │   ├──[✅]--(41e1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(helpers) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-api-challenge-master) │   │   │   │   └──[✅]--(node-api-challenge-master) │   │   │   └──[✅]--(routers) │   │   ├──[✅]--(41e1app) │   │   │   ├──[✅]--(public) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(components) │   │   ├──[✅]--(42a1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(dbintro) │   │   │   │   └──[✅]--(dbintro) │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-db1-guided-master) │   │   │   │   └──[✅]--(node-db1-guided-master) │   │   │   └──[✅]--(posts) │   │   ├──[✅]--(42a2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-db1-project-master) │   │   │   │   └──[✅]--(node-db1-project-master) │   │   │   └──[✅]--(routers) │   │   ├──[✅]--(42b1) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(data) │   │   │   ├──[✅]--(fruits) │   │   │   └──[✅]--(node-db2-guided-master) │   │   │ └──[✅]--(node-db2-guided-master) │   │   ├──[✅]--(42b2) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-db2-project-master) │   │   │   │   └──[✅]--(node-db2-project-master) │   │   │   └──[✅]--(routers) │   │   ├──[✅]--(42c1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-db3-guided-master) │   │   │   │   └──[✅]--(node-db3-guided-master) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(42c2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-db3-project-master) │   │   │   │   └──[✅]--(node-db3-project-master) │   │   │   └──[✅]--(schemes) │   │   ├──[✅]--(42d1) │   │   │   ├──[✅]--(data) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(node-db4-guided-master) │   │   │ └──[✅]--(node-db4-guided-master) │   │   ├──[✅]--(42d2) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-db4-project-master) │   │   │   │   └──[✅]--(node-db4-project-master) │   │   │   └──[✅]--(recipes) │   │   ├──[✅]--(42e1) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   └──[✅]--(projects) │   │   ├──[✅]--(43a1) │   │   │   ├──[✅]--(__MACOSX) │   │   │   │   └──[✅]--(aut✅ntro) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(aut✅ntro) │   │   │   │   └──[✅]--(aut✅ntro) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-auth1-guided-master) │   │   │   │   └──[✅]--(node-auth1-guided-master) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43a2) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-auth1-project-master) │   │   │   │   └──[✅]--(node-auth1-project-master) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43b1) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-auth2-guided-master) │   │   │   │   └──[✅]--(node-auth2-guided-master) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43b2) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-auth1-project-master) │   │   │   │   └──[✅]--(node-auth1-project-master) │   │   │   ├──[✅]--(sessions) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43c1) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(jwts) │   │   │   │   └──[✅]--(jwts) │   │   │   ├──[✅]--(node-auth3-guided-master) │   │   │   │   └──[✅]--(node-auth3-guided-master) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43c2) │   │   │   ├──[✅]--(_MACOSX) │   │   │   │   └──[✅]--(sessions) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(auth) │   │   │   ├──[✅]--(config) │   │   │   ├──[✅]--(database) │   │   │   │   └──[✅]--(migrations) │   │   │   ├──[✅]--(node-auth3-project-master) │   │   │   │   └──[✅]--(node-auth3-project-master) │   │   │   ├──[✅]--(sessions) │   │   │   │   └──[✅]--(sessions) │   │   │   └──[✅]--(users) │   │   ├──[✅]--(43d1) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(data) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(hobbits) │   │   │   └──[✅]--(node-server-testing-guided-master) │   │   │ └──[✅]--(node-server-testing-guided-master) │   │   ├──[✅]--(43d1a) │   │   │   └──[✅]--(ls) │   │   ├──[✅]--(43d2) │   │   │   ├──[✅]--(api) │   │   │   ├──[✅]--(cohorts) │   │   │   ├──[✅]--(database) │   │   │   │   ├──[✅]--(migrations) │   │   │   │   └──[✅]--(seeds) │   │   │   ├──[✅]--(node-server-testing-challenge-master) │   │   │   │   └──[✅]--(node-server-testing-challenge-master) │   │   │   └──[✅]--(students) │   │   └──[✅]--(43e1) │   │ ├──[✅]--(43e1) │   │ │   ├──[✅]--(public) │   │ │   └──[✅]--(src) │   │ ├──[✅]--(Sprint-Challenge-Authentication-master) │   │ │   └──[✅]--(Sprint-Challenge-Authentication-master) │   │ ├──[✅]--(api) │   │ ├──[✅]--(auth) │   │ ├──[✅]--(database) │   │ │   └──[✅]--(migrations) │   │ └──[✅]--(jokes) │   ├──[✅]--(m5) │   │   ├──[✅]--(51a1) │   │   │   ├──[✅]--(java-SnackBar-master) │   │   │   │   └──[✅]--(java-SnackBar-master) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(employeeApp) │   │   ├──[✅]--(51b1) │   │   │   ├──[✅]--(java-WordCount-master) │   │   │   │   └──[✅]--(java-WordCount-master) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(collections) │   │   ├──[✅]--(51c1) │   │   │   ├──[✅]--(java-AnimalKingdom-master) │   │   │   │   └──[✅]--(java-AnimalKingdom-master) │   │   │   └──[✅]--(transportation) │   │   │ └──[✅]--(src) │   │   ├──[✅]--(51d1) │   │   │   ├──[✅]--(bin) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(main) │   │   │ └──[✅]--(test) │   │   ├──[✅]--(51d2) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(main) │   │   │   │   └──[✅]--(test) │   │   │   └──[✅]--(target) │   │   │ └──[✅]--(classes) │   │   ├──[✅]--(51e1) │   │   │   ├──[✅]--(Sprint-Challenge--Java-Fundamentals-piggybank-master) │   │   │   │   └──[✅]--(Sprint-Challenge--Java-Fundamentals-piggybank-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(main) │   │   │ └──[✅]--(test) │   │   ├──[✅]--(52b1) │   │   │   ├──[✅]--(assets) │   │   │   └──[✅]--(java-sql-master) │   │   │ └──[✅]--(java-sql-master) │   │   ├──[✅]--(52c1) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(main) │   │   │ └──[✅]--(test) │   │   ├──[✅]--(52c2) │   │   │   ├──[✅]--(java-orders-master) │   │   │   │   └──[✅]--(java-orders-master) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(main) │   │   │ └──[✅]--(test) │   │   ├──[✅]--(52d1) │   │   │   └──[✅]--(oauth) │   │   │ ├──[✅]--(oauth2) │   │   │ └──[✅]--(oauth2 - initial) │   │   ├──[✅]--(53a1) │   │   │   ├──[✅]--(oauth2ExceptionLogging-final) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(src) │   │   │   │   ├──[✅]--(main) │   │   │   │   └──[✅]--(test) │   │   │   └──[✅]--(target) │   │   │ └──[✅]--(classes) │   │   ├──[✅]--(53b1) │   │   │   ├──[✅]--(clientrestaurants) │   │   │   │   └──[✅]--(src) │   │   │   ├──[✅]--(restaurants-initial) │   │   │   │   ├──[✅]--(src) │   │   │   │   └──[✅]--(target) │   │   │   └──[✅]--(restaurants-pagesswagger) │   │   │ ├──[✅]--(src) │   │   │ └──[✅]--(target) │   │   ├──[✅]--(53c1) │   │   │   ├──[✅]--(restaurants-initial) │   │   │   │   └──[✅]--(src) │   │   │   └──[✅]--(restaurants-testing) │   │   │ └──[✅]--(src) │   │   └──[✅]--(53d1) │   │ ├──[✅]--(JS-FrontEnd-by-jheinz1999) │   │ │   ├──[✅]--(public) │   │ │   └──[✅]--(src) │   │ └──[✅]--(StartHere) │   │ └──[✅]--(src) │   ├──[✅]--(m6) │   │   ├──[✅]--(61a1) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(61b1) │   │   │   ├──[✅]--(examples) │   │   │   └──[✅]--(src) │   │   ├──[✅]--(61c1) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(cityreader) │   │   │ ├──[✅]--(comp) │   │   │ └──[✅]--(oop) │   │   ├──[✅]--(62a1) │   │   │   ├──[✅]--(avl_tree) │   │   │   ├──[✅]--(benchmarks) │   │   │   ├──[✅]--(binary_search_tree) │   │   │   ├──[✅]--(doubly_linked_list) │   │   │   ├──[✅]--(heap) │   │   │   ├──[✅]--(lru_cache) │   │   │   ├──[✅]--(queue) │   │   │   ├──[✅]--(queue_and_stack) │   │   │   ├──[✅]--(singly_linked_list) │   │   │   └──[✅]--(stack) │   │   ├──[✅]--(62b1) │   │   │   ├──[✅]--(names) │   │   │   ├──[✅]--(reverse) │   │   │   └──[✅]--(ring_buffer) │   │   ├──[✅]--(63a1) │   │   │   └──[✅]--(src) │   │   │ ├──[✅]--(iterative_sorting) │   │   │ └──[✅]--(searc✅ng) │   │   ├──[✅]--(63b1) │   │   │   └──[✅]--(src) │   │   │ └──[✅]--(recursive_sorting) │   │   ├──[✅]--(63c1) │   │   │   ├──[✅]--(eating_cookies) │   │   │   ├──[✅]--(knapsack) │   │   │   │   └──[✅]--(data) │   │   │   ├──[✅]--(making_change) │   │   │   ├──[✅]--(moving_zeroes) │   │   │   ├──[✅]--(product_of_all_other_numbers) │   │   │   ├──[✅]--(recipe_batches) │   │   │   ├──[✅]--(rock_paper_scissors) │   │   │   ├──[✅]--(single_number) │   │   │   ├──[✅]--(sliding_window_max) │   │   │   │   └──[✅]--(data) │   │   │   └──[✅]--(stock_prices) │   │   └──[✅]--(63d1) │   │ ├──[✅]--(Short-Answer) │   │ ├──[✅]--(recursive_count_th) │   │ └──[✅]--(robot_sort) │   ├──[✅]--(m7) │   │   ├──[✅]--(71a1) │   │   │   ├──[✅]--(applications) │   │   │   │   ├──[✅]--(crack_caesar) │   │   │   │   ├──[✅]--(expensive_seq) │   │   │   │   ├──[✅]--(✅sto) │   │   │   │   ├──[✅]--(lookup_table) │   │   │   │   ├──[✅]--(markov) │   │   │   │   ├──[✅]--(no_dups) │   │   │   │   ├──[✅]--(sumdiff) │   │   │   │   └──[✅]--(word_count) │   │   │   └──[✅]--(hashtable) │   │   ├──[✅]--(71e1) │   │   │   └──[✅]--(hashtables) │   │   │ ├──[✅]--(ex1) │   │   │ ├──[✅]--(ex2) │   │   │ ├──[✅]--(ex3) │   │   │ ├──[✅]--(ex4) │   │   │ └──[✅]--(ex5) │   │   ├──[✅]--(72a1) │   │   │   ├──[✅]--(objectives) │   │   │   │   ├──[✅]--(breadth-first-search) │   │   │   │   ├──[✅]--(connected-components) │   │   │   │   ├──[✅]--(depth-first-search) │   │   │   │   ├──[✅]--(graph-intro) │   │   │   │   ├──[✅]--(graph-representations) │   │   │   │   └──[✅]--(randomness) │   │   │   └──[✅]--(projects) │   │   │ ├──[✅]--(adventure) │   │   │ ├──[✅]--(ancestor) │   │   │ ├──[✅]--(graph) │   │   │ └──[✅]--(social) │   │   ├──[✅]--(73a1) │   │   │   ├──[✅]--(asm) │   │   │   └──[✅]--(ls8) │   │   │ └──[✅]--(examples) │   │   └──[✅]--(74a1) │   ├──[✅]--(src) │   │   ├──[✅]--(iterative_sorting) │   │   └──[✅]--(searc✅ng) │   ├──[✅]--(summary) │   │   ├──[✅]--(Node Express Knex) │   │   │   └──[✅]--(Create Back End Guide) │   │   ├──[✅]--(certifications) │   │   │   ├──[✅]--(IBM zOS) │   │   │   └──[✅]--(Oracle Autonomous DB) │   │   │ ├──[✅]--(1 Overview) │   │   │ ├──[✅]--(2 Provisioning and Connectivity) │   │   │ ├──[✅]--(3 Migration and Data Loding into Autonomous DB) │   │   │ ├──[✅]--(4 Migrating and Data Loading) │   │   │ ├──[✅]--(5 Monitoring Autonomous DB) │   │   │ └──[✅]--(6 Tools Reporting Analytics) │   │   ├──[✅]--(cobol) │   │   │   ├──[✅]--(COBOL Programming Course_files) │   │   │   ├──[✅]--(COBOL Programming Exercises_files) │   │   │   └──[✅]--(COBOL example programs_files) │   │   ├──[✅]--(complete) │   │   │   ├──[✅]--(Decks) │   │   │   └──[✅]--(notes-books) │   │   ├──[✅]--(general) │   │   ├──[✅]--(interviewing) │   │   ├──[✅]--(testing) │   │   └──[✅]--(typescript) │   └──[✅]--(tlbw) │ └──[✅]--(client) │ ├──[✅]--(public) │ └──[✅]--(src) │ ├──[✅]--(components) │ └──[✅]--(imgs) ├──[✅]--(WEEKS) │   ├──[✅]--(wk1) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   │   ├──[✅]--(Farm to Table_files) │   │   │   │   ├──[✅]--(Quiz_Git_files) │   │   │   │   ├──[✅]--(closures_files) │   │   │   │   ├──[✅]--(func-scope_files) │   │   │   │   └──[✅]--(git-quiz_files) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   │   ├──[✅]--(flexbox-explained_files) │   │   │   │   └──[✅]--(notes_files) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   │   ├──[✅]--(User_Interface_I_HTML_Markup) │   │   │   │   └──[✅]--(User_Interface_I__Project_2-_Sweet_Eats_Bakery) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   │   └──[✅]--(web-module-project-intro-css) │   │   │   ├──[✅]--(d4) │   │   │   │   ├──[✅]--(portfolio) │   │   │   │   └──[✅]--(refactor-d3-proj-w-flex) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(agenda_files) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk10) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk11) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk12) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk14) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk15) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk16) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk17) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk18) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk19) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk2) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   │   └──[✅]--(HTML-CSS-Responsive-Practice) │   │   │   ├──[✅]--(d2) │   │   │   │   ├──[✅]--(Slice vs Splice_files) │   │   │   │   ├──[✅]--(best-practice) │   │   │   │   └──[✅]--(git-flow) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   │   └──[✅]--(Responsive-Design) │   │   │   ├──[✅]--(d2) │   │   │   │   ├──[✅]--(tests) │   │   │   │   ├──[✅]--(backup) │   │   │   │   └──[✅]--(notes) │   │   │   ├──[✅]--(d3) │   │   │   │   └──[✅]--(tests) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk20) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk3) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk4) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk5) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk6) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk7) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   ├──[✅]--(wk8) │   │   ├──[✅]--(0-notes) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(1-projects) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(2-resources) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   ├──[✅]--(3-misc) │   │   │   ├──[✅]--(d1) │   │   │   ├──[✅]--(d2) │   │   │   ├──[✅]--(d3) │   │   │   ├──[✅]--(d4) │   │   │   ├──[✅]--(d5) │   │   │   └──[✅]--(other) │   │   └──[✅]--(4-test-prep) │   │ └──[✅]--(Study-Guides) │   └──[✅]--(wk9) │ ├──[✅]--(0-notes) │ │   ├──[✅]--(d1) │ │   ├──[✅]--(d2) │ │   ├──[✅]--(d3) │ │   ├──[✅]--(d4) │ │   ├──[✅]--(d5) │ │   └──[✅]--(other) │ ├──[✅]--(1-projects) │ │   ├──[✅]--(d1) │ │   ├──[✅]--(d2) │ │   ├──[✅]--(d3) │ │   ├──[✅]--(d4) │ │   ├──[✅]--(d5) │ │   └──[✅]--(other) │ ├──[✅]--(2-resources) │ │   ├──[✅]--(d1) │ │   ├──[✅]--(d2) │ │   ├──[✅]--(d3) │ │   ├──[✅]--(d4) │ │   ├──[✅]--(d5) │ │   └──[✅]--(other) │ ├──[✅]--(3-misc) │ │   ├──[✅]--(d1) │ │   ├──[✅]--(d2) │ │   ├──[✅]--(d3) │ │   ├──[✅]--(d4) │ │   ├──[✅]--(d5) │ │   └──[✅]--(other) │ └──[✅]--(4-test-prep) │ └──[✅]--(Study-Guides) ├──[✅]--(css) ├──[✅]--(js) └──[✅]--(media-gifs-images)

4861 directories