Drawing Speaker Order Straws

Peter Rukavina

Here’s the PHP code:

<?php

$speakers = array("Katie Cousins",
                  "Paul Lopes",
                  "Aaron Stavert",
                  "Valerie Bang-Jensen",
                  "Rob Paterson",
                  "Peter Rukavina",
                  "Frances Gertsch",
                  "Bruce MacNaughton");
                 
shuffle($speakers);

print_r($speakers);

?>

And here’s the Pecha Kucha speaker order that resulted:

Array
(
    [0] => Bruce MacNaughton
    [1] => Rob Paterson
    [2] => Katie Cousins
    [3] => Valerie Bang-Jensen
    [4] => Paul Lopes
    [5] => Frances Gertsch
    [6] => Aaron Stavert
    [7] => Peter Rukavina
)

And here’s me pulling the trigger:

Add new comment

Plain text

  • Allowed HTML tags: <b> <i> <em> <strong> <blockquote> <code> <ul> <ol> <li>
  • Lines and paragraphs break automatically.

About This Blog

Photo of Peter RukavinaI am . I am a writer, letterpress printer, and a curious person.

To learn more about me, read my /nowlook at my bio, listen to audio I’ve posted, read presentations and speeches I’ve written, or get in touch (peter@rukavina.net is the quickest way). 

You can subscribe to an RSS feed of posts, an RSS feed of comments, or a podcast RSS feed that just contains audio posts. You can also receive a daily digests of posts by email.

Search