Skip to content
View duffn's full-sized avatar

Organizations

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

Block or report duffn

Report abuse

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

Report abuse

Pinned Loading

  1. dumb-password-rules dumb-password-rules Public

    A compilation of sites with dumb password rules.

    Nunjucks 3k 297

  2. theouterrim theouterrim Public

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

    HTML 15 11

  3. gophercon2018 gophercon2018 Public

    A compilation of tutorial and talk presentations and videos from Gophercon 2018.

    228 26

  4. 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

  5. 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,
  6. athenian athenian Public

    A Ruby library for interacting with the Athenian API.

    Ruby 1