Skip to content

Instantly share code, notes, and snippets.

View ntzm's full-sized avatar
🐝

Nat Zimmermann ntzm

🐝
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ntzm on github.
  • I am ntzm_ (https://keybase.io/ntzm_) on keybase.
  • I have a public key ASCOGiWz_eyq2lW1nT4-Wjwy4SZ2c1_6VCBJVx1xm2h0Igo

To claim this, I am signing this object:

// Fix for Firefox
// Can be removed after release with this patch in: https://github.com/flatpickr/flatpickr/pull/1879
const brokenInputs = [
input._flatpickr.hourElement,
input._flatpickr.minuteElement,
];
brokenInputs.forEach(input => {
input.addEventListener('input', e => {
// Date isn't updated if you close the popup without pressing enter on Firefox, we can resolve this by blurring

Legit Torrents

GNU/Linux Distributions

Almost every distribution will be available via Linux Tracker, however it is helpful to seed the official torrents also. The following links are lesser-known distributions that are sometimes low on seeders.

FSF Approved

@ntzm
ntzm / submitted-to-reddit.js
Last active August 29, 2015 14:26
Bookmarklet to check if link has been submitted to reddit
javascript:function tbstjko(j){var c=j.data.children;var l=c.length;if(l==0){alert('Not submitted')}else{var t='';for(i=0;i<l;i++){t+=' * '+c[i].data.subreddit+'\n'}alert('submitted to\n'+t)}}(function(){var u=window.location.href;var v='https://reddit.com/api/info.json?jsonp=tbstjko&url='+u;var h=document.head;var s=document.createElement("script");s.setAttribute("src", v);h.appendChild(s);h.removeChild(s);void(0)})()