Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jamescarr's full-sized avatar
🎯
Focusing

James Carr jamescarr

🎯
Focusing
View GitHub Profile
@jamescarr
jamescarr / sample-slack-coc.md
Last active June 20, 2017 00:46 — forked from annalee/sample-slack-coc.md
A sample code of conduct for social slack teams.

DevComo Code of Conduct

Welcome!

DevComo is a slack channel to connect engineers, designers, sysadmins and other technistas from the Mid Missouri Area

The current admins are:

  • jamescarr
@jamescarr
jamescarr / annotation.php
Created September 6, 2012 18:16 — forked from weierophinney/annotation.php
annotation for radio element
<?php
use Zend\Form\Annotation;
class Foo
{
/**
* @Annotation\Type("Zend\Form\Element\Radio")
* @Annotation\Options({"label":"HEY", "foo":"bar", "bar":"baz"})
*/