I hereby claim:
- I am bigethan on github.
- I am bigethan (https://keybase.io/bigethan) on keybase.
- I have a public key ASAqVWOoR_bWqwST_WZfNPp9fvi2dX4dw8jckpkJTyDJzAo
To claim this, I am signing this object:
| <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"> </div> | |
| <div class="col-label">Left Horizontal</div> |
| // ==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== |
| // ==UserScript== | |
| // @name Copy New Story Link | |
| // @namespace http://bigethan.com/ | |
| // @version 0.1 | |
| // @description Adds the link to a created story to the clipboard (don't use without a clipboard history tool) | |
| // @author @bigethan | |
| // @match https://app.clubhouse.io/* | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Refresh Autoscaler Charts | |
| // @namespace http://bigethan.com/ | |
| // @version 0.1 | |
| // @description Reload the Rails Autoscaler UI when coming back to it after 30s | |
| // @author bigethan | |
| // @match https://app.railsautoscale.com/*/dashboard/web | |
| // @match https://app.railsautoscale.com/*/dashboard/critical_worker | |
| // @match https://app.railsautoscale.com/*/dashboard/default_worker | |
| // @match https://app.railsautoscale.com/*/dashboard/slow_worker |
| // ==UserScript== | |
| // @name Fresh Linkedin Feed | |
| // @namespace http://bigethan.com/ | |
| // @version 0.1 | |
| // @description Hide promoted and weeks old content in the linkedin feed | |
| // @author @bigethan | |
| // @match https://www.linkedin.com/feed/ | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Sidekiq BusyJob Helper | |
| // @namespace http://bigethan.com/ | |
| // @version 0.1 | |
| // @description On Sidekiq's UI fro busy jobs: Toggles the workers table and adds a way to filter the busy jobs table | |
| // @author bigethan | |
| // @match https://*/sidekiq/busy | |
| // @grant none | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| var nock = require('nock') | |
| var proxyquire = require('proxyquire') | |
| // get a refrence to the code that defines the external api call | |
| var generateConfigForApiCall = require('../../../lib/api-config') | |
| // data for testing | |
| var mockData = require('../../mock-data')() | |
| // require with proxyquire, and override the module that builds the api config |
| #get pagespeed code | |
| cd | |
| NPS_VERSION=1.9.32.4 | |
| wget https://github.com/pagespeed/ngx_pagespeed/archive/release-${NPS_VERSION}-beta.zip | |
| unzip release-${NPS_VERSION}-beta.zip | |
| cd ngx_pagespeed-release-1.9.32.4-beta/ | |
| wget https://dl.google.com/dl/page-speed/psol/${NPS_VERSION}.tar.gz | |
| tar -xzvf ${NPS_VERSION}.tar.gz | |
| #get nginx code |