Skip to content

Instantly share code, notes, and snippets.

View owebboy's full-sized avatar

Oliver Pope owebboy

View GitHub Profile
@owebboy
owebboy / ohmyposhv3-v2.json
Created October 16, 2021 06:14 — forked from shanselman/ohmyposhv3-v2.json
ohmyposhv3-v2
{
"final_space": true,
"console_title": true,
"console_title_style": "folder",
"blocks": [
{
"type": "prompt",
"alignment": "left",
"horizontal_offset": 0,
"vertical_offset": 0,
BEGIN MESSAGE.
EeqAm9mRNgJ2buH 0CGiLY1ZN3OkJoD gxz4iAbWxOhLD6t iMAYuYBAAONZj5I
lcCOMtPb4caMI1j cY7ALb4BfBtTCKq 6Xr2MZHgg4cFCEX qDblIHWtCOOs2ye
KnJ33zKFPPhp5FY 6BjI1gML0aOtGQh 21lra9l5XQNgnpv 93z5XZjN66O12O2
FmUx4UMnJPGcA0q 6ULAwJTmkUGev3u DPAzi2IP.
END MESSAGE.
@owebboy
owebboy / openpgp.txt
Created May 31, 2019 06:04
OpenKeychain Linked Identity
This Gist confirms the Linked Identity in my OpenPGP key, and links it to this GitHub account.
Token for proof:
[Verifying my OpenPGP key: openpgp4fpr:a35a2d41327860e7145f9cfbcf8348ffb7dfd481]
html {
font-family: Roboto,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Segoe UI","Oxygen","Ubuntu","Cantarell","Open Sans",sans-serif;
}

Keybase proof

I hereby claim:

  • I am owebboy on github.
  • I am owebboy (https://keybase.io/owebboy) on keybase.
  • I have a public key ASCfbj1dtzT8LToubew1AqSqPl1pUOIjDHgpa-Uo7YhyLAo

To claim this, I am signing this object:

var github_username = process.env.GITHUB_USERNAME;
heroku config:set GITHUB_USERNAME=owebboy
// jsonp
function jsonp(url, callback) {
var callbackName = 'jsonp_callback_' + Math.round(100000 * Math.random());
window[callbackName] = function(data) {
delete window[callbackName];
document.body.removeChild(script);
callback(data);
};
//
// SCSS + Webserver
// gulpfile
//
// dependencies
var gulp = require('gulp'),
sass = require('gulp-ruby-sass'),
cssmin = require('gulp-cssmin'),
rename = require('gulp-rename'),
connect = require('gulp-connect'),
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="author" content="Oliver Pope">
<title>Navbar</title>
<link rel="stylesheet" href="navbar.css">
</head>