westurner/wiki
  • Table Of Contents
      • GitHub Quicklinks
        • GitHub Features
        • Repositories
        • Activity
        • Pull Requests
        • Issues
        • Archive
          • My Activity
          • My Activity > -WatchEvent
          • My Activity > Recently Starred
  • previous
  • next
  • index
  • Show Source

Table of Contents

  • GitHub Quicklinks
    • GitHub Features
    • Repositories
    • Activity
    • Pull Requests
    • Issues
    • Archive
      • My Activity
      • My Activity > -WatchEvent
      • My Activity > Recently Starred

Previous topic

Workflow

Next topic

BitBucket Quicklinks

Quick search

Enter search terms or a module, class or function name.

This Page

  • Source RST
  • Source
  • Edit
  • History
  • Annotate

Source

github.com/westurner/wiki / master
  • git clone https://github.com/westurner/wiki
  • git clone ssh://git@github.com/westurner/wiki
  • git clone git://github.com/westurner/wiki

westurner

  • github.com/westurner/wiki/wiki
  • westurner.github.io/wiki/
  • westurner.github.io/dotfiles/
  • westurner.github.io
  • @westurner

GitHub Quicklinks¶

  • https://westurner.github.io/wiki/projects

  • https://westurner.github.io/wiki/contributions#code

  • https://westurner.github.io/resume/html/resume.html#open-source-contributions

    • https://githubcontributions.io/user/westurner

  • https://westurner.github.io/wiki/workflow

    • https://westurner.github.io/wiki/workflow#github-repos-issues-wikis

    • https://westurner.github.io/tools/#gitflow

      • https://westurner.github.io/tools/#hubflow

  • code labels {…, ENH, BUG, DOC, BLD, TST, UBY, RLS}

    TAG code, labels, color names, background hex, text hex
    • https://westurner.github.io/wiki/workflow#code-labels

    • https://wrdrd.github.io/docs/consulting/software-development#codelabels

GitHub Features¶

  • [x] Task Lists: https://github.com/blog/1825-task-lists-in-all-markdown-documents

  • [x] GitHub Markdown: https://help.github.com/articles/github-flavored-markdown

Repositories¶

  • Repositories: https://github.com/westurner?tab=repositories

  • Repositories: https://github.com/search?l=&q=user%3Awesturner&ref=advsearch&type=Repositories&utf8=%E2%9C%93

Activity¶

  • Activity: https://github.com/westurner?tab=activity

  • Contributions: Past Month: https://github.com/westurner?tab=contributions&period=monthly

  • Contributions: Past Week: https://github.com/westurner?tab=contributions&period=weekly

  • Mentions: https://www.google.com/search?q=site%3Agithub.com+”%40westurner”

Pull Requests¶

  • Pull Requests (Open): https://github.com/dashboard/pulls?direction=desc&page=1&sort=created&state=open

  • Pull Requests (Closed): https://github.com/dashboard/pulls?direction=desc&page=1&sort=created&state=closed

Issues¶

  • Issues (Open): https://github.com/dashboard/issues?direction=desc&page=1&repos=true&sort=created&state=open

  • Issues (Closed): https://github.com/dashboard/issues?direction=desc&page=1&repos=true&sort=created&state=closed

  • Issues: https://github.com/search?l=&q=user%3Awesturner&ref=advsearch&type=Issues&utf8=%E2%9C%93

  • Issue Mentions: https://github.com/search?q=mentions%3Awesturner&ref=searchresults&type=Issues&utf8=%E2%9C%93

Archive¶

  • http://www.githubarchive.org/

  • https://github.com/igrigorik/githubarchive.org/tree/master/bigquery

  • https://github.com/nikitos3000/congruence/tree/master/history

  • https://bigquery.cloud.google.com/ (project:githubarchive)

My Activity¶

sql
SELECT actor, repository_url, created_at, payload_action, url, type
FROM [githubarchive:github.timeline]
WHERE
actor=="westurner"
LIMIT 1000

My Activity > -WatchEvent¶

SELECT actor, repository_url, created_at, payload_action, url, type
FROM [githubarchive:github.timeline]
WHERE
actor=="westurner"
and
type!="WatchEvent"
ORDER BY created_at
LIMIT 1000

My Activity > Recently Starred¶

SELECT repository_url, created_at
FROM [githubarchive:github.timeline]
WHERE
  actor=="westurner"
  AND
  payload_action=="started"
GROUP BY
 repository_url, created_at
ORDER BY
 created_at DESC
LIMIT 1000
  • westurner/wiki
  • previous
  • next
  • index
  • top
© Copyright @westurner 2014-2020, Wes Turner. Created using Sphinx 3.2.1.