Skip to content
View bmcminn's full-sized avatar

Organizations

@gigglebox
Block or Report

Block or report bmcminn

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. motherdough motherdough Public

    My own boilerplate API/Client starter pack built with PHP and Svelte with some batteries included.

    PHP 2

  2. dnd-tools dnd-tools Public

    A collection of DnD campaign tools

    HTML

  3. cross-stitch-designer cross-stitch-designer Public

    A web app for designing simple cross stitch patterns and sharing them with your friends

    JavaScript

  4. throwdown throwdown Public

    A simple flat-file CMS/static site generator that consumes nothing but good ole' wholesome Markdown! Completely extensible and customizable as you see fit.

    JavaScript 4 2

  5. title-belt title-belt Public

    A Bootstrap-inspired UI framework for developing Apps and Websites!

    HTML

  6. A set of Javascript helper functions... A set of Javascript helper functions that trivialize a lot of tedious things, like cacheing and cache busting :P
    1
    /**
    2
     * Storage API helper method that sets a key/value in specified storage API with
    3
     *   an optional cache duration in minutes
    4
     * @private
    5
     * @sauce  https://developer.mozilla.org/en-US/docs/Web/API/Storage/setItem