repos

8 rows where homepage = "" and language = "JavaScript" sorted by has_pages

View and edit SQL

Suggested facets: fork, has_issues, forks_count, open_issues_count, license, topics, forks, open_issues, created_at (date), pushed_at (date), topics (array)

updated_at (date)

language

  • JavaScript · 8

homepage

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 ▼ forks_count archived disabled open_issues_count license topics forks open_issues watchers default_branch permissions allow_squash_merge allow_merge_commit allow_rebase_merge network_count subscribers_count organization
377688 MDEwOlJlcG9zaXRvcnkzNzc2ODg= node_debug simonw/node_debug 0 simonw 9599 https://github.com/simonw/node_debug HTTP based console and object explorer for node.js 1 2009-11-18T23:23:09Z 2012-12-13T14:18:31Z 2009-11-18T23:28:48Z   117 3 3 JavaScript 0 1 1 1 0 2 0 0 0   [] 2 0 3 master {"admin": true, "push": true, "pull": true}            
379371 MDEwOlJlcG9zaXRvcnkzNzkzNzE= djangode simonw/djangode 0 simonw 9599 https://github.com/simonw/djangode Utilities functions for node.js that borrow some useful concepts from Django 0 2009-11-20T10:07:21Z 2019-10-05T15:04:21Z 2011-08-31T19:57:39Z   300 259 259 JavaScript 1 1 1 1 0 22 0 0 4 BSD 2-Clause "Simplified" License bsd-2-clause [] 22 4 259 master {"admin": true, "push": true, "pull": true}            
379499 MDEwOlJlcG9zaXRvcnkzNzk0OTk= node-couch simonw/node-couch 0 simonw 9599 https://github.com/simonw/node-couch A CouchDB interface for node.js 1 2009-11-20T13:04:33Z 2012-12-13T14:22:00Z 2009-11-20T13:06:31Z   83 6 6 JavaScript 0 1 1 1 0 1 0 0 0   [] 1 0 6 master {"admin": true, "push": true, "pull": true}            
381141 MDEwOlJlcG9zaXRvcnkzODExNDE= nodecast simonw/nodecast 0 simonw 9599 https://github.com/simonw/nodecast A simple comet broadcast server, originally implemented as a demo for Full Frontal 2009. 0 2009-11-21T23:58:42Z 2019-08-13T14:29:24Z 2009-11-22T09:10:40Z   128 44 44 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 44 master {"admin": true, "push": true, "pull": true}            
500532 MDEwOlJlcG9zaXRvcnk1MDA1MzI= dogproxy simonw/dogproxy 0 simonw 9599 https://github.com/simonw/dogproxy Experimental HTTP proxy (using node.js) for avoiding the dog pile effect. 0 2010-02-03T11:43:38Z 2019-08-13T14:31:03Z 2019-02-15T16:01:42Z   4 61 61 JavaScript 1 1 1 1 0 0 0 0 0   [] 0 0 61 master {"admin": true, "push": true, "pull": true}            
569598 MDEwOlJlcG9zaXRvcnk1Njk1OTg= webhook-relay simonw/webhook-relay 0 simonw 9599 https://github.com/simonw/webhook-relay A simple Node.js server for queueing and relaying webhook requests 0 2010-03-19T09:30:55Z 2019-08-13T14:32:08Z 2010-03-19T09:42:23Z   92 26 26 JavaScript 1 1 1 1 0 1 0 0 0   ["nodejs", "webhooks"] 1 0 26 master {"admin": true, "push": true, "pull": true}            
608376 MDEwOlJlcG9zaXRvcnk2MDgzNzY= http-replay simonw/http-replay 0 simonw 9599 https://github.com/simonw/http-replay A Node.js tool for executing HTTP activity on a timed basis. 0 2010-04-13T13:13:33Z 2019-08-13T14:32:47Z 2010-04-13T13:13:54Z   95 10 10 JavaScript 1 1 1 1 0 1 0 0 0   [] 1 0 10 master {"admin": true, "push": true, "pull": true}            
128842302 MDEwOlJlcG9zaXRvcnkxMjg4NDIzMDI= elasticsearch-dump simonw/elasticsearch-dump 0 simonw 9599 https://github.com/simonw/elasticsearch-dump Import and export tools for elasticsearch 1 2018-04-09T22:43:28Z 2018-04-09T22:44:39Z 2018-04-09T22:44:37Z   819 0 0 JavaScript 0 1 1 1 0 0 0 0 0 Apache License 2.0 apache-2.0 [] 0 0 0 master {"admin": true, "push": true, "pull": true}            

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,
   [forks_count] INTEGER,
   [archived] INTEGER,
   [disabled] INTEGER,
   [open_issues_count] INTEGER,
   [license] TEXT,
   [topics] TEXT,
   [forks] INTEGER,
   [open_issues] INTEGER,
   [watchers] INTEGER,
   [default_branch] TEXT,
   [permissions] TEXT, [allow_squash_merge] INTEGER, [allow_merge_commit] INTEGER, [allow_rebase_merge] INTEGER, [network_count] INTEGER, [subscribers_count] INTEGER, [organization] TEXT,
   FOREIGN KEY(license) REFERENCES licenses(key)
)
Powered by Datasette · Query took 64.021ms · About: github-to-sqlite