This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// $Id: antispamquestion.module $ | |
// | |
// Anti-Spam Question Module | |
// for Drupal 4.7.x | |
// by Mike Boone (contact me at: http://boonedocks.net/mailmike.php) | |
// Version 0.1, 2007-05-30 | |
// | |
// Version History | |
// 0.1, 2007-05-30, first working version |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Location Parser v1.01, 2005-04-17 | |
Copyright 2005 Michael Boone | |
[email protected] (remove the X) | |
http://boonedocks.net/ | |
Provided under the GNU General Public License | |
Contact me for use outside the bounds of that license |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Banker's Rounding v1.01, 2006-08-15 | |
Copyright 2006 Michael Boone | |
[email protected] (remove the X) | |
http://boonedocks.net/ | |
Provided under the GNU General Public License | |
Contact me for use outside the bounds of that license |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Banker's Rounding v1.01, 2006-08-15 | |
Copyright 2006 Michael Boone | |
[email protected] (remove the X) | |
http://boonedocks.net/ | |
Provided under the a BSD-style License | |
A GPL licensed version is available at: | |
http://boonedocks.net/code/bround.inc.phps |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// $Id: image.module,v 1.197.2.1 2006/07/13 15:42:33 walkah Exp $ | |
// Modified to use filemanager.module | |
// by Mike Boone (contact me at: http://boonedocks.net/mailmike.php) | |
// Version 0.1, 2006-08-27 | |
// | |
// Version History | |
// 0.1, 2006-08-27, first working version | |
// | |
// I borrowed some ideas from this code: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Elixir Enigma Machine Simulator | |
# August 2016 | |
# Mike Boone | |
# https://github.com/boone | |
# https://twitter.com/boonedocks | |
# Trying to learn Elixir by modeling an Enigma machine, inspired by the Ruby | |
# code written by @albert_still in: | |
# http://red-badger.com/blog/2015/02/23/understanding-the-enigma-machine-with-30-lines-of-ruby-star-of-the-2014-film-the-imitation-game |
OlderNewer