Skip to content

Instantly share code, notes, and snippets.

View bennlee's full-sized avatar
🧠
Aha!

Bennett Lee bennlee

🧠
Aha!
View GitHub Profile
@ChrisTollefson
ChrisTollefson / bash_startup_files.md
Last active May 5, 2024 19:28
Bash Startup Files

Bash Startup Files

@SgtPooki
SgtPooki / scroll.easing.js
Last active April 6, 2023 06:05 — forked from dezinezync/scroll.easing.js
ScrollTo easing
function scrollTo(Y, duration, easingFunction, callback) {
var start = Date.now(),
elem = document.documentElement.scrollTop?document.documentElement:document.body,
from = elem.scrollTop;
if(from === Y) {
callback();
return; /* Prevent scrolling to the Y point if already there */
}
@digitaljhelms
digitaljhelms / gist:4287848
Last active May 20, 2024 15:49
Git/GitHub branching standards & conventions

Branching

Quick Legend

Description, Instructions, Notes
Instance Branch
@tony4d
tony4d / p4merge4git.md
Created August 24, 2012 19:00
Setup p4merge as a visual diff and merge tool for git