Skip to content
View baygross's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report baygross

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. Yale CAS + LDAP integration with Rails Yale CAS + LDAP integration with Rails
    1
    #
    2
    ##  Add these gems to your Gemfile, and be sure to 'bundle install'
    3
    #
    4
    
                  
    5
    gem 'net-ldap'
  2. saybot saybot Public

    A slackbot for connecting to airplay and speaking aloud fun messages

    Ruby 1

  3. advent-of-code-2021 advent-of-code-2021 Public

    Python

  4. sensitivityTable.js sensitivityTable.js
    1
    function run_sensitivity() {
    2
       
    3
      var sheet = SpreadsheetApp.getActiveSpreadsheet();
    4
      
    5
      // set up
  5. Google Docs - Custom Page Height Google Docs - Custom Page Height
    1
    /* Set arbitary dimensions for any google doc. Useful for avoiding the soft-page-break dotted line and table breaks */ 
    2
    function myFunction(){
    3
        var doc = DocumentApp.openByUrl("YOUR-DOC-URL-GOES-HERE");
    4
        var body = doc.getBody();
    5
        var pointsInInch = 72;
  6. mikaylathompson/coup mikaylathompson/coup Public

    Python 1 1