Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn
.
Author: Kaspars Dambis
kaspars.net / @konstruktors
javascript: Promise.all([import('https://unpkg.com/[email protected]?module'), import('https://unpkg.com/@tehshrike/[email protected]'), ]).then(async ([{ | |
default: Turndown | |
}, { | |
default: Readability | |
}]) => { | |
/* Optional vault name */ | |
const vault = ""; | |
/* Optional folder name such as "Clippings/" */ |
<?php | |
/* | |
* In month view the month with the first upcoming event is shown | |
* Author: Barry Hughes, Andras Guseo | |
* Last updated: February 17, 2017 | |
*/ | |
add_action( 'tribe_events_pre_get_posts', 'fast_forward_month_view' ); | |
function fast_forward_month_view( $query ) { | |
// Don't interfere with other month views (like mini-cal) |
3/18/2021: WE HAVE MOVED: For the latest instructions on how to use the bulk wells fargo PDF downloader, | |
please ignore this page and visit below: | |
https://github.com/binary1230/wellsfargo-bulk-PDF-statement-downloader/blob/main/README.md | |
<?php | |
# http://scribu.net/blog/defaultdict-in-php.html | |
class Defaultdict implements ArrayAccess { | |
private $container = array(); | |
private $default; | |
public function __construct( $default ) { |
Update: please note that I have since switched to using a set of bash scripts instead of poluting the Git repository with git svn
.
Author: Kaspars Dambis
kaspars.net / @konstruktors