Skip to content
View jim80net's full-sized avatar
  • Scribd
  • San Francisco, CA
  • 04:08 (UTC -07:00)
  • X @jim80net

Sponsoring

@NetBSD
@cloudposse

Organizations

@RamTank
Block or Report

Block or report jim80net

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
jim80net/README.md

It do be like this sometimes, though

Pinned

  1. CogniQ/CogniQ CogniQ/CogniQ Public

    A chatbot that blends information from multiple data sources. Currently configured for Slack, ChatGPT, and Bing Search. Try a live demo in the community slack at the link below.

    Python 18 1

  2. scribd/datadog_backup scribd/datadog_backup Public

    Backup your Datadog account.

    Ruby 30 11

  3. scribd/terraform-aws-datadog scribd/terraform-aws-datadog Public

    Terraform module for setting up AWS Datadog integration

    HCL 38 30

  4. scribd/amazon-ecs-service-action scribd/amazon-ecs-service-action Public

    Amazon ECS Service Action for GitHub Actions

    JavaScript 3 2

  5. Github Action to add a terraform pla... Github Action to add a terraform plan to pull requests.
    1
    name: Add Terraform Plan to Pull Requests
    2
    
                  
    3
    on:
    4
      pull_request:
    5
    
                  
  6. Summarize Long Articles in ChatGPT: ... Summarize Long Articles in ChatGPT: highlight and drag this code into your bookmark bar. If that doesn't work, ask chatGPT how to make a bookmarklet
    1
    javascript: (function () {
    2
      main();
    3
    
                  
    4
      function extractText(element) {
    5
        if (element.nodeType === Node.TEXT_NODE) {