This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This gist is now maintained on github at https://github.com/luetkemj/wp-query-ref | |
<?php | |
/** | |
* WordPress Query Comprehensive Reference | |
* Compiled by luetkemj - luetkemj.github.io | |
* | |
* CODEX: http://codex.wordpress.org/Class_Reference/WP_Query#Parameters | |
* Source: https://core.trac.wordpress.org/browser/tags/4.9.4/src/wp-includes/query.php | |
*/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* | Start | End | | Calendar | Title | Done | | |
* |------------|------------|---|-----------|-------|------| | |
* | 3/26 13:00 | 3/26 14:00 | | | Lunch | | | |
* |------------|------------|---|-----------|-------|------| | |
* | 3/26 | | v | Birthdays | Alice | | | |
*/ | |
var INDEX = { | |
START: 0, | |
END: 1, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set myDate to current date | |
set myNewDate to myDate - (8 * days) | |
tell application "JSON Helper" | |
set links to fetch JSON from "https://feeds.pinboard.in/json/u:johnjohnston/" | |
--set links to fetch JSON from "https://feeds.pinboard.in/json/u:johnjohnston/t:classroom" | |
set y to count of links | |
set linkstopost to "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="<$BlogLanguageDirection$>"> | |
<head> | |
<link rel="authorization_endpoint" href="https://indieauth.com/auth"> | |
<link rel="token_endpoint" href="https://tokens.indieauth.com/token"> | |
<title><$BlogPageTitle$></title> |