Skip to content

Instantly share code, notes, and snippets.

<?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
<?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
<?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
<?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
<?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:
@boone
boone / enigma.exs
Created August 2, 2016 02:46
Enigma Machine Modeled in Elixir
# 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