Skip to content

Instantly share code, notes, and snippets.

View goesbysteve's full-sized avatar

Steve Jordan goesbysteve

  • SANS Institute
  • Sevenoaks, uk
View GitHub Profile
namespace Permutive {
class dataCollection {
protected $collection = array();
public function __construct()
{
}
@goesbysteve
goesbysteve / gist:2747ccc2283cf3c5982903837c606d18
Last active February 16, 2018 14:14
Flattened but hasty model idea
{
page: {
category: "<STRING>",
subcategory: "<STRING>",
channel: "<STRING>",
title: "<STRING>",
article: {
id: "<STRING>",
description: "<STRING>",
author: "<STRING>",
@goesbysteve
goesbysteve / jquery.plugin-bootstrap.js
Last active August 29, 2015 14:05
jQuery plugin bootstrap
/**
* Created by stevegibbings on 09/08/2014.
*/
(function($, window, document, undefined){
"use strict";
// plugin object
var Example = {
name: 'example',
init: function(options, elem) {