home / repos

Menu
  • ripgrep search

repos

5 rows where has_pages = 1

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: owner, language, forks_count, forks, default_branch, created_at (date), updated_at (date), pushed_at (date), topics (array)

has_pages 1 ✖

  • 1 · 5 ✖
id ▼ node_id name full_name private owner html_url description fork created_at updated_at pushed_at homepage size stargazers_count watchers_count language has_issues has_projects has_downloads has_wiki has_pages has_discussions forks_count archived disabled open_issues_count license allow_forking is_template web_commit_signoff_required topics visibility forks open_issues watchers default_branch organization
214746582 MDEwOlJlcG9zaXRvcnkyMTQ3NDY1ODI= dogsheep.github.io dogsheep/dogsheep.github.io 0 dogsheep 53015001 https://github.com/dogsheep/dogsheep.github.io Tools for personal analytics using SQLite and Datasette 0 2019-10-13T02:10:13Z 2023-12-09T15:28:28Z 2024-01-19T19:08:44Z https://dogsheep.github.io/ 10 117 117   1 1 1 1 1 0 7 0 0 5   1 0 0 ["datasette", "dogsheep", "sqlite"] public 7 5 117 master  
432792661 R_kgDOGcvkVQ datasette-table simonw/datasette-table 0 simonw 9599 https://github.com/simonw/datasette-table A Web Component for embedding a Datasette table on a page 0 2021-11-28T18:28:31Z 2024-01-07T09:25:13Z 2022-07-13T15:53:43Z https://simonw.github.io/datasette-table/ 7 27 27 JavaScript 1 1 1 1 1 0 0 0 0 1   1 0 0 ["datasette", "web-components"] public 0 1 27 main  
487877438 R_kgDOHRRrPg datasette-lite simonw/datasette-lite 0 simonw 9599 https://github.com/simonw/datasette-lite Datasette running in your browser using WebAssembly and Pyodide 0 2022-05-02T14:34:06Z 2024-01-10T11:03:23Z 2024-01-12T02:42:44Z https://lite.datasette.io 81 292 292 HTML 1 1 1 1 1 0 24 0 0 22 Apache License 2.0 apache-2.0 1 0 0 ["datasette", "pyodide", "webassembly"] public 24 22 292 main  
493337430 R_kgDOHWe7Vg datasette-screenshots simonw/datasette-screenshots 0 simonw 9599 https://github.com/simonw/datasette-screenshots Screenshots of Datasette, taken using shot-scraper 0 2022-05-17T16:49:47Z 2023-03-07T00:19:02Z 2023-01-28T05:37:48Z https://simonw.github.io/datasette-screenshots/ 32962 3 3   1 1 1 1 1 0 1 0 0 0   1 0 0 ["shot-scraper"] public 1 0 3 main  
573221885 R_kgDOIiqr_Q todomvc-datasette simonw/todomvc-datasette 0 simonw 9599 https://github.com/simonw/todomvc-datasette A Datasette JSON API demo using TodoMVC 0 2022-12-02T00:44:52Z 2023-02-17T23:07:59Z 2022-12-02T04:43:26Z https://todomvc.datasette.io/ 28 2 2 JavaScript 1 1 1 1 1 0 0 0 0 2 Other other 1 0 0 ["datasette", "todomvc"] public 0 2 2 main  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "repos" (
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [name] TEXT,
   [full_name] TEXT,
   [private] INTEGER,
   [owner] INTEGER REFERENCES [users]([id]),
   [html_url] TEXT,
   [description] TEXT,
   [fork] INTEGER,
   [created_at] TEXT,
   [updated_at] TEXT,
   [pushed_at] TEXT,
   [homepage] TEXT,
   [size] INTEGER,
   [stargazers_count] INTEGER,
   [watchers_count] INTEGER,
   [language] TEXT,
   [has_issues] INTEGER,
   [has_projects] INTEGER,
   [has_downloads] INTEGER,
   [has_wiki] INTEGER,
   [has_pages] INTEGER,
   [has_discussions] INTEGER,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT REFERENCES [licenses]([key]),
   [allow_forking] INTEGER,
   [is_template] INTEGER,
   [web_commit_signoff_required] INTEGER,
   [topics] TEXT,
   [visibility] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [organization] INTEGER REFERENCES [users]([id])
);
CREATE INDEX [idx_repos_organization]
    ON [repos] ([organization]);
CREATE INDEX [idx_repos_license]
    ON [repos] ([license]);
CREATE INDEX [idx_repos_owner]
    ON [repos] ([owner]);
Powered by Datasette · Queries took 69.326ms · About: simonw/datasette-ripgrep