Skip to content

Instantly share code, notes, and snippets.

View dshafik's full-sized avatar
💫
Available for Hire!

Davey Shafik dshafik

💫
Available for Hire!
View GitHub Profile
@dshafik
dshafik / README
Last active August 29, 2015 14:00 — forked from dcousineau/README
Download Box Here: https://s3.amazonaws.com/dcousineau/vagrant/foundations.v0.box
Also On Vagrantcloud: https://vagrantcloud.com/dcousineau/lsp-foundations/version/1
<?php
class Registry {
/**
* @var array The store for all objects
*/
static private $store = array();
/**
@dshafik
dshafik / README.md
Created January 31, 2012 05:14 — forked from ucnv/README.md
Diff for gist.github
@dshafik
dshafik / ha_sphinx.cc.patch
Created September 1, 2011 15:00 — forked from magicaltrevor/ha_sphinx.cc.patch
patch for mysqlse/ha_sphinx.h put it in the same directory as source and run patch --dry-run -p0 -i ha_sphinx.h.patch then patch -p0 -i ha_sphinx.h.patch if no errors
*** mysqlse/ha_sphinx.cc 2011-09-01 10:33:06.000000000 -0400
--- mysqlse/ha_sphinx.cc 2011-09-01 10:32:49.000000000 -0400
***************
*** 1,5 ****
//
! // $Id: ha_sphinx.cc 2752 2011-03-29 08:21:05Z tomat $
//
//
--- 1,5 ----
@dshafik
dshafik / ha_sphinx.h.patch
Created September 1, 2011 14:59 — forked from magicaltrevor/ha_sphinx.h.patch
patch for mysqlse/ha_sphinx.h put it in the same directory as source and run patch --dry-run -p0 -i ha_sphinx.h.patch then patch -p0 -i ha_sphinx.h.patch if no errors
*** mysqlse/ha_sphinx.h 2011-09-01 10:33:12.000000000 -0400
--- mysqlse/ha_sphinx.h 2011-09-01 10:33:01.000000000 -0400
***************
*** 1,5 ****
//
! // $Id: ha_sphinx.h 2428 2010-08-03 11:38:09Z shodan $
//
#ifdef USE_PRAGMA_INTERFACE
--- 1,5 ----
We couldn’t find that file to show.