Skip to content
View ttfkam's full-sized avatar

Block or report ttfkam

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 Loading

  1. geekbot geekbot Public

    Geek episode assistant

    JavaScript 1

  2. pg_formatbase pg_formatbase Public

    Format numbers by base

    C 3

  3. pg_gnufind pg_gnufind Public

    GNU find output as PostgreSQL foreign tables (multicorn)

    Python 3

  4. gs2021 gs2021 Public

    GeekSpeak Monorepo

    PLpgSQL 1 1

  5. sqlstyle.guide sqlstyle.guide Public

    Forked from treffynnon/sqlstyle.guide

    A consistent code style guide for SQL to ensure legible and maintainable projects

    HTML

  6. Detect AWS Lambda Environment Detect AWS Lambda Environment
    1
    // https://docs.aws.amazon.com/lambda/latest/dg/configuration-envvars.html
    2
    
                  
    3
    if (process.env.AWS_SAM_LOCAL === 'true') {
    4
      // SAM local development
    5
    } else if (!!process.env.LAMBDA_TASK_ROOT) {