Skip to content

Instantly share code, notes, and snippets.

View cathyjf's full-sized avatar

Cathy J. Fitzpatrick cathyjf

View GitHub Profile

Keybase proof

I hereby claim:

  • I am cathyjf on github.
  • I am cathyjf (https://keybase.io/cathyjf) on keybase.
  • I have a public key ASCptIECoq1ID-eywmCBOC5gtwn-Oc1Co1ntbfbVLkXV3wo

To claim this, I am signing this object:

git@bitbucket.org/cathyjf/secrets.git
git@github.com/cathyjf/secrets.git
git@gitlab.com/cathyjf/secrets.git
git@git.assembla.com/cathyjf-secrets.git
<?php
/**
* Pokemon Showdown auth plug-in for phpBB3
*
* See https://wiki.phpbb.com/Authentication_plugins
*
* @author Cathy J. Fitzpatrick <cathy@cathyjf.com>
* @licence public domain
*/
/**
* This program calculates the average number of pokemon you would need to
* catch to determine the base stats of a species at level 50.
*
* Answer: 48.655998 ± 19.320596468782078
*
* @author Cathy J. Fitzpatrick <cathy@cathyjf.com>
* @licence public domain
*/
<?php
/**
* This is a PHP client for the Pokemon Online server registry.
* Call PORegistry::getServerList() to retrieve the list as an array.
*
* @author Cathy J. Fitzpatrick <cathy@cathyjf.com>
* @licence public domain
*/
class POBuffer {