- Sammamish, WA
-
06:36
(UTC -07:00)
Pinned Loading
-
Calendar Meeting Distribution
Calendar Meeting Distribution 1/**
2* A way for me to calculate the distribution of meetings over a week, based on Calendar rituals followed at work!
3*/
4var hourLongInterviewSubject = prompt('What is the subject of an hour long interview? \nOptional if you have interviews.');
5var allEvents = Array.from(document.querySelectorAll('[data-opens-details="true"]'));
-
If you want to blindly un-follow eve...
If you want to blindly un-follow everyone on linkedIn whose update is visible on your home page. You can try running this script from the browser's console. 1function unfollow() {
2// validate this is true (if it does not work for you)
3var arr = [].slice.call(document.querySelectorAll('[data-block="unfollow-update"]'));
45// magic happens
-
Recurring Calendar Meeting
Recurring Calendar Meeting 1BEGIN:VCALENDAR
2METHOD:PUBLISH
3BEGIN:VEVENT
4DTSTART;TZID=PST:20170531
5DTEND;TZID=PST:20170531
-
vim_preferences
vim_preferences PublicMy settings for the vim editor on mac. Might differ on other OS. Also has a dependency on Pathogen and Powerline tools.
Vim Script
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.