Skip to content

Instantly share code, notes, and snippets.

View bigethan's full-sized avatar

Big Ethan bigethan

View GitHub Profile
@bigethan
bigethan / github_pr_list_with_changes.user.js
Created October 15, 2020 00:19
Adds the additions/deletions/files_changed to the pull request listing. Requires you to edit the script after installing it with username and a personal access token with "repo" permissions. To install click the `Raw` button and your userscript extension will take it from there
// ==UserScript==
// @name PR Size on PR List
// @namespace http://bigethan.com/
// @version 0.1
// @description give a sense of PR size when looking at the PR board
// @author @bigethan
// @match https://github.com/*/*/pulls*
// @grant none
// ==/UserScript==
@bigethan
bigethan / structure.html
Created October 1, 2023 19:47
CSS and HTML two by two / quadrant chart
<div class="example2by">
<div class="two-by-two">
<div class="row-label"><div class="rotate-label">Top Vertical</div></div>
<div class="cell">Top Left Box</div>
<div class="cell">Top Right Box</div>
<div class="row-label"><div class="rotate-label">Bottom Vertical</div></div>
<div class="cell">Bottom Left Box</div>
<div class="cell">Bottom Right Box</div>
<div class="cell-spacer">&nbsp;</div>
<div class="col-label">Left Horizontal</div>