Skip to content

Instantly share code, notes, and snippets.

@AmyStephen
AmyStephen / bepositive.php
Last active July 6, 2018 13:10
In Defense of Positive Logic over Happy Path
<?php
/**
* Option 1: Happy Path (! $this)
*/
// 1. The world begins.
if (! $this) {
$result = 'No complaints. This is easy to understand and follow.';
@AmyStephen
AmyStephen / wtf.php
Created October 7, 2013 22:37
How do you determine if a value is an Integer?
<?php
// Case 1 Produces:
// int_of_value: 0 is equal to value: dog
$value = 'dog';
$int_of_value = (int) $value;
if ($int_of_value == $value) {
echo 'int_of_value: ' . $int_of_value . ' is equal to value: ' . $value;
<?php
/**
* Cat Class
*
* @package Test
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @copyright 2013 Amy Stephen. All rights reserved.
*/
namespace Animal;
@AmyStephen
AmyStephen / tabs.html
Created January 24, 2014 14:10
Foundation 5 - Tabs with embedded grid
<!DOCTYPE html>
<!--[if IE 8]>
<html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Molajo</title>
<link rel="stylesheet" href="/Css/normalize.css">
@AmyStephen
AmyStephen / email.php
Last active August 29, 2015 13:57
What pattern does this use?
<?php
class Email implements EmailInterface
{
/**
* Email Handler
*
* @var object
* @since 1.0
*/
protected $handler;
@AmyStephen
AmyStephen / Reflection.php
Last active August 29, 2015 14:05
Creates @Covers statements for class methods
<?php
$class = new ReflectionClass('Molajo\Controller\DateController');
$methods = $class->getMethods();
foreach ($methods as $method) {
echo ' * @covers ' . $method->class . '::' . $method->name . PHP_EOL;
}
@AmyStephen
AmyStephen / TareikArtis.md
Last active September 24, 2015 17:28
Questions regarding Tareik Artis Shooting

Tareik Artis

My name is Amy Stephen. I am a long time Nebraska resident with questions for the media and Lincoln Police about the September 22, 2014, Tareik Artis shooting by the Metro Fugitive Task Force. I am a citizen sharing questions I have regarding the information shared - and not yet shared - on this shooting. I am not an attorney or a public official.

Condition

Question: What is Tareik condition? Is he still in critical condition? Has his family been able to visit him? Has his statement been taken? Have statements from the driver and other passenger been taken? Have they been arrested? If so, why? Please publish any available information from Tareik and those who were with him in the car.

Probable cause for detaining Tareik Artis