Skip to content
View duffn's full-sized avatar

Organizations

@ruby-grape @swsheets @gobuffalo @service-relief
Block or Report

Block or report duffn

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. dumb-password-rules dumb-password-rules Public

    A compilation of sites with dumb password rules.

    Nunjucks 3k 298

  2. python-poetry python-poetry Public archive

    Python Docker images that use poetry for dependency management.

    Dockerfile 11 2

  3. grape-api-boilerplate grape-api-boilerplate Public

    A full-featured, production ready, and easy to understand API boilerplate for the Grape framework.

    Ruby 6 2

  4. athenian athenian Public

    A Ruby library for interacting with the Athenian API.

    Ruby 1

  5. theouterrim theouterrim Public

    Fan-made stat site for Fantasy Flight Games' Star Wars role-playing game.

    JavaScript 15 11

  6. Creating a date dimension table in P... Creating a date dimension table in PostgreSQL
    1
    DROP TABLE if exists d_date;
    2
    
                  
    3
    CREATE TABLE d_date
    4
    (
    5
      date_dim_id              INT NOT NULL,