Some common image sizes I need every now and then.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
These are candy (and therefor Pokémon) I always like to receive in trades.
+bulb,+char,+squ,+odd,+bell,+rhy,+chan,+tang,+snorl,+drag,+tog,+swin,+lar,+mud,+sla,+wai,+cor,+bag,+bel,+shinx,+cran,+gib,+rio,+tim,+sewa,+sandi,+daru,+arch,+van,+kar,+kli,+tyn,+elg,+litw,+golet,+ruff,+dei,+panc,+skr,+clau,+noi
Filter top 30 Pokémon that are viable for the Great League. Some might have to evolve, or be purified first.
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
<script src="https://s0.2mdn.net/ads/studio/Enabler.js"></script> |
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
<?php | |
if(!function_exists('jw')) { | |
function jw() { | |
ob_start(); | |
$expression = func_get_args(); | |
call_user_func_array('var_dump', $expression); | |
echo '<pre><code class="language-php">' . htmlentities(ob_get_clean()) . '</code></pre>'; | |
} | |
} |
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
User-Agent: * | |
# Disallow indexing of URL's with query parameters. | |
Disallow: /*?* | |
# WordPress specific stuff. | |
Disallow: /wp-admin/ | |
Allow: /wp-admin/admin-ajax.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
.death { | |
font-variant: small-caps; | |
} | |
.titanic { | |
float: none; | |
} | |
.zz-top { | |
z-index: 2147483647; |