This file contains hidden or 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
add_filter('posts_clauses', 'posts_clauses_with_tax', 10, 2); | |
function posts_clauses_with_tax( $clauses, $wp_query ) { | |
global $wpdb; | |
//array of sortable taxonomies | |
$taxonomies = array('example-taxonomy', 'other-taxonomy'); | |
if (isset($wp_query->query['orderby']) && in_array($wp_query->query['orderby'], $taxonomies)) { | |
$clauses['join'] .= " | |
LEFT OUTER JOIN {$wpdb->term_relationships} AS rel2 ON {$wpdb->posts}.ID = rel2.object_id | |
LEFT OUTER JOIN {$wpdb->term_taxonomy} AS tax2 ON rel2.term_taxonomy_id = tax2.term_taxonomy_id | |
LEFT OUTER JOIN {$wpdb->terms} USING (term_id) |
This file contains hidden or 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
#!/usr/bin/jq -jf | |
# Original Author: jolmg on HN (https://news.ycombinator.com/item?id=20246727) | |
# | |
# | |
# | |
# Author notes: | |
# You whitelist against what the syntax allows for identifiers and then you blacklist reserved keywords. | |
# Writing it this way makes it easier to verify for correctness when comparing with the ECMAScript Specs. | |
# This is still a non-exhaustive blacklist and the whitelist regex lacks allowed unicode characters. |
This file contains hidden or 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
#!/bin/bash | |
# Path to the Firefox Profiles directory | |
FF_PROFILE_PATH="$HOME/Library/ApplicationSupport/Firefox/Profiles" | |
# Get the "Default" path for your profile. | |
# Alternatively look for '*.dev-edition-default' | |
FF_PROFILE_DIR=`cd $FF_PROFILE_PATH; find . -maxdepth 1 -name '*.default' | cut -sd / -f 2-` | |
# Remove the localhost line in the file, and create a backup |
This file contains hidden or 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
item-0: | |
id: 38 | |
type: commands | |
item: | |
==: org.bukkit.inventory.ItemStack | |
v: 2230 | |
type: PHANTOM_SPAWN_EGG | |
meta: | |
==: ItemMeta | |
meta-type: SPAWN_EGG |
This file contains hidden or 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
{ | |
"bat_spawn_egg": {"id":"bat_spawn_egg", "legacy_id":"spawn_egg"}, | |
"blaze_spawn_egg": {"id":"blaze_spawn_egg", "legacy_id":"spawn_egg"}, | |
"cave_spider_spawn_egg": {"id":"cave_spider_spawn_egg", "legacy_id":"spawn_egg"}, | |
"chicken_spawn_egg": {"id":"chicken_spawn_egg", "legacy_id":"spawn_egg"}, | |
"cow_spawn_egg": {"id":"cow_spawn_egg", "legacy_id":"spawn_egg"}, | |
"creeper_spawn_egg": {"id":"creeper_spawn_egg", "legacy_id":"spawn_egg"}, | |
"donkey_spawn_egg": {"id":"donkey_spawn_egg", "legacy_id":"spawn_egg"}, | |
"elder_guardian_spawn_egg": {"id":"elder_guardian_spawn_egg", "legacy_id":"spawn_egg"}, | |
"enderman_spawn_egg": {"id":"enderman_spawn_egg", "legacy_id":"spawn_egg"}, |
This file contains hidden or 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
+----------------------------+-------+---------+-----------+ | |
| Material List for placement 'Tang Cottage' | | |
+----------------------------+-------+---------+-----------+ | |
| Item | Total | Missing | Available | | |
+----------------------------+-------+---------+-----------+ | |
| Stone | 687 | 9 | 0 | | |
| Stripped Spruce Wood | 403 | 403 | 0 | | |
| Spruce Stairs | 256 | 256 | 0 | | |
| Acacia Planks | 232 | 232 | 0 | | |
| Smooth Red Sandstone | 208 | 208 | 0 | |
OlderNewer