Skip to content
View jkotchoff's full-sized avatar
💭
1's and 0's
💭
1's and 0's

Highlights

  • Pro

Block or report jkotchoff

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. Extract structured data in JSON from...
    1
    # Query an LLM like Claude using AWS Bedrock to extract structured data from a PDF
    2
    #
    3
    # https://community.aws/content/2i4v2vZRb9YgL2RxkawPiF8f0lZ/using-document-chat-with-the-amazon-bedrock-converse-api?lang=en#read-a-document-and-add-it-to-a-message
    4
    # https://community.aws/content/2hWA16FSt2bIzKs0Z1fgJBwu589/generating-json-with-the-amazon-bedrock-converse-api
    5
    class PdfExtractor
  2. Verifying an Android subscription in...
    1
    class GooglePlayVerification
    2
      require 'google/api_client'
    3
     
    4
      # Refer: 
    5
      # https://code.google.com/p/google-api-ruby-client/issues/detail?id=72
  3. Sends a push notifications to an iOS...
    1
    require 'rubygems'
    2
    require 'aws-sdk'
    3
    
                  
    4
    # This code snippet sends a push notification to a device using the Amazon SNS service.
    5
    #
  4. google_play_verification.rb
    1
    # This class shows uses version 0.28.7 of the ruby google-api-client gem circa April 2019
    2
    # to query the Google Play subscription API.
    3
    #
    4
    # If using an older version of the google-api-client gem (ie. version 0.8.x), instead refer to:
    5
    # https://gist.github.com/jkotchoff/e60fdf048ec443272045/e3e2c867633900d9d6f53de2de13aa0a0a16bb03
  5. Twitter v2 Oauth2 send tweet from Ru...
    1
    These instructions set up a way to publish tweets to Twitter's OAuth2 API from a Ruby on Rails app.
    2
    
                  
    3
    1. Set up a twitter account via the **Twitter account setup** instructions here:
    4
    https://github.com/jkotchoff/twitter_oauth2#twitter-account-setup
    5
    
                  
  6. game_of_life Public

    An afternoon adventure with ruby TDD'ing a simulation of cellular automation

    Ruby 2

Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.