Skip to content

Instantly share code, notes, and snippets.

View kjeldahl's full-sized avatar

Jacob Kjeldahl kjeldahl

View GitHub Profile
@kjeldahl
kjeldahl / linkify.js
Last active March 26, 2021 12:53 — forked from paradox460/linkify.js
Linkify PivotalTracker links on github
// ==UserScript==
// @name Linkify Pivotal Tracker links on Github
// @namespace http://paradox.io/linkify-pivotal-links
// @version 0.1
// @description Converts pivotal tracker story links [#123456789] to actual links
// @author Jeff Sandberg
// @match *://github.com/*
// @grant none
// @downloadURL https://gist.githubusercontent.com/paradox460/fa76ecacdbb47d8fa9100fbf9305a97e/raw
// @require https://cdn.jsdelivr.net/gh/padolsey/findAndReplaceDOMText@0.4.5/src/findAndReplaceDOMText.min.js
@kjeldahl
kjeldahl / README.txt
Last active January 2, 2016 16:59 — forked from lhoeg/README.txt
Get the number of hours in day, as this may vary depending on DST changes.
A tiny and very simple pasword generator
Modulus 10 (luhn) checksum validator.
This may for instance be credit card or GSRN number validation using the luhn algorithm.
See http://en.wikipedia.org/wiki/Luhn_algorithm
Implementation using Rick Hull's comment on http://www.missiondata.com/blog/web-development/25/credit-card-type-and-luhn-check-in-ruby/