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

Highlights

  • Pro
Block or Report

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

  1. game_of_life game_of_life Public

    Cellular Automation Simulation

    Ruby 2

  2. Verifying an Android subscription in... Verifying an Android subscription in a Ruby on Rails app using the Google Play API
    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... Sends a push notifications to an iOS and an Android device from Amazon SNS V2
    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 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. minesweeper minesweeper Public

    Single player video game Java Applet

    Java 2 1

  6. Twitter v2 Oauth2 send tweet from Ru... Twitter v2 Oauth2 send tweet from Ruby on Rails
    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