Skip to content

Instantly share code, notes, and snippets.

@albeebe
albeebe / keno603.php
Last active March 12, 2022 20:22
This PHP script will pull the latest Keno603 draws from the NH Lottery API
<?php
/*
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
@albeebe
albeebe / fbchallenge.php
Created April 8, 2020 03:38
Solving the 3 digit facebook challenge
<?php
/*
Created by Alan Beebe (2020)
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
<?PHP
// https://twitter.com/#!/marcoarment/status/59089853433921537
date_default_timezone_set('America/Los_Angeles');
// Sosumi - a PHP client for Apple's Find My iPhone web service
//
// June 20, 2010
// Tyler Hall <tylerhall@gmail.com>
// http://github.com/tylerhall/sosumi/tree/master
//