Baselight

Most Popular Github Repositories (Projects)

A GitHub dataset of 215K+ repos along with their details

@kaggle.donbarbos_github_repos

Repositories
@kaggle.donbarbos_github_repos.repositories

  • 32.18 MB
  • 215029 rows
  • 24 columns
name

Name

description

Description

url

URL

created_at

Created At

updated_at

Updated At

homepage

Homepage

size

Size

stars

Stars

forks

Forks

issues

Issues

watchers

Watchers

language

Language

license

License

topics

Topics

has_issues

Has Issues

has_projects

Has Projects

has_downloads

Has Downloads

has_wiki

Has Wiki

has_pages

Has Pages

has_discussions

Has Discussions

is_fork

Is Fork

is_archived

Is Archived

is_template

Is Template

default_branch

Default Branch

freeCodeCampfreeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.https://github.com/freeCodeCamp/freeCodeCampWed Dec 24 2014 17:49:19 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:32:33 GMT+0000 (Coordinated Universal Time)http://contribute.freecodecamp.org/38745137407433599248374074TypeScriptBSD-3-Clause['careers', 'certification', 'community', 'curriculum', 'd3', 'education', 'freecodecamp', 'hacktoberfest', 'javascript', 'learn-to-code', 'math', 'nodejs', 'nonprofits', 'programming', 'react', 'teachers']truetruetruetruemain
free-programming-books:books: Freely available programming bookshttps://github.com/EbookFoundation/free-programming-booksFri Oct 11 2013 06:50:37 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:09:25 GMT+0000 (Coordinated Universal Time)https://ebookfoundation.github.io/free-programming-books/170872983935719446298393nanCC-BY-4.0['books', 'education', 'hacktoberfest', 'list', 'resource']truetruetruemain
awesome😎 Awesome lists about all kinds of interesting topicshttps://github.com/sindresorhus/awesomeFri Jul 11 2014 13:42:37 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:18:22 GMT+0000 (Coordinated Universal Time)nan14412699972648561269997nanCC0-1.0['awesome', 'awesome-list', 'lists', 'resources', 'unicorns']truetruetruemain
996.ICURepo for counting stars and contributing. Press F to pay respect to glorious developers.https://github.com/996icu/996.ICUTue Mar 26 2019 07:31:14 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 08:09:01 GMT+0000 (Coordinated Universal Time)https://996.icu1877992679012149716712267901nanNOASSERTION[]truetruemaster
coding-interview-universityA complete computer science study plan to become a software engineer.https://github.com/jwasham/coding-interview-universityMon Jun 06 2016 02:34:12 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 10:54:48 GMT+0000 (Coordinated Universal Time)nan209982651616943456265161nanCC-BY-SA-4.0['algorithm', 'algorithms', 'coding-interview', 'coding-interviews', 'computer-science', 'data-structures', 'interview', 'interview-prep', 'interview-preparation', 'programming-interviews', 'software-engineering', 'study-plan']truetruemain
public-apisA collective list of free APIshttps://github.com/public-apis/public-apisSun Mar 20 2016 23:49:42 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:22:06 GMT+0000 (Coordinated Universal Time)http://public-apis.org508825661529254191256615PythonMIT['api', 'apis', 'dataset', 'development', 'free', 'list', 'lists', 'open-source', 'public', 'public-api', 'public-apis', 'resources', 'software']truetruemaster
developer-roadmapInteractive roadmaps, guides and other educational content to help developers grow in their careers.https://github.com/kamranahmedse/developer-roadmapWed Mar 15 2017 13:45:52 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:32:17 GMT+0000 (Coordinated Universal Time)https://roadmap.sh226746125141634927643251416TypeScriptNOASSERTION['angular-roadmap', 'backend-roadmap', 'blockchain-roadmap', 'computer-science', 'dba-roadmap', 'developer-roadmap', 'devops-roadmap', 'frontend-roadmap', 'go-roadmap', 'java-roadmap', 'javascript-roadmap', 'nodejs-roadmap', 'python-roadmap', 'qa-roadmap', 'react-roadmap', 'roadmap', 'software-archi…truetruetruetruemaster
system-design-primerLearn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.https://github.com/donnemartin/system-design-primerSun Feb 26 2017 16:15:28 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:32:17 GMT+0000 (Coordinated Universal Time)nan1118722956940474393229569PythonNOASSERTION['design', 'design-patterns', 'design-system', 'development', 'interview', 'interview-practice', 'interview-questions', 'programming', 'python', 'system', 'web', 'web-application', 'webapp']truetruetruetruemaster
build-your-own-xMaster programming by recreating your favorite technologies from scratch.https://github.com/codecrafters-io/build-your-own-xWed May 09 2018 12:03:18 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:23:44 GMT+0000 (Coordinated Universal Time)https://codecrafters.io97421762721159282217627nannan['awesome-list', 'free', 'programming', 'tutorial-code', 'tutorial-exercises', 'tutorials']truetruemaster
reactThe library for web and native user interfaceshttps://github.com/facebook/reactFri May 24 2013 16:15:54 GMT+0000 (Coordinated Universal Time)Thu Sep 21 2023 11:37:15 GMT+0000 (Coordinated Universal Time)https://react.dev345964213299448421497213299JavaScriptMIT['declarative', 'frontend', 'javascript', 'library', 'react', 'ui']truetruetruetruetruemain

CREATE TABLE repositories (
  "name" VARCHAR,
  "description" VARCHAR,
  "url" VARCHAR,
  "created_at" TIMESTAMP,
  "updated_at" TIMESTAMP,
  "homepage" VARCHAR,
  "size" BIGINT,
  "stars" BIGINT,
  "forks" BIGINT,
  "issues" BIGINT,
  "watchers" BIGINT,
  "language" VARCHAR,
  "license" VARCHAR,
  "topics" VARCHAR,
  "has_issues" BOOLEAN,
  "has_projects" BOOLEAN,
  "has_downloads" BOOLEAN,
  "has_wiki" BOOLEAN,
  "has_pages" BOOLEAN,
  "has_discussions" BOOLEAN,
  "is_fork" BOOLEAN,
  "is_archived" BOOLEAN,
  "is_template" BOOLEAN,
  "default_branch" VARCHAR
);

Share link

Anyone who has the link will be able to view this.