- Wild Horseradish
- Daffodil
- Leek
- Dandelion
Reward: Spring Seeds (30)
### Keybase proof | |
I hereby claim: | |
* I am erima on github. | |
* I am erima (https://keybase.io/erima) on keybase. | |
* I have a public key ASC3PkKQlhHGHlcyHqa9mDJpJcLXl51esIGBrtxAkr56EQo | |
To claim this, I am signing this object: |
Carousel slide that matches the MIT OCW rotator.
A Pen by Erik Mallinson on CodePen.
Regex Snippets cheatsheet | |
============================ | |
^.*/ grab everything before the slash. | |
-(.*) minus sign and everything after | |
^ Find beginning of line | |
$ Find end of line |
A Pen by Erik Mallinson on CodePen.
<?php | |
define('RSS_URL', "http://www.ryanliptak.com/minecraft/nem-rss"); | |
define('RSS_FILE', dirname(__FILE__) . DIRECTORY_SEPARATOR . "rss.xml"); | |
buildrss(); | |
function get_versions() | |
{ | |
return json_decode(curl_get_file_contents("http://bot.notenoughmods.com/?json")); |