I hereby claim:
- I am camilopayan on github.
- I am camilopayan (https://keybase.io/camilopayan) on keybase.
- I have a public key ASAK6DUdOHq98-trskPrKGroId-pKF2XeHLsmjRdNOfScwo
To claim this, I am signing this object:
| <ul class="event_list"> | |
| {{ range (.Data.Pages.ByParam "event_data.date") }} | |
| {{ if isset .Params "event_data" }} | |
| {{ if ge (time (.Param "event_data.date")).Unix now.Unix }} | |
| <li class="grid-margin-x grid-x"> | |
| <div class="cell medium-3 date"> | |
| <div class="inner_date">{{ dateFormat "Jan 2" (.Param "event_data.date") }}</div> | |
| </div> | |
| <div class="cell auto"> | |
| <a href="{{.Permalink}}" class="title h4">{{.Title}}</a> |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| class AnimalParade | |
| { | |
| private function getMonkey() | |
| { | |
| try { | |
| return $dataSource->wrangleAMonkey(); | |
| } catch (NotFoundException $e) { | |
| // The null object pattern, quick and dirty-like |
| <?php | |
| class AnimalParade | |
| { | |
| public march() | |
| { | |
| $animals = [ $this->getMonkey(), $this->getDog(), $this->getLion() ]; | |
| foreach($animals as $animal) | |
| { | |
| $animal->soundOff() |
| <?php | |
| // The real class might look something like this. | |
| class Animal | |
| { | |
| protected $sound; | |
| public function __construct($sound) | |
| { | |
| $this->sound = $sound; | |
| } |
| find [PATH TO VENDOR FOLDER] -type f -name '*.php' | grep -v -e "[Tt]est" | xargs ctags -a |
| git reset --soft origin/[BRANCH NAME] | |
| git commit --edit -m"$(git log --format=%B --reverse HEAD..HEAD@{1})" |
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
| Current Rackspace Specs: | |
| 250GB HDD | |
| 8GB RAM | |
| 2GHz CPU AMD Dual Core Opteron 1212 | |
| Software: | |
| Red Hat Linux 6 | |
| EPEL Repos | |
| PHP 5.4 latest | |
| MySQL |