Skip to content

Instantly share code, notes, and snippets.

View bmuenzenmeyer's full-sized avatar
🦆

Brian Muenzenmeyer bmuenzenmeyer

🦆
View GitHub Profile
;
(function ($) {
$.fn.timeInput = function () {
//do something
return this;
};
})(jQuery);
/******************************************************
* PATTERN LAB NODE
* EDITION-NODE-GULP
* The gulp wrapper around patternlab-node core, providing tasks to interact with the core library and move supporting frontend assets.
******************************************************/
var gulp = require('gulp'),
path = require('path'),
browserSync = require('browser-sync').create(),
sass = require('gulp-sass'),
argv = require('minimist')(process.argv.slice(2));
@bmuenzenmeyer
bmuenzenmeyer / sonnet18.md
Last active February 14, 2024 02:45
Sonnet 18 Diff
Shall I compare thee to a summer’s day?
- Thou art more lovely and more temperate.
+ Thou code more lovely and more temperate.
- Rough winds do shake the darling buds of May,
+ Rough diffs do shake the reviews to dismay,
- And summer’s lease hath all too short a date.
+ And day’s release hath all too short a date.

- Sometime too hot the eye of heaven shines,