Skip to content

Instantly share code, notes, and snippets.

View freyquency's full-sized avatar
🦝

Freyja (she/they) freyquency

🦝
  • Atlantis
View GitHub Profile
@freyquency
freyquency / Stardew Valley Bundles.md
Created March 1, 2018 16:19
All of the Bundles from Stardew Valley as a simple list

Stardew Valley Bundles

Foraging Bundles (Bridge Repair)

Spring Foraging Bundle

  • 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:
@freyquency
freyquency / regex.txt
Created September 24, 2015 17:14
Regex Snippets cheatsheet
Regex Snippets cheatsheet
============================
^.*/ grab everything before the slash.
-(.*) minus sign and everything after
^ Find beginning of line
$ Find end of line
<?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"));