gitextract__a_00d_1/ ├── .gitignore ├── .gitmodules ├── LICENSE.md ├── README.md ├── city-groups/ │ └── README.md ├── facebook-fCC-data/ │ ├── README.md │ └── data/ │ └── freeCodeCamp-facebook-page-activity.csv ├── gitter-analytics/ │ ├── README.md │ └── fcc_algorithms help requests/ │ ├── README.md │ └── total help per algo/ │ ├── data/ │ │ └── data.json │ ├── index.html │ └── style.css ├── gitter-history/ │ └── README.md ├── google-analytics/ │ ├── README.md │ ├── challenges-performance-estimates/ │ │ └── data/ │ │ └── content-pages-challenges-performance-estimates.xlsx │ └── countries-fCC/ │ └── data/ │ └── analysisofcountriesFCC.csv ├── leaderboard/ │ └── README.md ├── medium-fCC-data/ │ ├── README.md │ └── data/ │ ├── fccmediumTitles - Cleaned_Data.tsv │ └── medium_titles - rawdata.tsv ├── new-coder-surveys/ │ └── README.md ├── open-api/ │ └── README.md ├── package.json └── unofficial-bots/ └── README.md