Skip to content

Instantly share code, notes, and snippets.

View rooster's full-sized avatar

Russ Flynn rooster

View GitHub Profile
$rails -v
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.5) ruby
Current Bundler version:
bundler (1.3.5)
$ gem list bundler
@rooster
rooster / eurovision.php
Created May 11, 2014 13:07
Used in conjunction with PHPBB to pick for Eurovision sweepstakes in 2005!
<?PHP
//Eurovision radom sweepstake generator :o)
define('IN_PHPBB', true);
$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);