Skip to content
View jim80net's full-sized avatar

Sponsoring

@NetBSD
@cloudposse

Organizations

@RamTank

Block or report jim80net

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 Loading

  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 17 1

  2. scribd/datadog_backup scribd/datadog_backup Public

    Backup your Datadog account.

    Ruby 34 14

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

    Terraform module for setting up AWS Datadog integration

    HCL 40 33

  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) {