Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 4

  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) {
Morty Proxy This is a proxified and sanitized view of the page, visit original site.