Skip to content
View laradevitt's full-sized avatar
  • Othermachines
  • Alberta, Canada

Organizations

@othermachines
Block or Report

Block or report laradevitt

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. Managing RSVPs with Google Apps Script Managing RSVPs with Google Apps Script
    1
    var SHEET_MAIN = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('Form Responses 1');
    2
    var SHEET_RSVP = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('RSVPs');
    3
    var SHEET_EMAIL = SpreadsheetApp.getActiveSpreadsheet().getSheetByName('Invitees');
    4
    
                  
    5
    function onFormSubmit(e) {
  2. (Drupal 8) Convert file entities to ... (Drupal 8) Convert file entities to media entities with batch update script
    1
    <?php
    2
    
                  
    3
    use Drupal\media\Entity\Media;
    4
    
                  
    5
    /**
  3. gatsby-themes gatsby-themes Public

    JavaScript 1